This document provides instructions on running the JWST Science Calibration Pipeline (referred to as “the pipeline”) and individual pipeline steps specifically for $\textbf{Time Series Observation (TSO) Imaging with NIRCam NRC_TSIMAGE exposure data}$.
End-to-end calibration of JWST data is divided into 3 main stages of processing. Multiple pipeline modules are used for different stages of processing and for different JWST observing modes. The modules are broken into the following 3 stages:
$\textbf{Stage 1}$: Detector-level corrections and ramp fitting for individual exposures
$\textbf{Stage 2}$: Instrument-mode calibrations for individual exposures
$\textbf{Stage 3}$: Combining data from multiple exposures within an observation
$\textbf{Stage 1}$ corrections are applied nearly universally for all instruments and modes. $\textbf{Stage 2}$ is divided into separate modules for $\textbf{imaging}$ and spectroscopic modes. $\textbf{Stage 3}$ is divided into five separate modules for imaging, spectroscopic, coronagraphic, Aperture Masking Interferometry (AMI), and $\textbf{Time Series Observation (TSO)}$ modes.
import os
#os.environ['CRDS_PATH'] = '/fenrirdata1/kg_data/crds_cache/' #These pathways should be defined in your ~./bash profile. If not, you can set them within the notebook.
#os.environ['CRDS_SERVER_URL']= 'https://jwst-crds.stsci.edu'
#os.environ['CRDS_CONTEXT']='jwst_0756.pmap' #Occasionally, the JWST CRDS pmap will be updated. Updates may break existing code. Use this command to revert to an older working verison until the issue is fixed.
#JWST Pipeline Imports
import jwst
print(jwst.__version__) #Print what version of the pipeline you are using.
from jwst.pipeline.calwebb_detector1 import Detector1Pipeline #Stage 1
from jwst.pipeline.calwebb_image2 import Image2Pipeline #Stage 2
from jwst.pipeline.calwebb_tso3 import Tso3Pipeline #Stage 3
from jwst.associations.asn_from_list import asn_from_list #Association file imports
from jwst.associations.lib.rules_level2_base import DMSLevel2bBase
# Individual steps that make up calwebb_detector1
from jwst.dq_init import DQInitStep
from jwst.saturation import SaturationStep
from jwst.superbias import SuperBiasStep
from jwst.ipc import IPCStep
from jwst.refpix import RefPixStep
from jwst.linearity import LinearityStep
from jwst.persistence import PersistenceStep
from jwst.dark_current import DarkCurrentStep
from jwst.jump import JumpStep
from jwst.ramp_fitting import RampFitStep
from jwst import datamodels
#General
from astropy.io import fits, ascii
import matplotlib.pyplot as plt
%matplotlib inline
import csv
import numpy as np
import asdf
import glob
import time
import yaml
from copy import deepcopy
import pandas as pd
## ES custom pipeline
from tshirt.pipeline import phot_pipeline, analysis, utils #tshirt specific imports
from tshirt.pipeline.instrument_specific import rowamp_sub
from splintegrate import splintegrate
import tqdm
#Modeling
import batman
from scipy.optimize import curve_fit
#Style Choice
class style:
BOLD = '\033[1m'
END = '\033[0m'
1.3.1 Could not import ccdproc, so some CCD-like processing may not work.
HDUList = fits.open('/fenrirdata1/kg_data/pipeline_output/HATP14b_real/ROEBA/jw01442001001_04103_00001-seg001_nrca3_1_rampfitstep.fits')
HDUList[0].header
SIMPLE = T / conforms to FITS standard
BITPIX = 8 / array data type
NAXIS = 0 / number of array dimensions
EXTEND = T
DATE = '2022-06-01T23:40:42.350' / UTC date file created
ORIGIN = 'STSCI ' / Organization responsible for creating file
TIMESYS = 'UTC ' / principal time system for time-related keywords
TIMEUNIT= 's ' / Default unit applicable to all time values
FILENAME= 'jw01442001001_04103_00001-seg001_nrca3_1_rampfitstep.fits' / Name of
SDP_VER = '2022_2 ' / Data processing software version number
PRD_VER = 'PRDOPSSOC-046' / S&OC PRD version number used in data processing
OSS_VER = '008.004.002.000' / Observatory Scheduling Software (OSS) version n
CAL_VER = '1.5.2 ' / Calibration software version number
CAL_VCS = 'RELEASE ' / Calibration software version control sys number
DATAMODL= 'CubeModel' / Type of data model
TELESCOP= 'JWST ' / Telescope used to acquire the data
HGA_MOVE= F / High Gain Antenna moved during data collection
PWFSEET = 59649.8822854051 / Previous WFS exposure end time
NWFSEST = 0.0 / Next WFS exposure start time
Program information
TITLE = 'Time Series Stability Verification' / Proposal title
PI_NAME = 'Schlawin, Everett' / Principal investigator name
CATEGORY= 'COM ' / Program category
SUBCAT = 'NIRCAM ' / Program sub-category
Observation identifiers
DATE-OBS= '2022-05-02' / [yyyy-mm-dd] UTC date at start of exposure
TIME-OBS= '06:43:07.584' / [hh:mm:ss.sss] UTC time at start of exposure
DATE-BEG= '2022-05-02T06:43:07.584' / Date-time start of exposure
DATE-END= '2022-05-02T12:43:25.105' / Date-time end of exposure
OBS_ID = 'V01442001001P0000000004103' / Programmatic observation identifier
VISIT_ID= '01442001001' / Visit identifier
PROGRAM = '01442 ' / Program number
OBSERVTN= '001 ' / Observation number
VISIT = '001 ' / Visit number
VISITGRP= '04 ' / Visit group identifier
SEQ_ID = '1 ' / Parallel sequence identifier
ACT_ID = '03 ' / Activity identifier
EXPOSURE= '1 ' / Exposure request number
BKGDTARG= F / Background target
TEMPLATE= 'NIRCam Grism Time Series' / Observation template used
OBSLABEL= 'CAR NIRCam-33: Time Series Stability Verification' / Proposer label f
Visit information
ENG_QUAL= 'OK ' / Engineering data quality indicator from EngDB
ENGQLPTG= 'CALCULATED_TRACK_TR_202111' / Quality of pointing information from En
VISITYPE= 'PRIME_TARGETED_FIXED' / Visit type
VSTSTART= '2022-05-02 05:46:14.8580000' / UTC visit start time
VISITSTA= 'SUCCESSFUL' / Status of a visit
NEXPOSUR= 2 / Total number of planned exposures in visit
INTARGET= F / At least one exposure in visit is internal
TARGOOPP= F / Visit scheduled as target of opportunity
TSOVISIT= T / Time Series Observation visit indicator
EXP_ONLY= F / Special commanding without SI configuration
CROWDFLD= F / Are the FGSes in a crowded field?
Target information
TARGPROP= 'HAT-P-14' / Proposer's name for the target
TARGNAME= 'BD+38 2917' / Standard astronomical catalog name for target
TARGTYPE= 'FIXED ' / Type of target (fixed, moving, generic)
TARG_RA = 260.1161720833334 / Target RA at mid time of exposure
TARG_DEC= 38.24216944444444 / Target Dec at mid time of exposure
TARGURA = 0.1 / Target RA uncertainty
TARGUDEC= 0.1 / Target Dec uncertainty
MU_RA = 0.00234999995923749 / Target proper motion in RA
MU_DEC = -0.00667900003463728 / Target proper motion in Dec
MU_EPOCH= '2015-07-02 12:00:00.0000000' / Target proper motion epoch
PROP_RA = 260.1161720833333 / Proposer's target RA
PROP_DEC= 38.24216944444444 / Proposer's target Dec
SRCTYAPT= 'POINT ' / Source type from APT (point/extended)
Instrument configuration information
INSTRUME= 'NIRCAM ' / Instrument used to acquire the data
DETECTOR= 'NRCA3 ' / Name of detector used to acquire the data
MODULE = 'A ' / NIRCam module: A, B, or MULTIPLE
CHANNEL = 'SHORT ' / Instrument channel
FILTER = 'F210M ' / Name of the filter element used
PUPIL = 'WLP8 ' / Name of the pupil element used
PILIN = F / Pupil imaging lens in the optical path?
Exposure parameters
EXPCOUNT= 2 / Running count of exposures in visit
EXPRIPAR= 'PRIME ' / Prime or parallel exposure
EXP_TYPE= 'NRC_TSIMAGE' / Type of data in the exposure
EXPSTART= 59701.27994889352 / UTC exposure start time
EXPMID = 59701.40505028588 / UTC exposure mid time
EXPEND = 59701.53015167824 / UTC exposure end time
OSF_FILE= '2022122T131100185_001_osf.xml' / Observatory Status File name coverin
READPATT= 'BRIGHT2 ' / Readout pattern
EXSEGNUM= 1 / Sequential segment number
EXSEGTOT= 6 / Total number of segments
NOUTPUTS= 4 / Number of detector outputs used
NINTS = 780 / Number of integrations in exposure
INTSTART= 1 / Starting integration number in this segment
INTEND = 143 / Ending integration number in this segment
NGROUPS = 20 / Number of groups in integration
NFRAMES = 2 / Number of frames per group
FRMDIVSR= 2 / Divisor applied to frame-averaged groups
GROUPGAP= 0 / Number of frames dropped between groups
DRPFRMS1= 0 / Frames dropped at start of each integration
DRPFRMS3= 0 / Frames dropped at end of each integration
NSAMPLES= 1 / Number of A/D samples per pixel
TSAMPLE = 10.0 / [us] Time between samples
TFRAME = 0.67597 / [s] Time between frames
TGROUP = 1.35194 / [s] Time between groups
EFFINTTM= 27.0388 / [s] Effective integration time
EFFEXPTM= 21090.264 / [s] Effective exposure time
DURATION= 21621.514 / [s] Total duration of exposure
NRSTSTRT= 1 / Number of resets at start of exposure
NRESETS = 1 / Number of resets between integrations
ZEROFRAM= T / Zero frame was downlinked separately
DATAPROB= F / Science telemetry indicated a problem
SCA_NUM = 483 / Sensor Chip Assembly number
DATAMODE= 31 / post-processing method used in FPAP
SCTARATE= 5.58549708004934E-05 / [ms/s] Spacecraft Clock Time Adjust RATE
Subarray parameters
SUBARRAY= 'SUBGRISM128' / Subarray used
SUBSTRT1= 1 / Starting pixel in axis 1 direction
SUBSTRT2= 112 / Starting pixel in axis 2 direction
SUBSIZE1= 2048 / Number of pixels in axis 1 direction
SUBSIZE2= 128 / Number of pixels in axis 2 direction
FASTAXIS= -1 / Fast readout axis direction
SLOWAXIS= 2 / Slow readout axis direction
Dither information
PATTTYPE= 'NONE ' / Primary dither pattern type
PATT_NUM= 1 / Position number in primary pattern
NUMDTHPT= 1 / Total number of points in pattern
XOFFSET = -1.3592004984143E-05 / x offset from pattern starting position
YOFFSET = 1.448691253027632 / y offset from pattern starting position
Aperture information
APERNAME= 'NRCA3_GRISMTS128' / PRD science aperture used
PPS_APER= 'NRCA5_GRISM128_F322W2' / original AperName supplied by PPS
Velocity aberration correction information
VA_RA = 260.1223066198468 / [deg] Velocity aberrated apparent reference RA
VA_DEC = 38.23972504470674 / [deg] Velocity aberrated apparent reference Dec
Time information
BARTDELT= 71.14617917686701 / Barycentric time correction
BSTRTIME= 59701.28077234467 / Barycentric exposure start time
BENDTIME= 59701.53098874709 / Barycentric exposure end time
BMIDTIME= 59701.40588054503 / Barycentric exposure mid time
HELIDELT= 73.32630779128522 / Heliocentric time correction
HSTRTIME= 59701.28079757764 / Heliocentric exposure start time
HENDTIME= 59701.53101397649 / Heliocentric exposure end time
HMIDTIME= 59701.40590577622 / Heliocentric exposure mid time
NIRCam Focus Adjust Mechanism parameters
FAM_LA1 = 0 / position in steps of linear actuator 1
FASTEP1 = 0 / requested focus actuator 1 starting steps
FAUNIT1 = 0.0 / requested focus actuator 1 starting units
FAPHASE1= 'NULL ' / requested focus actuator 1 starting phase
FA1VALUE= 0 / requested focus actuator 1 position value
FAM_LA2 = 0 / position in steps of linear actuator 2
FASTEP2 = 0 / requested focus actuator 2 starting steps
FAUNIT2 = 0.0 / requested focus actuator 2 starting units
FAPHASE2= 'NULL ' / requested focus actuator 2 starting phase
FA2VALUE= 0 / requested focus actuator 2 position value
FAM_LA3 = 0 / position in steps of linear actuator 3
FASTEP3 = 0 / requested focus actuator 3 starting steps
FAUNIT3 = 0.0 / requested focus actuator 3 starting units
FAPHASE3= 'NULL ' / requested focus actuator 3 starting phase
FA3VALUE= 0 / requested focus actuator 3 position value
Guide star information
GS_ORDER= 1 / index of guide star within list of selected gui
GSSTRTTM= '2022-05-02 06:14:28.5520000' / UTC time when guide star activity star
GSENDTIM= '2022-05-02 06:18:32.2640000' / UTC time when guide star activity comp
GDSTARID= 'N3DL008072' / guide star identifier
GS_RA = 260.1278361902911 / guide star right ascension
GS_DEC = 38.29171228651747 / guide star declination
GS_URA = 9.85619752087322E-05 / guide star right ascension uncertainty
GS_UDEC = 0.000158429830934826 / guide star declination uncertainty
GS_MAG = 15.29342079162598 / guide star magnitude in FGS detector
GS_UMAG = 0.01853843219578266 / guide star magnitude uncertainty
GS_V3_PA= 223.6393214440824 / V3 Position Angle of guide star for science
PCS_MODE= 'FINEGUIDE' / Pointing Control System mode
VISITEND= '2022-05-02 12:44:22.8330000' / Observatory UTC time when the visit co
Reference file information
CRDS parameters
CRDS_VER= '11.16.0 ' / Version of CRDS file selection software used
CRDS_CTX= 'jwst_0756.pmap' / CRDS context (.pmap) used to select ref files
Gain reference file information
R_GAIN = 'crds://jwst_nircam_gain_0048.fits' / Gain reference file name
Linearity reference file information
R_LINEAR= 'crds://jwst_nircam_linearity_0053.fits' / Linearity reference file na
Mask reference file information
R_MASK = 'crds://jwst_nircam_mask_0041.fits' / Mask reference file name
Read noise reference file information
R_READNO= 'crds://jwst_nircam_readnoise_0030.fits' / Read noise reference file n
Saturation reference file information
R_SATURA= 'crds://jwst_nircam_saturation_0067.fits' / Saturation reference file
Superbias reference file information
R_SUPERB= 'crds://jwst_nircam_superbias_0027.fits' / Superbias reference file na
Calibration step information
S_DQINIT= 'COMPLETE' / Data Quality Initialization
S_JUMP = 'COMPLETE' / Jump Detection
S_LINEAR= 'COMPLETE' / Linearity Correction
S_RAMP = 'COMPLETE' / Ramp Fitting
S_SATURA= 'COMPLETE' / Saturation Checking
S_SUPERB= 'COMPLETE' / Superbias Subtraction
Stage 1 consists of detector-level corrections that are performed on a group-by-group basis, followed by ramp fitting. The output of stage 1 processing is a countrate image per exposure, or per integration for some modes.
Apply all calibration steps to raw JWST ramps to produce a 2-D slope product. This stage takes care of basic data reduction steps, such as reference pixel correction, superbias subtraction, removal of non-linearity, and flagging of cosmic rays. In the final step in this stage of the pipeline, line-fitting is performed on each integration. A slope image is created for each integration. The steps in this stage are identical for all data.
There are two general configurations for this pipeline, depending on whether the data are to be treated as a Time Series Observation (TSO). The configuration is provided by CRDS reference file mappings and are usually set by default to always give access to the most recent reference file deliveries and selection rules. For TSO exposures, some steps are set to be skipped by default:
$\textbf{INPUT FILES:}$ Exposure raw data products are designated by a file name suffix of “uncal.” These files usually contain only the raw detector pixel values from an exposure, with the addition of some table extensions containing various types of meta data associated with the exposure. Additional extensions can be included for certain instruments and readout types. Below are header modifications to the "uncal" fits files.
#Adding header modifications
all_uncal_files = [] # All Uncalibrated File Names. Also use to check that all files have been modified by the loop.
rawFileSearch = '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/Raw_Data/*nrca3_uncal.fits' #Grabbing only nrca3 files from the directory
output_dir = "/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/"
if os.path.exists(output_dir) == False:
os.makedirs(output_dir)
for fitsName in glob.glob(rawFileSearch):
HDUList = fits.open(fitsName, 'update')
HDUList[0].header['NOUTPUTS'] = (4, 'Number of output amplifiers') #This was not input at the time of the simulation. Therefore, we manually must input this information.
HDUList.close()
all_uncal_files.append(fitsName)
all_uncal_files = sorted(all_uncal_files) #sort files alphabetically.
#Required Parameters for Step1: Check the aperature size????
max_cores = "none" #"half" #Set to none, as to not go over memory limit
photParam = {'refStarPos': [[1055.0,23.0]],'backStart':100,'backEnd': 101,
'FITSextension': 1,
'isCube': True,'cubePlane':0,'procFiles':'*.fits'}
seg01_len = len(glob.glob('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/splintegrate/jw00042001001_01101_00001-seg002*.fits'))
HDUList[0].header
SIMPLE = T / conforms to FITS standard
BITPIX = 8 / array data type
NAXIS = 0 / number of array dimensions
EXTEND = T
DATE = '2021-06-02T21:57:20.941' / UTC date file created
ORIGIN = 'STScI ' / Organization responsible for creating file
FILENAME= 'jw00042001001_01101_00001-seg016_nrca3_uncal.fits' / Name of the file
FILETYPE= 'raw ' / Type of data in the file
DATAMODL= 'RampModel' / Type of data model
TELESCOP= 'JWST ' / Telescope used to acquire the data
Program information
TITLE = 'JWST/NIRCam Time-Series Observations of GJ436b' / Proposal title
PI_NAME = 'Thomas Beatty' / Principal investigator name
CATEGORY= 'GO ' / Program category
SUBCAT = 'UNKNOWN ' / Program sub-category
SCICAT = 'Exoplanets and Exoplanet Formation' / Science category assigned durin
CONT_ID = 0 / Continuation of previous program
Observation identifiers
DATE-OBS= '2021-10-04' / [yyyy-mm-dd] UTC date at start of exposure
TIME-OBS= '22:46:23.764' / [hh:mm:ss.sss] UTC time at start of exposure
OBS_ID = 'V00042001001P0000000001101' / Programmatic observation identifier
VISIT_ID= '00042001001' / Visit identifier
PROGRAM = '34 ' / Program number
OBSERVTN= '001 ' / Observation number
VISIT = '001 ' / Visit number
VISITGRP= '01 ' / Visit group identifier
SEQ_ID = '1 ' / Parallel sequence identifier
ACT_ID = '01 ' / Activity identifier
EXPOSURE= '00001 ' / Exposure request number
OBSLABEL= 'Baseline GRISMR' / Proposer label for the observation
Visit information
TSOVISIT= T / Time Series Observation visit indicator
Target information
TARGPROP= 'ROSS-905' / Proposer's name for the target
TARGNAME= 'UNKNOWN ' / Standard astronomical catalog name for target
TARG_RA = 175.55053625 / Target RA at mid time of exposure
TARG_DEC= 26.70306666666666 / Target Dec at mid time of exposure
Instrument configuration information
INSTRUME= 'NIRCAM ' / Instrument used to acquire the data
DETECTOR= 'NRCA3 ' / Name of detector used to acquire the data
MODULE = 'A ' / NIRCam module: A or B
CHANNEL = 'SHORT ' / Instrument channel
FILTER = 'WLP4 ' / Name of the filter element used
PUPIL = 'CLEAR ' / Name of the pupil element used
Exposure parameters
EXP_TYPE= 'NRC_TSIMAGE' / Type of data in the exposure
EXPSTART= 59491.94888615741 / UTC exposure start time
EXPMID = 59491.98594326389 / UTC exposure mid time
EXPEND = 59492.02300037037 / UTC exposure end time
READPATT= 'RAPID ' / Readout pattern
NINTS = 2350 / Number of integrations in exposure
INTSTART= 2281 / Starting integration number in this segment
INTEND = 2350 / Ending integration number in this segment
NGROUPS = 8 / Number of groups in integration
NFRAMES = 1 / Number of frames per group
GROUPGAP= 0 / Number of frames dropped between groups
TSAMPLE = 10 / [us] Time between samples
TFRAME = 0.34061 / [s] Time between frames
TGROUP = 0.34061 / [s] Time between groups
EFFINTTM= 2.72488 / [s] Effective integration time
EFFEXPTM= 6403.468000000001 / [s] Effective exposure time
DURATION= 3.06549 / [s] Total duration of exposure
NRSTSTRT= 1 / Number of resets at start of exposure
NRESETS = 1 / Number of resets between integrations
Subarray parameters
SUBARRAY= 'SUBGRISM64' / Subarray used
SUBSTRT1= 1 / Starting pixel in axis 1 direction
SUBSTRT2= 144 / Starting pixel in axis 2 direction
SUBSIZE1= 2048 / Number of pixels in axis 1 direction
SUBSIZE2= 64 / Number of pixels in axis 2 direction
FASTAXIS= -1 / Fast readout axis direction
SLOWAXIS= 2 / Slow readout axis direction
Dither information
PATTTYPE= 'NONE ' / Primary dither pattern type
PATT_NUM= 1 / Position number in primary pattern
NUMDTHPT= 1 / Total number of points in pattern
PATTSIZE= 'DEFAULT ' / Primary dither pattern size
SUBPXNUM= 1 / Subpixel pattern number
SUBPXPNS= 1 / Total number of points in subpixel pattern
XOFFSET = 0.0 / x offset from pattern starting position
YOFFSET = 1.449 / y offset from pattern starting position
Aperture information
APERNAME= 'NRCA3_GRISMTS64' / PRD science aperture used
MRGEVRSN= '1.3.4.dev135+gfb3f8f0' / Mirage version used
YAMLFILE= '/home/anadkarni/NIRCam_AZ_TSO_Data_Challenge/GJ436_2102/GJ436_yaml_&'
CONTINUE 'data/jw00042001001_01101_00001_nrca3.yaml&'
CONTINUE '' / Mirage input yaml file
GAIN = 2.4837794 / Gain value used by Mirage
DISTORTN= '/home/anadkarni/crds_cache/references/jwst/nircam/jwst_nircam_disto&'
CONTINUE 'rtion_0089.asdf&'
CONTINUE '' / Distortion reffile used by Mirage
IPC = '/home/anadkarni/crds_cache/references/jwst/nircam/jwst_nircam_ipc_0&'
CONTINUE '030.fits&'
CONTINUE '' / IPC kernel used by Mirage
PIXARMAP= '/home/anadkarni/crds_cache/references/jwst/nircam/jwst_nircam_area_&'
CONTINUE '0007.fits&'
CONTINUE '' / Pixel area map used by Mirage
CROSSTLK= '/home/anadkarni/anaconda3/envs/astro/lib/python3.6/site-packages/mi&'
CONTINUE 'rage/config/xtalk20150303g0.errorcut.txt&'
CONTINUE '' / Crosstalk file used by Mirage
FLUX_CAL= '/home/anadkarni/anaconda3/envs/astro/lib/python3.6/site-packages/mi&'
CONTINUE 'rage/config/NIRCam_zeropoints.list&'
CONTINUE '' / Flux calibration file used by Mirage
FTHRUPUT= '/home/anadkarni/anaconda3/envs/astro/lib/python3.6/site-packages/mi&'
CONTINUE 'rage/config/placeholder.txt&'
CONTINUE '' / Filter throughput file used by Mirage
PTSRCCAT= 'None ' / Point source catalog used by Mirage
GALAXCAT= 'None ' / Galaxy source catalog used by Mirage
EXTNDCAT= 'None ' / Extended source catalog used by Mirage
MTPTSCAT= 'None ' / Moving point source catalog used by Mirage
MTSERSIC= 'None ' / Moving Sersic catalog used by Mirage
MTEXTEND= 'None ' / Moving extended target catalog used by Mirage
NONSDRAL= 'None ' / Non-Sidereal catalog used by Mirage
BKGDRATE= 'medium ' / Background rate used by Mirage
TRACKING= 'sidereal' / Telescope tracking type for Mirage
POISSON = 166680131 / Random num generator seed for Poisson noise in
PSFWFE = 'predicted' / WebbPSF Wavefront error used by Mirage
PSFWFGRP= 0 / WebbPSF wavefront error group used by Mirage
CRLIB = 'SUNMAX ' / Cosmic ray library used by Mirage
CRSCALE = 1.0 / Cosmic ray rate scaling factor used by Mirage
CRSEED = 4247391441 / Random number generator seed for cosmic rays in
NOUTPUTS= 4 / Number of output amplifiers
startTime = time.time() #Time how long this step takes
for uncal_file in all_uncal_files:
# Using the run() method. Instantiate and set parameters
#Data Quality Initialization
dq_init_step = DQInitStep()
dq_init = dq_init_step.run(uncal_file)
# Saturation Flagging
saturation_step = SaturationStep()
# Call using the the output from the previously-run dq_init step
saturation = saturation_step.run(dq_init)
del dq_init # try to save memory
# Superbias Subtraction
superbias_step = SuperBiasStep()
# superbias_step.output_dir = output_dir
# superbias_step.save_results = True
# Call using the the output from the previously-run saturation step
superbias = superbias_step.run(saturation)
del saturation ## try to save memory
# Reference Pixel Correction
refpix_step = RefPixStep()
#refpix_step.output_dir = output_dir
#refpix_step.save_results = True
# try using a copy of the bias results as the refpix output
# refpix = refpix_step.run(superbias)
# es_refpix = deepcopy(refpix)
# the old way was to run the refpix and then replace it
es_refpix = deepcopy(superbias)
ngroups = superbias.meta.exposure.ngroups
nints = superbias.data.shape[0] ## use the array size because segmented data could have fewer ints
# First, make sure that the aperture looks good. Here I have cheated and used a final rampfit result.
phot = phot_pipeline.phot(directParam=photParam)
#phot.showStamps(showPlot=True,boxsize=200,vmin=0,vmax=1)
# Everything inside the larger blue circle will be masked when doing reference pixel corrections
for oneInt in tqdm.tqdm(np.arange(nints)):
for oneGroup in np.arange(ngroups):
rowSub, modelImg = rowamp_sub.do_backsub(superbias.data[oneInt,oneGroup,:,:],phot)
es_refpix.data[oneInt,oneGroup,:,:] = rowSub
# Linearity Step
del superbias # try to save memory
linearity_step = LinearityStep()
#Call using the the output from the previously-run refpix step
linearity = linearity_step.run(es_refpix)
del es_refpix # try to save memory
#Persistence Step
persist_step = PersistenceStep()
#skip for now since ref files are zeros
persist_step.skip = True
#Call using the the output from the previously-run linearity step
persist = persist_step.run(linearity)
del linearity # try to save memory
#Dark current step
dark_step = DarkCurrentStep()
# There was a CRDS error so I'm skipping
dark_step.skip = True
# Call using the persistence instance from the previously-run persistence step
dark = dark_step.run(persist)
del persist #try to save memory
#Jump Step
jump_step = JumpStep()
#jump_step.output_dir = output_dir
#jump_step.save_results = True
jump_step.rejection_threshold = 15
jump_step.maximum_cores = max_cores
# Call using the dark instance from the previously-run dark current subtraction step
jump = jump_step.run(dark)
del dark # try to save memory
# Ramp Fitting
ramp_fit_step = RampFitStep()
ramp_fit_step.maximum_cores = max_cores
ramp_fit_step.output_dir = output_dir
ramp_fit_step.save_results = True
# Let's save the optional outputs, in order
# to help with visualization later
# ramp_fit_step.save_opt = True
# Call using the dark instance from the previously-run jump step
ramp_fit = ramp_fit_step.run(jump)
del jump # try to save memory
del ramp_fit # try to save memory
executionTime = (time.time() - startTime)
print('Stage 1 Execution Time in Seconds: ' + str(executionTime)) #Time how long this step takes
2022-01-30 20:57:56,804 - stpipe.DQInitStep - INFO - DQInitStep instance created.
2022-01-30 20:57:56,948 - stpipe.DQInitStep - INFO - Step DQInitStep running with args ('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/Raw_Data/jw00042001001_01101_00001-seg002_nrca3_uncal.fits',).
2022-01-30 20:57:56,951 - stpipe.DQInitStep - INFO - Step DQInitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 20:58:00,900 - stpipe.DQInitStep - INFO - Using MASK reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_mask_0058.fits
2022-01-30 20:58:03,463 - stpipe.DQInitStep - INFO - Extracting mask subarray to match science data
2022-01-30 20:58:03,482 - stpipe.DQInitStep - INFO - Step DQInitStep done
2022-01-30 20:58:03,486 - stpipe.SaturationStep - INFO - SaturationStep instance created.
2022-01-30 20:58:03,665 - stpipe.SaturationStep - INFO - Step SaturationStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg002_nrca3_uncal.fits>,).
2022-01-30 20:58:03,668 - stpipe.SaturationStep - INFO - Step SaturationStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 20:58:03,715 - stpipe.SaturationStep - INFO - Using SATURATION reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_saturation_0067.fits
2022-01-30 20:58:03,905 - stpipe.SaturationStep - WARNING - Keyword NO_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 20:58:03,907 - stpipe.SaturationStep - WARNING - Keyword FEW_SAMPLES does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 20:58:03,908 - stpipe.SaturationStep - WARNING - Keyword AD_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 20:58:03,910 - stpipe.SaturationStep - WARNING - Keyword WEIRD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 20:58:03,911 - stpipe.SaturationStep - WARNING - Keyword DEAD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 20:58:05,058 - stpipe.SaturationStep - INFO - Extracting reference file subarray to match science data
2022-01-30 20:58:06,553 - stpipe.SaturationStep - INFO - Detected 517 saturated pixels
2022-01-30 20:58:06,684 - stpipe.SaturationStep - INFO - Detected 0 A/D floor pixels
2022-01-30 20:58:06,689 - stpipe.SaturationStep - INFO - Step SaturationStep done
2022-01-30 20:58:06,692 - stpipe.SuperBiasStep - INFO - SuperBiasStep instance created.
2022-01-30 20:58:06,885 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg002_nrca3_uncal.fits>,).
2022-01-30 20:58:06,888 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 20:58:06,934 - stpipe.SuperBiasStep - INFO - Using SUPERBIAS reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_superbias_0027.fits
2022-01-30 20:58:07,603 - stpipe.SuperBiasStep - WARNING - Keyword NOISY does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 20:58:08,966 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep done
2022-01-30 20:58:08,977 - stpipe.RefPixStep - INFO - RefPixStep instance created.
1%|▎ | 1/152 [00:00<00:28, 5.30it/s]
Note: File Search comes up empty
100%|█████████████████████████████████████████| 152/152 [00:28<00:00, 5.41it/s]
2022-01-30 20:58:37,903 - stpipe.LinearityStep - INFO - LinearityStep instance created.
2022-01-30 20:58:38,138 - stpipe.LinearityStep - INFO - Step LinearityStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg002_nrca3_uncal.fits>,).
2022-01-30 20:58:38,141 - stpipe.LinearityStep - INFO - Step LinearityStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 20:58:38,186 - stpipe.LinearityStep - INFO - Using Linearity reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_linearity_0053.fits
2022-01-30 20:58:39,028 - stpipe.LinearityStep - WARNING - Keyword UAZ_DO_NOT_USE does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 20:58:39,030 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_LIN_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 20:58:39,031 - stpipe.LinearityStep - WARNING - Keyword UAZ_BAD_LIN_FIT does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 20:58:39,033 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_WELL_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 20:58:39,034 - stpipe.LinearityStep - WARNING - Keyword UAZ_MODEL_FIT_FAIL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 20:58:39,035 - stpipe.LinearityStep - WARNING - Keyword UAZ_WELL_NOT_DEFINED does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 20:58:39,037 - stpipe.LinearityStep - WARNING - Keyword UAZ_MASTER_MASK does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 20:58:39,815 - stpipe.LinearityStep - INFO - Extracting linearity subarray to match science data
2022-01-30 20:58:43,083 - stpipe.LinearityStep - INFO - Step LinearityStep done
2022-01-30 20:58:43,087 - stpipe.PersistenceStep - INFO - PersistenceStep instance created.
2022-01-30 20:58:43,315 - stpipe.PersistenceStep - INFO - Step PersistenceStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg002_nrca3_uncal.fits>,).
2022-01-30 20:58:43,319 - stpipe.PersistenceStep - INFO - Step PersistenceStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'input_trapsfilled': '', 'flag_pers_cutoff': 40.0, 'save_persistence': False, 'save_trapsfilled': True}
2022-01-30 20:58:43,320 - stpipe.PersistenceStep - INFO - Step skipped.
2022-01-30 20:58:43,322 - stpipe.PersistenceStep - INFO - Step PersistenceStep done
2022-01-30 20:58:43,325 - stpipe.DarkCurrentStep - INFO - DarkCurrentStep instance created.
2022-01-30 20:58:43,490 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg002_nrca3_uncal.fits>,).
2022-01-30 20:58:43,493 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'dark_output': None}
2022-01-30 20:58:43,495 - stpipe.DarkCurrentStep - INFO - Step skipped.
2022-01-30 20:58:43,496 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep done
2022-01-30 20:58:43,503 - stpipe.JumpStep - INFO - JumpStep instance created.
2022-01-30 20:58:43,668 - stpipe.JumpStep - INFO - Step JumpStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg002_nrca3_uncal.fits>,).
2022-01-30 20:58:43,672 - stpipe.JumpStep - INFO - Step JumpStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'rejection_threshold': 15, 'three_group_rejection_threshold': 6.0, 'four_group_rejection_threshold': 5.0, 'maximum_cores': 'none', 'flag_4_neighbors': True, 'max_jump_to_flag_neighbors': 1000.0, 'min_jump_to_flag_neighbors': 10.0}
2022-01-30 20:58:43,694 - stpipe.JumpStep - INFO - CR rejection threshold = 15 sigma
2022-01-30 20:58:43,721 - stpipe.JumpStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 20:58:43,814 - stpipe.JumpStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 20:58:43,858 - stpipe.JumpStep - INFO - Using 1 core for jump detection
2022-01-30 20:58:44,676 - stpipe.JumpStep - INFO - Extracting gain subarray to match science data
2022-01-30 20:58:44,679 - stpipe.JumpStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 20:58:45,308 - stpipe.JumpStep - INFO - Executing two-point difference method
2022-01-30 20:58:47,986 - stpipe.JumpStep - INFO - Working on integration 1:
2022-01-30 20:58:48,096 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 20:58:48,098 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:48,099 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:48,110 - stpipe.JumpStep - INFO - Working on integration 2:
2022-01-30 20:58:48,216 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:48,217 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:48,219 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:48,229 - stpipe.JumpStep - INFO - Working on integration 3:
2022-01-30 20:58:48,328 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:48,330 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:48,331 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:48,342 - stpipe.JumpStep - INFO - Working on integration 4:
2022-01-30 20:58:48,441 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:48,442 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:48,444 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:48,454 - stpipe.JumpStep - INFO - Working on integration 5:
2022-01-30 20:58:48,556 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 20:58:48,558 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:48,559 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:48,570 - stpipe.JumpStep - INFO - Working on integration 6:
2022-01-30 20:58:48,667 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 20:58:48,669 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:48,670 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:48,682 - stpipe.JumpStep - INFO - Working on integration 7:
2022-01-30 20:58:48,781 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:48,783 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:48,784 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:48,795 - stpipe.JumpStep - INFO - Working on integration 8:
2022-01-30 20:58:48,895 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 20:58:48,897 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:48,898 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:48,909 - stpipe.JumpStep - INFO - Working on integration 9:
2022-01-30 20:58:49,009 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:49,011 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:49,013 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:49,023 - stpipe.JumpStep - INFO - Working on integration 10:
2022-01-30 20:58:49,123 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:58:49,125 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:49,126 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:49,138 - stpipe.JumpStep - INFO - Working on integration 11:
2022-01-30 20:58:49,237 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:49,239 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:49,240 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:49,251 - stpipe.JumpStep - INFO - Working on integration 12:
2022-01-30 20:58:49,351 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:58:49,353 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:49,354 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:49,365 - stpipe.JumpStep - INFO - Working on integration 13:
2022-01-30 20:58:49,466 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:58:49,468 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:49,469 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:49,480 - stpipe.JumpStep - INFO - Working on integration 14:
2022-01-30 20:58:49,582 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:49,583 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:49,585 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:49,595 - stpipe.JumpStep - INFO - Working on integration 15:
2022-01-30 20:58:49,697 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:49,699 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:49,700 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 20:58:49,711 - stpipe.JumpStep - INFO - Working on integration 16:
2022-01-30 20:58:49,814 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:49,816 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:49,817 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:49,829 - stpipe.JumpStep - INFO - Working on integration 17:
2022-01-30 20:58:49,932 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 20:58:49,934 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:49,935 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:49,946 - stpipe.JumpStep - INFO - Working on integration 18:
2022-01-30 20:58:50,047 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:58:50,049 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:50,050 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:50,061 - stpipe.JumpStep - INFO - Working on integration 19:
2022-01-30 20:58:50,163 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 20:58:50,164 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:50,165 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:50,175 - stpipe.JumpStep - INFO - Working on integration 20:
2022-01-30 20:58:50,280 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:58:50,282 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:50,283 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:50,293 - stpipe.JumpStep - INFO - Working on integration 21:
2022-01-30 20:58:50,392 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 20:58:50,394 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:50,395 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:50,407 - stpipe.JumpStep - INFO - Working on integration 22:
2022-01-30 20:58:50,513 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 20:58:50,514 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:50,516 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:50,526 - stpipe.JumpStep - INFO - Working on integration 23:
2022-01-30 20:58:50,625 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 20:58:50,627 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:50,628 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 20:58:50,638 - stpipe.JumpStep - INFO - Working on integration 24:
2022-01-30 20:58:50,739 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 20:58:50,741 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:50,742 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:50,754 - stpipe.JumpStep - INFO - Working on integration 25:
2022-01-30 20:58:50,853 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:50,855 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:50,856 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:50,868 - stpipe.JumpStep - INFO - Working on integration 26:
2022-01-30 20:58:50,968 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:50,970 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:50,971 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:50,982 - stpipe.JumpStep - INFO - Working on integration 27:
2022-01-30 20:58:51,082 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 20:58:51,083 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:51,085 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:51,095 - stpipe.JumpStep - INFO - Working on integration 28:
2022-01-30 20:58:51,195 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:51,197 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:51,198 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:51,210 - stpipe.JumpStep - INFO - Working on integration 29:
2022-01-30 20:58:51,311 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:51,312 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:51,314 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:51,325 - stpipe.JumpStep - INFO - Working on integration 30:
2022-01-30 20:58:51,426 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 20:58:51,427 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:51,428 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:51,440 - stpipe.JumpStep - INFO - Working on integration 31:
2022-01-30 20:58:51,540 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:51,542 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:51,543 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:51,555 - stpipe.JumpStep - INFO - Working on integration 32:
2022-01-30 20:58:51,661 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:51,663 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:51,664 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 20:58:51,675 - stpipe.JumpStep - INFO - Working on integration 33:
2022-01-30 20:58:51,773 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:51,775 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:51,776 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:51,787 - stpipe.JumpStep - INFO - Working on integration 34:
2022-01-30 20:58:51,887 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:51,888 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:51,890 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:51,900 - stpipe.JumpStep - INFO - Working on integration 35:
2022-01-30 20:58:52,001 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 20:58:52,002 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:52,004 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:52,014 - stpipe.JumpStep - INFO - Working on integration 36:
2022-01-30 20:58:52,118 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:58:52,120 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:52,121 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:52,133 - stpipe.JumpStep - INFO - Working on integration 37:
2022-01-30 20:58:52,235 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:52,237 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:52,238 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:52,249 - stpipe.JumpStep - INFO - Working on integration 38:
2022-01-30 20:58:52,353 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:52,354 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:52,356 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:52,368 - stpipe.JumpStep - INFO - Working on integration 39:
2022-01-30 20:58:52,468 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:58:52,470 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:52,471 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:52,482 - stpipe.JumpStep - INFO - Working on integration 40:
2022-01-30 20:58:52,583 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 20:58:52,584 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:52,586 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:52,598 - stpipe.JumpStep - INFO - Working on integration 41:
2022-01-30 20:58:52,695 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:58:52,697 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:52,699 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:52,710 - stpipe.JumpStep - INFO - Working on integration 42:
2022-01-30 20:58:52,808 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 20:58:52,809 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:52,811 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 20:58:52,822 - stpipe.JumpStep - INFO - Working on integration 43:
2022-01-30 20:58:52,920 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 20:58:52,921 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:52,922 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:52,934 - stpipe.JumpStep - INFO - Working on integration 44:
2022-01-30 20:58:53,033 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:53,034 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:53,036 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:53,047 - stpipe.JumpStep - INFO - Working on integration 45:
2022-01-30 20:58:53,146 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:53,148 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:53,149 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:53,160 - stpipe.JumpStep - INFO - Working on integration 46:
2022-01-30 20:58:53,260 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:53,262 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:53,263 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:53,274 - stpipe.JumpStep - INFO - Working on integration 47:
2022-01-30 20:58:53,373 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:53,375 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:53,376 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:53,387 - stpipe.JumpStep - INFO - Working on integration 48:
2022-01-30 20:58:53,488 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:53,490 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:53,491 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:53,502 - stpipe.JumpStep - INFO - Working on integration 49:
2022-01-30 20:58:53,601 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 20:58:53,603 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:53,604 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:53,616 - stpipe.JumpStep - INFO - Working on integration 50:
2022-01-30 20:58:53,714 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:53,715 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:53,717 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:53,728 - stpipe.JumpStep - INFO - Working on integration 51:
2022-01-30 20:58:53,830 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 20:58:53,831 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:53,832 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:53,844 - stpipe.JumpStep - INFO - Working on integration 52:
2022-01-30 20:58:53,945 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:53,946 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:53,947 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:53,959 - stpipe.JumpStep - INFO - Working on integration 53:
2022-01-30 20:58:54,057 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:54,059 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:54,060 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:54,072 - stpipe.JumpStep - INFO - Working on integration 54:
2022-01-30 20:58:54,170 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 20:58:54,172 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:54,173 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:54,184 - stpipe.JumpStep - INFO - Working on integration 55:
2022-01-30 20:58:54,284 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:58:54,286 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:54,287 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:54,299 - stpipe.JumpStep - INFO - Working on integration 56:
2022-01-30 20:58:54,399 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:54,401 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:54,402 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:54,413 - stpipe.JumpStep - INFO - Working on integration 57:
2022-01-30 20:58:54,514 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:58:54,515 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:54,517 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:54,528 - stpipe.JumpStep - INFO - Working on integration 58:
2022-01-30 20:58:54,630 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 20:58:54,631 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:54,633 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 20:58:54,645 - stpipe.JumpStep - INFO - Working on integration 59:
2022-01-30 20:58:54,746 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 20:58:54,748 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:54,749 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:54,761 - stpipe.JumpStep - INFO - Working on integration 60:
2022-01-30 20:58:54,861 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:58:54,863 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:54,864 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:54,876 - stpipe.JumpStep - INFO - Working on integration 61:
2022-01-30 20:58:54,978 - stpipe.JumpStep - INFO - From highest outlier Two-point found 16 pixels with at least one CR and at least four groups
2022-01-30 20:58:54,979 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:54,981 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:54,993 - stpipe.JumpStep - INFO - Working on integration 62:
2022-01-30 20:58:55,094 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:55,096 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:55,097 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:55,109 - stpipe.JumpStep - INFO - Working on integration 63:
2022-01-30 20:58:55,208 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:55,210 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:55,211 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 20:58:55,224 - stpipe.JumpStep - INFO - Working on integration 64:
2022-01-30 20:58:55,324 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:55,326 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:55,327 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:55,339 - stpipe.JumpStep - INFO - Working on integration 65:
2022-01-30 20:58:55,438 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:58:55,440 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:55,441 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:55,452 - stpipe.JumpStep - INFO - Working on integration 66:
2022-01-30 20:58:55,553 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:55,554 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:55,555 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:55,567 - stpipe.JumpStep - INFO - Working on integration 67:
2022-01-30 20:58:55,665 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 20:58:55,666 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:55,667 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:55,679 - stpipe.JumpStep - INFO - Working on integration 68:
2022-01-30 20:58:55,781 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:58:55,783 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:55,784 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:55,796 - stpipe.JumpStep - INFO - Working on integration 69:
2022-01-30 20:58:55,893 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:55,895 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:55,896 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:55,907 - stpipe.JumpStep - INFO - Working on integration 70:
2022-01-30 20:58:56,009 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 20:58:56,011 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:56,012 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:56,025 - stpipe.JumpStep - INFO - Working on integration 71:
2022-01-30 20:58:56,123 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:58:56,125 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:56,126 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:56,137 - stpipe.JumpStep - INFO - Working on integration 72:
2022-01-30 20:58:56,238 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:56,240 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:56,241 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:56,253 - stpipe.JumpStep - INFO - Working on integration 73:
2022-01-30 20:58:56,355 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 20:58:56,357 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:56,358 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:56,370 - stpipe.JumpStep - INFO - Working on integration 74:
2022-01-30 20:58:56,467 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 20:58:56,468 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:56,470 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:56,482 - stpipe.JumpStep - INFO - Working on integration 75:
2022-01-30 20:58:56,580 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 20:58:56,581 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:56,583 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:56,594 - stpipe.JumpStep - INFO - Working on integration 76:
2022-01-30 20:58:56,692 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:56,694 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:56,695 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:56,706 - stpipe.JumpStep - INFO - Working on integration 77:
2022-01-30 20:58:56,804 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:56,806 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:56,807 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:56,819 - stpipe.JumpStep - INFO - Working on integration 78:
2022-01-30 20:58:56,918 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 20:58:56,919 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:56,921 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:56,933 - stpipe.JumpStep - INFO - Working on integration 79:
2022-01-30 20:58:57,035 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:57,036 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:57,037 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:57,049 - stpipe.JumpStep - INFO - Working on integration 80:
2022-01-30 20:58:57,148 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:57,150 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:57,151 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:57,162 - stpipe.JumpStep - INFO - Working on integration 81:
2022-01-30 20:58:57,261 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:58:57,262 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:57,264 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:57,275 - stpipe.JumpStep - INFO - Working on integration 82:
2022-01-30 20:58:57,375 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 20:58:57,376 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:57,378 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:57,388 - stpipe.JumpStep - INFO - Working on integration 83:
2022-01-30 20:58:57,486 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 20:58:57,488 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:57,489 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:57,500 - stpipe.JumpStep - INFO - Working on integration 84:
2022-01-30 20:58:57,599 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 20:58:57,601 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:57,602 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:57,614 - stpipe.JumpStep - INFO - Working on integration 85:
2022-01-30 20:58:57,711 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 20:58:57,713 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:57,714 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:57,726 - stpipe.JumpStep - INFO - Working on integration 86:
2022-01-30 20:58:57,825 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 20:58:57,827 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:57,829 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:57,840 - stpipe.JumpStep - INFO - Working on integration 87:
2022-01-30 20:58:57,939 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:57,941 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:57,942 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:57,953 - stpipe.JumpStep - INFO - Working on integration 88:
2022-01-30 20:58:58,054 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:58:58,055 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:58,056 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 20:58:58,068 - stpipe.JumpStep - INFO - Working on integration 89:
2022-01-30 20:58:58,168 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:58,169 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:58,170 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:58,182 - stpipe.JumpStep - INFO - Working on integration 90:
2022-01-30 20:58:58,283 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 20:58:58,285 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:58,286 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:58,297 - stpipe.JumpStep - INFO - Working on integration 91:
2022-01-30 20:58:58,396 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:58:58,398 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:58,399 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:58,409 - stpipe.JumpStep - INFO - Working on integration 92:
2022-01-30 20:58:58,510 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:58:58,512 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:58,513 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:58,524 - stpipe.JumpStep - INFO - Working on integration 93:
2022-01-30 20:58:58,625 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:58,627 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:58,628 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:58,639 - stpipe.JumpStep - INFO - Working on integration 94:
2022-01-30 20:58:58,741 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:58:58,742 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:58,744 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:58,755 - stpipe.JumpStep - INFO - Working on integration 95:
2022-01-30 20:58:58,858 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:58,860 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:58,861 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:58,871 - stpipe.JumpStep - INFO - Working on integration 96:
2022-01-30 20:58:58,971 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:58,973 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:58,974 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:58,986 - stpipe.JumpStep - INFO - Working on integration 97:
2022-01-30 20:58:59,096 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:59,098 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:59,099 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:59,110 - stpipe.JumpStep - INFO - Working on integration 98:
2022-01-30 20:58:59,213 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 20:58:59,215 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:59,216 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:59,228 - stpipe.JumpStep - INFO - Working on integration 99:
2022-01-30 20:58:59,328 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:58:59,330 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:59,331 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:59,343 - stpipe.JumpStep - INFO - Working on integration 100:
2022-01-30 20:58:59,446 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 20:58:59,447 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:59,449 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:59,460 - stpipe.JumpStep - INFO - Working on integration 101:
2022-01-30 20:58:59,562 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:58:59,564 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:59,565 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:59,577 - stpipe.JumpStep - INFO - Working on integration 102:
2022-01-30 20:58:59,680 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:58:59,682 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:59,683 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:59,695 - stpipe.JumpStep - INFO - Working on integration 103:
2022-01-30 20:58:59,803 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 20:58:59,805 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:59,806 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:59,818 - stpipe.JumpStep - INFO - Working on integration 104:
2022-01-30 20:58:59,919 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:58:59,921 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:58:59,922 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:58:59,933 - stpipe.JumpStep - INFO - Working on integration 105:
2022-01-30 20:59:00,036 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 20:59:00,038 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:00,039 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:00,050 - stpipe.JumpStep - INFO - Working on integration 106:
2022-01-30 20:59:00,152 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 20:59:00,153 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:00,154 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:00,166 - stpipe.JumpStep - INFO - Working on integration 107:
2022-01-30 20:59:00,269 - stpipe.JumpStep - INFO - From highest outlier Two-point found 17 pixels with at least one CR and at least four groups
2022-01-30 20:59:00,270 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:00,272 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:00,285 - stpipe.JumpStep - INFO - Working on integration 108:
2022-01-30 20:59:00,393 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:59:00,394 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:00,396 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 20:59:00,406 - stpipe.JumpStep - INFO - Working on integration 109:
2022-01-30 20:59:00,512 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 20:59:00,514 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:00,515 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:00,526 - stpipe.JumpStep - INFO - Working on integration 110:
2022-01-30 20:59:00,626 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 20:59:00,627 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:00,630 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:00,640 - stpipe.JumpStep - INFO - Working on integration 111:
2022-01-30 20:59:00,744 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:59:00,746 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:00,747 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:00,758 - stpipe.JumpStep - INFO - Working on integration 112:
2022-01-30 20:59:00,860 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:59:00,861 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:00,863 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:00,874 - stpipe.JumpStep - INFO - Working on integration 113:
2022-01-30 20:59:00,986 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:59:00,988 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:00,989 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:01,000 - stpipe.JumpStep - INFO - Working on integration 114:
2022-01-30 20:59:01,110 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:59:01,112 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:01,113 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:01,124 - stpipe.JumpStep - INFO - Working on integration 115:
2022-01-30 20:59:01,232 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 20:59:01,234 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:01,235 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 20:59:01,250 - stpipe.JumpStep - INFO - Working on integration 116:
2022-01-30 20:59:01,371 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 20:59:01,372 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:01,373 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:01,384 - stpipe.JumpStep - INFO - Working on integration 117:
2022-01-30 20:59:01,494 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:59:01,496 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:01,497 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:01,509 - stpipe.JumpStep - INFO - Working on integration 118:
2022-01-30 20:59:01,614 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 20:59:01,615 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:01,616 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:01,628 - stpipe.JumpStep - INFO - Working on integration 119:
2022-01-30 20:59:01,736 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 20:59:01,738 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:01,739 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:01,752 - stpipe.JumpStep - INFO - Working on integration 120:
2022-01-30 20:59:01,862 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 20:59:01,864 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:01,865 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:01,876 - stpipe.JumpStep - INFO - Working on integration 121:
2022-01-30 20:59:01,977 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 20:59:01,979 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:01,980 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:01,992 - stpipe.JumpStep - INFO - Working on integration 122:
2022-01-30 20:59:02,097 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 20:59:02,099 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:02,100 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:02,112 - stpipe.JumpStep - INFO - Working on integration 123:
2022-01-30 20:59:02,214 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 20:59:02,216 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:02,217 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:02,230 - stpipe.JumpStep - INFO - Working on integration 124:
2022-01-30 20:59:02,339 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:59:02,340 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:02,342 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:02,354 - stpipe.JumpStep - INFO - Working on integration 125:
2022-01-30 20:59:02,461 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:59:02,462 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:02,463 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:02,476 - stpipe.JumpStep - INFO - Working on integration 126:
2022-01-30 20:59:02,576 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:59:02,577 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:02,579 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:02,590 - stpipe.JumpStep - INFO - Working on integration 127:
2022-01-30 20:59:02,692 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:59:02,694 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:02,695 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:02,706 - stpipe.JumpStep - INFO - Working on integration 128:
2022-01-30 20:59:02,824 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:59:02,825 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:02,827 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:02,838 - stpipe.JumpStep - INFO - Working on integration 129:
2022-01-30 20:59:02,938 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:59:02,940 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:02,942 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:02,953 - stpipe.JumpStep - INFO - Working on integration 130:
2022-01-30 20:59:03,058 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:59:03,060 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:03,061 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:03,073 - stpipe.JumpStep - INFO - Working on integration 131:
2022-01-30 20:59:03,177 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 20:59:03,178 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:03,180 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:03,191 - stpipe.JumpStep - INFO - Working on integration 132:
2022-01-30 20:59:03,296 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 20:59:03,297 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:03,299 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 20:59:03,311 - stpipe.JumpStep - INFO - Working on integration 133:
2022-01-30 20:59:03,416 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 20:59:03,417 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:03,418 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:03,429 - stpipe.JumpStep - INFO - Working on integration 134:
2022-01-30 20:59:03,538 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 20:59:03,540 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:03,541 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:03,553 - stpipe.JumpStep - INFO - Working on integration 135:
2022-01-30 20:59:03,659 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:59:03,660 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:03,661 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:03,674 - stpipe.JumpStep - INFO - Working on integration 136:
2022-01-30 20:59:03,779 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 20:59:03,781 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:03,782 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:03,793 - stpipe.JumpStep - INFO - Working on integration 137:
2022-01-30 20:59:03,902 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:59:03,904 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:03,905 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:03,916 - stpipe.JumpStep - INFO - Working on integration 138:
2022-01-30 20:59:04,023 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:59:04,024 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:04,025 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:04,037 - stpipe.JumpStep - INFO - Working on integration 139:
2022-01-30 20:59:04,139 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 20:59:04,140 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:04,142 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:04,153 - stpipe.JumpStep - INFO - Working on integration 140:
2022-01-30 20:59:04,262 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 20:59:04,264 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:04,265 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 20:59:04,277 - stpipe.JumpStep - INFO - Working on integration 141:
2022-01-30 20:59:04,384 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 20:59:04,386 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:04,387 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:04,400 - stpipe.JumpStep - INFO - Working on integration 142:
2022-01-30 20:59:04,525 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:59:04,526 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:04,528 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:04,539 - stpipe.JumpStep - INFO - Working on integration 143:
2022-01-30 20:59:04,647 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 20:59:04,649 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:04,650 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:04,662 - stpipe.JumpStep - INFO - Working on integration 144:
2022-01-30 20:59:04,769 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:59:04,770 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:04,772 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:04,783 - stpipe.JumpStep - INFO - Working on integration 145:
2022-01-30 20:59:04,887 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 20:59:04,889 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:04,890 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:04,907 - stpipe.JumpStep - INFO - Working on integration 146:
2022-01-30 20:59:05,024 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 20:59:05,025 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:05,026 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:05,039 - stpipe.JumpStep - INFO - Working on integration 147:
2022-01-30 20:59:05,154 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:59:05,155 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:05,156 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 20:59:05,168 - stpipe.JumpStep - INFO - Working on integration 148:
2022-01-30 20:59:05,274 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 20:59:05,276 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:05,277 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:05,289 - stpipe.JumpStep - INFO - Working on integration 149:
2022-01-30 20:59:05,393 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 20:59:05,395 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:05,396 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:05,408 - stpipe.JumpStep - INFO - Working on integration 150:
2022-01-30 20:59:05,518 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 20:59:05,519 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:05,521 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:05,534 - stpipe.JumpStep - INFO - Working on integration 151:
2022-01-30 20:59:05,643 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 20:59:05,644 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:05,646 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:05,658 - stpipe.JumpStep - INFO - Working on integration 152:
2022-01-30 20:59:05,767 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 20:59:05,769 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 20:59:05,770 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 20:59:05,786 - stpipe.JumpStep - INFO - Total elapsed time = 20.4762 sec
2022-01-30 20:59:05,793 - stpipe.JumpStep - INFO - The execution time in seconds: 22.098830
2022-01-30 20:59:05,798 - stpipe.JumpStep - INFO - Step JumpStep done
2022-01-30 20:59:05,802 - stpipe.RampFitStep - INFO - RampFitStep instance created.
2022-01-30 20:59:06,076 - stpipe.RampFitStep - INFO - Step RampFitStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg002_nrca3_uncal.fits>,).
2022-01-30 20:59:06,079 - stpipe.RampFitStep - INFO - Step RampFitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'int_name': '', 'save_opt': False, 'opt_name': '', 'maximum_cores': 'none'}
2022-01-30 20:59:06,152 - stpipe.RampFitStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 20:59:06,191 - stpipe.RampFitStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 20:59:06,236 - stpipe.RampFitStep - INFO - Using algorithm = ols
2022-01-30 20:59:06,238 - stpipe.RampFitStep - INFO - Using weighting = optimal
2022-01-30 20:59:06,240 - stpipe.RampFitStep - INFO - Extracting gain subarray to match science data
2022-01-30 20:59:06,242 - stpipe.RampFitStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:02:05,130 - stpipe.RampFitStep - INFO - Number of groups per integration: 8
2022-01-30 21:02:05,135 - stpipe.RampFitStep - INFO - Number of integrations: 152
2022-01-30 21:02:05,506 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg002_nrca3_0_rampfitstep.fits
2022-01-30 21:02:06,329 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg002_nrca3_1_rampfitstep.fits
2022-01-30 21:02:06,331 - stpipe.RampFitStep - INFO - Step RampFitStep done
2022-01-30 21:02:06,335 - stpipe.DQInitStep - INFO - DQInitStep instance created.
2022-01-30 21:02:06,553 - stpipe.DQInitStep - INFO - Step DQInitStep running with args ('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/Raw_Data/jw00042001001_01101_00001-seg003_nrca3_uncal.fits',).
2022-01-30 21:02:06,556 - stpipe.DQInitStep - INFO - Step DQInitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:02:07,957 - stpipe.DQInitStep - INFO - Using MASK reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_mask_0058.fits
2022-01-30 21:02:12,439 - stpipe.DQInitStep - INFO - Extracting mask subarray to match science data
2022-01-30 21:02:12,456 - stpipe.DQInitStep - INFO - Step DQInitStep done
2022-01-30 21:02:12,460 - stpipe.SaturationStep - INFO - SaturationStep instance created.
2022-01-30 21:02:12,647 - stpipe.SaturationStep - INFO - Step SaturationStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg003_nrca3_uncal.fits>,).
2022-01-30 21:02:12,650 - stpipe.SaturationStep - INFO - Step SaturationStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:02:12,701 - stpipe.SaturationStep - INFO - Using SATURATION reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_saturation_0067.fits
2022-01-30 21:02:12,851 - stpipe.SaturationStep - WARNING - Keyword NO_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:02:12,853 - stpipe.SaturationStep - WARNING - Keyword FEW_SAMPLES does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:02:12,855 - stpipe.SaturationStep - WARNING - Keyword AD_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:02:12,858 - stpipe.SaturationStep - WARNING - Keyword WEIRD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:02:12,859 - stpipe.SaturationStep - WARNING - Keyword DEAD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:02:13,717 - stpipe.SaturationStep - INFO - Extracting reference file subarray to match science data
2022-01-30 21:02:15,295 - stpipe.SaturationStep - INFO - Detected 522 saturated pixels
2022-01-30 21:02:15,440 - stpipe.SaturationStep - INFO - Detected 0 A/D floor pixels
2022-01-30 21:02:15,445 - stpipe.SaturationStep - INFO - Step SaturationStep done
2022-01-30 21:02:15,449 - stpipe.SuperBiasStep - INFO - SuperBiasStep instance created.
2022-01-30 21:02:15,659 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg003_nrca3_uncal.fits>,).
2022-01-30 21:02:15,662 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:02:15,712 - stpipe.SuperBiasStep - INFO - Using SUPERBIAS reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_superbias_0027.fits
2022-01-30 21:02:16,161 - stpipe.SuperBiasStep - WARNING - Keyword NOISY does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:02:18,534 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep done
2022-01-30 21:02:18,538 - stpipe.RefPixStep - INFO - RefPixStep instance created.
0%| | 0/152 [00:00<?, ?it/s]
Note: File Search comes up empty
100%|█████████████████████████████████████████| 152/152 [00:30<00:00, 4.93it/s]
2022-01-30 21:02:55,396 - stpipe.LinearityStep - INFO - LinearityStep instance created.
2022-01-30 21:02:55,576 - stpipe.LinearityStep - INFO - Step LinearityStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg003_nrca3_uncal.fits>,).
2022-01-30 21:02:55,579 - stpipe.LinearityStep - INFO - Step LinearityStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:02:55,630 - stpipe.LinearityStep - INFO - Using Linearity reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_linearity_0053.fits
2022-01-30 21:02:55,866 - stpipe.LinearityStep - WARNING - Keyword UAZ_DO_NOT_USE does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:02:55,868 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_LIN_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:02:55,870 - stpipe.LinearityStep - WARNING - Keyword UAZ_BAD_LIN_FIT does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:02:55,871 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_WELL_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:02:55,873 - stpipe.LinearityStep - WARNING - Keyword UAZ_MODEL_FIT_FAIL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:02:55,874 - stpipe.LinearityStep - WARNING - Keyword UAZ_WELL_NOT_DEFINED does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:02:55,875 - stpipe.LinearityStep - WARNING - Keyword UAZ_MASTER_MASK does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:02:56,742 - stpipe.LinearityStep - INFO - Extracting linearity subarray to match science data
2022-01-30 21:03:00,265 - stpipe.LinearityStep - INFO - Step LinearityStep done
2022-01-30 21:03:00,269 - stpipe.PersistenceStep - INFO - PersistenceStep instance created.
2022-01-30 21:03:00,543 - stpipe.PersistenceStep - INFO - Step PersistenceStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg003_nrca3_uncal.fits>,).
2022-01-30 21:03:00,547 - stpipe.PersistenceStep - INFO - Step PersistenceStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'input_trapsfilled': '', 'flag_pers_cutoff': 40.0, 'save_persistence': False, 'save_trapsfilled': True}
2022-01-30 21:03:00,548 - stpipe.PersistenceStep - INFO - Step skipped.
2022-01-30 21:03:00,551 - stpipe.PersistenceStep - INFO - Step PersistenceStep done
2022-01-30 21:03:00,554 - stpipe.DarkCurrentStep - INFO - DarkCurrentStep instance created.
2022-01-30 21:03:00,686 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg003_nrca3_uncal.fits>,).
2022-01-30 21:03:00,689 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'dark_output': None}
2022-01-30 21:03:00,690 - stpipe.DarkCurrentStep - INFO - Step skipped.
2022-01-30 21:03:00,692 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep done
2022-01-30 21:03:00,696 - stpipe.JumpStep - INFO - JumpStep instance created.
2022-01-30 21:03:00,829 - stpipe.JumpStep - INFO - Step JumpStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg003_nrca3_uncal.fits>,).
2022-01-30 21:03:00,833 - stpipe.JumpStep - INFO - Step JumpStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'rejection_threshold': 15, 'three_group_rejection_threshold': 6.0, 'four_group_rejection_threshold': 5.0, 'maximum_cores': 'none', 'flag_4_neighbors': True, 'max_jump_to_flag_neighbors': 1000.0, 'min_jump_to_flag_neighbors': 10.0}
2022-01-30 21:03:00,857 - stpipe.JumpStep - INFO - CR rejection threshold = 15 sigma
2022-01-30 21:03:00,887 - stpipe.JumpStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:03:00,959 - stpipe.JumpStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:03:00,996 - stpipe.JumpStep - INFO - Using 1 core for jump detection
2022-01-30 21:03:04,474 - stpipe.JumpStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:03:04,477 - stpipe.JumpStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:03:05,171 - stpipe.JumpStep - INFO - Executing two-point difference method
2022-01-30 21:03:09,560 - stpipe.JumpStep - INFO - Working on integration 1:
2022-01-30 21:03:09,674 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:03:09,675 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:09,677 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:09,691 - stpipe.JumpStep - INFO - Working on integration 2:
2022-01-30 21:03:09,849 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:03:09,851 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:09,852 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:09,864 - stpipe.JumpStep - INFO - Working on integration 3:
2022-01-30 21:03:09,977 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:03:09,978 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:09,981 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:03:09,992 - stpipe.JumpStep - INFO - Working on integration 4:
2022-01-30 21:03:10,102 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:03:10,103 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:10,105 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:03:10,117 - stpipe.JumpStep - INFO - Working on integration 5:
2022-01-30 21:03:10,242 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:03:10,243 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:10,245 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:10,256 - stpipe.JumpStep - INFO - Working on integration 6:
2022-01-30 21:03:10,377 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:03:10,378 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:10,380 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:10,391 - stpipe.JumpStep - INFO - Working on integration 7:
2022-01-30 21:03:10,502 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:03:10,503 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:10,504 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:10,517 - stpipe.JumpStep - INFO - Working on integration 8:
2022-01-30 21:03:10,626 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:03:10,627 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:10,629 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:10,641 - stpipe.JumpStep - INFO - Working on integration 9:
2022-01-30 21:03:10,750 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:03:10,752 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:10,753 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:10,765 - stpipe.JumpStep - INFO - Working on integration 10:
2022-01-30 21:03:10,875 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:03:10,876 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:10,878 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:10,890 - stpipe.JumpStep - INFO - Working on integration 11:
2022-01-30 21:03:10,998 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:03:10,999 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:11,001 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:11,013 - stpipe.JumpStep - INFO - Working on integration 12:
2022-01-30 21:03:11,132 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:03:11,133 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:11,135 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:11,147 - stpipe.JumpStep - INFO - Working on integration 13:
2022-01-30 21:03:11,261 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:03:11,262 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:11,263 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:11,276 - stpipe.JumpStep - INFO - Working on integration 14:
2022-01-30 21:03:11,385 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:03:11,386 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:11,387 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:11,400 - stpipe.JumpStep - INFO - Working on integration 15:
2022-01-30 21:03:11,508 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:03:11,509 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:11,512 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:11,523 - stpipe.JumpStep - INFO - Working on integration 16:
2022-01-30 21:03:11,634 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:03:11,636 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:11,637 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:11,650 - stpipe.JumpStep - INFO - Working on integration 17:
2022-01-30 21:03:11,759 - stpipe.JumpStep - INFO - From highest outlier Two-point found 15 pixels with at least one CR and at least four groups
2022-01-30 21:03:11,761 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:11,762 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:11,775 - stpipe.JumpStep - INFO - Working on integration 18:
2022-01-30 21:03:11,885 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:11,886 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:11,887 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:11,899 - stpipe.JumpStep - INFO - Working on integration 19:
2022-01-30 21:03:12,008 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:12,009 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:12,011 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:12,023 - stpipe.JumpStep - INFO - Working on integration 20:
2022-01-30 21:03:12,137 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:03:12,139 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:12,140 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:12,152 - stpipe.JumpStep - INFO - Working on integration 21:
2022-01-30 21:03:12,264 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:12,266 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:12,267 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:12,280 - stpipe.JumpStep - INFO - Working on integration 22:
2022-01-30 21:03:12,389 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:03:12,390 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:12,391 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:12,404 - stpipe.JumpStep - INFO - Working on integration 23:
2022-01-30 21:03:12,513 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:03:12,515 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:12,516 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:12,529 - stpipe.JumpStep - INFO - Working on integration 24:
2022-01-30 21:03:12,638 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:12,640 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:12,641 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:12,653 - stpipe.JumpStep - INFO - Working on integration 25:
2022-01-30 21:03:12,762 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:12,763 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:12,764 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:12,776 - stpipe.JumpStep - INFO - Working on integration 26:
2022-01-30 21:03:12,886 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:03:12,888 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:12,889 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:12,902 - stpipe.JumpStep - INFO - Working on integration 27:
2022-01-30 21:03:13,010 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:03:13,012 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:13,013 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:13,025 - stpipe.JumpStep - INFO - Working on integration 28:
2022-01-30 21:03:13,134 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:13,136 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:13,137 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:13,149 - stpipe.JumpStep - INFO - Working on integration 29:
2022-01-30 21:03:13,259 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:03:13,260 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:13,261 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:13,274 - stpipe.JumpStep - INFO - Working on integration 30:
2022-01-30 21:03:13,384 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:03:13,386 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:13,387 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:13,400 - stpipe.JumpStep - INFO - Working on integration 31:
2022-01-30 21:03:13,515 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:03:13,516 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:13,517 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:13,530 - stpipe.JumpStep - INFO - Working on integration 32:
2022-01-30 21:03:13,639 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:13,640 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:13,641 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:13,653 - stpipe.JumpStep - INFO - Working on integration 33:
2022-01-30 21:03:13,766 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:13,767 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:13,768 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:13,780 - stpipe.JumpStep - INFO - Working on integration 34:
2022-01-30 21:03:13,890 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:13,891 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:13,892 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:13,905 - stpipe.JumpStep - INFO - Working on integration 35:
2022-01-30 21:03:14,015 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:03:14,017 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:14,018 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:14,029 - stpipe.JumpStep - INFO - Working on integration 36:
2022-01-30 21:03:14,142 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:03:14,144 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:14,145 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:14,157 - stpipe.JumpStep - INFO - Working on integration 37:
2022-01-30 21:03:14,268 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:03:14,269 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:14,271 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:14,283 - stpipe.JumpStep - INFO - Working on integration 38:
2022-01-30 21:03:14,393 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:14,395 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:14,396 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:14,408 - stpipe.JumpStep - INFO - Working on integration 39:
2022-01-30 21:03:14,522 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:03:14,524 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:14,525 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:14,538 - stpipe.JumpStep - INFO - Working on integration 40:
2022-01-30 21:03:14,648 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:03:14,649 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:14,650 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:14,663 - stpipe.JumpStep - INFO - Working on integration 41:
2022-01-30 21:03:14,775 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:03:14,777 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:14,778 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:14,790 - stpipe.JumpStep - INFO - Working on integration 42:
2022-01-30 21:03:14,899 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:14,901 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:14,902 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:14,914 - stpipe.JumpStep - INFO - Working on integration 43:
2022-01-30 21:03:15,024 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:15,025 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:15,027 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:15,039 - stpipe.JumpStep - INFO - Working on integration 44:
2022-01-30 21:03:15,149 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:03:15,150 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:15,151 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:15,164 - stpipe.JumpStep - INFO - Working on integration 45:
2022-01-30 21:03:15,275 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:15,277 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:15,278 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:15,290 - stpipe.JumpStep - INFO - Working on integration 46:
2022-01-30 21:03:15,401 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:03:15,402 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:15,404 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:03:15,416 - stpipe.JumpStep - INFO - Working on integration 47:
2022-01-30 21:03:15,529 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:15,530 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:15,531 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:15,542 - stpipe.JumpStep - INFO - Working on integration 48:
2022-01-30 21:03:15,653 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:03:15,655 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:15,656 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:15,668 - stpipe.JumpStep - INFO - Working on integration 49:
2022-01-30 21:03:15,778 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:03:15,780 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:15,781 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:15,793 - stpipe.JumpStep - INFO - Working on integration 50:
2022-01-30 21:03:15,904 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:03:15,906 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:15,907 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:15,919 - stpipe.JumpStep - INFO - Working on integration 51:
2022-01-30 21:03:16,029 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:03:16,031 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:16,033 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:16,046 - stpipe.JumpStep - INFO - Working on integration 52:
2022-01-30 21:03:16,158 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:03:16,160 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:16,161 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:16,173 - stpipe.JumpStep - INFO - Working on integration 53:
2022-01-30 21:03:16,281 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:03:16,282 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:16,283 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:16,296 - stpipe.JumpStep - INFO - Working on integration 54:
2022-01-30 21:03:16,405 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:03:16,407 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:16,408 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:16,420 - stpipe.JumpStep - INFO - Working on integration 55:
2022-01-30 21:03:16,529 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:03:16,530 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:16,532 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:16,543 - stpipe.JumpStep - INFO - Working on integration 56:
2022-01-30 21:03:16,658 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:16,661 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:16,662 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:16,673 - stpipe.JumpStep - INFO - Working on integration 57:
2022-01-30 21:03:16,782 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:03:16,784 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:16,785 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:16,797 - stpipe.JumpStep - INFO - Working on integration 58:
2022-01-30 21:03:16,907 - stpipe.JumpStep - INFO - From highest outlier Two-point found 15 pixels with at least one CR and at least four groups
2022-01-30 21:03:16,909 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:16,910 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:16,924 - stpipe.JumpStep - INFO - Working on integration 59:
2022-01-30 21:03:17,032 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:03:17,033 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:17,035 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:17,047 - stpipe.JumpStep - INFO - Working on integration 60:
2022-01-30 21:03:17,155 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:03:17,157 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:17,158 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:17,170 - stpipe.JumpStep - INFO - Working on integration 61:
2022-01-30 21:03:17,279 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:17,281 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:17,282 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:17,294 - stpipe.JumpStep - INFO - Working on integration 62:
2022-01-30 21:03:17,405 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:03:17,406 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:17,407 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:17,420 - stpipe.JumpStep - INFO - Working on integration 63:
2022-01-30 21:03:17,529 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:17,531 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:17,532 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:17,544 - stpipe.JumpStep - INFO - Working on integration 64:
2022-01-30 21:03:17,656 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:17,658 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:17,659 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:17,671 - stpipe.JumpStep - INFO - Working on integration 65:
2022-01-30 21:03:17,781 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:03:17,782 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:17,783 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:17,796 - stpipe.JumpStep - INFO - Working on integration 66:
2022-01-30 21:03:17,907 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:03:17,909 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:17,910 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:03:17,923 - stpipe.JumpStep - INFO - Working on integration 67:
2022-01-30 21:03:18,031 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:03:18,032 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:18,034 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:18,046 - stpipe.JumpStep - INFO - Working on integration 68:
2022-01-30 21:03:18,157 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:03:18,158 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:18,160 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:18,170 - stpipe.JumpStep - INFO - Working on integration 69:
2022-01-30 21:03:18,280 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:18,282 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:18,283 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:18,295 - stpipe.JumpStep - INFO - Working on integration 70:
2022-01-30 21:03:18,407 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:03:18,408 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:18,409 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:18,423 - stpipe.JumpStep - INFO - Working on integration 71:
2022-01-30 21:03:18,533 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:03:18,535 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:18,536 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:18,548 - stpipe.JumpStep - INFO - Working on integration 72:
2022-01-30 21:03:18,659 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:03:18,661 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:18,662 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:18,673 - stpipe.JumpStep - INFO - Working on integration 73:
2022-01-30 21:03:18,782 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:18,784 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:18,785 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:18,797 - stpipe.JumpStep - INFO - Working on integration 74:
2022-01-30 21:03:18,908 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:18,910 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:18,911 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:03:18,923 - stpipe.JumpStep - INFO - Working on integration 75:
2022-01-30 21:03:19,032 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:03:19,034 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:19,035 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:19,047 - stpipe.JumpStep - INFO - Working on integration 76:
2022-01-30 21:03:19,157 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:19,158 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:19,160 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:19,171 - stpipe.JumpStep - INFO - Working on integration 77:
2022-01-30 21:03:19,280 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:03:19,281 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:19,282 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:19,293 - stpipe.JumpStep - INFO - Working on integration 78:
2022-01-30 21:03:19,402 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:19,404 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:19,405 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:19,417 - stpipe.JumpStep - INFO - Working on integration 79:
2022-01-30 21:03:19,526 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:03:19,528 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:19,529 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:19,540 - stpipe.JumpStep - INFO - Working on integration 80:
2022-01-30 21:03:19,652 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:03:19,653 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:19,655 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:19,667 - stpipe.JumpStep - INFO - Working on integration 81:
2022-01-30 21:03:19,774 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:19,775 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:19,777 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:19,789 - stpipe.JumpStep - INFO - Working on integration 82:
2022-01-30 21:03:19,903 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:03:19,904 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:19,906 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:19,918 - stpipe.JumpStep - INFO - Working on integration 83:
2022-01-30 21:03:20,026 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:20,027 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:20,028 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:20,041 - stpipe.JumpStep - INFO - Working on integration 84:
2022-01-30 21:03:20,152 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:03:20,154 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:20,155 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:20,166 - stpipe.JumpStep - INFO - Working on integration 85:
2022-01-30 21:03:20,274 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:03:20,276 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:20,277 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:20,289 - stpipe.JumpStep - INFO - Working on integration 86:
2022-01-30 21:03:20,397 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:20,398 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:20,399 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:20,412 - stpipe.JumpStep - INFO - Working on integration 87:
2022-01-30 21:03:20,520 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:03:20,521 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:20,522 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:20,535 - stpipe.JumpStep - INFO - Working on integration 88:
2022-01-30 21:03:20,642 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:03:20,644 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:20,645 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:20,656 - stpipe.JumpStep - INFO - Working on integration 89:
2022-01-30 21:03:20,765 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:03:20,766 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:20,767 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:20,779 - stpipe.JumpStep - INFO - Working on integration 90:
2022-01-30 21:03:20,887 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:03:20,889 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:20,890 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:03:20,902 - stpipe.JumpStep - INFO - Working on integration 91:
2022-01-30 21:03:21,009 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:21,011 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:21,012 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:21,024 - stpipe.JumpStep - INFO - Working on integration 92:
2022-01-30 21:03:21,147 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:03:21,149 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:21,150 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:21,163 - stpipe.JumpStep - INFO - Working on integration 93:
2022-01-30 21:03:21,278 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:21,280 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:21,281 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:03:21,293 - stpipe.JumpStep - INFO - Working on integration 94:
2022-01-30 21:03:21,402 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:03:21,403 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:21,404 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:21,417 - stpipe.JumpStep - INFO - Working on integration 95:
2022-01-30 21:03:21,526 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:21,528 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:21,529 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:03:21,541 - stpipe.JumpStep - INFO - Working on integration 96:
2022-01-30 21:03:21,652 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:21,653 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:21,654 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:21,667 - stpipe.JumpStep - INFO - Working on integration 97:
2022-01-30 21:03:21,774 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:21,776 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:21,777 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:21,789 - stpipe.JumpStep - INFO - Working on integration 98:
2022-01-30 21:03:21,897 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:21,899 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:21,900 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:03:21,912 - stpipe.JumpStep - INFO - Working on integration 99:
2022-01-30 21:03:22,019 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:22,021 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:22,022 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:22,034 - stpipe.JumpStep - INFO - Working on integration 100:
2022-01-30 21:03:22,143 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:03:22,144 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:22,146 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:22,158 - stpipe.JumpStep - INFO - Working on integration 101:
2022-01-30 21:03:22,266 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:22,267 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:22,269 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:22,280 - stpipe.JumpStep - INFO - Working on integration 102:
2022-01-30 21:03:22,389 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:03:22,390 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:22,391 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:22,404 - stpipe.JumpStep - INFO - Working on integration 103:
2022-01-30 21:03:22,512 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:03:22,514 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:22,515 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:22,528 - stpipe.JumpStep - INFO - Working on integration 104:
2022-01-30 21:03:22,635 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:22,637 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:22,638 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:22,650 - stpipe.JumpStep - INFO - Working on integration 105:
2022-01-30 21:03:22,759 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:22,760 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:22,761 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:22,773 - stpipe.JumpStep - INFO - Working on integration 106:
2022-01-30 21:03:22,883 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:22,884 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:22,885 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:22,898 - stpipe.JumpStep - INFO - Working on integration 107:
2022-01-30 21:03:23,006 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:03:23,007 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:23,008 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:23,021 - stpipe.JumpStep - INFO - Working on integration 108:
2022-01-30 21:03:23,130 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:03:23,131 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:23,133 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:23,144 - stpipe.JumpStep - INFO - Working on integration 109:
2022-01-30 21:03:23,252 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:23,254 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:23,256 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:23,267 - stpipe.JumpStep - INFO - Working on integration 110:
2022-01-30 21:03:23,377 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:03:23,378 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:23,379 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:23,393 - stpipe.JumpStep - INFO - Working on integration 111:
2022-01-30 21:03:23,500 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:23,502 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:23,503 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:23,516 - stpipe.JumpStep - INFO - Working on integration 112:
2022-01-30 21:03:23,625 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:03:23,627 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:23,628 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:23,640 - stpipe.JumpStep - INFO - Working on integration 113:
2022-01-30 21:03:23,748 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:03:23,750 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:23,751 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:23,764 - stpipe.JumpStep - INFO - Working on integration 114:
2022-01-30 21:03:23,872 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:03:23,874 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:23,875 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:23,887 - stpipe.JumpStep - INFO - Working on integration 115:
2022-01-30 21:03:23,996 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:23,998 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:23,999 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:24,011 - stpipe.JumpStep - INFO - Working on integration 116:
2022-01-30 21:03:24,119 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:24,120 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:24,121 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:24,134 - stpipe.JumpStep - INFO - Working on integration 117:
2022-01-30 21:03:24,242 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:03:24,244 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:24,245 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:24,258 - stpipe.JumpStep - INFO - Working on integration 118:
2022-01-30 21:03:24,366 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:24,367 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:24,369 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:03:24,381 - stpipe.JumpStep - INFO - Working on integration 119:
2022-01-30 21:03:24,489 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:03:24,491 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:24,492 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:24,504 - stpipe.JumpStep - INFO - Working on integration 120:
2022-01-30 21:03:24,612 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:24,614 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:24,615 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:24,627 - stpipe.JumpStep - INFO - Working on integration 121:
2022-01-30 21:03:24,736 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:24,738 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:24,739 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:24,751 - stpipe.JumpStep - INFO - Working on integration 122:
2022-01-30 21:03:24,859 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:03:24,861 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:24,862 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:24,874 - stpipe.JumpStep - INFO - Working on integration 123:
2022-01-30 21:03:24,983 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:24,985 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:24,986 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:24,998 - stpipe.JumpStep - INFO - Working on integration 124:
2022-01-30 21:03:25,105 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:03:25,107 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:25,108 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:25,120 - stpipe.JumpStep - INFO - Working on integration 125:
2022-01-30 21:03:25,229 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:25,230 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:25,231 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:25,242 - stpipe.JumpStep - INFO - Working on integration 126:
2022-01-30 21:03:25,351 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:03:25,352 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:25,354 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:25,366 - stpipe.JumpStep - INFO - Working on integration 127:
2022-01-30 21:03:25,476 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:25,477 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:25,478 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:25,489 - stpipe.JumpStep - INFO - Working on integration 128:
2022-01-30 21:03:25,598 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:03:25,599 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:25,601 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:25,613 - stpipe.JumpStep - INFO - Working on integration 129:
2022-01-30 21:03:25,723 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:03:25,725 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:25,726 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:03:25,740 - stpipe.JumpStep - INFO - Working on integration 130:
2022-01-30 21:03:25,847 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:03:25,849 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:25,850 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:25,863 - stpipe.JumpStep - INFO - Working on integration 131:
2022-01-30 21:03:25,970 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:25,972 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:25,973 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:25,986 - stpipe.JumpStep - INFO - Working on integration 132:
2022-01-30 21:03:26,097 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:03:26,098 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:26,099 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:26,113 - stpipe.JumpStep - INFO - Working on integration 133:
2022-01-30 21:03:26,220 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:03:26,222 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:26,223 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:26,236 - stpipe.JumpStep - INFO - Working on integration 134:
2022-01-30 21:03:26,344 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:03:26,345 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:26,347 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:26,360 - stpipe.JumpStep - INFO - Working on integration 135:
2022-01-30 21:03:26,468 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:03:26,470 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:26,471 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:26,484 - stpipe.JumpStep - INFO - Working on integration 136:
2022-01-30 21:03:26,591 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:03:26,593 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:26,594 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:26,607 - stpipe.JumpStep - INFO - Working on integration 137:
2022-01-30 21:03:26,715 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:26,716 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:26,718 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:26,730 - stpipe.JumpStep - INFO - Working on integration 138:
2022-01-30 21:03:26,839 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:03:26,841 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:26,842 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:26,855 - stpipe.JumpStep - INFO - Working on integration 139:
2022-01-30 21:03:26,962 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:03:26,964 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:26,965 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:26,978 - stpipe.JumpStep - INFO - Working on integration 140:
2022-01-30 21:03:27,087 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:03:27,088 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:27,089 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:27,102 - stpipe.JumpStep - INFO - Working on integration 141:
2022-01-30 21:03:27,210 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:03:27,212 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:27,213 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:27,226 - stpipe.JumpStep - INFO - Working on integration 142:
2022-01-30 21:03:27,335 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:03:27,336 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:27,337 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:27,350 - stpipe.JumpStep - INFO - Working on integration 143:
2022-01-30 21:03:27,459 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:03:27,461 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:27,462 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:27,475 - stpipe.JumpStep - INFO - Working on integration 144:
2022-01-30 21:03:27,584 - stpipe.JumpStep - INFO - From highest outlier Two-point found 15 pixels with at least one CR and at least four groups
2022-01-30 21:03:27,586 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:27,587 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:27,601 - stpipe.JumpStep - INFO - Working on integration 145:
2022-01-30 21:03:27,708 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:03:27,710 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:27,711 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:27,723 - stpipe.JumpStep - INFO - Working on integration 146:
2022-01-30 21:03:27,831 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:27,833 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:27,834 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:27,847 - stpipe.JumpStep - INFO - Working on integration 147:
2022-01-30 21:03:27,954 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:03:27,956 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:27,957 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:27,970 - stpipe.JumpStep - INFO - Working on integration 148:
2022-01-30 21:03:28,078 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:03:28,080 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:28,081 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:28,094 - stpipe.JumpStep - INFO - Working on integration 149:
2022-01-30 21:03:28,201 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:28,203 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:28,204 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:28,216 - stpipe.JumpStep - INFO - Working on integration 150:
2022-01-30 21:03:28,324 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:03:28,326 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:28,327 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:28,341 - stpipe.JumpStep - INFO - Working on integration 151:
2022-01-30 21:03:28,449 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:03:28,451 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:28,452 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:28,465 - stpipe.JumpStep - INFO - Working on integration 152:
2022-01-30 21:03:28,574 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:03:28,575 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:03:28,577 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:03:28,595 - stpipe.JumpStep - INFO - Total elapsed time = 23.4228 sec
2022-01-30 21:03:28,600 - stpipe.JumpStep - INFO - The execution time in seconds: 27.742280
2022-01-30 21:03:28,604 - stpipe.JumpStep - INFO - Step JumpStep done
2022-01-30 21:03:28,609 - stpipe.RampFitStep - INFO - RampFitStep instance created.
2022-01-30 21:03:28,795 - stpipe.RampFitStep - INFO - Step RampFitStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg003_nrca3_uncal.fits>,).
2022-01-30 21:03:28,799 - stpipe.RampFitStep - INFO - Step RampFitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'int_name': '', 'save_opt': False, 'opt_name': '', 'maximum_cores': 'none'}
2022-01-30 21:03:28,877 - stpipe.RampFitStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:03:28,917 - stpipe.RampFitStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:03:28,964 - stpipe.RampFitStep - INFO - Using algorithm = ols
2022-01-30 21:03:28,966 - stpipe.RampFitStep - INFO - Using weighting = optimal
2022-01-30 21:03:28,968 - stpipe.RampFitStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:03:28,970 - stpipe.RampFitStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:06:09,922 - stpipe.RampFitStep - INFO - Number of groups per integration: 8
2022-01-30 21:06:09,925 - stpipe.RampFitStep - INFO - Number of integrations: 152
2022-01-30 21:06:10,245 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg003_nrca3_0_rampfitstep.fits
2022-01-30 21:06:10,895 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg003_nrca3_1_rampfitstep.fits
2022-01-30 21:06:10,897 - stpipe.RampFitStep - INFO - Step RampFitStep done
2022-01-30 21:06:10,902 - stpipe.DQInitStep - INFO - DQInitStep instance created.
2022-01-30 21:06:11,137 - stpipe.DQInitStep - INFO - Step DQInitStep running with args ('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/Raw_Data/jw00042001001_01101_00001-seg004_nrca3_uncal.fits',).
2022-01-30 21:06:11,140 - stpipe.DQInitStep - INFO - Step DQInitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:06:12,604 - stpipe.DQInitStep - INFO - Using MASK reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_mask_0058.fits
2022-01-30 21:06:14,322 - stpipe.DQInitStep - INFO - Extracting mask subarray to match science data
2022-01-30 21:06:14,335 - stpipe.DQInitStep - INFO - Step DQInitStep done
2022-01-30 21:06:14,339 - stpipe.SaturationStep - INFO - SaturationStep instance created.
2022-01-30 21:06:14,481 - stpipe.SaturationStep - INFO - Step SaturationStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg004_nrca3_uncal.fits>,).
2022-01-30 21:06:14,484 - stpipe.SaturationStep - INFO - Step SaturationStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:06:14,533 - stpipe.SaturationStep - INFO - Using SATURATION reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_saturation_0067.fits
2022-01-30 21:06:14,674 - stpipe.SaturationStep - WARNING - Keyword NO_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:06:14,676 - stpipe.SaturationStep - WARNING - Keyword FEW_SAMPLES does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:06:14,677 - stpipe.SaturationStep - WARNING - Keyword AD_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:06:14,678 - stpipe.SaturationStep - WARNING - Keyword WEIRD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:06:14,680 - stpipe.SaturationStep - WARNING - Keyword DEAD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:06:15,458 - stpipe.SaturationStep - INFO - Extracting reference file subarray to match science data
2022-01-30 21:06:16,927 - stpipe.SaturationStep - INFO - Detected 518 saturated pixels
2022-01-30 21:06:17,060 - stpipe.SaturationStep - INFO - Detected 0 A/D floor pixels
2022-01-30 21:06:17,065 - stpipe.SaturationStep - INFO - Step SaturationStep done
2022-01-30 21:06:17,068 - stpipe.SuperBiasStep - INFO - SuperBiasStep instance created.
2022-01-30 21:06:17,206 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg004_nrca3_uncal.fits>,).
2022-01-30 21:06:17,209 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:06:17,256 - stpipe.SuperBiasStep - INFO - Using SUPERBIAS reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_superbias_0027.fits
2022-01-30 21:06:17,912 - stpipe.SuperBiasStep - WARNING - Keyword NOISY does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:06:19,042 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep done
2022-01-30 21:06:19,045 - stpipe.RefPixStep - INFO - RefPixStep instance created.
0%| | 0/152 [00:00<?, ?it/s]
Note: File Search comes up empty
100%|█████████████████████████████████████████| 152/152 [00:30<00:00, 5.02it/s]
2022-01-30 21:06:50,179 - stpipe.LinearityStep - INFO - LinearityStep instance created.
2022-01-30 21:06:50,355 - stpipe.LinearityStep - INFO - Step LinearityStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg004_nrca3_uncal.fits>,).
2022-01-30 21:06:50,359 - stpipe.LinearityStep - INFO - Step LinearityStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:06:50,409 - stpipe.LinearityStep - INFO - Using Linearity reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_linearity_0053.fits
2022-01-30 21:06:50,663 - stpipe.LinearityStep - WARNING - Keyword UAZ_DO_NOT_USE does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:06:50,664 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_LIN_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:06:50,666 - stpipe.LinearityStep - WARNING - Keyword UAZ_BAD_LIN_FIT does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:06:50,667 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_WELL_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:06:50,669 - stpipe.LinearityStep - WARNING - Keyword UAZ_MODEL_FIT_FAIL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:06:50,672 - stpipe.LinearityStep - WARNING - Keyword UAZ_WELL_NOT_DEFINED does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:06:50,674 - stpipe.LinearityStep - WARNING - Keyword UAZ_MASTER_MASK does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:06:51,499 - stpipe.LinearityStep - INFO - Extracting linearity subarray to match science data
2022-01-30 21:06:54,999 - stpipe.LinearityStep - INFO - Step LinearityStep done
2022-01-30 21:06:55,003 - stpipe.PersistenceStep - INFO - PersistenceStep instance created.
2022-01-30 21:06:55,151 - stpipe.PersistenceStep - INFO - Step PersistenceStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg004_nrca3_uncal.fits>,).
2022-01-30 21:06:55,154 - stpipe.PersistenceStep - INFO - Step PersistenceStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'input_trapsfilled': '', 'flag_pers_cutoff': 40.0, 'save_persistence': False, 'save_trapsfilled': True}
2022-01-30 21:06:55,155 - stpipe.PersistenceStep - INFO - Step skipped.
2022-01-30 21:06:55,157 - stpipe.PersistenceStep - INFO - Step PersistenceStep done
2022-01-30 21:06:55,161 - stpipe.DarkCurrentStep - INFO - DarkCurrentStep instance created.
2022-01-30 21:06:55,295 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg004_nrca3_uncal.fits>,).
2022-01-30 21:06:55,299 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'dark_output': None}
2022-01-30 21:06:55,300 - stpipe.DarkCurrentStep - INFO - Step skipped.
2022-01-30 21:06:55,302 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep done
2022-01-30 21:06:55,306 - stpipe.JumpStep - INFO - JumpStep instance created.
2022-01-30 21:06:55,439 - stpipe.JumpStep - INFO - Step JumpStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg004_nrca3_uncal.fits>,).
2022-01-30 21:06:55,443 - stpipe.JumpStep - INFO - Step JumpStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'rejection_threshold': 15, 'three_group_rejection_threshold': 6.0, 'four_group_rejection_threshold': 5.0, 'maximum_cores': 'none', 'flag_4_neighbors': True, 'max_jump_to_flag_neighbors': 1000.0, 'min_jump_to_flag_neighbors': 10.0}
2022-01-30 21:06:55,469 - stpipe.JumpStep - INFO - CR rejection threshold = 15 sigma
2022-01-30 21:06:55,497 - stpipe.JumpStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:06:55,568 - stpipe.JumpStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:06:55,602 - stpipe.JumpStep - INFO - Using 1 core for jump detection
2022-01-30 21:06:56,423 - stpipe.JumpStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:06:56,426 - stpipe.JumpStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:06:57,084 - stpipe.JumpStep - INFO - Executing two-point difference method
2022-01-30 21:06:59,885 - stpipe.JumpStep - INFO - Working on integration 1:
2022-01-30 21:06:59,999 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:00,001 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:00,002 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:00,014 - stpipe.JumpStep - INFO - Working on integration 2:
2022-01-30 21:07:00,133 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:07:00,134 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:00,136 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:00,148 - stpipe.JumpStep - INFO - Working on integration 3:
2022-01-30 21:07:00,257 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:07:00,259 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:00,260 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:00,273 - stpipe.JumpStep - INFO - Working on integration 4:
2022-01-30 21:07:00,385 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:07:00,387 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:00,388 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:00,400 - stpipe.JumpStep - INFO - Working on integration 5:
2022-01-30 21:07:00,514 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:07:00,515 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:00,517 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:00,530 - stpipe.JumpStep - INFO - Working on integration 6:
2022-01-30 21:07:00,647 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:00,649 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:00,650 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:00,663 - stpipe.JumpStep - INFO - Working on integration 7:
2022-01-30 21:07:00,775 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:00,776 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:00,778 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:00,790 - stpipe.JumpStep - INFO - Working on integration 8:
2022-01-30 21:07:00,895 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:00,897 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:00,898 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:00,910 - stpipe.JumpStep - INFO - Working on integration 9:
2022-01-30 21:07:01,016 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:01,018 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:01,019 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:01,031 - stpipe.JumpStep - INFO - Working on integration 10:
2022-01-30 21:07:01,136 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:01,138 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:01,139 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:01,150 - stpipe.JumpStep - INFO - Working on integration 11:
2022-01-30 21:07:01,257 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:07:01,259 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:01,260 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:01,272 - stpipe.JumpStep - INFO - Working on integration 12:
2022-01-30 21:07:01,378 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:07:01,379 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:01,380 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:01,393 - stpipe.JumpStep - INFO - Working on integration 13:
2022-01-30 21:07:01,505 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:07:01,507 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:01,508 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:01,521 - stpipe.JumpStep - INFO - Working on integration 14:
2022-01-30 21:07:01,632 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:01,634 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:01,635 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:01,646 - stpipe.JumpStep - INFO - Working on integration 15:
2022-01-30 21:07:01,759 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:07:01,760 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:01,762 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:01,774 - stpipe.JumpStep - INFO - Working on integration 16:
2022-01-30 21:07:01,879 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:01,880 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:01,882 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:01,893 - stpipe.JumpStep - INFO - Working on integration 17:
2022-01-30 21:07:02,000 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:02,001 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:02,003 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:02,014 - stpipe.JumpStep - INFO - Working on integration 18:
2022-01-30 21:07:02,124 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:07:02,126 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:02,128 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:07:02,140 - stpipe.JumpStep - INFO - Working on integration 19:
2022-01-30 21:07:02,251 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:07:02,252 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:02,254 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:02,266 - stpipe.JumpStep - INFO - Working on integration 20:
2022-01-30 21:07:02,377 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:07:02,378 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:02,380 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:02,392 - stpipe.JumpStep - INFO - Working on integration 21:
2022-01-30 21:07:02,501 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:02,502 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:02,503 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:02,515 - stpipe.JumpStep - INFO - Working on integration 22:
2022-01-30 21:07:02,621 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:02,623 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:02,624 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:02,636 - stpipe.JumpStep - INFO - Working on integration 23:
2022-01-30 21:07:02,745 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:07:02,747 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:02,748 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:02,760 - stpipe.JumpStep - INFO - Working on integration 24:
2022-01-30 21:07:02,868 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:07:02,869 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:02,871 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:02,882 - stpipe.JumpStep - INFO - Working on integration 25:
2022-01-30 21:07:02,986 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:02,988 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:02,989 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:07:03,001 - stpipe.JumpStep - INFO - Working on integration 26:
2022-01-30 21:07:03,105 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:07:03,106 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:03,107 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:03,119 - stpipe.JumpStep - INFO - Working on integration 27:
2022-01-30 21:07:03,224 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:03,226 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:03,227 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:03,238 - stpipe.JumpStep - INFO - Working on integration 28:
2022-01-30 21:07:03,341 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:03,342 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:03,344 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:03,355 - stpipe.JumpStep - INFO - Working on integration 29:
2022-01-30 21:07:03,460 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:03,462 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:03,463 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:03,474 - stpipe.JumpStep - INFO - Working on integration 30:
2022-01-30 21:07:03,587 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:03,589 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:03,590 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:03,602 - stpipe.JumpStep - INFO - Working on integration 31:
2022-01-30 21:07:03,713 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:03,715 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:03,716 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:03,728 - stpipe.JumpStep - INFO - Working on integration 32:
2022-01-30 21:07:03,838 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:03,839 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:03,840 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:03,852 - stpipe.JumpStep - INFO - Working on integration 33:
2022-01-30 21:07:03,964 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:03,965 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:03,967 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:03,978 - stpipe.JumpStep - INFO - Working on integration 34:
2022-01-30 21:07:04,090 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:07:04,091 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:04,093 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:04,105 - stpipe.JumpStep - INFO - Working on integration 35:
2022-01-30 21:07:04,220 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:04,222 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:04,223 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:04,236 - stpipe.JumpStep - INFO - Working on integration 36:
2022-01-30 21:07:04,352 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:04,353 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:04,355 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:04,367 - stpipe.JumpStep - INFO - Working on integration 37:
2022-01-30 21:07:04,480 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:07:04,482 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:04,483 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:04,495 - stpipe.JumpStep - INFO - Working on integration 38:
2022-01-30 21:07:04,605 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:07:04,607 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:04,608 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:04,621 - stpipe.JumpStep - INFO - Working on integration 39:
2022-01-30 21:07:04,726 - stpipe.JumpStep - INFO - From highest outlier Two-point found 14 pixels with at least one CR and at least four groups
2022-01-30 21:07:04,728 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:04,729 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and two groups
2022-01-30 21:07:04,742 - stpipe.JumpStep - INFO - Working on integration 40:
2022-01-30 21:07:04,848 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:07:04,850 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:04,851 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:07:04,865 - stpipe.JumpStep - INFO - Working on integration 41:
2022-01-30 21:07:04,971 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:04,972 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:04,974 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:07:04,985 - stpipe.JumpStep - INFO - Working on integration 42:
2022-01-30 21:07:05,092 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:05,094 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:05,095 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:05,107 - stpipe.JumpStep - INFO - Working on integration 43:
2022-01-30 21:07:05,218 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:07:05,219 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:05,221 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:05,232 - stpipe.JumpStep - INFO - Working on integration 44:
2022-01-30 21:07:05,342 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:05,344 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:05,346 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:05,358 - stpipe.JumpStep - INFO - Working on integration 45:
2022-01-30 21:07:05,468 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:07:05,469 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:05,471 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:05,483 - stpipe.JumpStep - INFO - Working on integration 46:
2022-01-30 21:07:05,590 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:05,591 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:05,592 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:05,604 - stpipe.JumpStep - INFO - Working on integration 47:
2022-01-30 21:07:05,710 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:07:05,712 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:05,714 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:05,725 - stpipe.JumpStep - INFO - Working on integration 48:
2022-01-30 21:07:05,838 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:07:05,840 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:05,841 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:05,854 - stpipe.JumpStep - INFO - Working on integration 49:
2022-01-30 21:07:05,963 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:07:05,965 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:05,966 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:05,978 - stpipe.JumpStep - INFO - Working on integration 50:
2022-01-30 21:07:06,092 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:06,094 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:06,095 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:06,107 - stpipe.JumpStep - INFO - Working on integration 51:
2022-01-30 21:07:06,217 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:07:06,219 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:06,220 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:06,232 - stpipe.JumpStep - INFO - Working on integration 52:
2022-01-30 21:07:06,338 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:06,339 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:06,341 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:06,353 - stpipe.JumpStep - INFO - Working on integration 53:
2022-01-30 21:07:06,460 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:06,462 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:06,463 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:06,475 - stpipe.JumpStep - INFO - Working on integration 54:
2022-01-30 21:07:06,582 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:07:06,584 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:06,585 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:06,598 - stpipe.JumpStep - INFO - Working on integration 55:
2022-01-30 21:07:06,704 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:06,706 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:06,707 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:07:06,719 - stpipe.JumpStep - INFO - Working on integration 56:
2022-01-30 21:07:06,820 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:06,822 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:06,823 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:06,834 - stpipe.JumpStep - INFO - Working on integration 57:
2022-01-30 21:07:06,938 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:06,939 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:06,941 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:06,952 - stpipe.JumpStep - INFO - Working on integration 58:
2022-01-30 21:07:07,055 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:07,057 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:07,058 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:07,070 - stpipe.JumpStep - INFO - Working on integration 59:
2022-01-30 21:07:07,176 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:07,178 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:07,179 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:07,192 - stpipe.JumpStep - INFO - Working on integration 60:
2022-01-30 21:07:07,305 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:07:07,307 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:07,308 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:07,321 - stpipe.JumpStep - INFO - Working on integration 61:
2022-01-30 21:07:07,430 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:07:07,432 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:07,433 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:07,445 - stpipe.JumpStep - INFO - Working on integration 62:
2022-01-30 21:07:07,554 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:07,556 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:07,557 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:07,569 - stpipe.JumpStep - INFO - Working on integration 63:
2022-01-30 21:07:07,676 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:07,678 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:07,679 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:07,691 - stpipe.JumpStep - INFO - Working on integration 64:
2022-01-30 21:07:07,805 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:07,807 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:07,808 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:07,820 - stpipe.JumpStep - INFO - Working on integration 65:
2022-01-30 21:07:07,937 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:07:07,939 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:07,941 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:07,952 - stpipe.JumpStep - INFO - Working on integration 66:
2022-01-30 21:07:08,070 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:07:08,072 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:08,073 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:08,086 - stpipe.JumpStep - INFO - Working on integration 67:
2022-01-30 21:07:08,201 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:07:08,203 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:08,204 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:08,216 - stpipe.JumpStep - INFO - Working on integration 68:
2022-01-30 21:07:08,323 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:08,324 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:08,326 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:08,338 - stpipe.JumpStep - INFO - Working on integration 69:
2022-01-30 21:07:08,445 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:08,447 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:08,448 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:08,459 - stpipe.JumpStep - INFO - Working on integration 70:
2022-01-30 21:07:08,565 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:07:08,566 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:08,568 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:08,579 - stpipe.JumpStep - INFO - Working on integration 71:
2022-01-30 21:07:08,684 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:07:08,686 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:08,687 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:08,699 - stpipe.JumpStep - INFO - Working on integration 72:
2022-01-30 21:07:08,807 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:08,808 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:08,810 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:08,821 - stpipe.JumpStep - INFO - Working on integration 73:
2022-01-30 21:07:08,935 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:08,937 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:08,938 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:08,949 - stpipe.JumpStep - INFO - Working on integration 74:
2022-01-30 21:07:09,060 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:09,061 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:09,062 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:07:09,074 - stpipe.JumpStep - INFO - Working on integration 75:
2022-01-30 21:07:09,180 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:07:09,182 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:09,183 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:09,195 - stpipe.JumpStep - INFO - Working on integration 76:
2022-01-30 21:07:09,303 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:07:09,305 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:09,306 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:09,318 - stpipe.JumpStep - INFO - Working on integration 77:
2022-01-30 21:07:09,423 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:07:09,425 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:09,426 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:09,437 - stpipe.JumpStep - INFO - Working on integration 78:
2022-01-30 21:07:09,549 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:09,551 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:09,552 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:09,564 - stpipe.JumpStep - INFO - Working on integration 79:
2022-01-30 21:07:09,674 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:07:09,676 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:09,677 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:09,690 - stpipe.JumpStep - INFO - Working on integration 80:
2022-01-30 21:07:09,799 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:09,801 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:09,802 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:09,815 - stpipe.JumpStep - INFO - Working on integration 81:
2022-01-30 21:07:09,922 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:09,924 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:09,925 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:09,936 - stpipe.JumpStep - INFO - Working on integration 82:
2022-01-30 21:07:10,044 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:10,045 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:10,047 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:07:10,058 - stpipe.JumpStep - INFO - Working on integration 83:
2022-01-30 21:07:10,164 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:07:10,165 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:10,167 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:10,178 - stpipe.JumpStep - INFO - Working on integration 84:
2022-01-30 21:07:10,286 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:10,287 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:10,289 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:10,300 - stpipe.JumpStep - INFO - Working on integration 85:
2022-01-30 21:07:10,402 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:07:10,404 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:10,405 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:10,418 - stpipe.JumpStep - INFO - Working on integration 86:
2022-01-30 21:07:10,519 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:10,520 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:10,521 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:10,532 - stpipe.JumpStep - INFO - Working on integration 87:
2022-01-30 21:07:10,638 - stpipe.JumpStep - INFO - From highest outlier Two-point found 14 pixels with at least one CR and at least four groups
2022-01-30 21:07:10,639 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:10,640 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:10,652 - stpipe.JumpStep - INFO - Working on integration 88:
2022-01-30 21:07:10,756 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:10,758 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:10,759 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:10,771 - stpipe.JumpStep - INFO - Working on integration 89:
2022-01-30 21:07:10,878 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:10,880 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:10,881 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:10,894 - stpipe.JumpStep - INFO - Working on integration 90:
2022-01-30 21:07:11,007 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:11,009 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:11,010 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:11,022 - stpipe.JumpStep - INFO - Working on integration 91:
2022-01-30 21:07:11,131 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:07:11,133 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:11,134 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:11,145 - stpipe.JumpStep - INFO - Working on integration 92:
2022-01-30 21:07:11,256 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:11,257 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:11,259 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:11,270 - stpipe.JumpStep - INFO - Working on integration 93:
2022-01-30 21:07:11,378 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:11,380 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:11,381 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:11,393 - stpipe.JumpStep - INFO - Working on integration 94:
2022-01-30 21:07:11,505 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:11,507 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:11,508 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:11,520 - stpipe.JumpStep - INFO - Working on integration 95:
2022-01-30 21:07:11,635 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:07:11,637 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:11,638 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:11,650 - stpipe.JumpStep - INFO - Working on integration 96:
2022-01-30 21:07:11,768 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:07:11,770 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:11,771 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:11,783 - stpipe.JumpStep - INFO - Working on integration 97:
2022-01-30 21:07:11,894 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:11,895 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:11,896 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:11,908 - stpipe.JumpStep - INFO - Working on integration 98:
2022-01-30 21:07:12,015 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:07:12,017 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:12,018 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:12,030 - stpipe.JumpStep - INFO - Working on integration 99:
2022-01-30 21:07:12,134 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:12,136 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:12,137 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:12,149 - stpipe.JumpStep - INFO - Working on integration 100:
2022-01-30 21:07:12,257 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:07:12,258 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:12,259 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:12,272 - stpipe.JumpStep - INFO - Working on integration 101:
2022-01-30 21:07:12,376 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:07:12,377 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:12,379 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:12,391 - stpipe.JumpStep - INFO - Working on integration 102:
2022-01-30 21:07:12,499 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:07:12,501 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:12,502 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:07:12,515 - stpipe.JumpStep - INFO - Working on integration 103:
2022-01-30 21:07:12,632 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:07:12,633 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:12,635 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:12,647 - stpipe.JumpStep - INFO - Working on integration 104:
2022-01-30 21:07:12,759 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:12,761 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:12,762 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:12,774 - stpipe.JumpStep - INFO - Working on integration 105:
2022-01-30 21:07:12,884 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:12,885 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:12,886 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:12,898 - stpipe.JumpStep - INFO - Working on integration 106:
2022-01-30 21:07:13,004 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:07:13,006 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:13,007 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:13,019 - stpipe.JumpStep - INFO - Working on integration 107:
2022-01-30 21:07:13,126 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:13,128 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:13,129 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:13,142 - stpipe.JumpStep - INFO - Working on integration 108:
2022-01-30 21:07:13,258 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:07:13,259 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:13,261 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:13,273 - stpipe.JumpStep - INFO - Working on integration 109:
2022-01-30 21:07:13,385 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:13,387 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:13,388 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:13,400 - stpipe.JumpStep - INFO - Working on integration 110:
2022-01-30 21:07:13,512 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:13,514 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:13,515 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:13,526 - stpipe.JumpStep - INFO - Working on integration 111:
2022-01-30 21:07:13,638 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:07:13,639 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:13,641 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:13,652 - stpipe.JumpStep - INFO - Working on integration 112:
2022-01-30 21:07:13,759 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:13,761 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:13,762 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:13,774 - stpipe.JumpStep - INFO - Working on integration 113:
2022-01-30 21:07:13,884 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:13,885 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:13,887 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:13,899 - stpipe.JumpStep - INFO - Working on integration 114:
2022-01-30 21:07:14,010 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:07:14,011 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:14,013 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:14,025 - stpipe.JumpStep - INFO - Working on integration 115:
2022-01-30 21:07:14,129 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:07:14,131 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:14,132 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:14,144 - stpipe.JumpStep - INFO - Working on integration 116:
2022-01-30 21:07:14,248 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:14,250 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:14,251 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:14,263 - stpipe.JumpStep - INFO - Working on integration 117:
2022-01-30 21:07:14,366 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:14,368 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:14,369 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:14,380 - stpipe.JumpStep - INFO - Working on integration 118:
2022-01-30 21:07:14,485 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:14,487 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:14,488 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:14,500 - stpipe.JumpStep - INFO - Working on integration 119:
2022-01-30 21:07:14,609 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:14,610 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:14,611 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:14,623 - stpipe.JumpStep - INFO - Working on integration 120:
2022-01-30 21:07:14,736 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:14,737 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:14,739 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:14,750 - stpipe.JumpStep - INFO - Working on integration 121:
2022-01-30 21:07:14,862 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:14,864 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:14,865 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:14,877 - stpipe.JumpStep - INFO - Working on integration 122:
2022-01-30 21:07:14,984 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:07:14,985 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:14,986 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:14,998 - stpipe.JumpStep - INFO - Working on integration 123:
2022-01-30 21:07:15,107 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:15,109 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:15,110 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:15,122 - stpipe.JumpStep - INFO - Working on integration 124:
2022-01-30 21:07:15,234 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:07:15,236 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:15,237 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:15,249 - stpipe.JumpStep - INFO - Working on integration 125:
2022-01-30 21:07:15,363 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:15,364 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:15,366 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:15,377 - stpipe.JumpStep - INFO - Working on integration 126:
2022-01-30 21:07:15,491 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:15,492 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:15,494 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:15,506 - stpipe.JumpStep - INFO - Working on integration 127:
2022-01-30 21:07:15,619 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:07:15,621 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:15,622 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:15,635 - stpipe.JumpStep - INFO - Working on integration 128:
2022-01-30 21:07:15,743 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:15,745 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:15,747 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:15,758 - stpipe.JumpStep - INFO - Working on integration 129:
2022-01-30 21:07:15,864 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:15,865 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:15,867 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:15,877 - stpipe.JumpStep - INFO - Working on integration 130:
2022-01-30 21:07:15,983 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:07:15,985 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:15,986 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:15,998 - stpipe.JumpStep - INFO - Working on integration 131:
2022-01-30 21:07:16,101 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:07:16,103 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:16,105 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:16,116 - stpipe.JumpStep - INFO - Working on integration 132:
2022-01-30 21:07:16,224 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:16,226 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:16,227 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:16,239 - stpipe.JumpStep - INFO - Working on integration 133:
2022-01-30 21:07:16,352 - stpipe.JumpStep - INFO - From highest outlier Two-point found 14 pixels with at least one CR and at least four groups
2022-01-30 21:07:16,354 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:16,355 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:16,368 - stpipe.JumpStep - INFO - Working on integration 134:
2022-01-30 21:07:16,480 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:16,482 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:16,483 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:16,494 - stpipe.JumpStep - INFO - Working on integration 135:
2022-01-30 21:07:16,603 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:16,605 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:16,606 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:16,617 - stpipe.JumpStep - INFO - Working on integration 136:
2022-01-30 21:07:16,723 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:07:16,725 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:16,726 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:16,738 - stpipe.JumpStep - INFO - Working on integration 137:
2022-01-30 21:07:16,847 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:16,849 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:16,850 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:16,861 - stpipe.JumpStep - INFO - Working on integration 138:
2022-01-30 21:07:16,974 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:16,976 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:16,977 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:16,989 - stpipe.JumpStep - INFO - Working on integration 139:
2022-01-30 21:07:17,100 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:07:17,101 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:17,103 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:17,115 - stpipe.JumpStep - INFO - Working on integration 140:
2022-01-30 21:07:17,227 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:17,228 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:17,230 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:17,242 - stpipe.JumpStep - INFO - Working on integration 141:
2022-01-30 21:07:17,351 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:17,353 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:17,354 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:17,366 - stpipe.JumpStep - INFO - Working on integration 142:
2022-01-30 21:07:17,471 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:07:17,473 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:17,474 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:17,485 - stpipe.JumpStep - INFO - Working on integration 143:
2022-01-30 21:07:17,597 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:07:17,599 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:17,600 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:17,612 - stpipe.JumpStep - INFO - Working on integration 144:
2022-01-30 21:07:17,720 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:07:17,721 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:17,723 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:17,735 - stpipe.JumpStep - INFO - Working on integration 145:
2022-01-30 21:07:17,838 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:07:17,840 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:17,841 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:17,854 - stpipe.JumpStep - INFO - Working on integration 146:
2022-01-30 21:07:17,956 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:17,958 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:17,959 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:17,969 - stpipe.JumpStep - INFO - Working on integration 147:
2022-01-30 21:07:18,073 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:07:18,074 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:18,075 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:18,088 - stpipe.JumpStep - INFO - Working on integration 148:
2022-01-30 21:07:18,189 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:07:18,191 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:18,192 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:18,205 - stpipe.JumpStep - INFO - Working on integration 149:
2022-01-30 21:07:18,311 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:07:18,313 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:18,314 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:18,326 - stpipe.JumpStep - INFO - Working on integration 150:
2022-01-30 21:07:18,441 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:07:18,443 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:18,444 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:18,457 - stpipe.JumpStep - INFO - Working on integration 151:
2022-01-30 21:07:18,567 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:18,569 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:18,570 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:07:18,583 - stpipe.JumpStep - INFO - Working on integration 152:
2022-01-30 21:07:18,694 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:07:18,696 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:07:18,697 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:07:18,711 - stpipe.JumpStep - INFO - Total elapsed time = 21.6251 sec
2022-01-30 21:07:18,714 - stpipe.JumpStep - INFO - The execution time in seconds: 23.244776
2022-01-30 21:07:18,718 - stpipe.JumpStep - INFO - Step JumpStep done
2022-01-30 21:07:18,721 - stpipe.RampFitStep - INFO - RampFitStep instance created.
2022-01-30 21:07:18,869 - stpipe.RampFitStep - INFO - Step RampFitStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg004_nrca3_uncal.fits>,).
2022-01-30 21:07:18,873 - stpipe.RampFitStep - INFO - Step RampFitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'int_name': '', 'save_opt': False, 'opt_name': '', 'maximum_cores': 'none'}
2022-01-30 21:07:18,951 - stpipe.RampFitStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:07:18,985 - stpipe.RampFitStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:07:19,034 - stpipe.RampFitStep - INFO - Using algorithm = ols
2022-01-30 21:07:19,035 - stpipe.RampFitStep - INFO - Using weighting = optimal
2022-01-30 21:07:19,037 - stpipe.RampFitStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:07:19,039 - stpipe.RampFitStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:10:03,636 - stpipe.RampFitStep - INFO - Number of groups per integration: 8
2022-01-30 21:10:03,637 - stpipe.RampFitStep - INFO - Number of integrations: 152
2022-01-30 21:10:03,963 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg004_nrca3_0_rampfitstep.fits
2022-01-30 21:10:04,655 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg004_nrca3_1_rampfitstep.fits
2022-01-30 21:10:04,656 - stpipe.RampFitStep - INFO - Step RampFitStep done
2022-01-30 21:10:04,660 - stpipe.DQInitStep - INFO - DQInitStep instance created.
2022-01-30 21:10:04,886 - stpipe.DQInitStep - INFO - Step DQInitStep running with args ('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/Raw_Data/jw00042001001_01101_00001-seg005_nrca3_uncal.fits',).
2022-01-30 21:10:04,889 - stpipe.DQInitStep - INFO - Step DQInitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:10:06,311 - stpipe.DQInitStep - INFO - Using MASK reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_mask_0058.fits
2022-01-30 21:10:08,141 - stpipe.DQInitStep - INFO - Extracting mask subarray to match science data
2022-01-30 21:10:08,156 - stpipe.DQInitStep - INFO - Step DQInitStep done
2022-01-30 21:10:08,159 - stpipe.SaturationStep - INFO - SaturationStep instance created.
2022-01-30 21:10:08,309 - stpipe.SaturationStep - INFO - Step SaturationStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg005_nrca3_uncal.fits>,).
2022-01-30 21:10:08,312 - stpipe.SaturationStep - INFO - Step SaturationStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:10:08,363 - stpipe.SaturationStep - INFO - Using SATURATION reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_saturation_0067.fits
2022-01-30 21:10:08,516 - stpipe.SaturationStep - WARNING - Keyword NO_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:10:08,518 - stpipe.SaturationStep - WARNING - Keyword FEW_SAMPLES does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:10:08,519 - stpipe.SaturationStep - WARNING - Keyword AD_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:10:08,520 - stpipe.SaturationStep - WARNING - Keyword WEIRD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:10:08,521 - stpipe.SaturationStep - WARNING - Keyword DEAD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:10:09,354 - stpipe.SaturationStep - INFO - Extracting reference file subarray to match science data
2022-01-30 21:10:10,909 - stpipe.SaturationStep - INFO - Detected 523 saturated pixels
2022-01-30 21:10:11,048 - stpipe.SaturationStep - INFO - Detected 0 A/D floor pixels
2022-01-30 21:10:11,053 - stpipe.SaturationStep - INFO - Step SaturationStep done
2022-01-30 21:10:11,055 - stpipe.SuperBiasStep - INFO - SuperBiasStep instance created.
2022-01-30 21:10:11,197 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg005_nrca3_uncal.fits>,).
2022-01-30 21:10:11,199 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:10:11,246 - stpipe.SuperBiasStep - INFO - Using SUPERBIAS reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_superbias_0027.fits
2022-01-30 21:10:11,519 - stpipe.SuperBiasStep - WARNING - Keyword NOISY does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:10:12,730 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep done
2022-01-30 21:10:12,734 - stpipe.RefPixStep - INFO - RefPixStep instance created.
1%|▎ | 1/152 [00:00<00:29, 5.15it/s]
Note: File Search comes up empty
100%|█████████████████████████████████████████| 152/152 [00:30<00:00, 5.01it/s]
2022-01-30 21:10:43,924 - stpipe.LinearityStep - INFO - LinearityStep instance created.
2022-01-30 21:10:44,119 - stpipe.LinearityStep - INFO - Step LinearityStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg005_nrca3_uncal.fits>,).
2022-01-30 21:10:44,122 - stpipe.LinearityStep - INFO - Step LinearityStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:10:44,170 - stpipe.LinearityStep - INFO - Using Linearity reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_linearity_0053.fits
2022-01-30 21:10:44,411 - stpipe.LinearityStep - WARNING - Keyword UAZ_DO_NOT_USE does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:10:44,413 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_LIN_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:10:44,415 - stpipe.LinearityStep - WARNING - Keyword UAZ_BAD_LIN_FIT does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:10:44,416 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_WELL_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:10:44,418 - stpipe.LinearityStep - WARNING - Keyword UAZ_MODEL_FIT_FAIL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:10:44,419 - stpipe.LinearityStep - WARNING - Keyword UAZ_WELL_NOT_DEFINED does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:10:44,421 - stpipe.LinearityStep - WARNING - Keyword UAZ_MASTER_MASK does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:10:45,276 - stpipe.LinearityStep - INFO - Extracting linearity subarray to match science data
2022-01-30 21:10:48,839 - stpipe.LinearityStep - INFO - Step LinearityStep done
2022-01-30 21:10:48,843 - stpipe.PersistenceStep - INFO - PersistenceStep instance created.
2022-01-30 21:10:49,008 - stpipe.PersistenceStep - INFO - Step PersistenceStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg005_nrca3_uncal.fits>,).
2022-01-30 21:10:49,012 - stpipe.PersistenceStep - INFO - Step PersistenceStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'input_trapsfilled': '', 'flag_pers_cutoff': 40.0, 'save_persistence': False, 'save_trapsfilled': True}
2022-01-30 21:10:49,013 - stpipe.PersistenceStep - INFO - Step skipped.
2022-01-30 21:10:49,017 - stpipe.PersistenceStep - INFO - Step PersistenceStep done
2022-01-30 21:10:49,020 - stpipe.DarkCurrentStep - INFO - DarkCurrentStep instance created.
2022-01-30 21:10:49,163 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg005_nrca3_uncal.fits>,).
2022-01-30 21:10:49,166 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'dark_output': None}
2022-01-30 21:10:49,167 - stpipe.DarkCurrentStep - INFO - Step skipped.
2022-01-30 21:10:49,170 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep done
2022-01-30 21:10:49,174 - stpipe.JumpStep - INFO - JumpStep instance created.
2022-01-30 21:10:49,306 - stpipe.JumpStep - INFO - Step JumpStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg005_nrca3_uncal.fits>,).
2022-01-30 21:10:49,309 - stpipe.JumpStep - INFO - Step JumpStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'rejection_threshold': 15, 'three_group_rejection_threshold': 6.0, 'four_group_rejection_threshold': 5.0, 'maximum_cores': 'none', 'flag_4_neighbors': True, 'max_jump_to_flag_neighbors': 1000.0, 'min_jump_to_flag_neighbors': 10.0}
2022-01-30 21:10:49,333 - stpipe.JumpStep - INFO - CR rejection threshold = 15 sigma
2022-01-30 21:10:49,363 - stpipe.JumpStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:10:49,433 - stpipe.JumpStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:10:49,468 - stpipe.JumpStep - INFO - Using 1 core for jump detection
2022-01-30 21:10:50,309 - stpipe.JumpStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:10:50,311 - stpipe.JumpStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:10:50,949 - stpipe.JumpStep - INFO - Executing two-point difference method
2022-01-30 21:10:53,754 - stpipe.JumpStep - INFO - Working on integration 1:
2022-01-30 21:10:53,861 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:10:53,862 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:53,863 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:53,876 - stpipe.JumpStep - INFO - Working on integration 2:
2022-01-30 21:10:53,992 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:10:53,994 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:53,995 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:54,006 - stpipe.JumpStep - INFO - Working on integration 3:
2022-01-30 21:10:54,114 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:10:54,115 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:54,117 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:54,129 - stpipe.JumpStep - INFO - Working on integration 4:
2022-01-30 21:10:54,241 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:10:54,243 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:54,245 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:54,256 - stpipe.JumpStep - INFO - Working on integration 5:
2022-01-30 21:10:54,370 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:10:54,371 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:54,372 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:54,384 - stpipe.JumpStep - INFO - Working on integration 6:
2022-01-30 21:10:54,494 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:10:54,496 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:54,498 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:54,508 - stpipe.JumpStep - INFO - Working on integration 7:
2022-01-30 21:10:54,615 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:10:54,617 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:54,618 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:54,630 - stpipe.JumpStep - INFO - Working on integration 8:
2022-01-30 21:10:54,740 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:10:54,741 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:54,742 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:54,755 - stpipe.JumpStep - INFO - Working on integration 9:
2022-01-30 21:10:54,864 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:10:54,865 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:54,867 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:54,880 - stpipe.JumpStep - INFO - Working on integration 10:
2022-01-30 21:10:54,985 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:10:54,986 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:54,988 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:10:55,000 - stpipe.JumpStep - INFO - Working on integration 11:
2022-01-30 21:10:55,103 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:10:55,105 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:55,106 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:55,119 - stpipe.JumpStep - INFO - Working on integration 12:
2022-01-30 21:10:55,224 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:10:55,226 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:55,227 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:55,240 - stpipe.JumpStep - INFO - Working on integration 13:
2022-01-30 21:10:55,345 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:10:55,347 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:55,348 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:55,360 - stpipe.JumpStep - INFO - Working on integration 14:
2022-01-30 21:10:55,467 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:10:55,468 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:55,470 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:10:55,482 - stpipe.JumpStep - INFO - Working on integration 15:
2022-01-30 21:10:55,592 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:10:55,594 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:55,595 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:55,607 - stpipe.JumpStep - INFO - Working on integration 16:
2022-01-30 21:10:55,715 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:10:55,717 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:55,718 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:10:55,730 - stpipe.JumpStep - INFO - Working on integration 17:
2022-01-30 21:10:55,840 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:10:55,842 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:55,843 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:55,854 - stpipe.JumpStep - INFO - Working on integration 18:
2022-01-30 21:10:55,962 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:10:55,964 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:55,965 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:55,978 - stpipe.JumpStep - INFO - Working on integration 19:
2022-01-30 21:10:56,089 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:10:56,090 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:56,091 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:56,104 - stpipe.JumpStep - INFO - Working on integration 20:
2022-01-30 21:10:56,222 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:10:56,224 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:56,226 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:10:56,237 - stpipe.JumpStep - INFO - Working on integration 21:
2022-01-30 21:10:56,355 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:10:56,357 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:56,359 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:10:56,370 - stpipe.JumpStep - INFO - Working on integration 22:
2022-01-30 21:10:56,486 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:10:56,488 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:56,490 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:56,502 - stpipe.JumpStep - INFO - Working on integration 23:
2022-01-30 21:10:56,613 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:10:56,615 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:56,616 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:56,628 - stpipe.JumpStep - INFO - Working on integration 24:
2022-01-30 21:10:56,735 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:10:56,737 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:56,738 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:56,750 - stpipe.JumpStep - INFO - Working on integration 25:
2022-01-30 21:10:56,857 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:10:56,859 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:56,860 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:56,872 - stpipe.JumpStep - INFO - Working on integration 26:
2022-01-30 21:10:56,981 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:10:56,982 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:56,984 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:10:56,996 - stpipe.JumpStep - INFO - Working on integration 27:
2022-01-30 21:10:57,103 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:10:57,104 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:57,106 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:57,118 - stpipe.JumpStep - INFO - Working on integration 28:
2022-01-30 21:10:57,231 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:10:57,232 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:57,234 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:57,246 - stpipe.JumpStep - INFO - Working on integration 29:
2022-01-30 21:10:57,359 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:10:57,360 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:57,362 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:57,374 - stpipe.JumpStep - INFO - Working on integration 30:
2022-01-30 21:10:57,486 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:10:57,488 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:57,489 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:57,501 - stpipe.JumpStep - INFO - Working on integration 31:
2022-01-30 21:10:57,605 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:10:57,606 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:57,607 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and two groups
2022-01-30 21:10:57,620 - stpipe.JumpStep - INFO - Working on integration 32:
2022-01-30 21:10:57,728 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:10:57,730 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:57,731 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:57,742 - stpipe.JumpStep - INFO - Working on integration 33:
2022-01-30 21:10:57,855 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:10:57,857 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:57,858 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:57,871 - stpipe.JumpStep - INFO - Working on integration 34:
2022-01-30 21:10:57,982 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:10:57,984 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:57,985 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:57,997 - stpipe.JumpStep - INFO - Working on integration 35:
2022-01-30 21:10:58,109 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:10:58,110 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:58,112 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:10:58,124 - stpipe.JumpStep - INFO - Working on integration 36:
2022-01-30 21:10:58,238 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:10:58,239 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:58,241 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:58,252 - stpipe.JumpStep - INFO - Working on integration 37:
2022-01-30 21:10:58,359 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:10:58,361 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:58,362 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:58,374 - stpipe.JumpStep - INFO - Working on integration 38:
2022-01-30 21:10:58,484 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:10:58,486 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:58,487 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:58,499 - stpipe.JumpStep - INFO - Working on integration 39:
2022-01-30 21:10:58,610 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:10:58,612 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:58,613 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:58,626 - stpipe.JumpStep - INFO - Working on integration 40:
2022-01-30 21:10:58,729 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:10:58,730 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:58,732 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:58,743 - stpipe.JumpStep - INFO - Working on integration 41:
2022-01-30 21:10:58,845 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:10:58,847 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:58,848 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:58,860 - stpipe.JumpStep - INFO - Working on integration 42:
2022-01-30 21:10:58,965 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:10:58,966 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:58,968 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:58,979 - stpipe.JumpStep - INFO - Working on integration 43:
2022-01-30 21:10:59,086 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:10:59,087 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:59,088 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:10:59,100 - stpipe.JumpStep - INFO - Working on integration 44:
2022-01-30 21:10:59,208 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:10:59,210 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:59,211 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:59,223 - stpipe.JumpStep - INFO - Working on integration 45:
2022-01-30 21:10:59,339 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:10:59,341 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:59,343 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:10:59,354 - stpipe.JumpStep - INFO - Working on integration 46:
2022-01-30 21:10:59,464 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:10:59,466 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:59,467 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:59,479 - stpipe.JumpStep - INFO - Working on integration 47:
2022-01-30 21:10:59,592 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:10:59,593 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:59,595 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:59,607 - stpipe.JumpStep - INFO - Working on integration 48:
2022-01-30 21:10:59,718 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:10:59,720 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:59,721 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:59,733 - stpipe.JumpStep - INFO - Working on integration 49:
2022-01-30 21:10:59,843 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:10:59,845 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:59,846 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:10:59,858 - stpipe.JumpStep - INFO - Working on integration 50:
2022-01-30 21:10:59,972 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:10:59,974 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:10:59,975 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:10:59,987 - stpipe.JumpStep - INFO - Working on integration 51:
2022-01-30 21:11:00,107 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:11:00,109 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:00,110 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:00,123 - stpipe.JumpStep - INFO - Working on integration 52:
2022-01-30 21:11:00,236 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:11:00,238 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:00,239 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:00,252 - stpipe.JumpStep - INFO - Working on integration 53:
2022-01-30 21:11:00,361 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:11:00,363 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:00,364 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:11:00,376 - stpipe.JumpStep - INFO - Working on integration 54:
2022-01-30 21:11:00,482 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:11:00,483 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:00,484 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:00,496 - stpipe.JumpStep - INFO - Working on integration 55:
2022-01-30 21:11:00,603 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:11:00,605 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:00,606 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:00,618 - stpipe.JumpStep - INFO - Working on integration 56:
2022-01-30 21:11:00,724 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:11:00,726 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:00,727 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:00,739 - stpipe.JumpStep - INFO - Working on integration 57:
2022-01-30 21:11:00,845 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:11:00,846 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:00,848 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:00,860 - stpipe.JumpStep - INFO - Working on integration 58:
2022-01-30 21:11:00,971 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:11:00,972 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:00,974 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:00,986 - stpipe.JumpStep - INFO - Working on integration 59:
2022-01-30 21:11:01,098 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:11:01,100 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:01,101 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:01,113 - stpipe.JumpStep - INFO - Working on integration 60:
2022-01-30 21:11:01,223 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:11:01,224 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:01,225 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:01,237 - stpipe.JumpStep - INFO - Working on integration 61:
2022-01-30 21:11:01,344 - stpipe.JumpStep - INFO - From highest outlier Two-point found 16 pixels with at least one CR and at least four groups
2022-01-30 21:11:01,345 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:01,347 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:01,360 - stpipe.JumpStep - INFO - Working on integration 62:
2022-01-30 21:11:01,467 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:11:01,469 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:01,470 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:01,482 - stpipe.JumpStep - INFO - Working on integration 63:
2022-01-30 21:11:01,594 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:11:01,596 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:01,597 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:01,609 - stpipe.JumpStep - INFO - Working on integration 64:
2022-01-30 21:11:01,720 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:11:01,722 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:01,723 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:01,736 - stpipe.JumpStep - INFO - Working on integration 65:
2022-01-30 21:11:01,848 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:11:01,850 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:01,851 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:01,864 - stpipe.JumpStep - INFO - Working on integration 66:
2022-01-30 21:11:01,975 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:11:01,977 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:01,978 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:01,990 - stpipe.JumpStep - INFO - Working on integration 67:
2022-01-30 21:11:02,098 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:11:02,099 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:02,101 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:02,114 - stpipe.JumpStep - INFO - Working on integration 68:
2022-01-30 21:11:02,222 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:11:02,224 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:02,225 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:02,238 - stpipe.JumpStep - INFO - Working on integration 69:
2022-01-30 21:11:02,351 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:11:02,353 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:02,354 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:02,367 - stpipe.JumpStep - INFO - Working on integration 70:
2022-01-30 21:11:02,469 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:11:02,471 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:02,472 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:02,484 - stpipe.JumpStep - INFO - Working on integration 71:
2022-01-30 21:11:02,586 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:11:02,588 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:02,589 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:02,601 - stpipe.JumpStep - INFO - Working on integration 72:
2022-01-30 21:11:02,706 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:11:02,708 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:02,709 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:11:02,721 - stpipe.JumpStep - INFO - Working on integration 73:
2022-01-30 21:11:02,826 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:11:02,827 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:02,829 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:02,841 - stpipe.JumpStep - INFO - Working on integration 74:
2022-01-30 21:11:02,949 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:11:02,950 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:02,951 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:02,964 - stpipe.JumpStep - INFO - Working on integration 75:
2022-01-30 21:11:03,078 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:11:03,080 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:03,081 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:03,094 - stpipe.JumpStep - INFO - Working on integration 76:
2022-01-30 21:11:03,208 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:11:03,209 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:03,211 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:03,222 - stpipe.JumpStep - INFO - Working on integration 77:
2022-01-30 21:11:03,335 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:11:03,337 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:03,338 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:03,350 - stpipe.JumpStep - INFO - Working on integration 78:
2022-01-30 21:11:03,460 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:11:03,462 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:03,463 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:03,476 - stpipe.JumpStep - INFO - Working on integration 79:
2022-01-30 21:11:03,588 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:11:03,589 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:03,591 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:03,603 - stpipe.JumpStep - INFO - Working on integration 80:
2022-01-30 21:11:03,720 - stpipe.JumpStep - INFO - From highest outlier Two-point found 17 pixels with at least one CR and at least four groups
2022-01-30 21:11:03,722 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:03,723 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:03,737 - stpipe.JumpStep - INFO - Working on integration 81:
2022-01-30 21:11:03,854 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:11:03,856 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:03,857 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:03,870 - stpipe.JumpStep - INFO - Working on integration 82:
2022-01-30 21:11:03,981 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:11:03,983 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:03,984 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:03,996 - stpipe.JumpStep - INFO - Working on integration 83:
2022-01-30 21:11:04,106 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:11:04,108 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:04,109 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:04,121 - stpipe.JumpStep - INFO - Working on integration 84:
2022-01-30 21:11:04,227 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:11:04,229 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:04,230 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:04,243 - stpipe.JumpStep - INFO - Working on integration 85:
2022-01-30 21:11:04,352 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:11:04,353 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:04,355 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:04,367 - stpipe.JumpStep - INFO - Working on integration 86:
2022-01-30 21:11:04,475 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:11:04,477 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:04,478 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:04,491 - stpipe.JumpStep - INFO - Working on integration 87:
2022-01-30 21:11:04,600 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:11:04,602 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:04,604 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:04,616 - stpipe.JumpStep - INFO - Working on integration 88:
2022-01-30 21:11:04,729 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:11:04,730 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:04,732 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:04,744 - stpipe.JumpStep - INFO - Working on integration 89:
2022-01-30 21:11:04,855 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:11:04,857 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:04,858 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:04,871 - stpipe.JumpStep - INFO - Working on integration 90:
2022-01-30 21:11:04,980 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:11:04,982 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:04,983 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:04,995 - stpipe.JumpStep - INFO - Working on integration 91:
2022-01-30 21:11:05,100 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:11:05,101 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:05,103 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:05,115 - stpipe.JumpStep - INFO - Working on integration 92:
2022-01-30 21:11:05,222 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:11:05,223 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:05,224 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:05,237 - stpipe.JumpStep - INFO - Working on integration 93:
2022-01-30 21:11:05,350 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:11:05,352 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:05,353 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:05,365 - stpipe.JumpStep - INFO - Working on integration 94:
2022-01-30 21:11:05,475 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:11:05,476 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:05,478 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:05,489 - stpipe.JumpStep - INFO - Working on integration 95:
2022-01-30 21:11:05,607 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:11:05,610 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:05,611 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:11:05,624 - stpipe.JumpStep - INFO - Working on integration 96:
2022-01-30 21:11:05,734 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:11:05,735 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:05,737 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:05,749 - stpipe.JumpStep - INFO - Working on integration 97:
2022-01-30 21:11:05,854 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:11:05,855 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:05,857 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:05,868 - stpipe.JumpStep - INFO - Working on integration 98:
2022-01-30 21:11:05,980 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:11:05,981 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:05,982 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:05,995 - stpipe.JumpStep - INFO - Working on integration 99:
2022-01-30 21:11:06,102 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:11:06,103 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:06,105 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:06,117 - stpipe.JumpStep - INFO - Working on integration 100:
2022-01-30 21:11:06,221 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:11:06,222 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:06,224 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:06,236 - stpipe.JumpStep - INFO - Working on integration 101:
2022-01-30 21:11:06,340 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:11:06,341 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:06,343 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:06,355 - stpipe.JumpStep - INFO - Working on integration 102:
2022-01-30 21:11:06,460 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:11:06,462 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:06,463 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:06,475 - stpipe.JumpStep - INFO - Working on integration 103:
2022-01-30 21:11:06,580 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:11:06,582 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:06,583 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and two groups
2022-01-30 21:11:06,596 - stpipe.JumpStep - INFO - Working on integration 104:
2022-01-30 21:11:06,704 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:11:06,706 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:06,707 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:06,719 - stpipe.JumpStep - INFO - Working on integration 105:
2022-01-30 21:11:06,830 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:11:06,831 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:06,832 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:06,845 - stpipe.JumpStep - INFO - Working on integration 106:
2022-01-30 21:11:06,957 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:11:06,959 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:06,961 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:11:06,973 - stpipe.JumpStep - INFO - Working on integration 107:
2022-01-30 21:11:07,081 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:11:07,082 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:07,084 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:07,095 - stpipe.JumpStep - INFO - Working on integration 108:
2022-01-30 21:11:07,206 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:11:07,207 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:07,209 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:07,221 - stpipe.JumpStep - INFO - Working on integration 109:
2022-01-30 21:11:07,335 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:11:07,336 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:07,337 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:07,350 - stpipe.JumpStep - INFO - Working on integration 110:
2022-01-30 21:11:07,464 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:11:07,466 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:07,467 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:07,480 - stpipe.JumpStep - INFO - Working on integration 111:
2022-01-30 21:11:07,599 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:11:07,600 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:07,602 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:07,614 - stpipe.JumpStep - INFO - Working on integration 112:
2022-01-30 21:11:07,726 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:11:07,728 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:07,729 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:07,741 - stpipe.JumpStep - INFO - Working on integration 113:
2022-01-30 21:11:07,848 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:11:07,850 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:07,851 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:07,863 - stpipe.JumpStep - INFO - Working on integration 114:
2022-01-30 21:11:07,969 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:11:07,971 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:07,973 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:07,985 - stpipe.JumpStep - INFO - Working on integration 115:
2022-01-30 21:11:08,092 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:11:08,094 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:08,095 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:08,107 - stpipe.JumpStep - INFO - Working on integration 116:
2022-01-30 21:11:08,211 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:11:08,213 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:08,214 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:08,227 - stpipe.JumpStep - INFO - Working on integration 117:
2022-01-30 21:11:08,336 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:11:08,338 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:08,339 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:08,351 - stpipe.JumpStep - INFO - Working on integration 118:
2022-01-30 21:11:08,466 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:11:08,467 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:08,469 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:08,481 - stpipe.JumpStep - INFO - Working on integration 119:
2022-01-30 21:11:08,593 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:11:08,594 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:08,596 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:08,608 - stpipe.JumpStep - INFO - Working on integration 120:
2022-01-30 21:11:08,715 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:11:08,717 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:08,718 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:08,730 - stpipe.JumpStep - INFO - Working on integration 121:
2022-01-30 21:11:08,838 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:11:08,839 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:08,841 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:08,853 - stpipe.JumpStep - INFO - Working on integration 122:
2022-01-30 21:11:08,962 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:11:08,963 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:08,965 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:08,976 - stpipe.JumpStep - INFO - Working on integration 123:
2022-01-30 21:11:09,090 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:11:09,091 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:09,093 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:09,105 - stpipe.JumpStep - INFO - Working on integration 124:
2022-01-30 21:11:09,217 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:11:09,219 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:09,220 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:09,233 - stpipe.JumpStep - INFO - Working on integration 125:
2022-01-30 21:11:09,344 - stpipe.JumpStep - INFO - From highest outlier Two-point found 14 pixels with at least one CR and at least four groups
2022-01-30 21:11:09,346 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:09,347 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and two groups
2022-01-30 21:11:09,360 - stpipe.JumpStep - INFO - Working on integration 126:
2022-01-30 21:11:09,468 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:11:09,469 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:09,470 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:09,482 - stpipe.JumpStep - INFO - Working on integration 127:
2022-01-30 21:11:09,588 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:11:09,590 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:09,591 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:09,604 - stpipe.JumpStep - INFO - Working on integration 128:
2022-01-30 21:11:09,710 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:11:09,712 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:09,713 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:09,725 - stpipe.JumpStep - INFO - Working on integration 129:
2022-01-30 21:11:09,831 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:11:09,833 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:09,834 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:09,846 - stpipe.JumpStep - INFO - Working on integration 130:
2022-01-30 21:11:09,952 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:11:09,953 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:09,955 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:09,966 - stpipe.JumpStep - INFO - Working on integration 131:
2022-01-30 21:11:10,071 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:11:10,073 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:10,074 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:10,086 - stpipe.JumpStep - INFO - Working on integration 132:
2022-01-30 21:11:10,196 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:11:10,198 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:10,199 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:10,211 - stpipe.JumpStep - INFO - Working on integration 133:
2022-01-30 21:11:10,320 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:11:10,321 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:10,322 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:11:10,334 - stpipe.JumpStep - INFO - Working on integration 134:
2022-01-30 21:11:10,446 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:11:10,447 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:10,449 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:10,461 - stpipe.JumpStep - INFO - Working on integration 135:
2022-01-30 21:11:10,573 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:11:10,575 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:10,576 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:10,589 - stpipe.JumpStep - INFO - Working on integration 136:
2022-01-30 21:11:10,698 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:11:10,700 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:10,701 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:10,714 - stpipe.JumpStep - INFO - Working on integration 137:
2022-01-30 21:11:10,824 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:11:10,825 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:10,827 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:10,839 - stpipe.JumpStep - INFO - Working on integration 138:
2022-01-30 21:11:10,954 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:11:10,956 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:10,957 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:10,970 - stpipe.JumpStep - INFO - Working on integration 139:
2022-01-30 21:11:11,084 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:11:11,086 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:11,087 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:11,100 - stpipe.JumpStep - INFO - Working on integration 140:
2022-01-30 21:11:11,218 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:11:11,220 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:11,222 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:11,234 - stpipe.JumpStep - INFO - Working on integration 141:
2022-01-30 21:11:11,349 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:11:11,351 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:11,352 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:11,365 - stpipe.JumpStep - INFO - Working on integration 142:
2022-01-30 21:11:11,473 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:11:11,474 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:11,476 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:11,487 - stpipe.JumpStep - INFO - Working on integration 143:
2022-01-30 21:11:11,594 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:11:11,596 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:11,597 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:11,610 - stpipe.JumpStep - INFO - Working on integration 144:
2022-01-30 21:11:11,718 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:11:11,720 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:11,721 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:11,734 - stpipe.JumpStep - INFO - Working on integration 145:
2022-01-30 21:11:11,842 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:11:11,843 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:11,844 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:11,856 - stpipe.JumpStep - INFO - Working on integration 146:
2022-01-30 21:11:11,961 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:11:11,963 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:11,964 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:11,977 - stpipe.JumpStep - INFO - Working on integration 147:
2022-01-30 21:11:12,091 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:11:12,093 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:12,094 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:11:12,106 - stpipe.JumpStep - INFO - Working on integration 148:
2022-01-30 21:11:12,216 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:11:12,218 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:12,219 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:12,231 - stpipe.JumpStep - INFO - Working on integration 149:
2022-01-30 21:11:12,343 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:11:12,344 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:12,346 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:12,358 - stpipe.JumpStep - INFO - Working on integration 150:
2022-01-30 21:11:12,466 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:11:12,467 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:12,468 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:12,481 - stpipe.JumpStep - INFO - Working on integration 151:
2022-01-30 21:11:12,589 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:11:12,590 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:12,591 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:12,604 - stpipe.JumpStep - INFO - Working on integration 152:
2022-01-30 21:11:12,717 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:11:12,719 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:11:12,720 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:11:12,734 - stpipe.JumpStep - INFO - Total elapsed time = 21.7835 sec
2022-01-30 21:11:12,739 - stpipe.JumpStep - INFO - The execution time in seconds: 23.405951
2022-01-30 21:11:12,744 - stpipe.JumpStep - INFO - Step JumpStep done
2022-01-30 21:11:12,749 - stpipe.RampFitStep - INFO - RampFitStep instance created.
2022-01-30 21:11:12,942 - stpipe.RampFitStep - INFO - Step RampFitStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg005_nrca3_uncal.fits>,).
2022-01-30 21:11:12,946 - stpipe.RampFitStep - INFO - Step RampFitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'int_name': '', 'save_opt': False, 'opt_name': '', 'maximum_cores': 'none'}
2022-01-30 21:11:13,022 - stpipe.RampFitStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:11:13,062 - stpipe.RampFitStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:11:13,111 - stpipe.RampFitStep - INFO - Using algorithm = ols
2022-01-30 21:11:13,113 - stpipe.RampFitStep - INFO - Using weighting = optimal
2022-01-30 21:11:13,114 - stpipe.RampFitStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:11:13,116 - stpipe.RampFitStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:14:02,604 - stpipe.RampFitStep - INFO - Number of groups per integration: 8
2022-01-30 21:14:02,607 - stpipe.RampFitStep - INFO - Number of integrations: 152
2022-01-30 21:14:02,933 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg005_nrca3_0_rampfitstep.fits
2022-01-30 21:14:03,657 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg005_nrca3_1_rampfitstep.fits
2022-01-30 21:14:03,659 - stpipe.RampFitStep - INFO - Step RampFitStep done
2022-01-30 21:14:03,663 - stpipe.DQInitStep - INFO - DQInitStep instance created.
2022-01-30 21:14:03,871 - stpipe.DQInitStep - INFO - Step DQInitStep running with args ('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/Raw_Data/jw00042001001_01101_00001-seg006_nrca3_uncal.fits',).
2022-01-30 21:14:03,874 - stpipe.DQInitStep - INFO - Step DQInitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:14:05,321 - stpipe.DQInitStep - INFO - Using MASK reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_mask_0058.fits
2022-01-30 21:14:07,146 - stpipe.DQInitStep - INFO - Extracting mask subarray to match science data
2022-01-30 21:14:07,161 - stpipe.DQInitStep - INFO - Step DQInitStep done
2022-01-30 21:14:07,165 - stpipe.SaturationStep - INFO - SaturationStep instance created.
2022-01-30 21:14:07,337 - stpipe.SaturationStep - INFO - Step SaturationStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg006_nrca3_uncal.fits>,).
2022-01-30 21:14:07,341 - stpipe.SaturationStep - INFO - Step SaturationStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:14:07,391 - stpipe.SaturationStep - INFO - Using SATURATION reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_saturation_0067.fits
2022-01-30 21:14:07,535 - stpipe.SaturationStep - WARNING - Keyword NO_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:14:07,538 - stpipe.SaturationStep - WARNING - Keyword FEW_SAMPLES does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:14:07,539 - stpipe.SaturationStep - WARNING - Keyword AD_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:14:07,541 - stpipe.SaturationStep - WARNING - Keyword WEIRD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:14:07,542 - stpipe.SaturationStep - WARNING - Keyword DEAD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:14:08,364 - stpipe.SaturationStep - INFO - Extracting reference file subarray to match science data
2022-01-30 21:14:09,893 - stpipe.SaturationStep - INFO - Detected 518 saturated pixels
2022-01-30 21:14:10,030 - stpipe.SaturationStep - INFO - Detected 0 A/D floor pixels
2022-01-30 21:14:10,035 - stpipe.SaturationStep - INFO - Step SaturationStep done
2022-01-30 21:14:10,038 - stpipe.SuperBiasStep - INFO - SuperBiasStep instance created.
2022-01-30 21:14:10,186 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg006_nrca3_uncal.fits>,).
2022-01-30 21:14:10,189 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:14:10,241 - stpipe.SuperBiasStep - INFO - Using SUPERBIAS reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_superbias_0027.fits
2022-01-30 21:14:10,511 - stpipe.SuperBiasStep - WARNING - Keyword NOISY does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:14:11,699 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep done
2022-01-30 21:14:11,702 - stpipe.RefPixStep - INFO - RefPixStep instance created.
0%| | 0/152 [00:00<?, ?it/s]
Note: File Search comes up empty
100%|█████████████████████████████████████████| 152/152 [00:30<00:00, 5.02it/s]
2022-01-30 21:14:42,818 - stpipe.LinearityStep - INFO - LinearityStep instance created.
2022-01-30 21:14:42,982 - stpipe.LinearityStep - INFO - Step LinearityStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg006_nrca3_uncal.fits>,).
2022-01-30 21:14:42,985 - stpipe.LinearityStep - INFO - Step LinearityStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:14:43,035 - stpipe.LinearityStep - INFO - Using Linearity reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_linearity_0053.fits
2022-01-30 21:14:43,284 - stpipe.LinearityStep - WARNING - Keyword UAZ_DO_NOT_USE does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:14:43,286 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_LIN_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:14:43,288 - stpipe.LinearityStep - WARNING - Keyword UAZ_BAD_LIN_FIT does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:14:43,289 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_WELL_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:14:43,292 - stpipe.LinearityStep - WARNING - Keyword UAZ_MODEL_FIT_FAIL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:14:43,293 - stpipe.LinearityStep - WARNING - Keyword UAZ_WELL_NOT_DEFINED does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:14:43,295 - stpipe.LinearityStep - WARNING - Keyword UAZ_MASTER_MASK does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:14:44,167 - stpipe.LinearityStep - INFO - Extracting linearity subarray to match science data
2022-01-30 21:14:47,620 - stpipe.LinearityStep - INFO - Step LinearityStep done
2022-01-30 21:14:47,624 - stpipe.PersistenceStep - INFO - PersistenceStep instance created.
2022-01-30 21:14:47,788 - stpipe.PersistenceStep - INFO - Step PersistenceStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg006_nrca3_uncal.fits>,).
2022-01-30 21:14:47,792 - stpipe.PersistenceStep - INFO - Step PersistenceStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'input_trapsfilled': '', 'flag_pers_cutoff': 40.0, 'save_persistence': False, 'save_trapsfilled': True}
2022-01-30 21:14:47,793 - stpipe.PersistenceStep - INFO - Step skipped.
2022-01-30 21:14:47,795 - stpipe.PersistenceStep - INFO - Step PersistenceStep done
2022-01-30 21:14:47,799 - stpipe.DarkCurrentStep - INFO - DarkCurrentStep instance created.
2022-01-30 21:14:47,939 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg006_nrca3_uncal.fits>,).
2022-01-30 21:14:47,943 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'dark_output': None}
2022-01-30 21:14:47,945 - stpipe.DarkCurrentStep - INFO - Step skipped.
2022-01-30 21:14:47,947 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep done
2022-01-30 21:14:47,951 - stpipe.JumpStep - INFO - JumpStep instance created.
2022-01-30 21:14:48,082 - stpipe.JumpStep - INFO - Step JumpStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg006_nrca3_uncal.fits>,).
2022-01-30 21:14:48,085 - stpipe.JumpStep - INFO - Step JumpStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'rejection_threshold': 15, 'three_group_rejection_threshold': 6.0, 'four_group_rejection_threshold': 5.0, 'maximum_cores': 'none', 'flag_4_neighbors': True, 'max_jump_to_flag_neighbors': 1000.0, 'min_jump_to_flag_neighbors': 10.0}
2022-01-30 21:14:48,111 - stpipe.JumpStep - INFO - CR rejection threshold = 15 sigma
2022-01-30 21:14:48,138 - stpipe.JumpStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:14:48,209 - stpipe.JumpStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:14:48,246 - stpipe.JumpStep - INFO - Using 1 core for jump detection
2022-01-30 21:14:49,088 - stpipe.JumpStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:14:49,090 - stpipe.JumpStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:14:49,746 - stpipe.JumpStep - INFO - Executing two-point difference method
2022-01-30 21:14:52,597 - stpipe.JumpStep - INFO - Working on integration 1:
2022-01-30 21:14:52,705 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:14:52,707 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:52,708 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:52,720 - stpipe.JumpStep - INFO - Working on integration 2:
2022-01-30 21:14:52,837 - stpipe.JumpStep - INFO - From highest outlier Two-point found 14 pixels with at least one CR and at least four groups
2022-01-30 21:14:52,838 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:52,840 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:52,853 - stpipe.JumpStep - INFO - Working on integration 3:
2022-01-30 21:14:52,966 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:14:52,967 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:52,968 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:14:52,980 - stpipe.JumpStep - INFO - Working on integration 4:
2022-01-30 21:14:53,089 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:14:53,091 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:53,093 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:53,105 - stpipe.JumpStep - INFO - Working on integration 5:
2022-01-30 21:14:53,217 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:14:53,218 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:53,220 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:14:53,232 - stpipe.JumpStep - INFO - Working on integration 6:
2022-01-30 21:14:53,342 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:14:53,343 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:53,346 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:53,356 - stpipe.JumpStep - INFO - Working on integration 7:
2022-01-30 21:14:53,463 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:14:53,465 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:53,466 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:14:53,478 - stpipe.JumpStep - INFO - Working on integration 8:
2022-01-30 21:14:53,590 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:14:53,592 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:53,593 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:53,605 - stpipe.JumpStep - INFO - Working on integration 9:
2022-01-30 21:14:53,715 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:14:53,717 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:53,718 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:14:53,729 - stpipe.JumpStep - INFO - Working on integration 10:
2022-01-30 21:14:53,834 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:14:53,836 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:53,837 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:53,850 - stpipe.JumpStep - INFO - Working on integration 11:
2022-01-30 21:14:53,953 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:14:53,955 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:53,956 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:53,968 - stpipe.JumpStep - INFO - Working on integration 12:
2022-01-30 21:14:54,073 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:14:54,075 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:54,076 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:14:54,087 - stpipe.JumpStep - INFO - Working on integration 13:
2022-01-30 21:14:54,193 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:14:54,195 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:54,196 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:54,208 - stpipe.JumpStep - INFO - Working on integration 14:
2022-01-30 21:14:54,317 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:14:54,319 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:54,320 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:54,331 - stpipe.JumpStep - INFO - Working on integration 15:
2022-01-30 21:14:54,445 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:14:54,447 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:54,448 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:54,460 - stpipe.JumpStep - INFO - Working on integration 16:
2022-01-30 21:14:54,574 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:14:54,576 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:54,577 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:54,589 - stpipe.JumpStep - INFO - Working on integration 17:
2022-01-30 21:14:54,699 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:14:54,701 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:54,702 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:54,714 - stpipe.JumpStep - INFO - Working on integration 18:
2022-01-30 21:14:54,824 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:14:54,825 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:54,827 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:54,838 - stpipe.JumpStep - INFO - Working on integration 19:
2022-01-30 21:14:54,950 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:14:54,951 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:54,953 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:54,965 - stpipe.JumpStep - INFO - Working on integration 20:
2022-01-30 21:14:55,080 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:14:55,082 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:55,083 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:55,095 - stpipe.JumpStep - INFO - Working on integration 21:
2022-01-30 21:14:55,212 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:14:55,213 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:55,215 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:55,227 - stpipe.JumpStep - INFO - Working on integration 22:
2022-01-30 21:14:55,339 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:14:55,341 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:55,342 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:55,354 - stpipe.JumpStep - INFO - Working on integration 23:
2022-01-30 21:14:55,461 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:14:55,463 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:55,464 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:55,476 - stpipe.JumpStep - INFO - Working on integration 24:
2022-01-30 21:14:55,582 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:14:55,583 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:55,585 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:55,596 - stpipe.JumpStep - INFO - Working on integration 25:
2022-01-30 21:14:55,704 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:14:55,705 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:55,707 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:55,719 - stpipe.JumpStep - INFO - Working on integration 26:
2022-01-30 21:14:55,824 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:14:55,825 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:55,827 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:14:55,839 - stpipe.JumpStep - INFO - Working on integration 27:
2022-01-30 21:14:55,944 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:14:55,945 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:55,947 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:55,958 - stpipe.JumpStep - INFO - Working on integration 28:
2022-01-30 21:14:56,072 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:14:56,074 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:56,075 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:56,087 - stpipe.JumpStep - INFO - Working on integration 29:
2022-01-30 21:14:56,197 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:14:56,199 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:56,200 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:56,212 - stpipe.JumpStep - INFO - Working on integration 30:
2022-01-30 21:14:56,321 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:14:56,323 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:56,324 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:14:56,335 - stpipe.JumpStep - INFO - Working on integration 31:
2022-01-30 21:14:56,441 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:14:56,442 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:56,443 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:56,455 - stpipe.JumpStep - INFO - Working on integration 32:
2022-01-30 21:14:56,561 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:14:56,563 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:56,564 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:56,577 - stpipe.JumpStep - INFO - Working on integration 33:
2022-01-30 21:14:56,687 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:14:56,688 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:56,690 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:56,702 - stpipe.JumpStep - INFO - Working on integration 34:
2022-01-30 21:14:56,818 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:14:56,820 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:56,821 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:56,833 - stpipe.JumpStep - INFO - Working on integration 35:
2022-01-30 21:14:56,944 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:14:56,946 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:56,948 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:56,959 - stpipe.JumpStep - INFO - Working on integration 36:
2022-01-30 21:14:57,073 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:14:57,075 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:57,076 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:57,087 - stpipe.JumpStep - INFO - Working on integration 37:
2022-01-30 21:14:57,193 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:14:57,194 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:57,196 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:57,208 - stpipe.JumpStep - INFO - Working on integration 38:
2022-01-30 21:14:57,320 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:14:57,322 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:57,323 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:57,335 - stpipe.JumpStep - INFO - Working on integration 39:
2022-01-30 21:14:57,440 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:14:57,442 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:57,443 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:57,456 - stpipe.JumpStep - INFO - Working on integration 40:
2022-01-30 21:14:57,561 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:14:57,563 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:57,564 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:57,576 - stpipe.JumpStep - INFO - Working on integration 41:
2022-01-30 21:14:57,683 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:14:57,684 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:57,686 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:57,697 - stpipe.JumpStep - INFO - Working on integration 42:
2022-01-30 21:14:57,801 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:14:57,803 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:57,804 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:57,816 - stpipe.JumpStep - INFO - Working on integration 43:
2022-01-30 21:14:57,925 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:14:57,926 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:57,928 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:57,941 - stpipe.JumpStep - INFO - Working on integration 44:
2022-01-30 21:14:58,050 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:14:58,052 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:58,053 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:58,065 - stpipe.JumpStep - INFO - Working on integration 45:
2022-01-30 21:14:58,176 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:14:58,178 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:58,179 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:58,192 - stpipe.JumpStep - INFO - Working on integration 46:
2022-01-30 21:14:58,304 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:14:58,305 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:58,307 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:14:58,319 - stpipe.JumpStep - INFO - Working on integration 47:
2022-01-30 21:14:58,426 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:14:58,428 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:58,429 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:58,442 - stpipe.JumpStep - INFO - Working on integration 48:
2022-01-30 21:14:58,553 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:14:58,554 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:58,556 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:58,568 - stpipe.JumpStep - INFO - Working on integration 49:
2022-01-30 21:14:58,684 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:14:58,685 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:58,687 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:58,698 - stpipe.JumpStep - INFO - Working on integration 50:
2022-01-30 21:14:58,815 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:14:58,817 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:58,818 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:14:58,831 - stpipe.JumpStep - INFO - Working on integration 51:
2022-01-30 21:14:58,949 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:14:58,951 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:58,952 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:58,965 - stpipe.JumpStep - INFO - Working on integration 52:
2022-01-30 21:14:59,077 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:14:59,079 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:59,080 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:59,093 - stpipe.JumpStep - INFO - Working on integration 53:
2022-01-30 21:14:59,197 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:14:59,199 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:59,200 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:59,212 - stpipe.JumpStep - INFO - Working on integration 54:
2022-01-30 21:14:59,317 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:14:59,319 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:59,320 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:59,332 - stpipe.JumpStep - INFO - Working on integration 55:
2022-01-30 21:14:59,437 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:14:59,439 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:59,440 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:59,452 - stpipe.JumpStep - INFO - Working on integration 56:
2022-01-30 21:14:59,560 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:14:59,562 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:59,563 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:59,575 - stpipe.JumpStep - INFO - Working on integration 57:
2022-01-30 21:14:59,685 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:14:59,687 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:59,688 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:59,700 - stpipe.JumpStep - INFO - Working on integration 58:
2022-01-30 21:14:59,812 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:14:59,814 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:59,815 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:59,827 - stpipe.JumpStep - INFO - Working on integration 59:
2022-01-30 21:14:59,941 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:14:59,943 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:14:59,944 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:14:59,956 - stpipe.JumpStep - INFO - Working on integration 60:
2022-01-30 21:15:00,066 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:15:00,067 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:00,068 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:00,081 - stpipe.JumpStep - INFO - Working on integration 61:
2022-01-30 21:15:00,188 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:15:00,190 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:00,191 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:00,203 - stpipe.JumpStep - INFO - Working on integration 62:
2022-01-30 21:15:00,312 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:15:00,314 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:00,316 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:00,327 - stpipe.JumpStep - INFO - Working on integration 63:
2022-01-30 21:15:00,439 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:15:00,441 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:00,442 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:00,455 - stpipe.JumpStep - INFO - Working on integration 64:
2022-01-30 21:15:00,568 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:15:00,569 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:00,571 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:00,583 - stpipe.JumpStep - INFO - Working on integration 65:
2022-01-30 21:15:00,694 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:15:00,696 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:00,697 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:00,709 - stpipe.JumpStep - INFO - Working on integration 66:
2022-01-30 21:15:00,817 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:15:00,819 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:00,820 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:00,833 - stpipe.JumpStep - INFO - Working on integration 67:
2022-01-30 21:15:00,942 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:15:00,944 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:00,945 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:00,957 - stpipe.JumpStep - INFO - Working on integration 68:
2022-01-30 21:15:01,064 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:15:01,065 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:01,066 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:01,079 - stpipe.JumpStep - INFO - Working on integration 69:
2022-01-30 21:15:01,184 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:15:01,186 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:01,187 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:01,199 - stpipe.JumpStep - INFO - Working on integration 70:
2022-01-30 21:15:01,302 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:15:01,303 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:01,305 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:01,317 - stpipe.JumpStep - INFO - Working on integration 71:
2022-01-30 21:15:01,419 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:15:01,420 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:01,422 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:01,434 - stpipe.JumpStep - INFO - Working on integration 72:
2022-01-30 21:15:01,540 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:15:01,542 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:01,543 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:01,555 - stpipe.JumpStep - INFO - Working on integration 73:
2022-01-30 21:15:01,661 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:15:01,662 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:01,663 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:01,676 - stpipe.JumpStep - INFO - Working on integration 74:
2022-01-30 21:15:01,790 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:15:01,791 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:01,792 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:15:01,806 - stpipe.JumpStep - INFO - Working on integration 75:
2022-01-30 21:15:01,916 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:15:01,918 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:01,919 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:15:01,933 - stpipe.JumpStep - INFO - Working on integration 76:
2022-01-30 21:15:02,045 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:15:02,047 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:02,048 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:15:02,060 - stpipe.JumpStep - INFO - Working on integration 77:
2022-01-30 21:15:02,171 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:15:02,173 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:02,174 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:02,186 - stpipe.JumpStep - INFO - Working on integration 78:
2022-01-30 21:15:02,303 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:15:02,305 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:02,307 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:02,319 - stpipe.JumpStep - INFO - Working on integration 79:
2022-01-30 21:15:02,435 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:15:02,437 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:02,438 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:02,451 - stpipe.JumpStep - INFO - Working on integration 80:
2022-01-30 21:15:02,570 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:15:02,572 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:02,573 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:02,586 - stpipe.JumpStep - INFO - Working on integration 81:
2022-01-30 21:15:02,705 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:15:02,707 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:02,708 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:02,720 - stpipe.JumpStep - INFO - Working on integration 82:
2022-01-30 21:15:02,832 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:15:02,833 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:02,834 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:02,847 - stpipe.JumpStep - INFO - Working on integration 83:
2022-01-30 21:15:02,958 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:15:02,959 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:02,960 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:02,973 - stpipe.JumpStep - INFO - Working on integration 84:
2022-01-30 21:15:03,082 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:15:03,083 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:03,084 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:03,097 - stpipe.JumpStep - INFO - Working on integration 85:
2022-01-30 21:15:03,204 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:15:03,205 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:03,207 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:03,218 - stpipe.JumpStep - INFO - Working on integration 86:
2022-01-30 21:15:03,325 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:15:03,327 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:03,328 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:03,340 - stpipe.JumpStep - INFO - Working on integration 87:
2022-01-30 21:15:03,446 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:15:03,448 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:03,449 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:03,461 - stpipe.JumpStep - INFO - Working on integration 88:
2022-01-30 21:15:03,576 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:15:03,577 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:03,579 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:03,591 - stpipe.JumpStep - INFO - Working on integration 89:
2022-01-30 21:15:03,703 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:15:03,705 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:03,706 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:03,719 - stpipe.JumpStep - INFO - Working on integration 90:
2022-01-30 21:15:03,826 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:15:03,827 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:03,829 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:03,840 - stpipe.JumpStep - INFO - Working on integration 91:
2022-01-30 21:15:03,947 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:15:03,948 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:03,949 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:03,962 - stpipe.JumpStep - INFO - Working on integration 92:
2022-01-30 21:15:04,068 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:15:04,069 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:04,071 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:04,082 - stpipe.JumpStep - INFO - Working on integration 93:
2022-01-30 21:15:04,195 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:15:04,196 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:04,198 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:04,209 - stpipe.JumpStep - INFO - Working on integration 94:
2022-01-30 21:15:04,321 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:15:04,323 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:04,324 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:04,336 - stpipe.JumpStep - INFO - Working on integration 95:
2022-01-30 21:15:04,448 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:15:04,449 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:04,451 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:04,462 - stpipe.JumpStep - INFO - Working on integration 96:
2022-01-30 21:15:04,570 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:15:04,571 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:04,573 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:04,584 - stpipe.JumpStep - INFO - Working on integration 97:
2022-01-30 21:15:04,693 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:15:04,695 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:04,696 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:04,708 - stpipe.JumpStep - INFO - Working on integration 98:
2022-01-30 21:15:04,817 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:15:04,818 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:04,820 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:04,832 - stpipe.JumpStep - INFO - Working on integration 99:
2022-01-30 21:15:04,939 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:15:04,940 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:04,941 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:04,954 - stpipe.JumpStep - INFO - Working on integration 100:
2022-01-30 21:15:05,059 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:15:05,061 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:05,062 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:05,075 - stpipe.JumpStep - INFO - Working on integration 101:
2022-01-30 21:15:05,186 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:15:05,188 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:05,189 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:05,200 - stpipe.JumpStep - INFO - Working on integration 102:
2022-01-30 21:15:05,305 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:15:05,306 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:05,308 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:05,320 - stpipe.JumpStep - INFO - Working on integration 103:
2022-01-30 21:15:05,425 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:15:05,426 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:05,427 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:05,440 - stpipe.JumpStep - INFO - Working on integration 104:
2022-01-30 21:15:05,548 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:15:05,550 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:05,551 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:05,563 - stpipe.JumpStep - INFO - Working on integration 105:
2022-01-30 21:15:05,671 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:15:05,672 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:05,674 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:05,686 - stpipe.JumpStep - INFO - Working on integration 106:
2022-01-30 21:15:05,796 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:15:05,798 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:05,799 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:05,811 - stpipe.JumpStep - INFO - Working on integration 107:
2022-01-30 21:15:05,920 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:15:05,922 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:05,923 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:05,935 - stpipe.JumpStep - INFO - Working on integration 108:
2022-01-30 21:15:06,047 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:15:06,049 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:06,050 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:06,063 - stpipe.JumpStep - INFO - Working on integration 109:
2022-01-30 21:15:06,180 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:15:06,181 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:06,183 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:06,195 - stpipe.JumpStep - INFO - Working on integration 110:
2022-01-30 21:15:06,316 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:15:06,317 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:06,320 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:06,331 - stpipe.JumpStep - INFO - Working on integration 111:
2022-01-30 21:15:06,451 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:15:06,452 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:06,454 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:06,466 - stpipe.JumpStep - INFO - Working on integration 112:
2022-01-30 21:15:06,579 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:15:06,580 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:06,582 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:06,593 - stpipe.JumpStep - INFO - Working on integration 113:
2022-01-30 21:15:06,698 - stpipe.JumpStep - INFO - From highest outlier Two-point found 14 pixels with at least one CR and at least four groups
2022-01-30 21:15:06,699 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:06,701 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:06,713 - stpipe.JumpStep - INFO - Working on integration 114:
2022-01-30 21:15:06,820 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:15:06,822 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:06,823 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:06,834 - stpipe.JumpStep - INFO - Working on integration 115:
2022-01-30 21:15:06,941 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:15:06,943 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:06,944 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:06,957 - stpipe.JumpStep - INFO - Working on integration 116:
2022-01-30 21:15:07,060 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:15:07,061 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:07,063 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:07,074 - stpipe.JumpStep - INFO - Working on integration 117:
2022-01-30 21:15:07,185 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:15:07,186 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:07,187 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:07,199 - stpipe.JumpStep - INFO - Working on integration 118:
2022-01-30 21:15:07,311 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:15:07,313 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:07,314 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:07,326 - stpipe.JumpStep - INFO - Working on integration 119:
2022-01-30 21:15:07,438 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:15:07,439 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:07,441 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:07,453 - stpipe.JumpStep - INFO - Working on integration 120:
2022-01-30 21:15:07,560 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:15:07,562 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:07,563 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:07,575 - stpipe.JumpStep - INFO - Working on integration 121:
2022-01-30 21:15:07,679 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:15:07,681 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:07,682 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:07,694 - stpipe.JumpStep - INFO - Working on integration 122:
2022-01-30 21:15:07,806 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:15:07,807 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:07,808 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:07,820 - stpipe.JumpStep - INFO - Working on integration 123:
2022-01-30 21:15:07,930 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:15:07,932 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:07,933 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:07,946 - stpipe.JumpStep - INFO - Working on integration 124:
2022-01-30 21:15:08,058 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:15:08,060 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:08,061 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:08,073 - stpipe.JumpStep - INFO - Working on integration 125:
2022-01-30 21:15:08,184 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:15:08,186 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:08,187 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:08,198 - stpipe.JumpStep - INFO - Working on integration 126:
2022-01-30 21:15:08,304 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:15:08,305 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:08,307 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:08,319 - stpipe.JumpStep - INFO - Working on integration 127:
2022-01-30 21:15:08,426 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:15:08,427 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:08,429 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:08,441 - stpipe.JumpStep - INFO - Working on integration 128:
2022-01-30 21:15:08,550 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:15:08,553 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:08,554 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:08,567 - stpipe.JumpStep - INFO - Working on integration 129:
2022-01-30 21:15:08,671 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:15:08,673 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:08,674 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:08,687 - stpipe.JumpStep - INFO - Working on integration 130:
2022-01-30 21:15:08,792 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:15:08,793 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:08,795 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:08,806 - stpipe.JumpStep - INFO - Working on integration 131:
2022-01-30 21:15:08,908 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:15:08,910 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:08,911 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:08,923 - stpipe.JumpStep - INFO - Working on integration 132:
2022-01-30 21:15:09,028 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:15:09,030 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:09,031 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:09,044 - stpipe.JumpStep - INFO - Working on integration 133:
2022-01-30 21:15:09,148 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:15:09,150 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:09,151 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:09,163 - stpipe.JumpStep - INFO - Working on integration 134:
2022-01-30 21:15:09,270 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:15:09,272 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:09,273 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:09,285 - stpipe.JumpStep - INFO - Working on integration 135:
2022-01-30 21:15:09,398 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:15:09,399 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:09,401 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:09,412 - stpipe.JumpStep - INFO - Working on integration 136:
2022-01-30 21:15:09,525 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:15:09,526 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:09,528 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:09,540 - stpipe.JumpStep - INFO - Working on integration 137:
2022-01-30 21:15:09,650 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:15:09,652 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:09,654 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:09,664 - stpipe.JumpStep - INFO - Working on integration 138:
2022-01-30 21:15:09,777 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:15:09,779 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:09,781 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:09,792 - stpipe.JumpStep - INFO - Working on integration 139:
2022-01-30 21:15:09,908 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:15:09,910 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:09,911 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:09,923 - stpipe.JumpStep - INFO - Working on integration 140:
2022-01-30 21:15:10,039 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:15:10,041 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:10,042 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:10,054 - stpipe.JumpStep - INFO - Working on integration 141:
2022-01-30 21:15:10,169 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:15:10,171 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:10,172 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:10,183 - stpipe.JumpStep - INFO - Working on integration 142:
2022-01-30 21:15:10,295 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:15:10,297 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:10,298 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:10,310 - stpipe.JumpStep - INFO - Working on integration 143:
2022-01-30 21:15:10,416 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:15:10,418 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:10,419 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:10,430 - stpipe.JumpStep - INFO - Working on integration 144:
2022-01-30 21:15:10,539 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:15:10,541 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:10,542 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:10,554 - stpipe.JumpStep - INFO - Working on integration 145:
2022-01-30 21:15:10,660 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:15:10,662 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:10,663 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:10,674 - stpipe.JumpStep - INFO - Working on integration 146:
2022-01-30 21:15:10,780 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:15:10,781 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:10,782 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:10,794 - stpipe.JumpStep - INFO - Working on integration 147:
2022-01-30 21:15:10,905 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:15:10,906 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:10,909 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:10,919 - stpipe.JumpStep - INFO - Working on integration 148:
2022-01-30 21:15:11,030 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:15:11,032 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:11,034 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:11,045 - stpipe.JumpStep - INFO - Working on integration 149:
2022-01-30 21:15:11,160 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:15:11,161 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:11,163 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:11,174 - stpipe.JumpStep - INFO - Working on integration 150:
2022-01-30 21:15:11,279 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:15:11,281 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:11,282 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:11,295 - stpipe.JumpStep - INFO - Working on integration 151:
2022-01-30 21:15:11,400 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:15:11,402 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:11,403 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:11,415 - stpipe.JumpStep - INFO - Working on integration 152:
2022-01-30 21:15:11,523 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:15:11,525 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:15:11,526 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:15:11,540 - stpipe.JumpStep - INFO - Total elapsed time = 21.7927 sec
2022-01-30 21:15:11,545 - stpipe.JumpStep - INFO - The execution time in seconds: 23.433754
2022-01-30 21:15:11,549 - stpipe.JumpStep - INFO - Step JumpStep done
2022-01-30 21:15:11,557 - stpipe.RampFitStep - INFO - RampFitStep instance created.
2022-01-30 21:15:11,741 - stpipe.RampFitStep - INFO - Step RampFitStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg006_nrca3_uncal.fits>,).
2022-01-30 21:15:11,744 - stpipe.RampFitStep - INFO - Step RampFitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'int_name': '', 'save_opt': False, 'opt_name': '', 'maximum_cores': 'none'}
2022-01-30 21:15:11,825 - stpipe.RampFitStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:15:11,860 - stpipe.RampFitStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:15:11,905 - stpipe.RampFitStep - INFO - Using algorithm = ols
2022-01-30 21:15:11,907 - stpipe.RampFitStep - INFO - Using weighting = optimal
2022-01-30 21:15:11,908 - stpipe.RampFitStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:15:11,911 - stpipe.RampFitStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:18:17,243 - stpipe.RampFitStep - INFO - Number of groups per integration: 8
2022-01-30 21:18:17,246 - stpipe.RampFitStep - INFO - Number of integrations: 152
2022-01-30 21:18:17,626 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg006_nrca3_0_rampfitstep.fits
2022-01-30 21:18:18,260 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg006_nrca3_1_rampfitstep.fits
2022-01-30 21:18:18,261 - stpipe.RampFitStep - INFO - Step RampFitStep done
2022-01-30 21:18:18,265 - stpipe.DQInitStep - INFO - DQInitStep instance created.
2022-01-30 21:18:18,462 - stpipe.DQInitStep - INFO - Step DQInitStep running with args ('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/Raw_Data/jw00042001001_01101_00001-seg007_nrca3_uncal.fits',).
2022-01-30 21:18:18,465 - stpipe.DQInitStep - INFO - Step DQInitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:18:19,857 - stpipe.DQInitStep - INFO - Using MASK reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_mask_0058.fits
2022-01-30 21:18:21,618 - stpipe.DQInitStep - INFO - Extracting mask subarray to match science data
2022-01-30 21:18:21,632 - stpipe.DQInitStep - INFO - Step DQInitStep done
2022-01-30 21:18:21,635 - stpipe.SaturationStep - INFO - SaturationStep instance created.
2022-01-30 21:18:21,774 - stpipe.SaturationStep - INFO - Step SaturationStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg007_nrca3_uncal.fits>,).
2022-01-30 21:18:21,777 - stpipe.SaturationStep - INFO - Step SaturationStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:18:21,823 - stpipe.SaturationStep - INFO - Using SATURATION reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_saturation_0067.fits
2022-01-30 21:18:21,963 - stpipe.SaturationStep - WARNING - Keyword NO_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:18:21,965 - stpipe.SaturationStep - WARNING - Keyword FEW_SAMPLES does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:18:21,966 - stpipe.SaturationStep - WARNING - Keyword AD_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:18:21,967 - stpipe.SaturationStep - WARNING - Keyword WEIRD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:18:21,969 - stpipe.SaturationStep - WARNING - Keyword DEAD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:18:22,763 - stpipe.SaturationStep - INFO - Extracting reference file subarray to match science data
2022-01-30 21:18:24,185 - stpipe.SaturationStep - INFO - Detected 519 saturated pixels
2022-01-30 21:18:24,317 - stpipe.SaturationStep - INFO - Detected 0 A/D floor pixels
2022-01-30 21:18:24,322 - stpipe.SaturationStep - INFO - Step SaturationStep done
2022-01-30 21:18:24,325 - stpipe.SuperBiasStep - INFO - SuperBiasStep instance created.
2022-01-30 21:18:24,479 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg007_nrca3_uncal.fits>,).
2022-01-30 21:18:24,482 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:18:24,529 - stpipe.SuperBiasStep - INFO - Using SUPERBIAS reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_superbias_0027.fits
2022-01-30 21:18:24,823 - stpipe.SuperBiasStep - WARNING - Keyword NOISY does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:18:25,943 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep done
2022-01-30 21:18:25,947 - stpipe.RefPixStep - INFO - RefPixStep instance created.
1%|▎ | 1/152 [00:00<00:29, 5.20it/s]
Note: File Search comes up empty
100%|█████████████████████████████████████████| 152/152 [00:28<00:00, 5.28it/s]
2022-01-30 21:18:55,541 - stpipe.LinearityStep - INFO - LinearityStep instance created.
2022-01-30 21:18:55,695 - stpipe.LinearityStep - INFO - Step LinearityStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg007_nrca3_uncal.fits>,).
2022-01-30 21:18:55,698 - stpipe.LinearityStep - INFO - Step LinearityStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:18:55,746 - stpipe.LinearityStep - INFO - Using Linearity reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_linearity_0053.fits
2022-01-30 21:18:55,977 - stpipe.LinearityStep - WARNING - Keyword UAZ_DO_NOT_USE does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:18:55,979 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_LIN_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:18:55,981 - stpipe.LinearityStep - WARNING - Keyword UAZ_BAD_LIN_FIT does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:18:55,982 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_WELL_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:18:55,983 - stpipe.LinearityStep - WARNING - Keyword UAZ_MODEL_FIT_FAIL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:18:55,985 - stpipe.LinearityStep - WARNING - Keyword UAZ_WELL_NOT_DEFINED does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:18:55,986 - stpipe.LinearityStep - WARNING - Keyword UAZ_MASTER_MASK does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:18:56,767 - stpipe.LinearityStep - INFO - Extracting linearity subarray to match science data
2022-01-30 21:19:00,111 - stpipe.LinearityStep - INFO - Step LinearityStep done
2022-01-30 21:19:00,115 - stpipe.PersistenceStep - INFO - PersistenceStep instance created.
2022-01-30 21:19:00,256 - stpipe.PersistenceStep - INFO - Step PersistenceStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg007_nrca3_uncal.fits>,).
2022-01-30 21:19:00,259 - stpipe.PersistenceStep - INFO - Step PersistenceStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'input_trapsfilled': '', 'flag_pers_cutoff': 40.0, 'save_persistence': False, 'save_trapsfilled': True}
2022-01-30 21:19:00,260 - stpipe.PersistenceStep - INFO - Step skipped.
2022-01-30 21:19:00,263 - stpipe.PersistenceStep - INFO - Step PersistenceStep done
2022-01-30 21:19:00,266 - stpipe.DarkCurrentStep - INFO - DarkCurrentStep instance created.
2022-01-30 21:19:00,393 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg007_nrca3_uncal.fits>,).
2022-01-30 21:19:00,396 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'dark_output': None}
2022-01-30 21:19:00,398 - stpipe.DarkCurrentStep - INFO - Step skipped.
2022-01-30 21:19:00,399 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep done
2022-01-30 21:19:00,403 - stpipe.JumpStep - INFO - JumpStep instance created.
2022-01-30 21:19:00,533 - stpipe.JumpStep - INFO - Step JumpStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg007_nrca3_uncal.fits>,).
2022-01-30 21:19:00,536 - stpipe.JumpStep - INFO - Step JumpStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'rejection_threshold': 15, 'three_group_rejection_threshold': 6.0, 'four_group_rejection_threshold': 5.0, 'maximum_cores': 'none', 'flag_4_neighbors': True, 'max_jump_to_flag_neighbors': 1000.0, 'min_jump_to_flag_neighbors': 10.0}
2022-01-30 21:19:00,557 - stpipe.JumpStep - INFO - CR rejection threshold = 15 sigma
2022-01-30 21:19:00,585 - stpipe.JumpStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:19:00,652 - stpipe.JumpStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:19:00,686 - stpipe.JumpStep - INFO - Using 1 core for jump detection
2022-01-30 21:19:01,486 - stpipe.JumpStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:19:01,489 - stpipe.JumpStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:19:02,086 - stpipe.JumpStep - INFO - Executing two-point difference method
2022-01-30 21:19:04,902 - stpipe.JumpStep - INFO - Working on integration 1:
2022-01-30 21:19:05,031 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:05,033 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:05,034 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:05,046 - stpipe.JumpStep - INFO - Working on integration 2:
2022-01-30 21:19:05,191 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:19:05,193 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:05,194 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:05,206 - stpipe.JumpStep - INFO - Working on integration 3:
2022-01-30 21:19:05,333 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:05,334 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:05,335 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:05,347 - stpipe.JumpStep - INFO - Working on integration 4:
2022-01-30 21:19:05,468 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:05,470 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:05,471 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:05,483 - stpipe.JumpStep - INFO - Working on integration 5:
2022-01-30 21:19:05,609 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:05,611 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:05,612 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:19:05,623 - stpipe.JumpStep - INFO - Working on integration 6:
2022-01-30 21:19:05,742 - stpipe.JumpStep - INFO - From highest outlier Two-point found 14 pixels with at least one CR and at least four groups
2022-01-30 21:19:05,744 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:05,746 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:05,758 - stpipe.JumpStep - INFO - Working on integration 7:
2022-01-30 21:19:05,870 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:19:05,871 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:05,873 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:05,885 - stpipe.JumpStep - INFO - Working on integration 8:
2022-01-30 21:19:06,004 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:19:06,006 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:06,007 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:06,018 - stpipe.JumpStep - INFO - Working on integration 9:
2022-01-30 21:19:06,143 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:19:06,144 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:06,146 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:06,158 - stpipe.JumpStep - INFO - Working on integration 10:
2022-01-30 21:19:06,279 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:19:06,281 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:06,282 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:06,295 - stpipe.JumpStep - INFO - Working on integration 11:
2022-01-30 21:19:06,425 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:19:06,426 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:06,427 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:06,440 - stpipe.JumpStep - INFO - Working on integration 12:
2022-01-30 21:19:06,565 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:06,567 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:06,568 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:06,580 - stpipe.JumpStep - INFO - Working on integration 13:
2022-01-30 21:19:06,689 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:06,691 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:06,692 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:06,705 - stpipe.JumpStep - INFO - Working on integration 14:
2022-01-30 21:19:06,814 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:06,815 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:06,817 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:06,829 - stpipe.JumpStep - INFO - Working on integration 15:
2022-01-30 21:19:06,934 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:19:06,936 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:06,937 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:06,949 - stpipe.JumpStep - INFO - Working on integration 16:
2022-01-30 21:19:07,056 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:19:07,058 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:07,059 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:07,071 - stpipe.JumpStep - INFO - Working on integration 17:
2022-01-30 21:19:07,174 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:07,175 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:07,177 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:07,188 - stpipe.JumpStep - INFO - Working on integration 18:
2022-01-30 21:19:07,295 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:07,296 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:07,298 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:07,309 - stpipe.JumpStep - INFO - Working on integration 19:
2022-01-30 21:19:07,416 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:19:07,418 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:07,419 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:07,431 - stpipe.JumpStep - INFO - Working on integration 20:
2022-01-30 21:19:07,540 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:07,541 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:07,543 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:07,554 - stpipe.JumpStep - INFO - Working on integration 21:
2022-01-30 21:19:07,663 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:19:07,665 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:07,666 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:07,677 - stpipe.JumpStep - INFO - Working on integration 22:
2022-01-30 21:19:07,790 - stpipe.JumpStep - INFO - From highest outlier Two-point found 19 pixels with at least one CR and at least four groups
2022-01-30 21:19:07,791 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:07,793 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:07,806 - stpipe.JumpStep - INFO - Working on integration 23:
2022-01-30 21:19:07,913 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:19:07,914 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:07,916 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:07,928 - stpipe.JumpStep - INFO - Working on integration 24:
2022-01-30 21:19:08,034 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:08,035 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:08,037 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:08,049 - stpipe.JumpStep - INFO - Working on integration 25:
2022-01-30 21:19:08,157 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:08,158 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:08,160 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:19:08,171 - stpipe.JumpStep - INFO - Working on integration 26:
2022-01-30 21:19:08,276 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:19:08,277 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:08,279 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:08,290 - stpipe.JumpStep - INFO - Working on integration 27:
2022-01-30 21:19:08,399 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:19:08,401 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:08,402 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:08,415 - stpipe.JumpStep - INFO - Working on integration 28:
2022-01-30 21:19:08,524 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:08,526 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:08,528 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:19:08,540 - stpipe.JumpStep - INFO - Working on integration 29:
2022-01-30 21:19:08,648 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:08,650 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:08,651 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:08,661 - stpipe.JumpStep - INFO - Working on integration 30:
2022-01-30 21:19:08,777 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:19:08,779 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:08,780 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:08,792 - stpipe.JumpStep - INFO - Working on integration 31:
2022-01-30 21:19:08,903 - stpipe.JumpStep - INFO - From highest outlier Two-point found 14 pixels with at least one CR and at least four groups
2022-01-30 21:19:08,905 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:08,906 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:08,918 - stpipe.JumpStep - INFO - Working on integration 32:
2022-01-30 21:19:09,027 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:09,028 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:09,030 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:09,042 - stpipe.JumpStep - INFO - Working on integration 33:
2022-01-30 21:19:09,146 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:19:09,148 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:09,149 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:19:09,161 - stpipe.JumpStep - INFO - Working on integration 34:
2022-01-30 21:19:09,270 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:19:09,271 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:09,273 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:09,285 - stpipe.JumpStep - INFO - Working on integration 35:
2022-01-30 21:19:09,391 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:09,392 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:09,394 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:09,405 - stpipe.JumpStep - INFO - Working on integration 36:
2022-01-30 21:19:09,513 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:09,514 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:09,515 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:09,527 - stpipe.JumpStep - INFO - Working on integration 37:
2022-01-30 21:19:09,633 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:09,635 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:09,636 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:09,648 - stpipe.JumpStep - INFO - Working on integration 38:
2022-01-30 21:19:09,756 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:09,758 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:09,759 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:09,771 - stpipe.JumpStep - INFO - Working on integration 39:
2022-01-30 21:19:09,877 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:09,878 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:09,880 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:09,891 - stpipe.JumpStep - INFO - Working on integration 40:
2022-01-30 21:19:09,994 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:19:09,996 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:09,997 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:10,009 - stpipe.JumpStep - INFO - Working on integration 41:
2022-01-30 21:19:10,115 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:10,116 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:10,118 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:19:10,129 - stpipe.JumpStep - INFO - Working on integration 42:
2022-01-30 21:19:10,233 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:10,235 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:10,236 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:10,248 - stpipe.JumpStep - INFO - Working on integration 43:
2022-01-30 21:19:10,358 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:19:10,359 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:10,360 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:10,373 - stpipe.JumpStep - INFO - Working on integration 44:
2022-01-30 21:19:10,482 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:19:10,483 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:10,485 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:10,498 - stpipe.JumpStep - INFO - Working on integration 45:
2022-01-30 21:19:10,606 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:10,607 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:10,608 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:10,620 - stpipe.JumpStep - INFO - Working on integration 46:
2022-01-30 21:19:10,724 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:19:10,726 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:10,728 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:10,739 - stpipe.JumpStep - INFO - Working on integration 47:
2022-01-30 21:19:10,845 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:10,847 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:10,848 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:10,860 - stpipe.JumpStep - INFO - Working on integration 48:
2022-01-30 21:19:10,972 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:10,974 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:10,975 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:10,987 - stpipe.JumpStep - INFO - Working on integration 49:
2022-01-30 21:19:11,092 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:11,094 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:11,095 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:11,107 - stpipe.JumpStep - INFO - Working on integration 50:
2022-01-30 21:19:11,214 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:11,216 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:11,218 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and two groups
2022-01-30 21:19:11,229 - stpipe.JumpStep - INFO - Working on integration 51:
2022-01-30 21:19:11,338 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:11,340 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:11,341 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:11,353 - stpipe.JumpStep - INFO - Working on integration 52:
2022-01-30 21:19:11,463 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:11,464 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:11,466 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:19:11,478 - stpipe.JumpStep - INFO - Working on integration 53:
2022-01-30 21:19:11,582 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:11,584 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:11,585 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:11,597 - stpipe.JumpStep - INFO - Working on integration 54:
2022-01-30 21:19:11,701 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:11,703 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:11,704 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:11,715 - stpipe.JumpStep - INFO - Working on integration 55:
2022-01-30 21:19:11,821 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:11,822 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:11,824 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:19:11,836 - stpipe.JumpStep - INFO - Working on integration 56:
2022-01-30 21:19:11,941 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:11,943 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:11,944 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:11,957 - stpipe.JumpStep - INFO - Working on integration 57:
2022-01-30 21:19:12,063 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:19:12,064 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:12,065 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:12,077 - stpipe.JumpStep - INFO - Working on integration 58:
2022-01-30 21:19:12,184 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:12,186 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:12,187 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:12,198 - stpipe.JumpStep - INFO - Working on integration 59:
2022-01-30 21:19:12,311 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:19:12,313 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:12,314 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:12,326 - stpipe.JumpStep - INFO - Working on integration 60:
2022-01-30 21:19:12,435 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:19:12,437 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:12,438 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:12,450 - stpipe.JumpStep - INFO - Working on integration 61:
2022-01-30 21:19:12,557 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:19:12,558 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:12,560 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:12,573 - stpipe.JumpStep - INFO - Working on integration 62:
2022-01-30 21:19:12,678 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:12,680 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:12,681 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:12,693 - stpipe.JumpStep - INFO - Working on integration 63:
2022-01-30 21:19:12,800 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:19:12,801 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:12,803 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:12,815 - stpipe.JumpStep - INFO - Working on integration 64:
2022-01-30 21:19:12,920 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:19:12,921 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:12,923 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:12,935 - stpipe.JumpStep - INFO - Working on integration 65:
2022-01-30 21:19:13,042 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:19:13,043 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:13,045 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:13,057 - stpipe.JumpStep - INFO - Working on integration 66:
2022-01-30 21:19:13,162 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:13,164 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:13,165 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:13,176 - stpipe.JumpStep - INFO - Working on integration 67:
2022-01-30 21:19:13,280 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:13,281 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:13,283 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:13,294 - stpipe.JumpStep - INFO - Working on integration 68:
2022-01-30 21:19:13,400 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:13,401 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:13,403 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:13,415 - stpipe.JumpStep - INFO - Working on integration 69:
2022-01-30 21:19:13,522 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:19:13,524 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:13,525 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:13,536 - stpipe.JumpStep - INFO - Working on integration 70:
2022-01-30 21:19:13,646 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:13,648 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:13,649 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:13,661 - stpipe.JumpStep - INFO - Working on integration 71:
2022-01-30 21:19:13,768 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:19:13,770 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:13,771 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:13,783 - stpipe.JumpStep - INFO - Working on integration 72:
2022-01-30 21:19:13,889 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:13,891 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:13,892 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:13,903 - stpipe.JumpStep - INFO - Working on integration 73:
2022-01-30 21:19:14,018 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:19:14,020 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:14,021 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:14,033 - stpipe.JumpStep - INFO - Working on integration 74:
2022-01-30 21:19:14,138 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:19:14,140 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:14,141 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:14,154 - stpipe.JumpStep - INFO - Working on integration 75:
2022-01-30 21:19:14,267 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:14,269 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:14,270 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:14,281 - stpipe.JumpStep - INFO - Working on integration 76:
2022-01-30 21:19:14,389 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:14,390 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:14,392 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:14,403 - stpipe.JumpStep - INFO - Working on integration 77:
2022-01-30 21:19:14,510 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:14,511 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:14,513 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:14,525 - stpipe.JumpStep - INFO - Working on integration 78:
2022-01-30 21:19:14,630 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:19:14,632 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:14,633 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:14,645 - stpipe.JumpStep - INFO - Working on integration 79:
2022-01-30 21:19:14,757 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:19:14,759 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:14,760 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:19:14,772 - stpipe.JumpStep - INFO - Working on integration 80:
2022-01-30 21:19:14,880 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:19:14,882 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:14,883 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:14,895 - stpipe.JumpStep - INFO - Working on integration 81:
2022-01-30 21:19:14,998 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:15,000 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:15,001 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:19:15,014 - stpipe.JumpStep - INFO - Working on integration 82:
2022-01-30 21:19:15,124 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:15,127 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:15,128 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:19:15,141 - stpipe.JumpStep - INFO - Working on integration 83:
2022-01-30 21:19:15,253 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:15,255 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:15,256 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:15,268 - stpipe.JumpStep - INFO - Working on integration 84:
2022-01-30 21:19:15,374 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:19:15,376 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:15,377 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:15,389 - stpipe.JumpStep - INFO - Working on integration 85:
2022-01-30 21:19:15,496 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:15,498 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:15,499 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:15,510 - stpipe.JumpStep - INFO - Working on integration 86:
2022-01-30 21:19:15,617 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:19:15,618 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:15,620 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:15,632 - stpipe.JumpStep - INFO - Working on integration 87:
2022-01-30 21:19:15,743 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:15,744 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:15,746 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:15,757 - stpipe.JumpStep - INFO - Working on integration 88:
2022-01-30 21:19:15,864 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:15,866 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:15,867 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:15,879 - stpipe.JumpStep - INFO - Working on integration 89:
2022-01-30 21:19:15,985 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:19:15,986 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:15,989 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:16,000 - stpipe.JumpStep - INFO - Working on integration 90:
2022-01-30 21:19:16,105 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:16,107 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:16,108 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:16,120 - stpipe.JumpStep - INFO - Working on integration 91:
2022-01-30 21:19:16,233 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:19:16,234 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:16,236 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:16,247 - stpipe.JumpStep - INFO - Working on integration 92:
2022-01-30 21:19:16,356 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:16,358 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:16,359 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:16,371 - stpipe.JumpStep - INFO - Working on integration 93:
2022-01-30 21:19:16,482 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:16,484 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:16,485 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:16,497 - stpipe.JumpStep - INFO - Working on integration 94:
2022-01-30 21:19:16,607 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:16,608 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:16,610 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:16,622 - stpipe.JumpStep - INFO - Working on integration 95:
2022-01-30 21:19:16,725 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:16,726 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:16,728 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:16,740 - stpipe.JumpStep - INFO - Working on integration 96:
2022-01-30 21:19:16,848 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:19:16,850 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:16,851 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:16,864 - stpipe.JumpStep - INFO - Working on integration 97:
2022-01-30 21:19:16,972 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:16,974 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:16,975 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:16,987 - stpipe.JumpStep - INFO - Working on integration 98:
2022-01-30 21:19:17,095 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:17,097 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:17,098 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:17,110 - stpipe.JumpStep - INFO - Working on integration 99:
2022-01-30 21:19:17,218 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:19:17,219 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:17,221 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:17,233 - stpipe.JumpStep - INFO - Working on integration 100:
2022-01-30 21:19:17,346 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:19:17,347 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:17,349 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:17,361 - stpipe.JumpStep - INFO - Working on integration 101:
2022-01-30 21:19:17,470 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:19:17,471 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:17,473 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:17,485 - stpipe.JumpStep - INFO - Working on integration 102:
2022-01-30 21:19:17,594 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:17,596 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:17,597 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:17,608 - stpipe.JumpStep - INFO - Working on integration 103:
2022-01-30 21:19:17,713 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:19:17,715 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:17,716 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:17,728 - stpipe.JumpStep - INFO - Working on integration 104:
2022-01-30 21:19:17,837 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:17,839 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:17,841 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:17,852 - stpipe.JumpStep - INFO - Working on integration 105:
2022-01-30 21:19:17,958 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:19:17,960 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:17,961 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:17,974 - stpipe.JumpStep - INFO - Working on integration 106:
2022-01-30 21:19:18,085 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:18,087 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:18,088 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:18,101 - stpipe.JumpStep - INFO - Working on integration 107:
2022-01-30 21:19:18,206 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:18,208 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:18,209 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:18,222 - stpipe.JumpStep - INFO - Working on integration 108:
2022-01-30 21:19:18,331 - stpipe.JumpStep - INFO - From highest outlier Two-point found 15 pixels with at least one CR and at least four groups
2022-01-30 21:19:18,332 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:18,334 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:19:18,347 - stpipe.JumpStep - INFO - Working on integration 109:
2022-01-30 21:19:18,457 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:19:18,459 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:18,460 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:18,473 - stpipe.JumpStep - INFO - Working on integration 110:
2022-01-30 21:19:18,582 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:18,584 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:18,585 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:18,598 - stpipe.JumpStep - INFO - Working on integration 111:
2022-01-30 21:19:18,705 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:18,707 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:18,708 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:18,720 - stpipe.JumpStep - INFO - Working on integration 112:
2022-01-30 21:19:18,831 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:19:18,833 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:18,834 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:18,846 - stpipe.JumpStep - INFO - Working on integration 113:
2022-01-30 21:19:18,952 - stpipe.JumpStep - INFO - From highest outlier Two-point found 14 pixels with at least one CR and at least four groups
2022-01-30 21:19:18,954 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:18,955 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:18,968 - stpipe.JumpStep - INFO - Working on integration 114:
2022-01-30 21:19:19,078 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:19,079 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:19,081 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:19,092 - stpipe.JumpStep - INFO - Working on integration 115:
2022-01-30 21:19:19,201 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:19,203 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:19,204 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:19,216 - stpipe.JumpStep - INFO - Working on integration 116:
2022-01-30 21:19:19,328 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:19,330 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:19,331 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:19,344 - stpipe.JumpStep - INFO - Working on integration 117:
2022-01-30 21:19:19,450 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:19:19,451 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:19,453 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:19,465 - stpipe.JumpStep - INFO - Working on integration 118:
2022-01-30 21:19:19,577 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:19,579 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:19,580 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:19,592 - stpipe.JumpStep - INFO - Working on integration 119:
2022-01-30 21:19:19,705 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:19,707 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:19,709 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:19,720 - stpipe.JumpStep - INFO - Working on integration 120:
2022-01-30 21:19:19,849 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:19,851 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:19,852 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:19:19,863 - stpipe.JumpStep - INFO - Working on integration 121:
2022-01-30 21:19:19,977 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:19,978 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:19,980 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:19,991 - stpipe.JumpStep - INFO - Working on integration 122:
2022-01-30 21:19:20,101 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:20,103 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:20,104 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:20,116 - stpipe.JumpStep - INFO - Working on integration 123:
2022-01-30 21:19:20,223 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:19:20,225 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:20,226 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:20,239 - stpipe.JumpStep - INFO - Working on integration 124:
2022-01-30 21:19:20,346 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:19:20,348 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:20,349 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:20,362 - stpipe.JumpStep - INFO - Working on integration 125:
2022-01-30 21:19:20,474 - stpipe.JumpStep - INFO - From highest outlier Two-point found 14 pixels with at least one CR and at least four groups
2022-01-30 21:19:20,475 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:20,478 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:19:20,490 - stpipe.JumpStep - INFO - Working on integration 126:
2022-01-30 21:19:20,598 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:20,600 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:20,601 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:20,613 - stpipe.JumpStep - INFO - Working on integration 127:
2022-01-30 21:19:20,721 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:19:20,723 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:20,724 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:20,736 - stpipe.JumpStep - INFO - Working on integration 128:
2022-01-30 21:19:20,842 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:19:20,843 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:20,844 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:20,855 - stpipe.JumpStep - INFO - Working on integration 129:
2022-01-30 21:19:20,964 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:20,965 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:20,967 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:20,978 - stpipe.JumpStep - INFO - Working on integration 130:
2022-01-30 21:19:21,088 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:21,089 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:21,091 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:21,103 - stpipe.JumpStep - INFO - Working on integration 131:
2022-01-30 21:19:21,214 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:21,215 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:21,217 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:21,228 - stpipe.JumpStep - INFO - Working on integration 132:
2022-01-30 21:19:21,337 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:19:21,338 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:21,340 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:21,351 - stpipe.JumpStep - INFO - Working on integration 133:
2022-01-30 21:19:21,466 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:19:21,468 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:21,470 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:21,483 - stpipe.JumpStep - INFO - Working on integration 134:
2022-01-30 21:19:21,587 - stpipe.JumpStep - INFO - From highest outlier Two-point found 17 pixels with at least one CR and at least four groups
2022-01-30 21:19:21,588 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:21,590 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:21,602 - stpipe.JumpStep - INFO - Working on integration 135:
2022-01-30 21:19:21,706 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:21,708 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:21,709 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:19:21,720 - stpipe.JumpStep - INFO - Working on integration 136:
2022-01-30 21:19:21,823 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:19:21,824 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:21,825 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:21,837 - stpipe.JumpStep - INFO - Working on integration 137:
2022-01-30 21:19:21,945 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:21,946 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:21,948 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:21,960 - stpipe.JumpStep - INFO - Working on integration 138:
2022-01-30 21:19:22,065 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:22,067 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:22,068 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:22,080 - stpipe.JumpStep - INFO - Working on integration 139:
2022-01-30 21:19:22,185 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:22,187 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:22,188 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:22,200 - stpipe.JumpStep - INFO - Working on integration 140:
2022-01-30 21:19:22,310 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:22,312 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:22,313 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:22,324 - stpipe.JumpStep - INFO - Working on integration 141:
2022-01-30 21:19:22,428 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:19:22,430 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:22,431 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:22,442 - stpipe.JumpStep - INFO - Working on integration 142:
2022-01-30 21:19:22,550 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:19:22,551 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:22,552 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:22,564 - stpipe.JumpStep - INFO - Working on integration 143:
2022-01-30 21:19:22,671 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:19:22,673 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:22,674 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:22,687 - stpipe.JumpStep - INFO - Working on integration 144:
2022-01-30 21:19:22,790 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:22,792 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:22,793 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:22,805 - stpipe.JumpStep - INFO - Working on integration 145:
2022-01-30 21:19:22,911 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:22,912 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:22,915 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:19:22,925 - stpipe.JumpStep - INFO - Working on integration 146:
2022-01-30 21:19:23,030 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:19:23,031 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:23,033 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:23,044 - stpipe.JumpStep - INFO - Working on integration 147:
2022-01-30 21:19:23,152 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:19:23,154 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:23,155 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:23,167 - stpipe.JumpStep - INFO - Working on integration 148:
2022-01-30 21:19:23,273 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:23,275 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:23,276 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:19:23,288 - stpipe.JumpStep - INFO - Working on integration 149:
2022-01-30 21:19:23,398 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:19:23,400 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:23,402 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:23,415 - stpipe.JumpStep - INFO - Working on integration 150:
2022-01-30 21:19:23,525 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:23,527 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:23,528 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:23,540 - stpipe.JumpStep - INFO - Working on integration 151:
2022-01-30 21:19:23,648 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:19:23,650 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:23,651 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:23,664 - stpipe.JumpStep - INFO - Working on integration 152:
2022-01-30 21:19:23,774 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:19:23,776 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:19:23,777 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:19:23,791 - stpipe.JumpStep - INFO - Total elapsed time = 21.7034 sec
2022-01-30 21:19:23,796 - stpipe.JumpStep - INFO - The execution time in seconds: 23.238896
2022-01-30 21:19:23,800 - stpipe.JumpStep - INFO - Step JumpStep done
2022-01-30 21:19:23,805 - stpipe.RampFitStep - INFO - RampFitStep instance created.
2022-01-30 21:19:23,998 - stpipe.RampFitStep - INFO - Step RampFitStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg007_nrca3_uncal.fits>,).
2022-01-30 21:19:24,001 - stpipe.RampFitStep - INFO - Step RampFitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'int_name': '', 'save_opt': False, 'opt_name': '', 'maximum_cores': 'none'}
2022-01-30 21:19:24,081 - stpipe.RampFitStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:19:24,121 - stpipe.RampFitStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:19:24,170 - stpipe.RampFitStep - INFO - Using algorithm = ols
2022-01-30 21:19:24,172 - stpipe.RampFitStep - INFO - Using weighting = optimal
2022-01-30 21:19:24,174 - stpipe.RampFitStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:19:24,176 - stpipe.RampFitStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:22:30,872 - stpipe.RampFitStep - INFO - Number of groups per integration: 8
2022-01-30 21:22:30,875 - stpipe.RampFitStep - INFO - Number of integrations: 152
2022-01-30 21:22:31,238 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg007_nrca3_0_rampfitstep.fits
2022-01-30 21:22:32,123 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg007_nrca3_1_rampfitstep.fits
2022-01-30 21:22:32,124 - stpipe.RampFitStep - INFO - Step RampFitStep done
2022-01-30 21:22:32,127 - stpipe.DQInitStep - INFO - DQInitStep instance created.
2022-01-30 21:22:32,343 - stpipe.DQInitStep - INFO - Step DQInitStep running with args ('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/Raw_Data/jw00042001001_01101_00001-seg008_nrca3_uncal.fits',).
2022-01-30 21:22:32,345 - stpipe.DQInitStep - INFO - Step DQInitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:22:33,960 - stpipe.DQInitStep - INFO - Using MASK reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_mask_0058.fits
2022-01-30 21:22:36,825 - stpipe.DQInitStep - INFO - Extracting mask subarray to match science data
2022-01-30 21:22:36,840 - stpipe.DQInitStep - INFO - Step DQInitStep done
2022-01-30 21:22:36,844 - stpipe.SaturationStep - INFO - SaturationStep instance created.
2022-01-30 21:22:37,002 - stpipe.SaturationStep - INFO - Step SaturationStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg008_nrca3_uncal.fits>,).
2022-01-30 21:22:37,006 - stpipe.SaturationStep - INFO - Step SaturationStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:22:37,059 - stpipe.SaturationStep - INFO - Using SATURATION reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_saturation_0067.fits
2022-01-30 21:22:37,217 - stpipe.SaturationStep - WARNING - Keyword NO_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:22:37,219 - stpipe.SaturationStep - WARNING - Keyword FEW_SAMPLES does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:22:37,221 - stpipe.SaturationStep - WARNING - Keyword AD_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:22:37,222 - stpipe.SaturationStep - WARNING - Keyword WEIRD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:22:37,224 - stpipe.SaturationStep - WARNING - Keyword DEAD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:22:38,262 - stpipe.SaturationStep - INFO - Extracting reference file subarray to match science data
2022-01-30 21:22:39,972 - stpipe.SaturationStep - INFO - Detected 517 saturated pixels
2022-01-30 21:22:40,167 - stpipe.SaturationStep - INFO - Detected 0 A/D floor pixels
2022-01-30 21:22:40,173 - stpipe.SaturationStep - INFO - Step SaturationStep done
2022-01-30 21:22:40,176 - stpipe.SuperBiasStep - INFO - SuperBiasStep instance created.
2022-01-30 21:22:40,342 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg008_nrca3_uncal.fits>,).
2022-01-30 21:22:40,345 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:22:40,396 - stpipe.SuperBiasStep - INFO - Using SUPERBIAS reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_superbias_0027.fits
2022-01-30 21:22:41,708 - stpipe.SuperBiasStep - WARNING - Keyword NOISY does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:22:43,677 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep done
2022-01-30 21:22:43,681 - stpipe.RefPixStep - INFO - RefPixStep instance created.
1%|▎ | 1/152 [00:00<00:29, 5.09it/s]
Note: File Search comes up empty
100%|█████████████████████████████████████████| 152/152 [00:30<00:00, 5.01it/s]
2022-01-30 21:23:15,858 - stpipe.LinearityStep - INFO - LinearityStep instance created.
2022-01-30 21:23:16,028 - stpipe.LinearityStep - INFO - Step LinearityStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg008_nrca3_uncal.fits>,).
2022-01-30 21:23:16,031 - stpipe.LinearityStep - INFO - Step LinearityStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:23:16,081 - stpipe.LinearityStep - INFO - Using Linearity reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_linearity_0053.fits
2022-01-30 21:23:16,670 - stpipe.LinearityStep - WARNING - Keyword UAZ_DO_NOT_USE does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:23:16,672 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_LIN_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:23:16,674 - stpipe.LinearityStep - WARNING - Keyword UAZ_BAD_LIN_FIT does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:23:16,676 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_WELL_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:23:16,678 - stpipe.LinearityStep - WARNING - Keyword UAZ_MODEL_FIT_FAIL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:23:16,680 - stpipe.LinearityStep - WARNING - Keyword UAZ_WELL_NOT_DEFINED does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:23:16,682 - stpipe.LinearityStep - WARNING - Keyword UAZ_MASTER_MASK does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:23:17,611 - stpipe.LinearityStep - INFO - Extracting linearity subarray to match science data
2022-01-30 21:23:21,236 - stpipe.LinearityStep - INFO - Step LinearityStep done
2022-01-30 21:23:21,241 - stpipe.PersistenceStep - INFO - PersistenceStep instance created.
2022-01-30 21:23:21,423 - stpipe.PersistenceStep - INFO - Step PersistenceStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg008_nrca3_uncal.fits>,).
2022-01-30 21:23:21,426 - stpipe.PersistenceStep - INFO - Step PersistenceStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'input_trapsfilled': '', 'flag_pers_cutoff': 40.0, 'save_persistence': False, 'save_trapsfilled': True}
2022-01-30 21:23:21,428 - stpipe.PersistenceStep - INFO - Step skipped.
2022-01-30 21:23:21,430 - stpipe.PersistenceStep - INFO - Step PersistenceStep done
2022-01-30 21:23:21,434 - stpipe.DarkCurrentStep - INFO - DarkCurrentStep instance created.
2022-01-30 21:23:21,572 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg008_nrca3_uncal.fits>,).
2022-01-30 21:23:21,575 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'dark_output': None}
2022-01-30 21:23:21,576 - stpipe.DarkCurrentStep - INFO - Step skipped.
2022-01-30 21:23:21,579 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep done
2022-01-30 21:23:21,583 - stpipe.JumpStep - INFO - JumpStep instance created.
2022-01-30 21:23:21,735 - stpipe.JumpStep - INFO - Step JumpStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg008_nrca3_uncal.fits>,).
2022-01-30 21:23:21,739 - stpipe.JumpStep - INFO - Step JumpStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'rejection_threshold': 15, 'three_group_rejection_threshold': 6.0, 'four_group_rejection_threshold': 5.0, 'maximum_cores': 'none', 'flag_4_neighbors': True, 'max_jump_to_flag_neighbors': 1000.0, 'min_jump_to_flag_neighbors': 10.0}
2022-01-30 21:23:21,762 - stpipe.JumpStep - INFO - CR rejection threshold = 15 sigma
2022-01-30 21:23:21,793 - stpipe.JumpStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:23:21,864 - stpipe.JumpStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:23:21,902 - stpipe.JumpStep - INFO - Using 1 core for jump detection
2022-01-30 21:23:23,355 - stpipe.JumpStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:23:23,358 - stpipe.JumpStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:23:23,990 - stpipe.JumpStep - INFO - Executing two-point difference method
2022-01-30 21:23:27,021 - stpipe.JumpStep - INFO - Working on integration 1:
2022-01-30 21:23:27,156 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:27,157 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:27,159 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:27,172 - stpipe.JumpStep - INFO - Working on integration 2:
2022-01-30 21:23:27,327 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:27,328 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:27,330 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:27,343 - stpipe.JumpStep - INFO - Working on integration 3:
2022-01-30 21:23:27,487 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:23:27,489 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:27,490 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:27,504 - stpipe.JumpStep - INFO - Working on integration 4:
2022-01-30 21:23:27,645 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:27,646 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:27,648 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:27,661 - stpipe.JumpStep - INFO - Working on integration 5:
2022-01-30 21:23:27,797 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:23:27,799 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:27,802 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:27,814 - stpipe.JumpStep - INFO - Working on integration 6:
2022-01-30 21:23:27,966 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:27,968 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:27,969 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:27,982 - stpipe.JumpStep - INFO - Working on integration 7:
2022-01-30 21:23:28,111 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:28,112 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:28,114 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:28,127 - stpipe.JumpStep - INFO - Working on integration 8:
2022-01-30 21:23:28,261 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:23:28,263 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:28,265 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:28,278 - stpipe.JumpStep - INFO - Working on integration 9:
2022-01-30 21:23:28,423 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:23:28,425 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:28,426 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:28,440 - stpipe.JumpStep - INFO - Working on integration 10:
2022-01-30 21:23:28,573 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:23:28,574 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:28,576 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:28,588 - stpipe.JumpStep - INFO - Working on integration 11:
2022-01-30 21:23:28,716 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:23:28,717 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:28,719 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:23:28,732 - stpipe.JumpStep - INFO - Working on integration 12:
2022-01-30 21:23:28,863 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:28,865 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:28,866 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:28,878 - stpipe.JumpStep - INFO - Working on integration 13:
2022-01-30 21:23:29,011 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:29,013 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:29,014 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:29,027 - stpipe.JumpStep - INFO - Working on integration 14:
2022-01-30 21:23:29,175 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:23:29,176 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:29,178 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:29,191 - stpipe.JumpStep - INFO - Working on integration 15:
2022-01-30 21:23:29,329 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:29,331 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:29,334 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:29,345 - stpipe.JumpStep - INFO - Working on integration 16:
2022-01-30 21:23:29,483 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:29,485 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:29,487 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:29,499 - stpipe.JumpStep - INFO - Working on integration 17:
2022-01-30 21:23:29,635 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:23:29,637 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:29,639 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:23:29,652 - stpipe.JumpStep - INFO - Working on integration 18:
2022-01-30 21:23:29,799 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:29,800 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:29,802 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:29,815 - stpipe.JumpStep - INFO - Working on integration 19:
2022-01-30 21:23:29,962 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:29,964 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:29,965 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:29,978 - stpipe.JumpStep - INFO - Working on integration 20:
2022-01-30 21:23:30,122 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:23:30,124 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:30,126 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:30,139 - stpipe.JumpStep - INFO - Working on integration 21:
2022-01-30 21:23:30,286 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:23:30,287 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:30,289 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:30,302 - stpipe.JumpStep - INFO - Working on integration 22:
2022-01-30 21:23:30,444 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:30,446 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:30,448 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:30,462 - stpipe.JumpStep - INFO - Working on integration 23:
2022-01-30 21:23:30,601 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:23:30,603 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:30,604 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:30,618 - stpipe.JumpStep - INFO - Working on integration 24:
2022-01-30 21:23:30,761 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:30,763 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:30,764 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:23:30,778 - stpipe.JumpStep - INFO - Working on integration 25:
2022-01-30 21:23:30,923 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:30,925 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:30,926 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:30,939 - stpipe.JumpStep - INFO - Working on integration 26:
2022-01-30 21:23:31,066 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:31,068 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:31,070 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:31,083 - stpipe.JumpStep - INFO - Working on integration 27:
2022-01-30 21:23:31,215 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:31,216 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:31,218 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:31,231 - stpipe.JumpStep - INFO - Working on integration 28:
2022-01-30 21:23:31,361 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:23:31,362 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:31,364 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:31,377 - stpipe.JumpStep - INFO - Working on integration 29:
2022-01-30 21:23:31,507 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:31,508 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:31,510 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:23:31,523 - stpipe.JumpStep - INFO - Working on integration 30:
2022-01-30 21:23:31,647 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:23:31,649 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:31,650 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:31,664 - stpipe.JumpStep - INFO - Working on integration 31:
2022-01-30 21:23:31,790 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:23:31,792 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:31,793 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:31,806 - stpipe.JumpStep - INFO - Working on integration 32:
2022-01-30 21:23:31,928 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:23:31,930 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:31,932 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:23:31,946 - stpipe.JumpStep - INFO - Working on integration 33:
2022-01-30 21:23:32,073 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:23:32,075 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:32,076 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:32,090 - stpipe.JumpStep - INFO - Working on integration 34:
2022-01-30 21:23:32,229 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:32,231 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:32,232 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:32,245 - stpipe.JumpStep - INFO - Working on integration 35:
2022-01-30 21:23:32,386 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:23:32,387 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:32,389 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:32,402 - stpipe.JumpStep - INFO - Working on integration 36:
2022-01-30 21:23:32,539 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:23:32,541 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:32,542 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:32,556 - stpipe.JumpStep - INFO - Working on integration 37:
2022-01-30 21:23:32,697 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:23:32,698 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:32,700 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:32,713 - stpipe.JumpStep - INFO - Working on integration 38:
2022-01-30 21:23:32,872 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:32,874 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:32,875 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:32,889 - stpipe.JumpStep - INFO - Working on integration 39:
2022-01-30 21:23:33,024 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:33,025 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:33,027 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:33,039 - stpipe.JumpStep - INFO - Working on integration 40:
2022-01-30 21:23:33,176 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:33,178 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:33,179 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:33,193 - stpipe.JumpStep - INFO - Working on integration 41:
2022-01-30 21:23:33,338 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:23:33,340 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:33,341 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:33,355 - stpipe.JumpStep - INFO - Working on integration 42:
2022-01-30 21:23:33,498 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:23:33,500 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:33,501 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:33,515 - stpipe.JumpStep - INFO - Working on integration 43:
2022-01-30 21:23:33,658 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:33,660 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:33,662 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:23:33,675 - stpipe.JumpStep - INFO - Working on integration 44:
2022-01-30 21:23:33,828 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:23:33,830 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:33,831 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:33,844 - stpipe.JumpStep - INFO - Working on integration 45:
2022-01-30 21:23:33,983 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:33,984 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:33,986 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:33,999 - stpipe.JumpStep - INFO - Working on integration 46:
2022-01-30 21:23:34,132 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:34,134 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:34,135 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:34,149 - stpipe.JumpStep - INFO - Working on integration 47:
2022-01-30 21:23:34,289 - stpipe.JumpStep - INFO - From highest outlier Two-point found 15 pixels with at least one CR and at least four groups
2022-01-30 21:23:34,291 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:34,292 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:34,306 - stpipe.JumpStep - INFO - Working on integration 48:
2022-01-30 21:23:34,440 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:23:34,442 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:34,443 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:34,457 - stpipe.JumpStep - INFO - Working on integration 49:
2022-01-30 21:23:34,585 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:23:34,587 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:34,588 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:34,602 - stpipe.JumpStep - INFO - Working on integration 50:
2022-01-30 21:23:34,730 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:34,732 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:34,733 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:23:34,746 - stpipe.JumpStep - INFO - Working on integration 51:
2022-01-30 21:23:34,876 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:23:34,877 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:34,879 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:34,893 - stpipe.JumpStep - INFO - Working on integration 52:
2022-01-30 21:23:35,022 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:35,024 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:35,025 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:23:35,039 - stpipe.JumpStep - INFO - Working on integration 53:
2022-01-30 21:23:35,173 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:23:35,174 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:35,176 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:35,189 - stpipe.JumpStep - INFO - Working on integration 54:
2022-01-30 21:23:35,319 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:23:35,321 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:35,322 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:35,335 - stpipe.JumpStep - INFO - Working on integration 55:
2022-01-30 21:23:35,466 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:35,468 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:35,469 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:35,483 - stpipe.JumpStep - INFO - Working on integration 56:
2022-01-30 21:23:35,615 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:23:35,617 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:35,618 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:35,631 - stpipe.JumpStep - INFO - Working on integration 57:
2022-01-30 21:23:35,772 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:35,774 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:35,775 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:35,787 - stpipe.JumpStep - INFO - Working on integration 58:
2022-01-30 21:23:35,924 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:23:35,926 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:35,927 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:35,939 - stpipe.JumpStep - INFO - Working on integration 59:
2022-01-30 21:23:36,070 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:36,072 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:36,073 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:36,085 - stpipe.JumpStep - INFO - Working on integration 60:
2022-01-30 21:23:36,223 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:36,224 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:36,226 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:36,237 - stpipe.JumpStep - INFO - Working on integration 61:
2022-01-30 21:23:36,375 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:23:36,377 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:36,378 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:36,390 - stpipe.JumpStep - INFO - Working on integration 62:
2022-01-30 21:23:36,526 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:23:36,528 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:36,529 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:36,542 - stpipe.JumpStep - INFO - Working on integration 63:
2022-01-30 21:23:36,690 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:36,691 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:36,693 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:36,704 - stpipe.JumpStep - INFO - Working on integration 64:
2022-01-30 21:23:36,845 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:23:36,846 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:36,848 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:36,859 - stpipe.JumpStep - INFO - Working on integration 65:
2022-01-30 21:23:36,988 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:23:36,989 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:36,990 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:37,003 - stpipe.JumpStep - INFO - Working on integration 66:
2022-01-30 21:23:37,137 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:37,138 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:37,140 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:37,151 - stpipe.JumpStep - INFO - Working on integration 67:
2022-01-30 21:23:37,279 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:23:37,281 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:37,282 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:23:37,294 - stpipe.JumpStep - INFO - Working on integration 68:
2022-01-30 21:23:37,420 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:23:37,422 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:37,424 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:37,436 - stpipe.JumpStep - INFO - Working on integration 69:
2022-01-30 21:23:37,563 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:23:37,565 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:37,566 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:37,578 - stpipe.JumpStep - INFO - Working on integration 70:
2022-01-30 21:23:37,707 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:23:37,708 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:37,710 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:37,722 - stpipe.JumpStep - INFO - Working on integration 71:
2022-01-30 21:23:37,850 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:23:37,851 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:37,853 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:37,864 - stpipe.JumpStep - INFO - Working on integration 72:
2022-01-30 21:23:38,004 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:23:38,006 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:38,007 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:38,019 - stpipe.JumpStep - INFO - Working on integration 73:
2022-01-30 21:23:38,161 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:38,163 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:38,164 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:38,176 - stpipe.JumpStep - INFO - Working on integration 74:
2022-01-30 21:23:38,314 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:23:38,315 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:38,317 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:38,329 - stpipe.JumpStep - INFO - Working on integration 75:
2022-01-30 21:23:38,466 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:38,468 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:38,470 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:38,480 - stpipe.JumpStep - INFO - Working on integration 76:
2022-01-30 21:23:38,643 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:23:38,645 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:38,646 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:38,659 - stpipe.JumpStep - INFO - Working on integration 77:
2022-01-30 21:23:38,789 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:23:38,791 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:38,792 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:38,804 - stpipe.JumpStep - INFO - Working on integration 78:
2022-01-30 21:23:38,942 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:38,944 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:38,945 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:38,957 - stpipe.JumpStep - INFO - Working on integration 79:
2022-01-30 21:23:39,096 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:23:39,098 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:39,099 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:39,111 - stpipe.JumpStep - INFO - Working on integration 80:
2022-01-30 21:23:39,261 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:39,262 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:39,263 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:39,275 - stpipe.JumpStep - INFO - Working on integration 81:
2022-01-30 21:23:39,414 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:39,416 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:39,417 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:39,429 - stpipe.JumpStep - INFO - Working on integration 82:
2022-01-30 21:23:39,583 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:23:39,585 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:39,587 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:39,598 - stpipe.JumpStep - INFO - Working on integration 83:
2022-01-30 21:23:39,732 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:23:39,734 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:39,735 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:39,746 - stpipe.JumpStep - INFO - Working on integration 84:
2022-01-30 21:23:39,879 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:23:39,880 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:39,882 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:39,894 - stpipe.JumpStep - INFO - Working on integration 85:
2022-01-30 21:23:40,034 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:23:40,036 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:40,037 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:40,049 - stpipe.JumpStep - INFO - Working on integration 86:
2022-01-30 21:23:40,179 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:23:40,180 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:40,181 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:40,193 - stpipe.JumpStep - INFO - Working on integration 87:
2022-01-30 21:23:40,320 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:23:40,321 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:40,323 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:23:40,334 - stpipe.JumpStep - INFO - Working on integration 88:
2022-01-30 21:23:40,462 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:40,464 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:40,465 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:40,477 - stpipe.JumpStep - INFO - Working on integration 89:
2022-01-30 21:23:40,608 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:40,610 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:40,611 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:40,622 - stpipe.JumpStep - INFO - Working on integration 90:
2022-01-30 21:23:40,756 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:40,758 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:40,759 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:40,770 - stpipe.JumpStep - INFO - Working on integration 91:
2022-01-30 21:23:40,911 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:40,912 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:40,914 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:40,925 - stpipe.JumpStep - INFO - Working on integration 92:
2022-01-30 21:23:41,066 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:23:41,068 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:41,069 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:41,080 - stpipe.JumpStep - INFO - Working on integration 93:
2022-01-30 21:23:41,221 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:23:41,222 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:41,223 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:41,236 - stpipe.JumpStep - INFO - Working on integration 94:
2022-01-30 21:23:41,372 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:23:41,374 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:41,375 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:41,387 - stpipe.JumpStep - INFO - Working on integration 95:
2022-01-30 21:23:41,541 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:23:41,542 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:41,544 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:41,556 - stpipe.JumpStep - INFO - Working on integration 96:
2022-01-30 21:23:41,687 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:23:41,689 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:41,690 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:41,702 - stpipe.JumpStep - INFO - Working on integration 97:
2022-01-30 21:23:41,835 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:41,837 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:41,838 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:41,850 - stpipe.JumpStep - INFO - Working on integration 98:
2022-01-30 21:23:41,990 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:23:41,992 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:41,993 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:23:42,004 - stpipe.JumpStep - INFO - Working on integration 99:
2022-01-30 21:23:42,146 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:23:42,148 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:42,149 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:42,161 - stpipe.JumpStep - INFO - Working on integration 100:
2022-01-30 21:23:42,302 - stpipe.JumpStep - INFO - From highest outlier Two-point found 15 pixels with at least one CR and at least four groups
2022-01-30 21:23:42,303 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:42,305 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:42,318 - stpipe.JumpStep - INFO - Working on integration 101:
2022-01-30 21:23:42,466 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:23:42,468 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:42,469 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:42,482 - stpipe.JumpStep - INFO - Working on integration 102:
2022-01-30 21:23:42,627 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:23:42,629 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:42,630 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:23:42,642 - stpipe.JumpStep - INFO - Working on integration 103:
2022-01-30 21:23:42,773 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:23:42,774 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:42,776 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:42,788 - stpipe.JumpStep - INFO - Working on integration 104:
2022-01-30 21:23:42,933 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:42,934 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:42,936 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:42,947 - stpipe.JumpStep - INFO - Working on integration 105:
2022-01-30 21:23:43,070 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:23:43,071 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:43,073 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:43,085 - stpipe.JumpStep - INFO - Working on integration 106:
2022-01-30 21:23:43,214 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:43,215 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:43,217 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:43,228 - stpipe.JumpStep - INFO - Working on integration 107:
2022-01-30 21:23:43,349 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:23:43,350 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:43,351 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:43,363 - stpipe.JumpStep - INFO - Working on integration 108:
2022-01-30 21:23:43,497 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:23:43,499 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:43,500 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:43,512 - stpipe.JumpStep - INFO - Working on integration 109:
2022-01-30 21:23:43,640 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:23:43,642 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:43,643 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:43,656 - stpipe.JumpStep - INFO - Working on integration 110:
2022-01-30 21:23:43,795 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:23:43,796 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:43,798 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:43,809 - stpipe.JumpStep - INFO - Working on integration 111:
2022-01-30 21:23:43,945 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:23:43,947 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:43,948 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:43,961 - stpipe.JumpStep - INFO - Working on integration 112:
2022-01-30 21:23:44,101 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:23:44,103 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:44,104 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:44,115 - stpipe.JumpStep - INFO - Working on integration 113:
2022-01-30 21:23:44,253 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:44,254 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:44,256 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:44,267 - stpipe.JumpStep - INFO - Working on integration 114:
2022-01-30 21:23:44,417 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:44,418 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:44,420 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:44,431 - stpipe.JumpStep - INFO - Working on integration 115:
2022-01-30 21:23:44,560 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:44,561 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:44,562 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:44,574 - stpipe.JumpStep - INFO - Working on integration 116:
2022-01-30 21:23:44,712 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:44,714 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:44,715 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:44,727 - stpipe.JumpStep - INFO - Working on integration 117:
2022-01-30 21:23:44,869 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:44,871 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:44,872 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:44,884 - stpipe.JumpStep - INFO - Working on integration 118:
2022-01-30 21:23:45,031 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:23:45,033 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:45,034 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:45,046 - stpipe.JumpStep - INFO - Working on integration 119:
2022-01-30 21:23:45,189 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:45,190 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:45,192 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:45,204 - stpipe.JumpStep - INFO - Working on integration 120:
2022-01-30 21:23:45,364 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:45,365 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:45,367 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:23:45,378 - stpipe.JumpStep - INFO - Working on integration 121:
2022-01-30 21:23:45,518 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:23:45,519 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:45,521 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:45,532 - stpipe.JumpStep - INFO - Working on integration 122:
2022-01-30 21:23:45,666 - stpipe.JumpStep - INFO - From highest outlier Two-point found 23 pixels with at least one CR and at least four groups
2022-01-30 21:23:45,667 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:45,669 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:45,683 - stpipe.JumpStep - INFO - Working on integration 123:
2022-01-30 21:23:45,821 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:45,822 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:45,824 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:45,835 - stpipe.JumpStep - INFO - Working on integration 124:
2022-01-30 21:23:45,970 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:23:45,972 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:45,973 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:45,985 - stpipe.JumpStep - INFO - Working on integration 125:
2022-01-30 21:23:46,109 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:23:46,111 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:46,112 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:23:46,123 - stpipe.JumpStep - INFO - Working on integration 126:
2022-01-30 21:23:46,251 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:23:46,253 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:46,254 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:46,267 - stpipe.JumpStep - INFO - Working on integration 127:
2022-01-30 21:23:46,393 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:23:46,395 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:46,396 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:46,407 - stpipe.JumpStep - INFO - Working on integration 128:
2022-01-30 21:23:46,543 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:46,545 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:46,546 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:46,558 - stpipe.JumpStep - INFO - Working on integration 129:
2022-01-30 21:23:46,697 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:23:46,698 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:46,699 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:46,711 - stpipe.JumpStep - INFO - Working on integration 130:
2022-01-30 21:23:46,858 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:23:46,860 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:46,861 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:46,873 - stpipe.JumpStep - INFO - Working on integration 131:
2022-01-30 21:23:47,017 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:47,019 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:47,020 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:47,032 - stpipe.JumpStep - INFO - Working on integration 132:
2022-01-30 21:23:47,174 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:47,176 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:47,177 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:23:47,189 - stpipe.JumpStep - INFO - Working on integration 133:
2022-01-30 21:23:47,343 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:47,345 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:47,346 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:47,358 - stpipe.JumpStep - INFO - Working on integration 134:
2022-01-30 21:23:47,495 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:47,496 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:47,498 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:47,509 - stpipe.JumpStep - INFO - Working on integration 135:
2022-01-30 21:23:47,639 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:23:47,641 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:47,642 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:47,654 - stpipe.JumpStep - INFO - Working on integration 136:
2022-01-30 21:23:47,788 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:23:47,790 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:47,791 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:47,803 - stpipe.JumpStep - INFO - Working on integration 137:
2022-01-30 21:23:47,938 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:23:47,940 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:47,941 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:47,953 - stpipe.JumpStep - INFO - Working on integration 138:
2022-01-30 21:23:48,091 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:23:48,093 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:48,094 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:48,107 - stpipe.JumpStep - INFO - Working on integration 139:
2022-01-30 21:23:48,236 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:23:48,238 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:48,239 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:48,251 - stpipe.JumpStep - INFO - Working on integration 140:
2022-01-30 21:23:48,404 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:23:48,406 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:48,407 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:48,419 - stpipe.JumpStep - INFO - Working on integration 141:
2022-01-30 21:23:48,547 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:23:48,549 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:48,550 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:48,562 - stpipe.JumpStep - INFO - Working on integration 142:
2022-01-30 21:23:48,701 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:48,703 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:48,704 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:48,716 - stpipe.JumpStep - INFO - Working on integration 143:
2022-01-30 21:23:48,856 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:23:48,858 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:48,859 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:23:48,871 - stpipe.JumpStep - INFO - Working on integration 144:
2022-01-30 21:23:49,000 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:49,002 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:49,003 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:49,015 - stpipe.JumpStep - INFO - Working on integration 145:
2022-01-30 21:23:49,138 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:49,140 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:49,141 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:49,153 - stpipe.JumpStep - INFO - Working on integration 146:
2022-01-30 21:23:49,278 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:23:49,280 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:49,281 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:49,293 - stpipe.JumpStep - INFO - Working on integration 147:
2022-01-30 21:23:49,417 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:23:49,419 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:49,420 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:49,431 - stpipe.JumpStep - INFO - Working on integration 148:
2022-01-30 21:23:49,568 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:23:49,570 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:49,571 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:49,583 - stpipe.JumpStep - INFO - Working on integration 149:
2022-01-30 21:23:49,715 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:49,716 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:49,717 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:49,730 - stpipe.JumpStep - INFO - Working on integration 150:
2022-01-30 21:23:49,868 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:23:49,869 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:49,871 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:49,882 - stpipe.JumpStep - INFO - Working on integration 151:
2022-01-30 21:23:50,015 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:23:50,017 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:50,018 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:50,030 - stpipe.JumpStep - INFO - Working on integration 152:
2022-01-30 21:23:50,164 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:23:50,165 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:23:50,167 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:23:50,183 - stpipe.JumpStep - INFO - Total elapsed time = 26.1908 sec
2022-01-30 21:23:50,186 - stpipe.JumpStep - INFO - The execution time in seconds: 28.424243
2022-01-30 21:23:50,191 - stpipe.JumpStep - INFO - Step JumpStep done
2022-01-30 21:23:50,194 - stpipe.RampFitStep - INFO - RampFitStep instance created.
2022-01-30 21:23:50,359 - stpipe.RampFitStep - INFO - Step RampFitStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg008_nrca3_uncal.fits>,).
2022-01-30 21:23:50,362 - stpipe.RampFitStep - INFO - Step RampFitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'int_name': '', 'save_opt': False, 'opt_name': '', 'maximum_cores': 'none'}
2022-01-30 21:23:50,440 - stpipe.RampFitStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:23:50,479 - stpipe.RampFitStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:23:50,531 - stpipe.RampFitStep - INFO - Using algorithm = ols
2022-01-30 21:23:50,532 - stpipe.RampFitStep - INFO - Using weighting = optimal
2022-01-30 21:23:50,534 - stpipe.RampFitStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:23:50,536 - stpipe.RampFitStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:26:39,371 - stpipe.RampFitStep - INFO - Number of groups per integration: 8
2022-01-30 21:26:39,374 - stpipe.RampFitStep - INFO - Number of integrations: 152
2022-01-30 21:26:39,705 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg008_nrca3_0_rampfitstep.fits
2022-01-30 21:26:40,375 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg008_nrca3_1_rampfitstep.fits
2022-01-30 21:26:40,377 - stpipe.RampFitStep - INFO - Step RampFitStep done
2022-01-30 21:26:40,381 - stpipe.DQInitStep - INFO - DQInitStep instance created.
2022-01-30 21:26:40,650 - stpipe.DQInitStep - INFO - Step DQInitStep running with args ('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/Raw_Data/jw00042001001_01101_00001-seg009_nrca3_uncal.fits',).
2022-01-30 21:26:40,654 - stpipe.DQInitStep - INFO - Step DQInitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:26:42,117 - stpipe.DQInitStep - INFO - Using MASK reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_mask_0058.fits
2022-01-30 21:26:43,967 - stpipe.DQInitStep - INFO - Extracting mask subarray to match science data
2022-01-30 21:26:43,981 - stpipe.DQInitStep - INFO - Step DQInitStep done
2022-01-30 21:26:43,984 - stpipe.SaturationStep - INFO - SaturationStep instance created.
2022-01-30 21:26:44,178 - stpipe.SaturationStep - INFO - Step SaturationStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg009_nrca3_uncal.fits>,).
2022-01-30 21:26:44,181 - stpipe.SaturationStep - INFO - Step SaturationStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:26:44,229 - stpipe.SaturationStep - INFO - Using SATURATION reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_saturation_0067.fits
2022-01-30 21:26:44,384 - stpipe.SaturationStep - WARNING - Keyword NO_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:26:44,386 - stpipe.SaturationStep - WARNING - Keyword FEW_SAMPLES does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:26:44,388 - stpipe.SaturationStep - WARNING - Keyword AD_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:26:44,389 - stpipe.SaturationStep - WARNING - Keyword WEIRD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:26:44,391 - stpipe.SaturationStep - WARNING - Keyword DEAD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:26:45,190 - stpipe.SaturationStep - INFO - Extracting reference file subarray to match science data
2022-01-30 21:26:46,706 - stpipe.SaturationStep - INFO - Detected 518 saturated pixels
2022-01-30 21:26:46,843 - stpipe.SaturationStep - INFO - Detected 0 A/D floor pixels
2022-01-30 21:26:46,850 - stpipe.SaturationStep - INFO - Step SaturationStep done
2022-01-30 21:26:46,853 - stpipe.SuperBiasStep - INFO - SuperBiasStep instance created.
2022-01-30 21:26:47,049 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg009_nrca3_uncal.fits>,).
2022-01-30 21:26:47,052 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:26:47,102 - stpipe.SuperBiasStep - INFO - Using SUPERBIAS reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_superbias_0027.fits
2022-01-30 21:26:47,377 - stpipe.SuperBiasStep - WARNING - Keyword NOISY does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:26:48,492 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep done
2022-01-30 21:26:48,495 - stpipe.RefPixStep - INFO - RefPixStep instance created.
1%|▎ | 1/152 [00:00<00:29, 5.07it/s]
Note: File Search comes up empty
100%|█████████████████████████████████████████| 152/152 [00:30<00:00, 4.96it/s]
2022-01-30 21:27:20,598 - stpipe.LinearityStep - INFO - LinearityStep instance created.
2022-01-30 21:27:20,855 - stpipe.LinearityStep - INFO - Step LinearityStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg009_nrca3_uncal.fits>,).
2022-01-30 21:27:20,858 - stpipe.LinearityStep - INFO - Step LinearityStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:27:20,909 - stpipe.LinearityStep - INFO - Using Linearity reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_linearity_0053.fits
2022-01-30 21:27:21,195 - stpipe.LinearityStep - WARNING - Keyword UAZ_DO_NOT_USE does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:27:21,197 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_LIN_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:27:21,199 - stpipe.LinearityStep - WARNING - Keyword UAZ_BAD_LIN_FIT does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:27:21,201 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_WELL_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:27:21,203 - stpipe.LinearityStep - WARNING - Keyword UAZ_MODEL_FIT_FAIL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:27:21,205 - stpipe.LinearityStep - WARNING - Keyword UAZ_WELL_NOT_DEFINED does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:27:21,207 - stpipe.LinearityStep - WARNING - Keyword UAZ_MASTER_MASK does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:27:22,043 - stpipe.LinearityStep - INFO - Extracting linearity subarray to match science data
2022-01-30 21:27:25,665 - stpipe.LinearityStep - INFO - Step LinearityStep done
2022-01-30 21:27:25,676 - stpipe.PersistenceStep - INFO - PersistenceStep instance created.
2022-01-30 21:27:25,941 - stpipe.PersistenceStep - INFO - Step PersistenceStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg009_nrca3_uncal.fits>,).
2022-01-30 21:27:25,945 - stpipe.PersistenceStep - INFO - Step PersistenceStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'input_trapsfilled': '', 'flag_pers_cutoff': 40.0, 'save_persistence': False, 'save_trapsfilled': True}
2022-01-30 21:27:25,946 - stpipe.PersistenceStep - INFO - Step skipped.
2022-01-30 21:27:25,948 - stpipe.PersistenceStep - INFO - Step PersistenceStep done
2022-01-30 21:27:25,951 - stpipe.DarkCurrentStep - INFO - DarkCurrentStep instance created.
2022-01-30 21:27:26,088 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg009_nrca3_uncal.fits>,).
2022-01-30 21:27:26,094 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'dark_output': None}
2022-01-30 21:27:26,095 - stpipe.DarkCurrentStep - INFO - Step skipped.
2022-01-30 21:27:26,098 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep done
2022-01-30 21:27:26,103 - stpipe.JumpStep - INFO - JumpStep instance created.
2022-01-30 21:27:26,253 - stpipe.JumpStep - INFO - Step JumpStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg009_nrca3_uncal.fits>,).
2022-01-30 21:27:26,257 - stpipe.JumpStep - INFO - Step JumpStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'rejection_threshold': 15, 'three_group_rejection_threshold': 6.0, 'four_group_rejection_threshold': 5.0, 'maximum_cores': 'none', 'flag_4_neighbors': True, 'max_jump_to_flag_neighbors': 1000.0, 'min_jump_to_flag_neighbors': 10.0}
2022-01-30 21:27:26,282 - stpipe.JumpStep - INFO - CR rejection threshold = 15 sigma
2022-01-30 21:27:26,312 - stpipe.JumpStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:27:26,388 - stpipe.JumpStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:27:26,424 - stpipe.JumpStep - INFO - Using 1 core for jump detection
2022-01-30 21:27:27,285 - stpipe.JumpStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:27:27,288 - stpipe.JumpStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:27:27,893 - stpipe.JumpStep - INFO - Executing two-point difference method
2022-01-30 21:27:30,574 - stpipe.JumpStep - INFO - Working on integration 1:
2022-01-30 21:27:30,677 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:27:30,678 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:30,680 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:30,691 - stpipe.JumpStep - INFO - Working on integration 2:
2022-01-30 21:27:30,803 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:30,805 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:30,806 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:30,817 - stpipe.JumpStep - INFO - Working on integration 3:
2022-01-30 21:27:30,920 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:27:30,922 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:30,924 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:30,935 - stpipe.JumpStep - INFO - Working on integration 4:
2022-01-30 21:27:31,038 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:27:31,039 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:31,041 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:31,055 - stpipe.JumpStep - INFO - Working on integration 5:
2022-01-30 21:27:31,173 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:31,175 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:31,176 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:31,188 - stpipe.JumpStep - INFO - Working on integration 6:
2022-01-30 21:27:31,307 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:27:31,308 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:31,310 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:31,322 - stpipe.JumpStep - INFO - Working on integration 7:
2022-01-30 21:27:31,433 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:27:31,435 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:31,436 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:31,449 - stpipe.JumpStep - INFO - Working on integration 8:
2022-01-30 21:27:31,563 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:27:31,564 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:31,566 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:31,578 - stpipe.JumpStep - INFO - Working on integration 9:
2022-01-30 21:27:31,691 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:27:31,693 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:31,694 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:31,707 - stpipe.JumpStep - INFO - Working on integration 10:
2022-01-30 21:27:31,819 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:27:31,821 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:31,822 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:31,834 - stpipe.JumpStep - INFO - Working on integration 11:
2022-01-30 21:27:31,943 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:27:31,945 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:31,947 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:31,959 - stpipe.JumpStep - INFO - Working on integration 12:
2022-01-30 21:27:32,083 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:27:32,085 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:32,086 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:32,099 - stpipe.JumpStep - INFO - Working on integration 13:
2022-01-30 21:27:32,235 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:32,236 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:32,238 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:32,249 - stpipe.JumpStep - INFO - Working on integration 14:
2022-01-30 21:27:32,386 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:27:32,387 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:32,389 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:32,401 - stpipe.JumpStep - INFO - Working on integration 15:
2022-01-30 21:27:32,545 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:27:32,546 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:32,548 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:32,560 - stpipe.JumpStep - INFO - Working on integration 16:
2022-01-30 21:27:32,705 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:32,707 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:32,708 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:32,720 - stpipe.JumpStep - INFO - Working on integration 17:
2022-01-30 21:27:32,876 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:27:32,878 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:32,879 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:32,892 - stpipe.JumpStep - INFO - Working on integration 18:
2022-01-30 21:27:33,017 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:33,019 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:33,020 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:33,032 - stpipe.JumpStep - INFO - Working on integration 19:
2022-01-30 21:27:33,142 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:33,144 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:33,146 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:33,158 - stpipe.JumpStep - INFO - Working on integration 20:
2022-01-30 21:27:33,269 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:27:33,270 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:33,271 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:33,284 - stpipe.JumpStep - INFO - Working on integration 21:
2022-01-30 21:27:33,390 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:33,392 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:33,393 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:33,405 - stpipe.JumpStep - INFO - Working on integration 22:
2022-01-30 21:27:33,515 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:33,516 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:33,518 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:33,529 - stpipe.JumpStep - INFO - Working on integration 23:
2022-01-30 21:27:33,632 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:27:33,634 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:33,635 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:33,647 - stpipe.JumpStep - INFO - Working on integration 24:
2022-01-30 21:27:33,753 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:27:33,755 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:33,757 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:33,768 - stpipe.JumpStep - INFO - Working on integration 25:
2022-01-30 21:27:33,871 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:33,873 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:33,874 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:33,886 - stpipe.JumpStep - INFO - Working on integration 26:
2022-01-30 21:27:33,989 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:33,991 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:33,992 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:34,003 - stpipe.JumpStep - INFO - Working on integration 27:
2022-01-30 21:27:34,105 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:34,107 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:34,108 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:34,119 - stpipe.JumpStep - INFO - Working on integration 28:
2022-01-30 21:27:34,222 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:27:34,224 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:34,225 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:34,237 - stpipe.JumpStep - INFO - Working on integration 29:
2022-01-30 21:27:34,351 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:27:34,353 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:34,354 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:34,365 - stpipe.JumpStep - INFO - Working on integration 30:
2022-01-30 21:27:34,474 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:27:34,476 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:34,477 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:34,488 - stpipe.JumpStep - INFO - Working on integration 31:
2022-01-30 21:27:34,597 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:27:34,599 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:34,601 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:34,612 - stpipe.JumpStep - INFO - Working on integration 32:
2022-01-30 21:27:34,718 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:34,720 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:34,722 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:34,733 - stpipe.JumpStep - INFO - Working on integration 33:
2022-01-30 21:27:34,839 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:27:34,841 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:34,842 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:34,853 - stpipe.JumpStep - INFO - Working on integration 34:
2022-01-30 21:27:34,957 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:34,959 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:34,960 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:34,972 - stpipe.JumpStep - INFO - Working on integration 35:
2022-01-30 21:27:35,076 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:27:35,078 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:35,079 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:35,091 - stpipe.JumpStep - INFO - Working on integration 36:
2022-01-30 21:27:35,195 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:27:35,196 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:35,198 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:27:35,210 - stpipe.JumpStep - INFO - Working on integration 37:
2022-01-30 21:27:35,314 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:27:35,316 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:35,317 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:35,329 - stpipe.JumpStep - INFO - Working on integration 38:
2022-01-30 21:27:35,433 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:27:35,434 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:35,435 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:35,447 - stpipe.JumpStep - INFO - Working on integration 39:
2022-01-30 21:27:35,552 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:35,554 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:35,555 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:35,567 - stpipe.JumpStep - INFO - Working on integration 40:
2022-01-30 21:27:35,671 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:27:35,673 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:35,674 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:35,686 - stpipe.JumpStep - INFO - Working on integration 41:
2022-01-30 21:27:35,794 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:35,797 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:35,798 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:35,810 - stpipe.JumpStep - INFO - Working on integration 42:
2022-01-30 21:27:35,914 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:27:35,916 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:35,917 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:35,929 - stpipe.JumpStep - INFO - Working on integration 43:
2022-01-30 21:27:36,038 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:36,040 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:36,041 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:36,053 - stpipe.JumpStep - INFO - Working on integration 44:
2022-01-30 21:27:36,158 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:36,161 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:36,162 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:27:36,173 - stpipe.JumpStep - INFO - Working on integration 45:
2022-01-30 21:27:36,281 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:27:36,283 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:36,284 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:36,295 - stpipe.JumpStep - INFO - Working on integration 46:
2022-01-30 21:27:36,400 - stpipe.JumpStep - INFO - From highest outlier Two-point found 15 pixels with at least one CR and at least four groups
2022-01-30 21:27:36,401 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:36,404 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:36,416 - stpipe.JumpStep - INFO - Working on integration 47:
2022-01-30 21:27:36,521 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:36,523 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:36,524 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:36,536 - stpipe.JumpStep - INFO - Working on integration 48:
2022-01-30 21:27:36,639 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:27:36,641 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:36,642 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:36,655 - stpipe.JumpStep - INFO - Working on integration 49:
2022-01-30 21:27:36,763 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:36,766 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:36,767 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:36,779 - stpipe.JumpStep - INFO - Working on integration 50:
2022-01-30 21:27:36,885 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:27:36,887 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:36,888 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:36,900 - stpipe.JumpStep - INFO - Working on integration 51:
2022-01-30 21:27:37,007 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:37,009 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:37,010 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:37,022 - stpipe.JumpStep - INFO - Working on integration 52:
2022-01-30 21:27:37,126 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:37,128 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:37,129 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:37,140 - stpipe.JumpStep - INFO - Working on integration 53:
2022-01-30 21:27:37,254 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:37,256 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:37,257 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:37,269 - stpipe.JumpStep - INFO - Working on integration 54:
2022-01-30 21:27:37,375 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:27:37,377 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:37,378 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:37,390 - stpipe.JumpStep - INFO - Working on integration 55:
2022-01-30 21:27:37,491 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:27:37,493 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:37,494 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:37,507 - stpipe.JumpStep - INFO - Working on integration 56:
2022-01-30 21:27:37,613 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:37,615 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:37,616 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:37,628 - stpipe.JumpStep - INFO - Working on integration 57:
2022-01-30 21:27:37,732 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:27:37,733 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:37,735 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:37,747 - stpipe.JumpStep - INFO - Working on integration 58:
2022-01-30 21:27:37,856 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:37,857 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:37,858 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:37,870 - stpipe.JumpStep - INFO - Working on integration 59:
2022-01-30 21:27:37,978 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:27:37,980 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:37,981 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:37,994 - stpipe.JumpStep - INFO - Working on integration 60:
2022-01-30 21:27:38,102 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:38,105 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:38,106 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:38,119 - stpipe.JumpStep - INFO - Working on integration 61:
2022-01-30 21:27:38,221 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:27:38,223 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:38,224 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:38,236 - stpipe.JumpStep - INFO - Working on integration 62:
2022-01-30 21:27:38,340 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:27:38,342 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:38,343 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:38,355 - stpipe.JumpStep - INFO - Working on integration 63:
2022-01-30 21:27:38,460 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:27:38,461 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:38,463 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:38,475 - stpipe.JumpStep - INFO - Working on integration 64:
2022-01-30 21:27:38,582 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:27:38,584 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:38,585 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:38,597 - stpipe.JumpStep - INFO - Working on integration 65:
2022-01-30 21:27:38,697 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:27:38,699 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:38,700 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:38,712 - stpipe.JumpStep - INFO - Working on integration 66:
2022-01-30 21:27:38,818 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:38,819 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:38,820 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:38,831 - stpipe.JumpStep - INFO - Working on integration 67:
2022-01-30 21:27:38,934 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:27:38,935 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:38,937 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:38,949 - stpipe.JumpStep - INFO - Working on integration 68:
2022-01-30 21:27:39,054 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:27:39,056 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:39,057 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:39,069 - stpipe.JumpStep - INFO - Working on integration 69:
2022-01-30 21:27:39,174 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:39,175 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:39,176 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:39,188 - stpipe.JumpStep - INFO - Working on integration 70:
2022-01-30 21:27:39,294 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:27:39,296 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:39,297 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:39,310 - stpipe.JumpStep - INFO - Working on integration 71:
2022-01-30 21:27:39,412 - stpipe.JumpStep - INFO - From highest outlier Two-point found 14 pixels with at least one CR and at least four groups
2022-01-30 21:27:39,414 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:39,415 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:27:39,428 - stpipe.JumpStep - INFO - Working on integration 72:
2022-01-30 21:27:39,534 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:27:39,535 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:39,537 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:39,548 - stpipe.JumpStep - INFO - Working on integration 73:
2022-01-30 21:27:39,652 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:39,654 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:39,655 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:39,667 - stpipe.JumpStep - INFO - Working on integration 74:
2022-01-30 21:27:39,774 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:39,777 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:39,778 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:27:39,791 - stpipe.JumpStep - INFO - Working on integration 75:
2022-01-30 21:27:39,899 - stpipe.JumpStep - INFO - From highest outlier Two-point found 19 pixels with at least one CR and at least four groups
2022-01-30 21:27:39,902 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:39,903 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:39,917 - stpipe.JumpStep - INFO - Working on integration 76:
2022-01-30 21:27:40,020 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:27:40,022 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:40,023 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:40,035 - stpipe.JumpStep - INFO - Working on integration 77:
2022-01-30 21:27:40,138 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:27:40,140 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:40,141 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:40,153 - stpipe.JumpStep - INFO - Working on integration 78:
2022-01-30 21:27:40,256 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:27:40,258 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:40,259 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:40,271 - stpipe.JumpStep - INFO - Working on integration 79:
2022-01-30 21:27:40,376 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:27:40,378 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:40,379 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:40,391 - stpipe.JumpStep - INFO - Working on integration 80:
2022-01-30 21:27:40,500 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:27:40,501 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:40,503 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:27:40,516 - stpipe.JumpStep - INFO - Working on integration 81:
2022-01-30 21:27:40,621 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:27:40,623 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:40,624 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:40,637 - stpipe.JumpStep - INFO - Working on integration 82:
2022-01-30 21:27:40,745 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:40,747 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:40,748 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:27:40,760 - stpipe.JumpStep - INFO - Working on integration 83:
2022-01-30 21:27:40,865 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:27:40,867 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:40,868 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:40,880 - stpipe.JumpStep - INFO - Working on integration 84:
2022-01-30 21:27:40,987 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:27:40,989 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:40,990 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:41,002 - stpipe.JumpStep - INFO - Working on integration 85:
2022-01-30 21:27:41,113 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:41,114 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:41,115 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:41,127 - stpipe.JumpStep - INFO - Working on integration 86:
2022-01-30 21:27:41,236 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:41,237 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:41,238 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:41,250 - stpipe.JumpStep - INFO - Working on integration 87:
2022-01-30 21:27:41,359 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:27:41,361 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:41,362 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:41,374 - stpipe.JumpStep - INFO - Working on integration 88:
2022-01-30 21:27:41,481 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:41,483 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:41,484 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:41,496 - stpipe.JumpStep - INFO - Working on integration 89:
2022-01-30 21:27:41,600 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:27:41,602 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:41,603 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:41,615 - stpipe.JumpStep - INFO - Working on integration 90:
2022-01-30 21:27:41,720 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:27:41,722 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:41,723 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:41,736 - stpipe.JumpStep - INFO - Working on integration 91:
2022-01-30 21:27:41,843 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:41,846 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:41,847 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:41,861 - stpipe.JumpStep - INFO - Working on integration 92:
2022-01-30 21:27:41,966 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:27:41,968 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:41,969 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:41,980 - stpipe.JumpStep - INFO - Working on integration 93:
2022-01-30 21:27:42,081 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:42,083 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:42,084 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:27:42,096 - stpipe.JumpStep - INFO - Working on integration 94:
2022-01-30 21:27:42,197 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:27:42,199 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:42,200 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:27:42,212 - stpipe.JumpStep - INFO - Working on integration 95:
2022-01-30 21:27:42,313 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:27:42,314 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:42,315 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:42,327 - stpipe.JumpStep - INFO - Working on integration 96:
2022-01-30 21:27:42,428 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:27:42,430 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:42,431 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:42,442 - stpipe.JumpStep - INFO - Working on integration 97:
2022-01-30 21:27:42,542 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:42,544 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:42,545 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:42,556 - stpipe.JumpStep - INFO - Working on integration 98:
2022-01-30 21:27:42,656 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:27:42,658 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:42,659 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:42,671 - stpipe.JumpStep - INFO - Working on integration 99:
2022-01-30 21:27:42,772 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:27:42,773 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:42,775 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:27:42,786 - stpipe.JumpStep - INFO - Working on integration 100:
2022-01-30 21:27:42,889 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:42,890 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:42,892 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:42,903 - stpipe.JumpStep - INFO - Working on integration 101:
2022-01-30 21:27:43,006 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:27:43,007 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:43,008 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:43,020 - stpipe.JumpStep - INFO - Working on integration 102:
2022-01-30 21:27:43,122 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:43,124 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:43,125 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:43,136 - stpipe.JumpStep - INFO - Working on integration 103:
2022-01-30 21:27:43,236 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:27:43,238 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:43,239 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:43,250 - stpipe.JumpStep - INFO - Working on integration 104:
2022-01-30 21:27:43,352 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:27:43,354 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:43,355 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:43,367 - stpipe.JumpStep - INFO - Working on integration 105:
2022-01-30 21:27:43,467 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:27:43,469 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:43,471 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:43,481 - stpipe.JumpStep - INFO - Working on integration 106:
2022-01-30 21:27:43,582 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:43,584 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:43,585 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:43,596 - stpipe.JumpStep - INFO - Working on integration 107:
2022-01-30 21:27:43,696 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:27:43,698 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:43,699 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:43,711 - stpipe.JumpStep - INFO - Working on integration 108:
2022-01-30 21:27:43,814 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:27:43,815 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:43,817 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:43,829 - stpipe.JumpStep - INFO - Working on integration 109:
2022-01-30 21:27:43,932 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:27:43,934 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:43,935 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:43,947 - stpipe.JumpStep - INFO - Working on integration 110:
2022-01-30 21:27:44,050 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:27:44,051 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:44,053 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:44,064 - stpipe.JumpStep - INFO - Working on integration 111:
2022-01-30 21:27:44,164 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:44,166 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:44,167 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:44,178 - stpipe.JumpStep - INFO - Working on integration 112:
2022-01-30 21:27:44,281 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:44,283 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:44,284 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:44,294 - stpipe.JumpStep - INFO - Working on integration 113:
2022-01-30 21:27:44,398 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:27:44,400 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:44,402 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:44,412 - stpipe.JumpStep - INFO - Working on integration 114:
2022-01-30 21:27:44,514 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:27:44,515 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:44,517 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:44,528 - stpipe.JumpStep - INFO - Working on integration 115:
2022-01-30 21:27:44,632 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:27:44,633 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:44,634 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:27:44,646 - stpipe.JumpStep - INFO - Working on integration 116:
2022-01-30 21:27:44,750 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:44,752 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:44,753 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:44,765 - stpipe.JumpStep - INFO - Working on integration 117:
2022-01-30 21:27:44,869 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:27:44,871 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:44,872 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:44,884 - stpipe.JumpStep - INFO - Working on integration 118:
2022-01-30 21:27:44,988 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:44,990 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:44,991 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:45,002 - stpipe.JumpStep - INFO - Working on integration 119:
2022-01-30 21:27:45,107 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:27:45,109 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:45,110 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:45,121 - stpipe.JumpStep - INFO - Working on integration 120:
2022-01-30 21:27:45,227 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:45,229 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:45,230 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:27:45,241 - stpipe.JumpStep - INFO - Working on integration 121:
2022-01-30 21:27:45,348 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:45,350 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:45,351 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:45,363 - stpipe.JumpStep - INFO - Working on integration 122:
2022-01-30 21:27:45,472 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:45,473 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:45,475 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:45,487 - stpipe.JumpStep - INFO - Working on integration 123:
2022-01-30 21:27:45,589 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:27:45,591 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:45,592 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:45,604 - stpipe.JumpStep - INFO - Working on integration 124:
2022-01-30 21:27:45,710 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:45,712 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:45,713 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:45,725 - stpipe.JumpStep - INFO - Working on integration 125:
2022-01-30 21:27:45,832 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:45,834 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:45,836 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:45,846 - stpipe.JumpStep - INFO - Working on integration 126:
2022-01-30 21:27:45,951 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:27:45,952 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:45,954 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:45,967 - stpipe.JumpStep - INFO - Working on integration 127:
2022-01-30 21:27:46,071 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:27:46,073 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:46,074 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:46,087 - stpipe.JumpStep - INFO - Working on integration 128:
2022-01-30 21:27:46,192 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:46,193 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:46,195 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:46,206 - stpipe.JumpStep - INFO - Working on integration 129:
2022-01-30 21:27:46,311 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:46,313 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:46,314 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:46,326 - stpipe.JumpStep - INFO - Working on integration 130:
2022-01-30 21:27:46,429 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:46,431 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:46,432 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:46,444 - stpipe.JumpStep - INFO - Working on integration 131:
2022-01-30 21:27:46,549 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:46,551 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:46,552 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:27:46,565 - stpipe.JumpStep - INFO - Working on integration 132:
2022-01-30 21:27:46,669 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:46,671 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:46,672 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:46,684 - stpipe.JumpStep - INFO - Working on integration 133:
2022-01-30 21:27:46,790 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:27:46,792 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:46,793 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:27:46,806 - stpipe.JumpStep - INFO - Working on integration 134:
2022-01-30 21:27:46,912 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:27:46,913 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:46,914 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:46,926 - stpipe.JumpStep - INFO - Working on integration 135:
2022-01-30 21:27:47,033 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:47,035 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:47,036 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:47,048 - stpipe.JumpStep - INFO - Working on integration 136:
2022-01-30 21:27:47,158 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:47,159 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:47,161 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:47,172 - stpipe.JumpStep - INFO - Working on integration 137:
2022-01-30 21:27:47,281 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:27:47,284 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:47,285 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:47,296 - stpipe.JumpStep - INFO - Working on integration 138:
2022-01-30 21:27:47,403 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:47,405 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:47,406 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:47,418 - stpipe.JumpStep - INFO - Working on integration 139:
2022-01-30 21:27:47,524 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:27:47,525 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:47,526 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:47,538 - stpipe.JumpStep - INFO - Working on integration 140:
2022-01-30 21:27:47,644 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:27:47,646 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:47,647 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:47,660 - stpipe.JumpStep - INFO - Working on integration 141:
2022-01-30 21:27:47,765 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:27:47,766 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:47,767 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:47,780 - stpipe.JumpStep - INFO - Working on integration 142:
2022-01-30 21:27:47,885 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:27:47,886 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:47,887 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:47,900 - stpipe.JumpStep - INFO - Working on integration 143:
2022-01-30 21:27:48,005 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:27:48,006 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:48,008 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:48,020 - stpipe.JumpStep - INFO - Working on integration 144:
2022-01-30 21:27:48,126 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:27:48,128 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:48,129 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:48,141 - stpipe.JumpStep - INFO - Working on integration 145:
2022-01-30 21:27:48,249 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:48,250 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:48,251 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:48,263 - stpipe.JumpStep - INFO - Working on integration 146:
2022-01-30 21:27:48,371 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:27:48,373 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:48,374 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:48,387 - stpipe.JumpStep - INFO - Working on integration 147:
2022-01-30 21:27:48,495 - stpipe.JumpStep - INFO - From highest outlier Two-point found 21 pixels with at least one CR and at least four groups
2022-01-30 21:27:48,497 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:48,498 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:48,512 - stpipe.JumpStep - INFO - Working on integration 148:
2022-01-30 21:27:48,617 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:27:48,619 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:48,620 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:48,632 - stpipe.JumpStep - INFO - Working on integration 149:
2022-01-30 21:27:48,739 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:27:48,741 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:48,742 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:48,755 - stpipe.JumpStep - INFO - Working on integration 150:
2022-01-30 21:27:48,862 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:27:48,863 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:48,865 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:48,877 - stpipe.JumpStep - INFO - Working on integration 151:
2022-01-30 21:27:48,991 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:27:48,993 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:48,995 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:49,007 - stpipe.JumpStep - INFO - Working on integration 152:
2022-01-30 21:27:49,119 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:27:49,121 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:27:49,122 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:27:49,137 - stpipe.JumpStep - INFO - Total elapsed time = 21.2418 sec
2022-01-30 21:27:49,141 - stpipe.JumpStep - INFO - The execution time in seconds: 22.859182
2022-01-30 21:27:49,145 - stpipe.JumpStep - INFO - Step JumpStep done
2022-01-30 21:27:49,151 - stpipe.RampFitStep - INFO - RampFitStep instance created.
2022-01-30 21:27:49,333 - stpipe.RampFitStep - INFO - Step RampFitStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg009_nrca3_uncal.fits>,).
2022-01-30 21:27:49,337 - stpipe.RampFitStep - INFO - Step RampFitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'int_name': '', 'save_opt': False, 'opt_name': '', 'maximum_cores': 'none'}
2022-01-30 21:27:49,414 - stpipe.RampFitStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:27:49,453 - stpipe.RampFitStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:27:49,501 - stpipe.RampFitStep - INFO - Using algorithm = ols
2022-01-30 21:27:49,502 - stpipe.RampFitStep - INFO - Using weighting = optimal
2022-01-30 21:27:49,504 - stpipe.RampFitStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:27:49,506 - stpipe.RampFitStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:30:42,242 - stpipe.RampFitStep - INFO - Number of groups per integration: 8
2022-01-30 21:30:42,244 - stpipe.RampFitStep - INFO - Number of integrations: 152
2022-01-30 21:30:42,601 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg009_nrca3_0_rampfitstep.fits
2022-01-30 21:30:43,313 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg009_nrca3_1_rampfitstep.fits
2022-01-30 21:30:43,314 - stpipe.RampFitStep - INFO - Step RampFitStep done
2022-01-30 21:30:43,318 - stpipe.DQInitStep - INFO - DQInitStep instance created.
2022-01-30 21:30:43,538 - stpipe.DQInitStep - INFO - Step DQInitStep running with args ('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/Raw_Data/jw00042001001_01101_00001-seg010_nrca3_uncal.fits',).
2022-01-30 21:30:43,541 - stpipe.DQInitStep - INFO - Step DQInitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:30:45,127 - stpipe.DQInitStep - INFO - Using MASK reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_mask_0058.fits
2022-01-30 21:30:47,481 - stpipe.DQInitStep - INFO - Extracting mask subarray to match science data
2022-01-30 21:30:47,498 - stpipe.DQInitStep - INFO - Step DQInitStep done
2022-01-30 21:30:47,502 - stpipe.SaturationStep - INFO - SaturationStep instance created.
2022-01-30 21:30:47,647 - stpipe.SaturationStep - INFO - Step SaturationStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg010_nrca3_uncal.fits>,).
2022-01-30 21:30:47,650 - stpipe.SaturationStep - INFO - Step SaturationStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:30:47,699 - stpipe.SaturationStep - INFO - Using SATURATION reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_saturation_0067.fits
2022-01-30 21:30:48,066 - stpipe.SaturationStep - WARNING - Keyword NO_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:30:48,068 - stpipe.SaturationStep - WARNING - Keyword FEW_SAMPLES does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:30:48,070 - stpipe.SaturationStep - WARNING - Keyword AD_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:30:48,072 - stpipe.SaturationStep - WARNING - Keyword WEIRD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:30:48,073 - stpipe.SaturationStep - WARNING - Keyword DEAD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:30:48,876 - stpipe.SaturationStep - INFO - Extracting reference file subarray to match science data
2022-01-30 21:30:50,561 - stpipe.SaturationStep - INFO - Detected 517 saturated pixels
2022-01-30 21:30:51,184 - stpipe.SaturationStep - INFO - Detected 0 A/D floor pixels
2022-01-30 21:30:51,188 - stpipe.SaturationStep - INFO - Step SaturationStep done
2022-01-30 21:30:51,191 - stpipe.SuperBiasStep - INFO - SuperBiasStep instance created.
2022-01-30 21:30:51,352 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg010_nrca3_uncal.fits>,).
2022-01-30 21:30:51,354 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:30:51,401 - stpipe.SuperBiasStep - INFO - Using SUPERBIAS reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_superbias_0027.fits
2022-01-30 21:30:51,742 - stpipe.SuperBiasStep - WARNING - Keyword NOISY does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:30:52,976 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep done
2022-01-30 21:30:52,980 - stpipe.RefPixStep - INFO - RefPixStep instance created.
0%| | 0/152 [00:00<?, ?it/s]
Note: File Search comes up empty
100%|█████████████████████████████████████████| 152/152 [00:30<00:00, 5.05it/s]
2022-01-30 21:31:27,551 - stpipe.LinearityStep - INFO - LinearityStep instance created.
2022-01-30 21:31:27,719 - stpipe.LinearityStep - INFO - Step LinearityStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg010_nrca3_uncal.fits>,).
2022-01-30 21:31:27,723 - stpipe.LinearityStep - INFO - Step LinearityStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:31:27,774 - stpipe.LinearityStep - INFO - Using Linearity reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_linearity_0053.fits
2022-01-30 21:31:28,023 - stpipe.LinearityStep - WARNING - Keyword UAZ_DO_NOT_USE does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:31:28,025 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_LIN_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:31:28,027 - stpipe.LinearityStep - WARNING - Keyword UAZ_BAD_LIN_FIT does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:31:28,028 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_WELL_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:31:28,030 - stpipe.LinearityStep - WARNING - Keyword UAZ_MODEL_FIT_FAIL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:31:28,032 - stpipe.LinearityStep - WARNING - Keyword UAZ_WELL_NOT_DEFINED does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:31:28,033 - stpipe.LinearityStep - WARNING - Keyword UAZ_MASTER_MASK does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:31:29,029 - stpipe.LinearityStep - INFO - Extracting linearity subarray to match science data
2022-01-30 21:31:32,383 - stpipe.LinearityStep - INFO - Step LinearityStep done
2022-01-30 21:31:32,387 - stpipe.PersistenceStep - INFO - PersistenceStep instance created.
2022-01-30 21:31:32,652 - stpipe.PersistenceStep - INFO - Step PersistenceStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg010_nrca3_uncal.fits>,).
2022-01-30 21:31:32,655 - stpipe.PersistenceStep - INFO - Step PersistenceStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'input_trapsfilled': '', 'flag_pers_cutoff': 40.0, 'save_persistence': False, 'save_trapsfilled': True}
2022-01-30 21:31:32,657 - stpipe.PersistenceStep - INFO - Step skipped.
2022-01-30 21:31:32,659 - stpipe.PersistenceStep - INFO - Step PersistenceStep done
2022-01-30 21:31:32,663 - stpipe.DarkCurrentStep - INFO - DarkCurrentStep instance created.
2022-01-30 21:31:32,799 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg010_nrca3_uncal.fits>,).
2022-01-30 21:31:32,805 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'dark_output': None}
2022-01-30 21:31:32,806 - stpipe.DarkCurrentStep - INFO - Step skipped.
2022-01-30 21:31:32,808 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep done
2022-01-30 21:31:32,812 - stpipe.JumpStep - INFO - JumpStep instance created.
2022-01-30 21:31:32,946 - stpipe.JumpStep - INFO - Step JumpStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg010_nrca3_uncal.fits>,).
2022-01-30 21:31:32,951 - stpipe.JumpStep - INFO - Step JumpStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'rejection_threshold': 15, 'three_group_rejection_threshold': 6.0, 'four_group_rejection_threshold': 5.0, 'maximum_cores': 'none', 'flag_4_neighbors': True, 'max_jump_to_flag_neighbors': 1000.0, 'min_jump_to_flag_neighbors': 10.0}
2022-01-30 21:31:32,973 - stpipe.JumpStep - INFO - CR rejection threshold = 15 sigma
2022-01-30 21:31:33,003 - stpipe.JumpStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:31:33,071 - stpipe.JumpStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:31:33,107 - stpipe.JumpStep - INFO - Using 1 core for jump detection
2022-01-30 21:31:34,108 - stpipe.JumpStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:31:34,110 - stpipe.JumpStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:31:34,756 - stpipe.JumpStep - INFO - Executing two-point difference method
2022-01-30 21:31:37,483 - stpipe.JumpStep - INFO - Working on integration 1:
2022-01-30 21:31:37,599 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:37,601 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:37,602 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:37,614 - stpipe.JumpStep - INFO - Working on integration 2:
2022-01-30 21:31:37,745 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:37,747 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:37,748 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:37,760 - stpipe.JumpStep - INFO - Working on integration 3:
2022-01-30 21:31:37,872 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:37,874 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:37,875 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:37,888 - stpipe.JumpStep - INFO - Working on integration 4:
2022-01-30 21:31:37,997 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:31:37,998 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:38,000 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:38,012 - stpipe.JumpStep - INFO - Working on integration 5:
2022-01-30 21:31:38,121 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:38,123 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:38,124 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and two groups
2022-01-30 21:31:38,136 - stpipe.JumpStep - INFO - Working on integration 6:
2022-01-30 21:31:38,242 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:38,244 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:38,246 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:38,257 - stpipe.JumpStep - INFO - Working on integration 7:
2022-01-30 21:31:38,362 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:38,364 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:38,365 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:38,377 - stpipe.JumpStep - INFO - Working on integration 8:
2022-01-30 21:31:38,487 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:31:38,488 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:38,489 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:38,502 - stpipe.JumpStep - INFO - Working on integration 9:
2022-01-30 21:31:38,611 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:38,612 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:38,613 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:38,626 - stpipe.JumpStep - INFO - Working on integration 10:
2022-01-30 21:31:38,734 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:31:38,736 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:38,737 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:38,749 - stpipe.JumpStep - INFO - Working on integration 11:
2022-01-30 21:31:38,862 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:31:38,864 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:38,865 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:31:38,878 - stpipe.JumpStep - INFO - Working on integration 12:
2022-01-30 21:31:38,997 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:31:38,998 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:39,000 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:39,012 - stpipe.JumpStep - INFO - Working on integration 13:
2022-01-30 21:31:39,132 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:39,134 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:39,135 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:39,148 - stpipe.JumpStep - INFO - Working on integration 14:
2022-01-30 21:31:39,268 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:31:39,269 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:39,270 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:39,283 - stpipe.JumpStep - INFO - Working on integration 15:
2022-01-30 21:31:39,408 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:39,410 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:39,411 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:39,423 - stpipe.JumpStep - INFO - Working on integration 16:
2022-01-30 21:31:39,547 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:31:39,548 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:39,550 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:39,562 - stpipe.JumpStep - INFO - Working on integration 17:
2022-01-30 21:31:39,679 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:39,681 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:39,682 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:39,694 - stpipe.JumpStep - INFO - Working on integration 18:
2022-01-30 21:31:39,813 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:39,814 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:39,816 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:39,828 - stpipe.JumpStep - INFO - Working on integration 19:
2022-01-30 21:31:39,953 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:31:39,954 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:39,955 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:39,968 - stpipe.JumpStep - INFO - Working on integration 20:
2022-01-30 21:31:40,089 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:31:40,091 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:40,092 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:40,105 - stpipe.JumpStep - INFO - Working on integration 21:
2022-01-30 21:31:40,227 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:31:40,229 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:40,230 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:40,244 - stpipe.JumpStep - INFO - Working on integration 22:
2022-01-30 21:31:40,368 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:40,369 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:40,371 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:31:40,384 - stpipe.JumpStep - INFO - Working on integration 23:
2022-01-30 21:31:40,508 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:31:40,510 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:40,511 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:31:40,525 - stpipe.JumpStep - INFO - Working on integration 24:
2022-01-30 21:31:40,648 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:40,649 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:40,652 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:40,664 - stpipe.JumpStep - INFO - Working on integration 25:
2022-01-30 21:31:40,779 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:31:40,780 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:40,782 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:40,795 - stpipe.JumpStep - INFO - Working on integration 26:
2022-01-30 21:31:40,907 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:40,909 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:40,910 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:40,923 - stpipe.JumpStep - INFO - Working on integration 27:
2022-01-30 21:31:41,040 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:41,041 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:41,043 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:41,056 - stpipe.JumpStep - INFO - Working on integration 28:
2022-01-30 21:31:41,170 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:41,171 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:41,173 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:41,186 - stpipe.JumpStep - INFO - Working on integration 29:
2022-01-30 21:31:41,307 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:41,308 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:41,310 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:41,323 - stpipe.JumpStep - INFO - Working on integration 30:
2022-01-30 21:31:41,436 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:41,438 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:41,439 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:41,452 - stpipe.JumpStep - INFO - Working on integration 31:
2022-01-30 21:31:41,567 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:31:41,569 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:41,570 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:41,583 - stpipe.JumpStep - INFO - Working on integration 32:
2022-01-30 21:31:41,703 - stpipe.JumpStep - INFO - From highest outlier Two-point found 15 pixels with at least one CR and at least four groups
2022-01-30 21:31:41,704 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:41,706 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:41,720 - stpipe.JumpStep - INFO - Working on integration 33:
2022-01-30 21:31:41,853 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:31:41,854 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:41,856 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:41,868 - stpipe.JumpStep - INFO - Working on integration 34:
2022-01-30 21:31:41,992 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:31:41,993 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:41,995 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:42,007 - stpipe.JumpStep - INFO - Working on integration 35:
2022-01-30 21:31:42,126 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:31:42,128 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:42,129 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:31:42,141 - stpipe.JumpStep - INFO - Working on integration 36:
2022-01-30 21:31:42,262 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:31:42,263 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:42,265 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:42,277 - stpipe.JumpStep - INFO - Working on integration 37:
2022-01-30 21:31:42,394 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:31:42,395 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:42,397 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:42,408 - stpipe.JumpStep - INFO - Working on integration 38:
2022-01-30 21:31:42,522 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:31:42,523 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:42,525 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:42,536 - stpipe.JumpStep - INFO - Working on integration 39:
2022-01-30 21:31:42,648 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:31:42,650 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:42,651 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:31:42,665 - stpipe.JumpStep - INFO - Working on integration 40:
2022-01-30 21:31:42,788 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:42,790 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:42,791 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:42,804 - stpipe.JumpStep - INFO - Working on integration 41:
2022-01-30 21:31:42,932 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:42,934 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:42,935 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:42,947 - stpipe.JumpStep - INFO - Working on integration 42:
2022-01-30 21:31:43,068 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:31:43,069 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:43,071 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:43,083 - stpipe.JumpStep - INFO - Working on integration 43:
2022-01-30 21:31:43,212 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:31:43,213 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:43,215 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:43,227 - stpipe.JumpStep - INFO - Working on integration 44:
2022-01-30 21:31:43,354 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:31:43,356 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:43,357 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:43,369 - stpipe.JumpStep - INFO - Working on integration 45:
2022-01-30 21:31:43,497 - stpipe.JumpStep - INFO - From highest outlier Two-point found 18 pixels with at least one CR and at least four groups
2022-01-30 21:31:43,498 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:43,500 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:43,514 - stpipe.JumpStep - INFO - Working on integration 46:
2022-01-30 21:31:43,639 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:43,640 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:43,642 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:31:43,654 - stpipe.JumpStep - INFO - Working on integration 47:
2022-01-30 21:31:43,772 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:43,774 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:43,775 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:43,787 - stpipe.JumpStep - INFO - Working on integration 48:
2022-01-30 21:31:43,899 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:31:43,900 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:43,901 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:43,913 - stpipe.JumpStep - INFO - Working on integration 49:
2022-01-30 21:31:44,028 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:31:44,031 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:44,033 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:44,044 - stpipe.JumpStep - INFO - Working on integration 50:
2022-01-30 21:31:44,151 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:44,152 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:44,154 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:44,166 - stpipe.JumpStep - INFO - Working on integration 51:
2022-01-30 21:31:44,274 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:31:44,275 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:44,277 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:44,289 - stpipe.JumpStep - INFO - Working on integration 52:
2022-01-30 21:31:44,396 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:31:44,398 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:44,399 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:44,410 - stpipe.JumpStep - INFO - Working on integration 53:
2022-01-30 21:31:44,517 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:31:44,518 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:44,519 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:44,531 - stpipe.JumpStep - INFO - Working on integration 54:
2022-01-30 21:31:44,637 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:44,639 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:44,640 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:44,651 - stpipe.JumpStep - INFO - Working on integration 55:
2022-01-30 21:31:44,757 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:44,758 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:44,760 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:44,771 - stpipe.JumpStep - INFO - Working on integration 56:
2022-01-30 21:31:44,880 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:44,882 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:44,883 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:44,894 - stpipe.JumpStep - INFO - Working on integration 57:
2022-01-30 21:31:45,010 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:31:45,011 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:45,013 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:45,024 - stpipe.JumpStep - INFO - Working on integration 58:
2022-01-30 21:31:45,152 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:45,154 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:45,155 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:45,167 - stpipe.JumpStep - INFO - Working on integration 59:
2022-01-30 21:31:45,294 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:45,295 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:45,297 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:45,308 - stpipe.JumpStep - INFO - Working on integration 60:
2022-01-30 21:31:45,435 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:45,437 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:45,438 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:45,450 - stpipe.JumpStep - INFO - Working on integration 61:
2022-01-30 21:31:45,569 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:45,571 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:45,572 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:45,584 - stpipe.JumpStep - INFO - Working on integration 62:
2022-01-30 21:31:45,708 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:31:45,710 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:45,711 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:45,723 - stpipe.JumpStep - INFO - Working on integration 63:
2022-01-30 21:31:45,838 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:45,839 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:45,840 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:31:45,852 - stpipe.JumpStep - INFO - Working on integration 64:
2022-01-30 21:31:45,972 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:45,973 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:45,974 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:45,986 - stpipe.JumpStep - INFO - Working on integration 65:
2022-01-30 21:31:46,106 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:46,108 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:46,109 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:46,121 - stpipe.JumpStep - INFO - Working on integration 66:
2022-01-30 21:31:46,238 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:46,240 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:46,241 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:46,252 - stpipe.JumpStep - INFO - Working on integration 67:
2022-01-30 21:31:46,364 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:31:46,366 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:46,367 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:31:46,380 - stpipe.JumpStep - INFO - Working on integration 68:
2022-01-30 21:31:46,498 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:31:46,499 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:46,500 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:46,512 - stpipe.JumpStep - INFO - Working on integration 69:
2022-01-30 21:31:46,634 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:46,635 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:46,637 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:46,649 - stpipe.JumpStep - INFO - Working on integration 70:
2022-01-30 21:31:46,768 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:31:46,769 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:46,771 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:46,782 - stpipe.JumpStep - INFO - Working on integration 71:
2022-01-30 21:31:46,899 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:46,900 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:46,901 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:31:46,913 - stpipe.JumpStep - INFO - Working on integration 72:
2022-01-30 21:31:47,033 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:47,035 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:47,036 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:47,048 - stpipe.JumpStep - INFO - Working on integration 73:
2022-01-30 21:31:47,169 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:47,171 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:47,172 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:47,184 - stpipe.JumpStep - INFO - Working on integration 74:
2022-01-30 21:31:47,302 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:47,304 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:47,305 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:47,316 - stpipe.JumpStep - INFO - Working on integration 75:
2022-01-30 21:31:47,444 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:31:47,445 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:47,447 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:47,459 - stpipe.JumpStep - INFO - Working on integration 76:
2022-01-30 21:31:47,573 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:47,575 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:47,576 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:47,588 - stpipe.JumpStep - INFO - Working on integration 77:
2022-01-30 21:31:47,710 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:47,711 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:47,713 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:47,724 - stpipe.JumpStep - INFO - Working on integration 78:
2022-01-30 21:31:47,853 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:31:47,855 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:47,856 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:47,867 - stpipe.JumpStep - INFO - Working on integration 79:
2022-01-30 21:31:47,989 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:47,991 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:47,992 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:48,004 - stpipe.JumpStep - INFO - Working on integration 80:
2022-01-30 21:31:48,125 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:48,126 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:48,128 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:48,139 - stpipe.JumpStep - INFO - Working on integration 81:
2022-01-30 21:31:48,261 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:48,263 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:48,264 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:31:48,276 - stpipe.JumpStep - INFO - Working on integration 82:
2022-01-30 21:31:48,388 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:31:48,389 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:48,390 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:48,403 - stpipe.JumpStep - INFO - Working on integration 83:
2022-01-30 21:31:48,522 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:31:48,524 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:48,526 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:48,538 - stpipe.JumpStep - INFO - Working on integration 84:
2022-01-30 21:31:48,652 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:31:48,654 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:48,655 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:48,668 - stpipe.JumpStep - INFO - Working on integration 85:
2022-01-30 21:31:48,787 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:48,788 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:48,790 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:48,802 - stpipe.JumpStep - INFO - Working on integration 86:
2022-01-30 21:31:48,919 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:48,921 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:48,922 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:48,934 - stpipe.JumpStep - INFO - Working on integration 87:
2022-01-30 21:31:49,045 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:31:49,047 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:49,048 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:49,060 - stpipe.JumpStep - INFO - Working on integration 88:
2022-01-30 21:31:49,169 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:31:49,171 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:49,172 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:49,184 - stpipe.JumpStep - INFO - Working on integration 89:
2022-01-30 21:31:49,304 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:49,305 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:49,307 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:31:49,319 - stpipe.JumpStep - INFO - Working on integration 90:
2022-01-30 21:31:49,433 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:49,435 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:49,436 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:49,448 - stpipe.JumpStep - INFO - Working on integration 91:
2022-01-30 21:31:49,562 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:31:49,563 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:49,565 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:49,577 - stpipe.JumpStep - INFO - Working on integration 92:
2022-01-30 21:31:49,691 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:49,693 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:49,694 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:49,706 - stpipe.JumpStep - INFO - Working on integration 93:
2022-01-30 21:31:49,815 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:49,817 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:49,818 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:49,830 - stpipe.JumpStep - INFO - Working on integration 94:
2022-01-30 21:31:49,936 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:49,938 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:49,939 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:31:49,951 - stpipe.JumpStep - INFO - Working on integration 95:
2022-01-30 21:31:50,059 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:31:50,061 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:50,062 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:50,073 - stpipe.JumpStep - INFO - Working on integration 96:
2022-01-30 21:31:50,186 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:50,188 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:50,189 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:50,201 - stpipe.JumpStep - INFO - Working on integration 97:
2022-01-30 21:31:50,315 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:50,317 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:50,318 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:50,330 - stpipe.JumpStep - INFO - Working on integration 98:
2022-01-30 21:31:50,446 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:31:50,448 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:50,449 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:50,461 - stpipe.JumpStep - INFO - Working on integration 99:
2022-01-30 21:31:50,574 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:50,576 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:50,577 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:50,588 - stpipe.JumpStep - INFO - Working on integration 100:
2022-01-30 21:31:50,702 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:31:50,703 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:50,704 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:50,716 - stpipe.JumpStep - INFO - Working on integration 101:
2022-01-30 21:31:50,832 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:50,834 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:50,835 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:50,847 - stpipe.JumpStep - INFO - Working on integration 102:
2022-01-30 21:31:50,961 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:50,963 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:50,964 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:50,976 - stpipe.JumpStep - INFO - Working on integration 103:
2022-01-30 21:31:51,096 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:31:51,097 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:51,099 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:31:51,111 - stpipe.JumpStep - INFO - Working on integration 104:
2022-01-30 21:31:51,226 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:31:51,228 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:51,229 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:51,241 - stpipe.JumpStep - INFO - Working on integration 105:
2022-01-30 21:31:51,360 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:31:51,361 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:51,363 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:51,375 - stpipe.JumpStep - INFO - Working on integration 106:
2022-01-30 21:31:51,487 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:31:51,488 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:51,489 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:51,502 - stpipe.JumpStep - INFO - Working on integration 107:
2022-01-30 21:31:51,615 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:31:51,616 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:51,617 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:51,629 - stpipe.JumpStep - INFO - Working on integration 108:
2022-01-30 21:31:51,738 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:31:51,740 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:51,741 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:51,754 - stpipe.JumpStep - INFO - Working on integration 109:
2022-01-30 21:31:51,862 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:51,864 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:51,865 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:51,877 - stpipe.JumpStep - INFO - Working on integration 110:
2022-01-30 21:31:51,987 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:31:51,988 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:51,989 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:52,002 - stpipe.JumpStep - INFO - Working on integration 111:
2022-01-30 21:31:52,117 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:52,118 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:52,120 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:52,131 - stpipe.JumpStep - INFO - Working on integration 112:
2022-01-30 21:31:52,243 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:52,245 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:52,246 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:52,258 - stpipe.JumpStep - INFO - Working on integration 113:
2022-01-30 21:31:52,368 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:31:52,370 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:52,371 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:52,383 - stpipe.JumpStep - INFO - Working on integration 114:
2022-01-30 21:31:52,492 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:52,493 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:52,494 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:52,506 - stpipe.JumpStep - INFO - Working on integration 115:
2022-01-30 21:31:52,617 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:31:52,618 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:52,620 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:52,631 - stpipe.JumpStep - INFO - Working on integration 116:
2022-01-30 21:31:52,739 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:52,741 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:52,742 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:52,754 - stpipe.JumpStep - INFO - Working on integration 117:
2022-01-30 21:31:52,859 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:31:52,860 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:52,862 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:52,874 - stpipe.JumpStep - INFO - Working on integration 118:
2022-01-30 21:31:52,979 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:52,981 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:52,982 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:31:52,993 - stpipe.JumpStep - INFO - Working on integration 119:
2022-01-30 21:31:53,098 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:53,099 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:53,100 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:53,112 - stpipe.JumpStep - INFO - Working on integration 120:
2022-01-30 21:31:53,222 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:53,223 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:53,224 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:31:53,236 - stpipe.JumpStep - INFO - Working on integration 121:
2022-01-30 21:31:53,346 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:31:53,347 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:53,349 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:53,362 - stpipe.JumpStep - INFO - Working on integration 122:
2022-01-30 21:31:53,474 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:31:53,476 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:53,477 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:53,490 - stpipe.JumpStep - INFO - Working on integration 123:
2022-01-30 21:31:53,614 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:53,615 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:53,616 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:53,628 - stpipe.JumpStep - INFO - Working on integration 124:
2022-01-30 21:31:53,754 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:31:53,756 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:53,757 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:31:53,770 - stpipe.JumpStep - INFO - Working on integration 125:
2022-01-30 21:31:53,904 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:53,906 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:53,907 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:53,918 - stpipe.JumpStep - INFO - Working on integration 126:
2022-01-30 21:31:54,050 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:31:54,052 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:54,053 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:54,065 - stpipe.JumpStep - INFO - Working on integration 127:
2022-01-30 21:31:54,193 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:54,195 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:54,196 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:54,208 - stpipe.JumpStep - INFO - Working on integration 128:
2022-01-30 21:31:54,340 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:54,341 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:54,343 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:31:54,355 - stpipe.JumpStep - INFO - Working on integration 129:
2022-01-30 21:31:54,482 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:54,484 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:54,485 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:54,497 - stpipe.JumpStep - INFO - Working on integration 130:
2022-01-30 21:31:54,618 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:54,619 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:54,620 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:54,632 - stpipe.JumpStep - INFO - Working on integration 131:
2022-01-30 21:31:54,751 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:54,752 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:54,753 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:54,765 - stpipe.JumpStep - INFO - Working on integration 132:
2022-01-30 21:31:54,882 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:54,883 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:54,885 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:54,897 - stpipe.JumpStep - INFO - Working on integration 133:
2022-01-30 21:31:55,018 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:31:55,019 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:55,020 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:55,032 - stpipe.JumpStep - INFO - Working on integration 134:
2022-01-30 21:31:55,154 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:55,155 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:55,157 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:31:55,170 - stpipe.JumpStep - INFO - Working on integration 135:
2022-01-30 21:31:55,290 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:31:55,292 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:55,293 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:55,307 - stpipe.JumpStep - INFO - Working on integration 136:
2022-01-30 21:31:55,430 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:31:55,432 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:55,433 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:55,446 - stpipe.JumpStep - INFO - Working on integration 137:
2022-01-30 21:31:55,571 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:55,573 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:55,574 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:55,587 - stpipe.JumpStep - INFO - Working on integration 138:
2022-01-30 21:31:55,719 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:55,720 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:55,722 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:55,735 - stpipe.JumpStep - INFO - Working on integration 139:
2022-01-30 21:31:55,865 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:55,867 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:55,869 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:55,881 - stpipe.JumpStep - INFO - Working on integration 140:
2022-01-30 21:31:56,003 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:31:56,005 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:56,007 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:56,020 - stpipe.JumpStep - INFO - Working on integration 141:
2022-01-30 21:31:56,130 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:31:56,132 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:56,133 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:56,147 - stpipe.JumpStep - INFO - Working on integration 142:
2022-01-30 21:31:56,258 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:31:56,259 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:56,261 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:56,273 - stpipe.JumpStep - INFO - Working on integration 143:
2022-01-30 21:31:56,377 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:56,379 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:56,380 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:56,392 - stpipe.JumpStep - INFO - Working on integration 144:
2022-01-30 21:31:56,500 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:31:56,502 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:56,503 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:56,517 - stpipe.JumpStep - INFO - Working on integration 145:
2022-01-30 21:31:56,626 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:56,628 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:56,629 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:56,642 - stpipe.JumpStep - INFO - Working on integration 146:
2022-01-30 21:31:56,751 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:31:56,752 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:56,754 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:56,767 - stpipe.JumpStep - INFO - Working on integration 147:
2022-01-30 21:31:56,877 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:31:56,879 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:56,880 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:56,893 - stpipe.JumpStep - INFO - Working on integration 148:
2022-01-30 21:31:57,004 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:31:57,005 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:57,007 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:57,019 - stpipe.JumpStep - INFO - Working on integration 149:
2022-01-30 21:31:57,126 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:31:57,127 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:57,129 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:57,142 - stpipe.JumpStep - INFO - Working on integration 150:
2022-01-30 21:31:57,256 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:31:57,258 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:57,259 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:57,272 - stpipe.JumpStep - INFO - Working on integration 151:
2022-01-30 21:31:57,387 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:57,389 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:57,390 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:31:57,404 - stpipe.JumpStep - INFO - Working on integration 152:
2022-01-30 21:31:57,517 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:31:57,519 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:31:57,520 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:31:57,536 - stpipe.JumpStep - INFO - Total elapsed time = 22.7768 sec
2022-01-30 21:31:57,540 - stpipe.JumpStep - INFO - The execution time in seconds: 24.567388
2022-01-30 21:31:57,545 - stpipe.JumpStep - INFO - Step JumpStep done
2022-01-30 21:31:57,549 - stpipe.RampFitStep - INFO - RampFitStep instance created.
2022-01-30 21:31:57,737 - stpipe.RampFitStep - INFO - Step RampFitStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg010_nrca3_uncal.fits>,).
2022-01-30 21:31:57,740 - stpipe.RampFitStep - INFO - Step RampFitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'int_name': '', 'save_opt': False, 'opt_name': '', 'maximum_cores': 'none'}
2022-01-30 21:31:57,812 - stpipe.RampFitStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:31:57,850 - stpipe.RampFitStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:31:57,896 - stpipe.RampFitStep - INFO - Using algorithm = ols
2022-01-30 21:31:57,897 - stpipe.RampFitStep - INFO - Using weighting = optimal
2022-01-30 21:31:57,899 - stpipe.RampFitStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:31:57,902 - stpipe.RampFitStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:34:49,758 - stpipe.RampFitStep - INFO - Number of groups per integration: 8
2022-01-30 21:34:49,760 - stpipe.RampFitStep - INFO - Number of integrations: 152
2022-01-30 21:34:50,088 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg010_nrca3_0_rampfitstep.fits
2022-01-30 21:34:50,760 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg010_nrca3_1_rampfitstep.fits
2022-01-30 21:34:50,761 - stpipe.RampFitStep - INFO - Step RampFitStep done
2022-01-30 21:34:50,765 - stpipe.DQInitStep - INFO - DQInitStep instance created.
2022-01-30 21:34:50,968 - stpipe.DQInitStep - INFO - Step DQInitStep running with args ('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/Raw_Data/jw00042001001_01101_00001-seg011_nrca3_uncal.fits',).
2022-01-30 21:34:50,971 - stpipe.DQInitStep - INFO - Step DQInitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:34:52,467 - stpipe.DQInitStep - INFO - Using MASK reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_mask_0058.fits
2022-01-30 21:34:54,260 - stpipe.DQInitStep - INFO - Extracting mask subarray to match science data
2022-01-30 21:34:54,274 - stpipe.DQInitStep - INFO - Step DQInitStep done
2022-01-30 21:34:54,276 - stpipe.SaturationStep - INFO - SaturationStep instance created.
2022-01-30 21:34:54,419 - stpipe.SaturationStep - INFO - Step SaturationStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg011_nrca3_uncal.fits>,).
2022-01-30 21:34:54,422 - stpipe.SaturationStep - INFO - Step SaturationStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:34:54,470 - stpipe.SaturationStep - INFO - Using SATURATION reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_saturation_0067.fits
2022-01-30 21:34:54,610 - stpipe.SaturationStep - WARNING - Keyword NO_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:34:54,612 - stpipe.SaturationStep - WARNING - Keyword FEW_SAMPLES does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:34:54,613 - stpipe.SaturationStep - WARNING - Keyword AD_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:34:54,614 - stpipe.SaturationStep - WARNING - Keyword WEIRD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:34:54,615 - stpipe.SaturationStep - WARNING - Keyword DEAD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:34:55,408 - stpipe.SaturationStep - INFO - Extracting reference file subarray to match science data
2022-01-30 21:34:56,868 - stpipe.SaturationStep - INFO - Detected 517 saturated pixels
2022-01-30 21:34:56,998 - stpipe.SaturationStep - INFO - Detected 0 A/D floor pixels
2022-01-30 21:34:57,002 - stpipe.SaturationStep - INFO - Step SaturationStep done
2022-01-30 21:34:57,005 - stpipe.SuperBiasStep - INFO - SuperBiasStep instance created.
2022-01-30 21:34:57,151 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg011_nrca3_uncal.fits>,).
2022-01-30 21:34:57,154 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:34:57,200 - stpipe.SuperBiasStep - INFO - Using SUPERBIAS reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_superbias_0027.fits
2022-01-30 21:34:57,456 - stpipe.SuperBiasStep - WARNING - Keyword NOISY does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:34:58,582 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep done
2022-01-30 21:34:58,585 - stpipe.RefPixStep - INFO - RefPixStep instance created.
1%|▎ | 1/152 [00:00<00:28, 5.23it/s]
Note: File Search comes up empty
100%|█████████████████████████████████████████| 152/152 [00:29<00:00, 5.17it/s]
2022-01-30 21:35:28,805 - stpipe.LinearityStep - INFO - LinearityStep instance created.
2022-01-30 21:35:28,973 - stpipe.LinearityStep - INFO - Step LinearityStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg011_nrca3_uncal.fits>,).
2022-01-30 21:35:28,976 - stpipe.LinearityStep - INFO - Step LinearityStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:35:29,025 - stpipe.LinearityStep - INFO - Using Linearity reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_linearity_0053.fits
2022-01-30 21:35:29,281 - stpipe.LinearityStep - WARNING - Keyword UAZ_DO_NOT_USE does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:35:29,282 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_LIN_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:35:29,284 - stpipe.LinearityStep - WARNING - Keyword UAZ_BAD_LIN_FIT does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:35:29,286 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_WELL_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:35:29,288 - stpipe.LinearityStep - WARNING - Keyword UAZ_MODEL_FIT_FAIL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:35:29,289 - stpipe.LinearityStep - WARNING - Keyword UAZ_WELL_NOT_DEFINED does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:35:29,291 - stpipe.LinearityStep - WARNING - Keyword UAZ_MASTER_MASK does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:35:30,118 - stpipe.LinearityStep - INFO - Extracting linearity subarray to match science data
2022-01-30 21:35:33,405 - stpipe.LinearityStep - INFO - Step LinearityStep done
2022-01-30 21:35:33,409 - stpipe.PersistenceStep - INFO - PersistenceStep instance created.
2022-01-30 21:35:33,568 - stpipe.PersistenceStep - INFO - Step PersistenceStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg011_nrca3_uncal.fits>,).
2022-01-30 21:35:33,572 - stpipe.PersistenceStep - INFO - Step PersistenceStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'input_trapsfilled': '', 'flag_pers_cutoff': 40.0, 'save_persistence': False, 'save_trapsfilled': True}
2022-01-30 21:35:33,573 - stpipe.PersistenceStep - INFO - Step skipped.
2022-01-30 21:35:33,576 - stpipe.PersistenceStep - INFO - Step PersistenceStep done
2022-01-30 21:35:33,579 - stpipe.DarkCurrentStep - INFO - DarkCurrentStep instance created.
2022-01-30 21:35:33,712 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg011_nrca3_uncal.fits>,).
2022-01-30 21:35:33,717 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'dark_output': None}
2022-01-30 21:35:33,718 - stpipe.DarkCurrentStep - INFO - Step skipped.
2022-01-30 21:35:33,721 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep done
2022-01-30 21:35:33,725 - stpipe.JumpStep - INFO - JumpStep instance created.
2022-01-30 21:35:33,858 - stpipe.JumpStep - INFO - Step JumpStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg011_nrca3_uncal.fits>,).
2022-01-30 21:35:33,861 - stpipe.JumpStep - INFO - Step JumpStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'rejection_threshold': 15, 'three_group_rejection_threshold': 6.0, 'four_group_rejection_threshold': 5.0, 'maximum_cores': 'none', 'flag_4_neighbors': True, 'max_jump_to_flag_neighbors': 1000.0, 'min_jump_to_flag_neighbors': 10.0}
2022-01-30 21:35:33,884 - stpipe.JumpStep - INFO - CR rejection threshold = 15 sigma
2022-01-30 21:35:33,911 - stpipe.JumpStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:35:33,982 - stpipe.JumpStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:35:34,016 - stpipe.JumpStep - INFO - Using 1 core for jump detection
2022-01-30 21:35:34,918 - stpipe.JumpStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:35:34,920 - stpipe.JumpStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:35:35,565 - stpipe.JumpStep - INFO - Executing two-point difference method
2022-01-30 21:35:38,333 - stpipe.JumpStep - INFO - Working on integration 1:
2022-01-30 21:35:38,447 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:38,448 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:38,450 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:38,461 - stpipe.JumpStep - INFO - Working on integration 2:
2022-01-30 21:35:38,591 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:38,592 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:38,594 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:38,605 - stpipe.JumpStep - INFO - Working on integration 3:
2022-01-30 21:35:38,723 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:38,724 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:38,725 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:38,738 - stpipe.JumpStep - INFO - Working on integration 4:
2022-01-30 21:35:38,855 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:38,856 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:38,857 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:38,868 - stpipe.JumpStep - INFO - Working on integration 5:
2022-01-30 21:35:38,983 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:38,984 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:38,984 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:38,994 - stpipe.JumpStep - INFO - Working on integration 6:
2022-01-30 21:35:39,104 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:35:39,105 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:39,106 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:39,118 - stpipe.JumpStep - INFO - Working on integration 7:
2022-01-30 21:35:39,225 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:39,226 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:39,227 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:39,237 - stpipe.JumpStep - INFO - Working on integration 8:
2022-01-30 21:35:39,343 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:39,344 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:39,345 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:35:39,356 - stpipe.JumpStep - INFO - Working on integration 9:
2022-01-30 21:35:39,461 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:35:39,462 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:39,462 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:39,474 - stpipe.JumpStep - INFO - Working on integration 10:
2022-01-30 21:35:39,580 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:39,581 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:39,582 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:39,594 - stpipe.JumpStep - INFO - Working on integration 11:
2022-01-30 21:35:39,704 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:35:39,705 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:39,706 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:39,717 - stpipe.JumpStep - INFO - Working on integration 12:
2022-01-30 21:35:39,829 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:39,831 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:39,831 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:39,843 - stpipe.JumpStep - INFO - Working on integration 13:
2022-01-30 21:35:39,955 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:35:39,957 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:39,957 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:39,969 - stpipe.JumpStep - INFO - Working on integration 14:
2022-01-30 21:35:40,081 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:35:40,082 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:40,083 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:40,095 - stpipe.JumpStep - INFO - Working on integration 15:
2022-01-30 21:35:40,209 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:40,210 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:40,211 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:40,221 - stpipe.JumpStep - INFO - Working on integration 16:
2022-01-30 21:35:40,336 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:35:40,337 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:40,337 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:40,348 - stpipe.JumpStep - INFO - Working on integration 17:
2022-01-30 21:35:40,460 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:35:40,461 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:40,462 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:40,473 - stpipe.JumpStep - INFO - Working on integration 18:
2022-01-30 21:35:40,584 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:35:40,586 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:40,586 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:40,597 - stpipe.JumpStep - INFO - Working on integration 19:
2022-01-30 21:35:40,705 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:35:40,706 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:40,707 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:40,718 - stpipe.JumpStep - INFO - Working on integration 20:
2022-01-30 21:35:40,822 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:40,823 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:40,824 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:40,834 - stpipe.JumpStep - INFO - Working on integration 21:
2022-01-30 21:35:40,940 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:35:40,941 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:40,942 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:40,952 - stpipe.JumpStep - INFO - Working on integration 22:
2022-01-30 21:35:41,062 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:35:41,063 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:41,064 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:41,074 - stpipe.JumpStep - INFO - Working on integration 23:
2022-01-30 21:35:41,189 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:35:41,190 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:41,191 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:41,203 - stpipe.JumpStep - INFO - Working on integration 24:
2022-01-30 21:35:41,319 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:35:41,321 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:41,321 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:41,332 - stpipe.JumpStep - INFO - Working on integration 25:
2022-01-30 21:35:41,455 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:41,456 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:41,457 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:41,468 - stpipe.JumpStep - INFO - Working on integration 26:
2022-01-30 21:35:41,590 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:41,591 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:41,592 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:41,603 - stpipe.JumpStep - INFO - Working on integration 27:
2022-01-30 21:35:41,724 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:41,725 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:41,726 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:41,737 - stpipe.JumpStep - INFO - Working on integration 28:
2022-01-30 21:35:41,847 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:35:41,848 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:41,849 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:41,860 - stpipe.JumpStep - INFO - Working on integration 29:
2022-01-30 21:35:41,968 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:41,969 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:41,970 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:41,982 - stpipe.JumpStep - INFO - Working on integration 30:
2022-01-30 21:35:42,089 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:35:42,091 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:42,091 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:42,102 - stpipe.JumpStep - INFO - Working on integration 31:
2022-01-30 21:35:42,210 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:42,211 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:42,212 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:42,223 - stpipe.JumpStep - INFO - Working on integration 32:
2022-01-30 21:35:42,330 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:42,331 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:42,332 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:42,343 - stpipe.JumpStep - INFO - Working on integration 33:
2022-01-30 21:35:42,455 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:35:42,456 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:42,457 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:35:42,468 - stpipe.JumpStep - INFO - Working on integration 34:
2022-01-30 21:35:42,584 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:42,585 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:42,586 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:42,597 - stpipe.JumpStep - INFO - Working on integration 35:
2022-01-30 21:35:42,705 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:35:42,706 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:42,707 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:42,718 - stpipe.JumpStep - INFO - Working on integration 36:
2022-01-30 21:35:42,832 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:35:42,833 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:42,833 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:42,845 - stpipe.JumpStep - INFO - Working on integration 37:
2022-01-30 21:35:42,971 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:35:42,972 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:42,973 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:42,985 - stpipe.JumpStep - INFO - Working on integration 38:
2022-01-30 21:35:43,107 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:43,108 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:43,108 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:43,120 - stpipe.JumpStep - INFO - Working on integration 39:
2022-01-30 21:35:43,234 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:43,236 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:43,236 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:43,248 - stpipe.JumpStep - INFO - Working on integration 40:
2022-01-30 21:35:43,354 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:43,355 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:43,356 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:35:43,367 - stpipe.JumpStep - INFO - Working on integration 41:
2022-01-30 21:35:43,475 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:43,476 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:43,477 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:43,489 - stpipe.JumpStep - INFO - Working on integration 42:
2022-01-30 21:35:43,602 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:43,603 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:43,604 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:43,616 - stpipe.JumpStep - INFO - Working on integration 43:
2022-01-30 21:35:43,730 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:43,731 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:43,732 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:43,743 - stpipe.JumpStep - INFO - Working on integration 44:
2022-01-30 21:35:43,856 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:43,857 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:43,858 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:43,870 - stpipe.JumpStep - INFO - Working on integration 45:
2022-01-30 21:35:43,983 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:43,984 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:43,985 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:35:43,996 - stpipe.JumpStep - INFO - Working on integration 46:
2022-01-30 21:35:44,102 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:44,103 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:44,104 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:44,115 - stpipe.JumpStep - INFO - Working on integration 47:
2022-01-30 21:35:44,231 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:35:44,232 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:44,232 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:44,245 - stpipe.JumpStep - INFO - Working on integration 48:
2022-01-30 21:35:44,368 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:44,369 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:44,369 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:35:44,381 - stpipe.JumpStep - INFO - Working on integration 49:
2022-01-30 21:35:44,510 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:44,511 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:44,511 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:44,523 - stpipe.JumpStep - INFO - Working on integration 50:
2022-01-30 21:35:44,646 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:35:44,647 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:44,648 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:44,660 - stpipe.JumpStep - INFO - Working on integration 51:
2022-01-30 21:35:44,775 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:35:44,777 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:44,777 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:44,789 - stpipe.JumpStep - INFO - Working on integration 52:
2022-01-30 21:35:44,900 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:44,901 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:44,901 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:44,913 - stpipe.JumpStep - INFO - Working on integration 53:
2022-01-30 21:35:45,026 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:45,028 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:45,028 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:45,040 - stpipe.JumpStep - INFO - Working on integration 54:
2022-01-30 21:35:45,150 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:45,151 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:45,152 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:45,163 - stpipe.JumpStep - INFO - Working on integration 55:
2022-01-30 21:35:45,275 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:45,276 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:45,277 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:45,289 - stpipe.JumpStep - INFO - Working on integration 56:
2022-01-30 21:35:45,409 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:45,410 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:45,411 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:45,422 - stpipe.JumpStep - INFO - Working on integration 57:
2022-01-30 21:35:45,537 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:35:45,539 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:45,539 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:45,551 - stpipe.JumpStep - INFO - Working on integration 58:
2022-01-30 21:35:45,667 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:45,669 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:45,669 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and two groups
2022-01-30 21:35:45,681 - stpipe.JumpStep - INFO - Working on integration 59:
2022-01-30 21:35:45,798 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:45,799 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:45,800 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:35:45,812 - stpipe.JumpStep - INFO - Working on integration 60:
2022-01-30 21:35:45,937 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:35:45,939 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:45,939 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:45,952 - stpipe.JumpStep - INFO - Working on integration 61:
2022-01-30 21:35:46,078 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:46,080 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:46,080 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:46,092 - stpipe.JumpStep - INFO - Working on integration 62:
2022-01-30 21:35:46,207 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:46,208 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:46,209 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:46,222 - stpipe.JumpStep - INFO - Working on integration 63:
2022-01-30 21:35:46,334 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:46,336 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:46,337 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:46,349 - stpipe.JumpStep - INFO - Working on integration 64:
2022-01-30 21:35:46,462 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:35:46,464 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:46,465 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:46,478 - stpipe.JumpStep - INFO - Working on integration 65:
2022-01-30 21:35:46,586 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:35:46,588 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:46,589 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:46,601 - stpipe.JumpStep - INFO - Working on integration 66:
2022-01-30 21:35:46,708 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:46,709 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:46,710 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:46,722 - stpipe.JumpStep - INFO - Working on integration 67:
2022-01-30 21:35:46,836 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:35:46,838 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:46,839 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:46,851 - stpipe.JumpStep - INFO - Working on integration 68:
2022-01-30 21:35:46,967 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:35:46,969 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:46,970 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:46,982 - stpipe.JumpStep - INFO - Working on integration 69:
2022-01-30 21:35:47,096 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:35:47,098 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:47,099 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:47,111 - stpipe.JumpStep - INFO - Working on integration 70:
2022-01-30 21:35:47,226 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:47,228 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:47,229 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:47,241 - stpipe.JumpStep - INFO - Working on integration 71:
2022-01-30 21:35:47,364 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:35:47,365 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:47,366 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:47,378 - stpipe.JumpStep - INFO - Working on integration 72:
2022-01-30 21:35:47,505 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:35:47,506 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:47,507 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:47,519 - stpipe.JumpStep - INFO - Working on integration 73:
2022-01-30 21:35:47,629 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:35:47,630 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:47,632 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:47,645 - stpipe.JumpStep - INFO - Working on integration 74:
2022-01-30 21:35:47,752 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:47,753 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:47,754 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:47,767 - stpipe.JumpStep - INFO - Working on integration 75:
2022-01-30 21:35:47,876 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:47,878 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:47,879 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:47,891 - stpipe.JumpStep - INFO - Working on integration 76:
2022-01-30 21:35:47,997 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:47,998 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:48,000 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:48,011 - stpipe.JumpStep - INFO - Working on integration 77:
2022-01-30 21:35:48,119 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:48,120 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:48,121 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:48,134 - stpipe.JumpStep - INFO - Working on integration 78:
2022-01-30 21:35:48,246 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:48,248 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:48,249 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:48,262 - stpipe.JumpStep - INFO - Working on integration 79:
2022-01-30 21:35:48,373 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:35:48,375 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:48,376 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:48,387 - stpipe.JumpStep - INFO - Working on integration 80:
2022-01-30 21:35:48,501 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:48,502 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:48,504 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:48,515 - stpipe.JumpStep - INFO - Working on integration 81:
2022-01-30 21:35:48,628 - stpipe.JumpStep - INFO - From highest outlier Two-point found 14 pixels with at least one CR and at least four groups
2022-01-30 21:35:48,630 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:48,631 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:48,644 - stpipe.JumpStep - INFO - Working on integration 82:
2022-01-30 21:35:48,763 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:35:48,764 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:48,765 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:48,778 - stpipe.JumpStep - INFO - Working on integration 83:
2022-01-30 21:35:48,898 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:35:48,899 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:48,901 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:48,913 - stpipe.JumpStep - INFO - Working on integration 84:
2022-01-30 21:35:49,023 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:35:49,024 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:49,025 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:49,037 - stpipe.JumpStep - INFO - Working on integration 85:
2022-01-30 21:35:49,143 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:49,145 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:49,146 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:49,158 - stpipe.JumpStep - INFO - Working on integration 86:
2022-01-30 21:35:49,266 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:49,268 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:49,270 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:49,280 - stpipe.JumpStep - INFO - Working on integration 87:
2022-01-30 21:35:49,388 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:35:49,389 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:49,391 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:49,403 - stpipe.JumpStep - INFO - Working on integration 88:
2022-01-30 21:35:49,515 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:35:49,516 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:49,518 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:49,529 - stpipe.JumpStep - INFO - Working on integration 89:
2022-01-30 21:35:49,643 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:49,645 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:49,646 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:49,657 - stpipe.JumpStep - INFO - Working on integration 90:
2022-01-30 21:35:49,765 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:49,767 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:49,768 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:49,779 - stpipe.JumpStep - INFO - Working on integration 91:
2022-01-30 21:35:49,893 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:49,894 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:49,896 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:49,907 - stpipe.JumpStep - INFO - Working on integration 92:
2022-01-30 21:35:50,022 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:50,023 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:50,024 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:35:50,036 - stpipe.JumpStep - INFO - Working on integration 93:
2022-01-30 21:35:50,150 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:50,151 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:50,153 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:50,164 - stpipe.JumpStep - INFO - Working on integration 94:
2022-01-30 21:35:50,282 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:50,284 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:50,285 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:50,296 - stpipe.JumpStep - INFO - Working on integration 95:
2022-01-30 21:35:50,409 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:50,411 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:50,412 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:50,423 - stpipe.JumpStep - INFO - Working on integration 96:
2022-01-30 21:35:50,533 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:50,534 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:50,535 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:50,548 - stpipe.JumpStep - INFO - Working on integration 97:
2022-01-30 21:35:50,658 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:35:50,659 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:50,661 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:50,673 - stpipe.JumpStep - INFO - Working on integration 98:
2022-01-30 21:35:50,781 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:50,783 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:50,784 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:50,796 - stpipe.JumpStep - INFO - Working on integration 99:
2022-01-30 21:35:50,904 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:50,905 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:50,907 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:50,918 - stpipe.JumpStep - INFO - Working on integration 100:
2022-01-30 21:35:51,026 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:35:51,028 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:51,030 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:51,042 - stpipe.JumpStep - INFO - Working on integration 101:
2022-01-30 21:35:51,153 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:51,155 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:51,156 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:51,168 - stpipe.JumpStep - INFO - Working on integration 102:
2022-01-30 21:35:51,285 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:35:51,287 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:51,288 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:35:51,300 - stpipe.JumpStep - INFO - Working on integration 103:
2022-01-30 21:35:51,416 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:51,418 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:51,419 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:51,430 - stpipe.JumpStep - INFO - Working on integration 104:
2022-01-30 21:35:51,546 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:35:51,548 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:51,549 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:35:51,561 - stpipe.JumpStep - INFO - Working on integration 105:
2022-01-30 21:35:51,674 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:35:51,675 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:51,676 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:51,688 - stpipe.JumpStep - INFO - Working on integration 106:
2022-01-30 21:35:51,798 - stpipe.JumpStep - INFO - From highest outlier Two-point found 14 pixels with at least one CR and at least four groups
2022-01-30 21:35:51,800 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:51,802 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:51,813 - stpipe.JumpStep - INFO - Working on integration 107:
2022-01-30 21:35:51,918 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:51,920 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:51,921 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:51,933 - stpipe.JumpStep - INFO - Working on integration 108:
2022-01-30 21:35:52,043 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:52,044 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:52,045 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:52,058 - stpipe.JumpStep - INFO - Working on integration 109:
2022-01-30 21:35:52,164 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:35:52,165 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:52,166 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:52,178 - stpipe.JumpStep - INFO - Working on integration 110:
2022-01-30 21:35:52,285 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:52,286 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:52,287 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:52,297 - stpipe.JumpStep - INFO - Working on integration 111:
2022-01-30 21:35:52,401 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:52,403 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:52,404 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:52,416 - stpipe.JumpStep - INFO - Working on integration 112:
2022-01-30 21:35:52,526 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:35:52,527 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:52,529 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:35:52,540 - stpipe.JumpStep - INFO - Working on integration 113:
2022-01-30 21:35:52,658 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:52,660 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:52,661 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:52,672 - stpipe.JumpStep - INFO - Working on integration 114:
2022-01-30 21:35:52,786 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:35:52,788 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:52,789 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:52,801 - stpipe.JumpStep - INFO - Working on integration 115:
2022-01-30 21:35:52,915 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:52,917 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:52,918 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:52,929 - stpipe.JumpStep - INFO - Working on integration 116:
2022-01-30 21:35:53,041 - stpipe.JumpStep - INFO - From highest outlier Two-point found 22 pixels with at least one CR and at least four groups
2022-01-30 21:35:53,042 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:53,043 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:53,057 - stpipe.JumpStep - INFO - Working on integration 117:
2022-01-30 21:35:53,169 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:35:53,171 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:53,172 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:53,184 - stpipe.JumpStep - INFO - Working on integration 118:
2022-01-30 21:35:53,294 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:35:53,296 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:53,298 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:53,309 - stpipe.JumpStep - INFO - Working on integration 119:
2022-01-30 21:35:53,413 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:53,414 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:53,416 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:35:53,427 - stpipe.JumpStep - INFO - Working on integration 120:
2022-01-30 21:35:53,533 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:53,535 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:53,536 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:53,548 - stpipe.JumpStep - INFO - Working on integration 121:
2022-01-30 21:35:53,651 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:53,653 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:53,654 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:53,665 - stpipe.JumpStep - INFO - Working on integration 122:
2022-01-30 21:35:53,772 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:53,773 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:53,775 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:53,786 - stpipe.JumpStep - INFO - Working on integration 123:
2022-01-30 21:35:53,899 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:35:53,901 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:53,903 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and two groups
2022-01-30 21:35:53,915 - stpipe.JumpStep - INFO - Working on integration 124:
2022-01-30 21:35:54,030 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:54,032 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:54,033 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:54,045 - stpipe.JumpStep - INFO - Working on integration 125:
2022-01-30 21:35:54,162 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:54,163 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:54,165 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:54,175 - stpipe.JumpStep - INFO - Working on integration 126:
2022-01-30 21:35:54,290 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:54,292 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:54,293 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:54,305 - stpipe.JumpStep - INFO - Working on integration 127:
2022-01-30 21:35:54,419 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:54,420 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:54,421 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:54,433 - stpipe.JumpStep - INFO - Working on integration 128:
2022-01-30 21:35:54,543 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:35:54,545 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:54,546 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:54,558 - stpipe.JumpStep - INFO - Working on integration 129:
2022-01-30 21:35:54,666 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:35:54,668 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:54,669 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:54,681 - stpipe.JumpStep - INFO - Working on integration 130:
2022-01-30 21:35:54,791 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:54,792 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:54,794 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:54,805 - stpipe.JumpStep - INFO - Working on integration 131:
2022-01-30 21:35:54,911 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:54,912 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:54,914 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:54,926 - stpipe.JumpStep - INFO - Working on integration 132:
2022-01-30 21:35:55,032 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:55,033 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:55,035 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:55,047 - stpipe.JumpStep - INFO - Working on integration 133:
2022-01-30 21:35:55,154 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:55,156 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:55,157 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:55,168 - stpipe.JumpStep - INFO - Working on integration 134:
2022-01-30 21:35:55,283 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:35:55,285 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:55,286 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:55,298 - stpipe.JumpStep - INFO - Working on integration 135:
2022-01-30 21:35:55,407 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:55,409 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:55,410 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:55,421 - stpipe.JumpStep - INFO - Working on integration 136:
2022-01-30 21:35:55,536 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:55,537 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:55,539 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:55,551 - stpipe.JumpStep - INFO - Working on integration 137:
2022-01-30 21:35:55,666 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:55,668 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:55,669 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:35:55,681 - stpipe.JumpStep - INFO - Working on integration 138:
2022-01-30 21:35:55,795 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:55,797 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:55,798 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:55,809 - stpipe.JumpStep - INFO - Working on integration 139:
2022-01-30 21:35:55,918 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:55,919 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:55,920 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:55,931 - stpipe.JumpStep - INFO - Working on integration 140:
2022-01-30 21:35:56,040 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:35:56,041 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:56,043 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:56,054 - stpipe.JumpStep - INFO - Working on integration 141:
2022-01-30 21:35:56,158 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:56,159 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:56,161 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:56,172 - stpipe.JumpStep - INFO - Working on integration 142:
2022-01-30 21:35:56,278 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:35:56,279 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:56,281 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:56,292 - stpipe.JumpStep - INFO - Working on integration 143:
2022-01-30 21:35:56,396 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:56,398 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:56,399 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:56,410 - stpipe.JumpStep - INFO - Working on integration 144:
2022-01-30 21:35:56,516 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:56,517 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:56,518 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:56,530 - stpipe.JumpStep - INFO - Working on integration 145:
2022-01-30 21:35:56,640 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:35:56,642 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:56,644 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:56,654 - stpipe.JumpStep - INFO - Working on integration 146:
2022-01-30 21:35:56,765 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:35:56,766 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:56,768 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:56,780 - stpipe.JumpStep - INFO - Working on integration 147:
2022-01-30 21:35:56,892 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:35:56,893 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:56,894 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:56,907 - stpipe.JumpStep - INFO - Working on integration 148:
2022-01-30 21:35:57,030 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:57,032 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:57,033 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:57,045 - stpipe.JumpStep - INFO - Working on integration 149:
2022-01-30 21:35:57,161 - stpipe.JumpStep - INFO - From highest outlier Two-point found 14 pixels with at least one CR and at least four groups
2022-01-30 21:35:57,163 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:57,164 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:57,176 - stpipe.JumpStep - INFO - Working on integration 150:
2022-01-30 21:35:57,292 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:35:57,294 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:57,295 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:57,306 - stpipe.JumpStep - INFO - Working on integration 151:
2022-01-30 21:35:57,412 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:35:57,413 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:57,415 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:57,426 - stpipe.JumpStep - INFO - Working on integration 152:
2022-01-30 21:35:57,535 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:35:57,537 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:35:57,538 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:35:57,552 - stpipe.JumpStep - INFO - Total elapsed time = 21.986 sec
2022-01-30 21:35:57,555 - stpipe.JumpStep - INFO - The execution time in seconds: 23.671554
2022-01-30 21:35:57,559 - stpipe.JumpStep - INFO - Step JumpStep done
2022-01-30 21:35:57,562 - stpipe.RampFitStep - INFO - RampFitStep instance created.
2022-01-30 21:35:57,708 - stpipe.RampFitStep - INFO - Step RampFitStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg011_nrca3_uncal.fits>,).
2022-01-30 21:35:57,711 - stpipe.RampFitStep - INFO - Step RampFitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'int_name': '', 'save_opt': False, 'opt_name': '', 'maximum_cores': 'none'}
2022-01-30 21:35:57,785 - stpipe.RampFitStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:35:57,817 - stpipe.RampFitStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:35:57,862 - stpipe.RampFitStep - INFO - Using algorithm = ols
2022-01-30 21:35:57,863 - stpipe.RampFitStep - INFO - Using weighting = optimal
2022-01-30 21:35:57,865 - stpipe.RampFitStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:35:57,867 - stpipe.RampFitStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:38:42,346 - stpipe.RampFitStep - INFO - Number of groups per integration: 8
2022-01-30 21:38:42,349 - stpipe.RampFitStep - INFO - Number of integrations: 152
2022-01-30 21:38:42,682 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg011_nrca3_0_rampfitstep.fits
2022-01-30 21:38:43,339 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg011_nrca3_1_rampfitstep.fits
2022-01-30 21:38:43,341 - stpipe.RampFitStep - INFO - Step RampFitStep done
2022-01-30 21:38:43,345 - stpipe.DQInitStep - INFO - DQInitStep instance created.
2022-01-30 21:38:43,549 - stpipe.DQInitStep - INFO - Step DQInitStep running with args ('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/Raw_Data/jw00042001001_01101_00001-seg012_nrca3_uncal.fits',).
2022-01-30 21:38:43,552 - stpipe.DQInitStep - INFO - Step DQInitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:38:44,987 - stpipe.DQInitStep - INFO - Using MASK reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_mask_0058.fits
2022-01-30 21:38:46,723 - stpipe.DQInitStep - INFO - Extracting mask subarray to match science data
2022-01-30 21:38:46,737 - stpipe.DQInitStep - INFO - Step DQInitStep done
2022-01-30 21:38:46,740 - stpipe.SaturationStep - INFO - SaturationStep instance created.
2022-01-30 21:38:46,881 - stpipe.SaturationStep - INFO - Step SaturationStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg012_nrca3_uncal.fits>,).
2022-01-30 21:38:46,884 - stpipe.SaturationStep - INFO - Step SaturationStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:38:46,933 - stpipe.SaturationStep - INFO - Using SATURATION reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_saturation_0067.fits
2022-01-30 21:38:47,073 - stpipe.SaturationStep - WARNING - Keyword NO_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:38:47,075 - stpipe.SaturationStep - WARNING - Keyword FEW_SAMPLES does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:38:47,076 - stpipe.SaturationStep - WARNING - Keyword AD_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:38:47,078 - stpipe.SaturationStep - WARNING - Keyword WEIRD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:38:47,079 - stpipe.SaturationStep - WARNING - Keyword DEAD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:38:47,866 - stpipe.SaturationStep - INFO - Extracting reference file subarray to match science data
2022-01-30 21:38:49,335 - stpipe.SaturationStep - INFO - Detected 518 saturated pixels
2022-01-30 21:38:49,469 - stpipe.SaturationStep - INFO - Detected 0 A/D floor pixels
2022-01-30 21:38:49,474 - stpipe.SaturationStep - INFO - Step SaturationStep done
2022-01-30 21:38:49,477 - stpipe.SuperBiasStep - INFO - SuperBiasStep instance created.
2022-01-30 21:38:49,618 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg012_nrca3_uncal.fits>,).
2022-01-30 21:38:49,621 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:38:49,669 - stpipe.SuperBiasStep - INFO - Using SUPERBIAS reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_superbias_0027.fits
2022-01-30 21:38:49,932 - stpipe.SuperBiasStep - WARNING - Keyword NOISY does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:38:51,042 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep done
2022-01-30 21:38:51,045 - stpipe.RefPixStep - INFO - RefPixStep instance created.
1%|▎ | 1/152 [00:00<00:28, 5.30it/s]
Note: File Search comes up empty
100%|█████████████████████████████████████████| 152/152 [00:29<00:00, 5.15it/s]
2022-01-30 21:39:21,401 - stpipe.LinearityStep - INFO - LinearityStep instance created.
2022-01-30 21:39:21,593 - stpipe.LinearityStep - INFO - Step LinearityStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg012_nrca3_uncal.fits>,).
2022-01-30 21:39:21,596 - stpipe.LinearityStep - INFO - Step LinearityStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:39:21,645 - stpipe.LinearityStep - INFO - Using Linearity reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_linearity_0053.fits
2022-01-30 21:39:21,891 - stpipe.LinearityStep - WARNING - Keyword UAZ_DO_NOT_USE does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:39:21,893 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_LIN_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:39:21,895 - stpipe.LinearityStep - WARNING - Keyword UAZ_BAD_LIN_FIT does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:39:21,897 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_WELL_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:39:21,898 - stpipe.LinearityStep - WARNING - Keyword UAZ_MODEL_FIT_FAIL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:39:21,900 - stpipe.LinearityStep - WARNING - Keyword UAZ_WELL_NOT_DEFINED does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:39:21,901 - stpipe.LinearityStep - WARNING - Keyword UAZ_MASTER_MASK does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:39:22,699 - stpipe.LinearityStep - INFO - Extracting linearity subarray to match science data
2022-01-30 21:39:26,115 - stpipe.LinearityStep - INFO - Step LinearityStep done
2022-01-30 21:39:26,119 - stpipe.PersistenceStep - INFO - PersistenceStep instance created.
2022-01-30 21:39:26,262 - stpipe.PersistenceStep - INFO - Step PersistenceStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg012_nrca3_uncal.fits>,).
2022-01-30 21:39:26,266 - stpipe.PersistenceStep - INFO - Step PersistenceStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'input_trapsfilled': '', 'flag_pers_cutoff': 40.0, 'save_persistence': False, 'save_trapsfilled': True}
2022-01-30 21:39:26,267 - stpipe.PersistenceStep - INFO - Step skipped.
2022-01-30 21:39:26,270 - stpipe.PersistenceStep - INFO - Step PersistenceStep done
2022-01-30 21:39:26,273 - stpipe.DarkCurrentStep - INFO - DarkCurrentStep instance created.
2022-01-30 21:39:26,404 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg012_nrca3_uncal.fits>,).
2022-01-30 21:39:26,406 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'dark_output': None}
2022-01-30 21:39:26,408 - stpipe.DarkCurrentStep - INFO - Step skipped.
2022-01-30 21:39:26,410 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep done
2022-01-30 21:39:26,413 - stpipe.JumpStep - INFO - JumpStep instance created.
2022-01-30 21:39:26,545 - stpipe.JumpStep - INFO - Step JumpStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg012_nrca3_uncal.fits>,).
2022-01-30 21:39:26,549 - stpipe.JumpStep - INFO - Step JumpStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'rejection_threshold': 15, 'three_group_rejection_threshold': 6.0, 'four_group_rejection_threshold': 5.0, 'maximum_cores': 'none', 'flag_4_neighbors': True, 'max_jump_to_flag_neighbors': 1000.0, 'min_jump_to_flag_neighbors': 10.0}
2022-01-30 21:39:26,574 - stpipe.JumpStep - INFO - CR rejection threshold = 15 sigma
2022-01-30 21:39:26,601 - stpipe.JumpStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:39:26,669 - stpipe.JumpStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:39:26,702 - stpipe.JumpStep - INFO - Using 1 core for jump detection
2022-01-30 21:39:27,504 - stpipe.JumpStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:39:27,506 - stpipe.JumpStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:39:28,106 - stpipe.JumpStep - INFO - Executing two-point difference method
2022-01-30 21:39:30,824 - stpipe.JumpStep - INFO - Working on integration 1:
2022-01-30 21:39:30,928 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:39:30,930 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:30,931 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:30,943 - stpipe.JumpStep - INFO - Working on integration 2:
2022-01-30 21:39:31,055 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:39:31,057 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:31,058 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:31,070 - stpipe.JumpStep - INFO - Working on integration 3:
2022-01-30 21:39:31,174 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:31,176 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:31,177 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:31,189 - stpipe.JumpStep - INFO - Working on integration 4:
2022-01-30 21:39:31,296 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:31,298 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:31,299 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:31,311 - stpipe.JumpStep - INFO - Working on integration 5:
2022-01-30 21:39:31,414 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:39:31,416 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:31,417 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:31,428 - stpipe.JumpStep - INFO - Working on integration 6:
2022-01-30 21:39:31,531 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:39:31,532 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:31,534 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:31,545 - stpipe.JumpStep - INFO - Working on integration 7:
2022-01-30 21:39:31,647 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:39:31,648 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:31,649 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:39:31,661 - stpipe.JumpStep - INFO - Working on integration 8:
2022-01-30 21:39:31,764 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:39:31,765 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:31,767 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:31,778 - stpipe.JumpStep - INFO - Working on integration 9:
2022-01-30 21:39:31,882 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:31,883 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:31,885 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:31,895 - stpipe.JumpStep - INFO - Working on integration 10:
2022-01-30 21:39:31,998 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:39:32,000 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:32,001 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:32,012 - stpipe.JumpStep - INFO - Working on integration 11:
2022-01-30 21:39:32,119 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:39:32,120 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:32,122 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:32,133 - stpipe.JumpStep - INFO - Working on integration 12:
2022-01-30 21:39:32,236 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:39:32,238 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:32,239 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:32,251 - stpipe.JumpStep - INFO - Working on integration 13:
2022-01-30 21:39:32,354 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:39:32,355 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:32,356 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:32,368 - stpipe.JumpStep - INFO - Working on integration 14:
2022-01-30 21:39:32,471 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:39:32,472 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:32,473 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:32,485 - stpipe.JumpStep - INFO - Working on integration 15:
2022-01-30 21:39:32,591 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:32,592 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:32,594 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:32,605 - stpipe.JumpStep - INFO - Working on integration 16:
2022-01-30 21:39:32,707 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:39:32,709 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:32,710 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:32,721 - stpipe.JumpStep - INFO - Working on integration 17:
2022-01-30 21:39:32,825 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:32,827 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:32,828 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:32,839 - stpipe.JumpStep - INFO - Working on integration 18:
2022-01-30 21:39:32,943 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:32,944 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:32,945 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:32,957 - stpipe.JumpStep - INFO - Working on integration 19:
2022-01-30 21:39:33,059 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:39:33,060 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:33,061 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:33,073 - stpipe.JumpStep - INFO - Working on integration 20:
2022-01-30 21:39:33,176 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:33,177 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:33,179 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:33,190 - stpipe.JumpStep - INFO - Working on integration 21:
2022-01-30 21:39:33,294 - stpipe.JumpStep - INFO - From highest outlier Two-point found 16 pixels with at least one CR and at least four groups
2022-01-30 21:39:33,295 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:33,297 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:33,309 - stpipe.JumpStep - INFO - Working on integration 22:
2022-01-30 21:39:33,415 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:33,417 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:33,418 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:33,430 - stpipe.JumpStep - INFO - Working on integration 23:
2022-01-30 21:39:33,533 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:39:33,535 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:33,536 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:33,548 - stpipe.JumpStep - INFO - Working on integration 24:
2022-01-30 21:39:33,650 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:39:33,652 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:33,653 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:33,664 - stpipe.JumpStep - INFO - Working on integration 25:
2022-01-30 21:39:33,769 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:39:33,770 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:33,771 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:33,783 - stpipe.JumpStep - INFO - Working on integration 26:
2022-01-30 21:39:33,885 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:39:33,886 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:33,888 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:33,899 - stpipe.JumpStep - INFO - Working on integration 27:
2022-01-30 21:39:34,000 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:34,002 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:34,003 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:34,014 - stpipe.JumpStep - INFO - Working on integration 28:
2022-01-30 21:39:34,115 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:39:34,117 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:34,118 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:34,130 - stpipe.JumpStep - INFO - Working on integration 29:
2022-01-30 21:39:34,232 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:39:34,234 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:34,235 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:34,247 - stpipe.JumpStep - INFO - Working on integration 30:
2022-01-30 21:39:34,349 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:39:34,350 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:34,351 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:34,363 - stpipe.JumpStep - INFO - Working on integration 31:
2022-01-30 21:39:34,465 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:34,466 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:34,468 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:34,480 - stpipe.JumpStep - INFO - Working on integration 32:
2022-01-30 21:39:34,584 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:39:34,585 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:34,587 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:34,598 - stpipe.JumpStep - INFO - Working on integration 33:
2022-01-30 21:39:34,700 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:39:34,701 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:34,702 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:34,714 - stpipe.JumpStep - INFO - Working on integration 34:
2022-01-30 21:39:34,821 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:39:34,822 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:34,824 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:34,834 - stpipe.JumpStep - INFO - Working on integration 35:
2022-01-30 21:39:34,936 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:34,937 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:34,939 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:34,950 - stpipe.JumpStep - INFO - Working on integration 36:
2022-01-30 21:39:35,053 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:35,054 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:35,055 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:39:35,067 - stpipe.JumpStep - INFO - Working on integration 37:
2022-01-30 21:39:35,170 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:35,172 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:35,173 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:39:35,184 - stpipe.JumpStep - INFO - Working on integration 38:
2022-01-30 21:39:35,287 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:39:35,289 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:35,290 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:35,301 - stpipe.JumpStep - INFO - Working on integration 39:
2022-01-30 21:39:35,403 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:39:35,404 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:35,406 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:35,417 - stpipe.JumpStep - INFO - Working on integration 40:
2022-01-30 21:39:35,518 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:39:35,520 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:35,521 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:39:35,532 - stpipe.JumpStep - INFO - Working on integration 41:
2022-01-30 21:39:35,634 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:35,636 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:35,637 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:35,648 - stpipe.JumpStep - INFO - Working on integration 42:
2022-01-30 21:39:35,752 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:35,753 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:35,755 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:39:35,766 - stpipe.JumpStep - INFO - Working on integration 43:
2022-01-30 21:39:35,869 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:35,871 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:35,872 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:35,883 - stpipe.JumpStep - INFO - Working on integration 44:
2022-01-30 21:39:35,989 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:39:35,990 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:35,992 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:36,003 - stpipe.JumpStep - INFO - Working on integration 45:
2022-01-30 21:39:36,107 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:39:36,108 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:36,109 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:36,121 - stpipe.JumpStep - INFO - Working on integration 46:
2022-01-30 21:39:36,222 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:39:36,223 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:36,224 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:36,236 - stpipe.JumpStep - INFO - Working on integration 47:
2022-01-30 21:39:36,339 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:36,341 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:36,342 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:36,353 - stpipe.JumpStep - INFO - Working on integration 48:
2022-01-30 21:39:36,456 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:36,457 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:36,458 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:39:36,470 - stpipe.JumpStep - INFO - Working on integration 49:
2022-01-30 21:39:36,572 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:39:36,573 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:36,575 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:36,586 - stpipe.JumpStep - INFO - Working on integration 50:
2022-01-30 21:39:36,687 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:39:36,689 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:36,690 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:39:36,702 - stpipe.JumpStep - INFO - Working on integration 51:
2022-01-30 21:39:36,806 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:39:36,807 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:36,808 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:36,821 - stpipe.JumpStep - INFO - Working on integration 52:
2022-01-30 21:39:36,923 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:36,924 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:36,926 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:36,937 - stpipe.JumpStep - INFO - Working on integration 53:
2022-01-30 21:39:37,038 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:39:37,040 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:37,041 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:37,053 - stpipe.JumpStep - INFO - Working on integration 54:
2022-01-30 21:39:37,155 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:37,156 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:37,157 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:37,169 - stpipe.JumpStep - INFO - Working on integration 55:
2022-01-30 21:39:37,271 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:39:37,272 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:37,273 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:37,285 - stpipe.JumpStep - INFO - Working on integration 56:
2022-01-30 21:39:37,388 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:37,389 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:37,390 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:39:37,401 - stpipe.JumpStep - INFO - Working on integration 57:
2022-01-30 21:39:37,502 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:39:37,504 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:37,505 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:37,517 - stpipe.JumpStep - INFO - Working on integration 58:
2022-01-30 21:39:37,620 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:39:37,622 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:37,623 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:37,634 - stpipe.JumpStep - INFO - Working on integration 59:
2022-01-30 21:39:37,736 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:39:37,738 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:37,739 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:37,751 - stpipe.JumpStep - INFO - Working on integration 60:
2022-01-30 21:39:37,853 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:37,855 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:37,856 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:37,867 - stpipe.JumpStep - INFO - Working on integration 61:
2022-01-30 21:39:37,968 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:37,969 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:37,970 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:37,981 - stpipe.JumpStep - INFO - Working on integration 62:
2022-01-30 21:39:38,084 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:38,085 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:38,086 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:38,098 - stpipe.JumpStep - INFO - Working on integration 63:
2022-01-30 21:39:38,202 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:39:38,204 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:38,205 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:38,218 - stpipe.JumpStep - INFO - Working on integration 64:
2022-01-30 21:39:38,322 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:39:38,324 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:38,325 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:39:38,337 - stpipe.JumpStep - INFO - Working on integration 65:
2022-01-30 21:39:38,441 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:38,442 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:38,443 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:38,455 - stpipe.JumpStep - INFO - Working on integration 66:
2022-01-30 21:39:38,559 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:39:38,561 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:38,562 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:38,574 - stpipe.JumpStep - INFO - Working on integration 67:
2022-01-30 21:39:38,677 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:39:38,679 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:38,680 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:38,692 - stpipe.JumpStep - INFO - Working on integration 68:
2022-01-30 21:39:38,797 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:38,798 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:38,799 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:38,811 - stpipe.JumpStep - INFO - Working on integration 69:
2022-01-30 21:39:38,915 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:39:38,917 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:38,918 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:39:38,931 - stpipe.JumpStep - INFO - Working on integration 70:
2022-01-30 21:39:39,036 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:39,038 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:39,039 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:39,050 - stpipe.JumpStep - INFO - Working on integration 71:
2022-01-30 21:39:39,154 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:39,155 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:39,157 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:39,169 - stpipe.JumpStep - INFO - Working on integration 72:
2022-01-30 21:39:39,276 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:39,278 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:39,280 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:39,291 - stpipe.JumpStep - INFO - Working on integration 73:
2022-01-30 21:39:39,397 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:39:39,398 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:39,400 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:39,411 - stpipe.JumpStep - INFO - Working on integration 74:
2022-01-30 21:39:39,519 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:39:39,520 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:39,522 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:39,535 - stpipe.JumpStep - INFO - Working on integration 75:
2022-01-30 21:39:39,638 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:39:39,640 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:39,641 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:39,652 - stpipe.JumpStep - INFO - Working on integration 76:
2022-01-30 21:39:39,759 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:39:39,760 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:39,762 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:39,773 - stpipe.JumpStep - INFO - Working on integration 77:
2022-01-30 21:39:39,877 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:39:39,878 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:39,880 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:39,892 - stpipe.JumpStep - INFO - Working on integration 78:
2022-01-30 21:39:39,998 - stpipe.JumpStep - INFO - From highest outlier Two-point found 16 pixels with at least one CR and at least four groups
2022-01-30 21:39:39,999 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:40,000 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:40,013 - stpipe.JumpStep - INFO - Working on integration 79:
2022-01-30 21:39:40,118 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:39:40,120 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:40,121 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:40,132 - stpipe.JumpStep - INFO - Working on integration 80:
2022-01-30 21:39:40,237 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:39:40,239 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:40,240 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:40,253 - stpipe.JumpStep - INFO - Working on integration 81:
2022-01-30 21:39:40,357 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:39:40,359 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:40,360 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:40,373 - stpipe.JumpStep - INFO - Working on integration 82:
2022-01-30 21:39:40,478 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:40,480 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:40,481 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:40,493 - stpipe.JumpStep - INFO - Working on integration 83:
2022-01-30 21:39:40,598 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:39:40,600 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:40,601 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:40,613 - stpipe.JumpStep - INFO - Working on integration 84:
2022-01-30 21:39:40,721 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:39:40,723 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:40,724 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:40,735 - stpipe.JumpStep - INFO - Working on integration 85:
2022-01-30 21:39:40,840 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:39:40,841 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:40,843 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:40,854 - stpipe.JumpStep - INFO - Working on integration 86:
2022-01-30 21:39:40,962 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:40,963 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:40,964 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:40,976 - stpipe.JumpStep - INFO - Working on integration 87:
2022-01-30 21:39:41,083 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:41,085 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:41,086 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:39:41,097 - stpipe.JumpStep - INFO - Working on integration 88:
2022-01-30 21:39:41,204 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:41,206 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:41,207 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:41,219 - stpipe.JumpStep - INFO - Working on integration 89:
2022-01-30 21:39:41,328 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:39:41,330 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:41,331 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:41,343 - stpipe.JumpStep - INFO - Working on integration 90:
2022-01-30 21:39:41,449 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:39:41,450 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:41,451 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:41,463 - stpipe.JumpStep - INFO - Working on integration 91:
2022-01-30 21:39:41,570 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:41,571 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:41,572 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:41,584 - stpipe.JumpStep - INFO - Working on integration 92:
2022-01-30 21:39:41,689 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:39:41,690 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:41,691 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:41,703 - stpipe.JumpStep - INFO - Working on integration 93:
2022-01-30 21:39:41,806 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:39:41,808 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:41,809 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:41,821 - stpipe.JumpStep - INFO - Working on integration 94:
2022-01-30 21:39:41,924 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:39:41,926 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:41,927 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:39:41,939 - stpipe.JumpStep - INFO - Working on integration 95:
2022-01-30 21:39:42,041 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:42,042 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:42,043 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:42,055 - stpipe.JumpStep - INFO - Working on integration 96:
2022-01-30 21:39:42,158 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:39:42,160 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:42,161 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:42,173 - stpipe.JumpStep - INFO - Working on integration 97:
2022-01-30 21:39:42,275 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:39:42,277 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:42,278 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:42,289 - stpipe.JumpStep - INFO - Working on integration 98:
2022-01-30 21:39:42,394 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:42,395 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:42,396 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:42,408 - stpipe.JumpStep - INFO - Working on integration 99:
2022-01-30 21:39:42,509 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:42,510 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:42,512 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:42,523 - stpipe.JumpStep - INFO - Working on integration 100:
2022-01-30 21:39:42,626 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:39:42,628 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:42,629 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:42,640 - stpipe.JumpStep - INFO - Working on integration 101:
2022-01-30 21:39:42,744 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:39:42,746 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:42,747 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:42,758 - stpipe.JumpStep - INFO - Working on integration 102:
2022-01-30 21:39:42,861 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:42,863 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:42,864 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:42,875 - stpipe.JumpStep - INFO - Working on integration 103:
2022-01-30 21:39:42,978 - stpipe.JumpStep - INFO - From highest outlier Two-point found 15 pixels with at least one CR and at least four groups
2022-01-30 21:39:42,979 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:42,980 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:42,993 - stpipe.JumpStep - INFO - Working on integration 104:
2022-01-30 21:39:43,096 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:43,097 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:43,098 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:43,109 - stpipe.JumpStep - INFO - Working on integration 105:
2022-01-30 21:39:43,210 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:39:43,212 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:43,213 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:43,224 - stpipe.JumpStep - INFO - Working on integration 106:
2022-01-30 21:39:43,327 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:39:43,329 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:43,330 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:43,341 - stpipe.JumpStep - INFO - Working on integration 107:
2022-01-30 21:39:43,444 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:39:43,445 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:43,447 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:43,458 - stpipe.JumpStep - INFO - Working on integration 108:
2022-01-30 21:39:43,563 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:39:43,564 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:43,565 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:43,578 - stpipe.JumpStep - INFO - Working on integration 109:
2022-01-30 21:39:43,682 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:43,683 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:43,685 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:43,696 - stpipe.JumpStep - INFO - Working on integration 110:
2022-01-30 21:39:43,807 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:39:43,808 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:43,809 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:43,822 - stpipe.JumpStep - INFO - Working on integration 111:
2022-01-30 21:39:43,931 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:39:43,933 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:43,934 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:43,946 - stpipe.JumpStep - INFO - Working on integration 112:
2022-01-30 21:39:44,056 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:44,058 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:44,059 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:44,070 - stpipe.JumpStep - INFO - Working on integration 113:
2022-01-30 21:39:44,178 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:39:44,180 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:44,181 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:44,193 - stpipe.JumpStep - INFO - Working on integration 114:
2022-01-30 21:39:44,298 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:39:44,299 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:44,300 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:44,312 - stpipe.JumpStep - INFO - Working on integration 115:
2022-01-30 21:39:44,417 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:39:44,419 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:44,421 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:44,431 - stpipe.JumpStep - INFO - Working on integration 116:
2022-01-30 21:39:44,537 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:39:44,539 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:44,540 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:44,551 - stpipe.JumpStep - INFO - Working on integration 117:
2022-01-30 21:39:44,657 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:39:44,659 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:44,660 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:44,671 - stpipe.JumpStep - INFO - Working on integration 118:
2022-01-30 21:39:44,777 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:39:44,779 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:44,780 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:44,791 - stpipe.JumpStep - INFO - Working on integration 119:
2022-01-30 21:39:44,895 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:44,897 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:44,898 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:39:44,909 - stpipe.JumpStep - INFO - Working on integration 120:
2022-01-30 21:39:45,013 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:39:45,015 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:45,016 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:45,028 - stpipe.JumpStep - INFO - Working on integration 121:
2022-01-30 21:39:45,134 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:39:45,135 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:45,136 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:45,148 - stpipe.JumpStep - INFO - Working on integration 122:
2022-01-30 21:39:45,255 - stpipe.JumpStep - INFO - From highest outlier Two-point found 18 pixels with at least one CR and at least four groups
2022-01-30 21:39:45,256 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:45,258 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:45,272 - stpipe.JumpStep - INFO - Working on integration 123:
2022-01-30 21:39:45,380 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:39:45,382 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:45,383 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:45,395 - stpipe.JumpStep - INFO - Working on integration 124:
2022-01-30 21:39:45,501 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:39:45,502 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:45,503 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:45,515 - stpipe.JumpStep - INFO - Working on integration 125:
2022-01-30 21:39:45,620 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:39:45,622 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:45,623 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:45,635 - stpipe.JumpStep - INFO - Working on integration 126:
2022-01-30 21:39:45,741 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:39:45,742 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:45,743 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:45,756 - stpipe.JumpStep - INFO - Working on integration 127:
2022-01-30 21:39:45,860 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:39:45,861 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:45,863 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:45,874 - stpipe.JumpStep - INFO - Working on integration 128:
2022-01-30 21:39:45,981 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:39:45,983 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:45,984 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:45,996 - stpipe.JumpStep - INFO - Working on integration 129:
2022-01-30 21:39:46,101 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:39:46,103 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:46,104 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:46,116 - stpipe.JumpStep - INFO - Working on integration 130:
2022-01-30 21:39:46,220 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:39:46,222 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:46,223 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:46,234 - stpipe.JumpStep - INFO - Working on integration 131:
2022-01-30 21:39:46,339 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:46,341 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:46,342 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:46,353 - stpipe.JumpStep - INFO - Working on integration 132:
2022-01-30 21:39:46,458 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:39:46,460 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:46,461 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:46,473 - stpipe.JumpStep - INFO - Working on integration 133:
2022-01-30 21:39:46,577 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:39:46,578 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:46,580 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:46,591 - stpipe.JumpStep - INFO - Working on integration 134:
2022-01-30 21:39:46,697 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:39:46,698 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:46,699 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:46,711 - stpipe.JumpStep - INFO - Working on integration 135:
2022-01-30 21:39:46,816 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:39:46,818 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:46,819 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:46,831 - stpipe.JumpStep - INFO - Working on integration 136:
2022-01-30 21:39:46,934 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:39:46,935 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:46,936 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:46,949 - stpipe.JumpStep - INFO - Working on integration 137:
2022-01-30 21:39:47,054 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:39:47,055 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:47,056 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:47,068 - stpipe.JumpStep - INFO - Working on integration 138:
2022-01-30 21:39:47,172 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:39:47,174 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:47,175 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:47,187 - stpipe.JumpStep - INFO - Working on integration 139:
2022-01-30 21:39:47,293 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:47,295 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:47,296 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:39:47,308 - stpipe.JumpStep - INFO - Working on integration 140:
2022-01-30 21:39:47,412 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:39:47,414 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:47,415 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:39:47,427 - stpipe.JumpStep - INFO - Working on integration 141:
2022-01-30 21:39:47,529 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:39:47,530 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:47,531 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:39:47,543 - stpipe.JumpStep - INFO - Working on integration 142:
2022-01-30 21:39:47,644 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:47,645 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:47,646 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:47,658 - stpipe.JumpStep - INFO - Working on integration 143:
2022-01-30 21:39:47,761 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:39:47,762 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:47,763 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:47,776 - stpipe.JumpStep - INFO - Working on integration 144:
2022-01-30 21:39:47,877 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:47,879 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:47,880 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:47,891 - stpipe.JumpStep - INFO - Working on integration 145:
2022-01-30 21:39:47,994 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:39:47,996 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:47,998 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:48,009 - stpipe.JumpStep - INFO - Working on integration 146:
2022-01-30 21:39:48,112 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:39:48,113 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:48,114 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:48,126 - stpipe.JumpStep - INFO - Working on integration 147:
2022-01-30 21:39:48,227 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:39:48,229 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:48,230 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:48,242 - stpipe.JumpStep - INFO - Working on integration 148:
2022-01-30 21:39:48,344 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:39:48,345 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:48,347 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:48,358 - stpipe.JumpStep - INFO - Working on integration 149:
2022-01-30 21:39:48,461 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:48,462 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:48,463 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:48,475 - stpipe.JumpStep - INFO - Working on integration 150:
2022-01-30 21:39:48,577 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:39:48,579 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:48,580 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:48,592 - stpipe.JumpStep - INFO - Working on integration 151:
2022-01-30 21:39:48,704 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:39:48,706 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:48,707 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:48,718 - stpipe.JumpStep - INFO - Working on integration 152:
2022-01-30 21:39:48,829 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:39:48,831 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:39:48,832 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:39:48,846 - stpipe.JumpStep - INFO - Total elapsed time = 20.738 sec
2022-01-30 21:39:48,849 - stpipe.JumpStep - INFO - The execution time in seconds: 22.275017
2022-01-30 21:39:48,852 - stpipe.JumpStep - INFO - Step JumpStep done
2022-01-30 21:39:48,856 - stpipe.RampFitStep - INFO - RampFitStep instance created.
2022-01-30 21:39:48,996 - stpipe.RampFitStep - INFO - Step RampFitStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg012_nrca3_uncal.fits>,).
2022-01-30 21:39:48,999 - stpipe.RampFitStep - INFO - Step RampFitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'int_name': '', 'save_opt': False, 'opt_name': '', 'maximum_cores': 'none'}
2022-01-30 21:39:49,073 - stpipe.RampFitStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:39:49,104 - stpipe.RampFitStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:39:49,148 - stpipe.RampFitStep - INFO - Using algorithm = ols
2022-01-30 21:39:49,150 - stpipe.RampFitStep - INFO - Using weighting = optimal
2022-01-30 21:39:49,152 - stpipe.RampFitStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:39:49,154 - stpipe.RampFitStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:42:22,000 - stpipe.RampFitStep - INFO - Number of groups per integration: 8
2022-01-30 21:42:22,002 - stpipe.RampFitStep - INFO - Number of integrations: 152
2022-01-30 21:42:22,309 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg012_nrca3_0_rampfitstep.fits
2022-01-30 21:42:22,951 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg012_nrca3_1_rampfitstep.fits
2022-01-30 21:42:22,953 - stpipe.RampFitStep - INFO - Step RampFitStep done
2022-01-30 21:42:22,958 - stpipe.DQInitStep - INFO - DQInitStep instance created.
2022-01-30 21:42:23,161 - stpipe.DQInitStep - INFO - Step DQInitStep running with args ('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/Raw_Data/jw00042001001_01101_00001-seg013_nrca3_uncal.fits',).
2022-01-30 21:42:23,164 - stpipe.DQInitStep - INFO - Step DQInitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:42:24,593 - stpipe.DQInitStep - INFO - Using MASK reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_mask_0058.fits
2022-01-30 21:42:26,312 - stpipe.DQInitStep - INFO - Extracting mask subarray to match science data
2022-01-30 21:42:26,325 - stpipe.DQInitStep - INFO - Step DQInitStep done
2022-01-30 21:42:26,329 - stpipe.SaturationStep - INFO - SaturationStep instance created.
2022-01-30 21:42:26,472 - stpipe.SaturationStep - INFO - Step SaturationStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg013_nrca3_uncal.fits>,).
2022-01-30 21:42:26,475 - stpipe.SaturationStep - INFO - Step SaturationStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:42:26,523 - stpipe.SaturationStep - INFO - Using SATURATION reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_saturation_0067.fits
2022-01-30 21:42:26,664 - stpipe.SaturationStep - WARNING - Keyword NO_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:42:26,666 - stpipe.SaturationStep - WARNING - Keyword FEW_SAMPLES does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:42:26,668 - stpipe.SaturationStep - WARNING - Keyword AD_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:42:26,669 - stpipe.SaturationStep - WARNING - Keyword WEIRD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:42:26,671 - stpipe.SaturationStep - WARNING - Keyword DEAD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:42:27,442 - stpipe.SaturationStep - INFO - Extracting reference file subarray to match science data
2022-01-30 21:42:28,915 - stpipe.SaturationStep - INFO - Detected 519 saturated pixels
2022-01-30 21:42:29,046 - stpipe.SaturationStep - INFO - Detected 0 A/D floor pixels
2022-01-30 21:42:29,051 - stpipe.SaturationStep - INFO - Step SaturationStep done
2022-01-30 21:42:29,054 - stpipe.SuperBiasStep - INFO - SuperBiasStep instance created.
2022-01-30 21:42:29,193 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg013_nrca3_uncal.fits>,).
2022-01-30 21:42:29,196 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:42:29,242 - stpipe.SuperBiasStep - INFO - Using SUPERBIAS reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_superbias_0027.fits
2022-01-30 21:42:29,494 - stpipe.SuperBiasStep - WARNING - Keyword NOISY does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:42:30,583 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep done
2022-01-30 21:42:30,587 - stpipe.RefPixStep - INFO - RefPixStep instance created.
1%|▎ | 1/152 [00:00<00:28, 5.38it/s]
Note: File Search comes up empty
100%|█████████████████████████████████████████| 152/152 [00:29<00:00, 5.09it/s]
2022-01-30 21:43:01,258 - stpipe.LinearityStep - INFO - LinearityStep instance created.
2022-01-30 21:43:01,461 - stpipe.LinearityStep - INFO - Step LinearityStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg013_nrca3_uncal.fits>,).
2022-01-30 21:43:01,463 - stpipe.LinearityStep - INFO - Step LinearityStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:43:01,514 - stpipe.LinearityStep - INFO - Using Linearity reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_linearity_0053.fits
2022-01-30 21:43:01,761 - stpipe.LinearityStep - WARNING - Keyword UAZ_DO_NOT_USE does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:43:01,762 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_LIN_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:43:01,764 - stpipe.LinearityStep - WARNING - Keyword UAZ_BAD_LIN_FIT does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:43:01,765 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_WELL_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:43:01,766 - stpipe.LinearityStep - WARNING - Keyword UAZ_MODEL_FIT_FAIL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:43:01,767 - stpipe.LinearityStep - WARNING - Keyword UAZ_WELL_NOT_DEFINED does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:43:01,768 - stpipe.LinearityStep - WARNING - Keyword UAZ_MASTER_MASK does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:43:02,606 - stpipe.LinearityStep - INFO - Extracting linearity subarray to match science data
2022-01-30 21:43:06,176 - stpipe.LinearityStep - INFO - Step LinearityStep done
2022-01-30 21:43:06,179 - stpipe.PersistenceStep - INFO - PersistenceStep instance created.
2022-01-30 21:43:06,328 - stpipe.PersistenceStep - INFO - Step PersistenceStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg013_nrca3_uncal.fits>,).
2022-01-30 21:43:06,332 - stpipe.PersistenceStep - INFO - Step PersistenceStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'input_trapsfilled': '', 'flag_pers_cutoff': 40.0, 'save_persistence': False, 'save_trapsfilled': True}
2022-01-30 21:43:06,332 - stpipe.PersistenceStep - INFO - Step skipped.
2022-01-30 21:43:06,334 - stpipe.PersistenceStep - INFO - Step PersistenceStep done
2022-01-30 21:43:06,336 - stpipe.DarkCurrentStep - INFO - DarkCurrentStep instance created.
2022-01-30 21:43:06,478 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg013_nrca3_uncal.fits>,).
2022-01-30 21:43:06,481 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'dark_output': None}
2022-01-30 21:43:06,483 - stpipe.DarkCurrentStep - INFO - Step skipped.
2022-01-30 21:43:06,484 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep done
2022-01-30 21:43:06,487 - stpipe.JumpStep - INFO - JumpStep instance created.
2022-01-30 21:43:06,637 - stpipe.JumpStep - INFO - Step JumpStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg013_nrca3_uncal.fits>,).
2022-01-30 21:43:06,640 - stpipe.JumpStep - INFO - Step JumpStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'rejection_threshold': 15, 'three_group_rejection_threshold': 6.0, 'four_group_rejection_threshold': 5.0, 'maximum_cores': 'none', 'flag_4_neighbors': True, 'max_jump_to_flag_neighbors': 1000.0, 'min_jump_to_flag_neighbors': 10.0}
2022-01-30 21:43:06,665 - stpipe.JumpStep - INFO - CR rejection threshold = 15 sigma
2022-01-30 21:43:06,695 - stpipe.JumpStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:43:06,768 - stpipe.JumpStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:43:06,805 - stpipe.JumpStep - INFO - Using 1 core for jump detection
2022-01-30 21:43:07,643 - stpipe.JumpStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:43:07,646 - stpipe.JumpStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:43:08,289 - stpipe.JumpStep - INFO - Executing two-point difference method
2022-01-30 21:43:11,156 - stpipe.JumpStep - INFO - Working on integration 1:
2022-01-30 21:43:11,267 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:43:11,268 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:11,269 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:11,282 - stpipe.JumpStep - INFO - Working on integration 2:
2022-01-30 21:43:11,408 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:11,410 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:11,411 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:11,422 - stpipe.JumpStep - INFO - Working on integration 3:
2022-01-30 21:43:11,538 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:11,539 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:11,541 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:11,553 - stpipe.JumpStep - INFO - Working on integration 4:
2022-01-30 21:43:11,661 - stpipe.JumpStep - INFO - From highest outlier Two-point found 14 pixels with at least one CR and at least four groups
2022-01-30 21:43:11,663 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:11,664 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:11,677 - stpipe.JumpStep - INFO - Working on integration 5:
2022-01-30 21:43:11,783 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:11,784 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:11,786 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:11,798 - stpipe.JumpStep - INFO - Working on integration 6:
2022-01-30 21:43:11,909 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:43:11,911 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:11,912 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:11,925 - stpipe.JumpStep - INFO - Working on integration 7:
2022-01-30 21:43:12,038 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:12,039 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:12,041 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:12,052 - stpipe.JumpStep - INFO - Working on integration 8:
2022-01-30 21:43:12,165 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:43:12,166 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:12,168 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:12,179 - stpipe.JumpStep - INFO - Working on integration 9:
2022-01-30 21:43:12,294 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:12,296 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:12,297 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:12,309 - stpipe.JumpStep - INFO - Working on integration 10:
2022-01-30 21:43:12,421 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:43:12,422 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:12,423 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:12,436 - stpipe.JumpStep - INFO - Working on integration 11:
2022-01-30 21:43:12,547 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:43:12,548 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:12,550 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:12,561 - stpipe.JumpStep - INFO - Working on integration 12:
2022-01-30 21:43:12,675 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:12,676 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:12,677 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:12,689 - stpipe.JumpStep - INFO - Working on integration 13:
2022-01-30 21:43:12,802 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:43:12,804 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:12,805 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:12,818 - stpipe.JumpStep - INFO - Working on integration 14:
2022-01-30 21:43:12,926 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:12,927 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:12,928 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:12,940 - stpipe.JumpStep - INFO - Working on integration 15:
2022-01-30 21:43:13,047 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:43:13,049 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:13,050 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:13,062 - stpipe.JumpStep - INFO - Working on integration 16:
2022-01-30 21:43:13,169 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:43:13,170 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:13,171 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:13,183 - stpipe.JumpStep - INFO - Working on integration 17:
2022-01-30 21:43:13,291 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:13,293 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:13,295 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and two groups
2022-01-30 21:43:13,306 - stpipe.JumpStep - INFO - Working on integration 18:
2022-01-30 21:43:13,413 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:13,414 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:13,416 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:13,428 - stpipe.JumpStep - INFO - Working on integration 19:
2022-01-30 21:43:13,545 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:43:13,546 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:13,548 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:13,560 - stpipe.JumpStep - INFO - Working on integration 20:
2022-01-30 21:43:13,673 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:43:13,674 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:13,676 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:43:13,688 - stpipe.JumpStep - INFO - Working on integration 21:
2022-01-30 21:43:13,803 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:43:13,804 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:13,805 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:13,817 - stpipe.JumpStep - INFO - Working on integration 22:
2022-01-30 21:43:13,929 - stpipe.JumpStep - INFO - From highest outlier Two-point found 18 pixels with at least one CR and at least four groups
2022-01-30 21:43:13,931 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:13,932 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:13,946 - stpipe.JumpStep - INFO - Working on integration 23:
2022-01-30 21:43:14,059 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:14,060 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:14,062 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:14,074 - stpipe.JumpStep - INFO - Working on integration 24:
2022-01-30 21:43:14,191 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:43:14,192 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:14,194 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:14,205 - stpipe.JumpStep - INFO - Working on integration 25:
2022-01-30 21:43:14,326 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:14,327 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:14,329 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:14,341 - stpipe.JumpStep - INFO - Working on integration 26:
2022-01-30 21:43:14,454 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:14,456 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:14,458 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:14,470 - stpipe.JumpStep - INFO - Working on integration 27:
2022-01-30 21:43:14,580 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:43:14,581 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:14,582 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:14,594 - stpipe.JumpStep - INFO - Working on integration 28:
2022-01-30 21:43:14,702 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:14,704 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:14,705 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:14,718 - stpipe.JumpStep - INFO - Working on integration 29:
2022-01-30 21:43:14,829 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:43:14,830 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:14,831 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:14,844 - stpipe.JumpStep - INFO - Working on integration 30:
2022-01-30 21:43:14,953 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:14,954 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:14,955 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:43:14,967 - stpipe.JumpStep - INFO - Working on integration 31:
2022-01-30 21:43:15,079 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:15,080 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:15,081 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:15,093 - stpipe.JumpStep - INFO - Working on integration 32:
2022-01-30 21:43:15,207 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:43:15,209 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:15,210 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:15,221 - stpipe.JumpStep - INFO - Working on integration 33:
2022-01-30 21:43:15,333 - stpipe.JumpStep - INFO - From highest outlier Two-point found 14 pixels with at least one CR and at least four groups
2022-01-30 21:43:15,334 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:15,336 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:43:15,348 - stpipe.JumpStep - INFO - Working on integration 34:
2022-01-30 21:43:15,460 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:43:15,461 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:15,463 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:15,475 - stpipe.JumpStep - INFO - Working on integration 35:
2022-01-30 21:43:15,582 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:15,584 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:15,585 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:15,597 - stpipe.JumpStep - INFO - Working on integration 36:
2022-01-30 21:43:15,706 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:15,708 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:15,709 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:15,721 - stpipe.JumpStep - INFO - Working on integration 37:
2022-01-30 21:43:15,838 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:43:15,840 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:15,842 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:15,852 - stpipe.JumpStep - INFO - Working on integration 38:
2022-01-30 21:43:15,967 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:43:15,968 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:15,970 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:15,982 - stpipe.JumpStep - INFO - Working on integration 39:
2022-01-30 21:43:16,095 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:43:16,097 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:16,099 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:16,111 - stpipe.JumpStep - INFO - Working on integration 40:
2022-01-30 21:43:16,224 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:43:16,225 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:16,227 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:16,238 - stpipe.JumpStep - INFO - Working on integration 41:
2022-01-30 21:43:16,348 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:16,349 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:16,350 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:16,362 - stpipe.JumpStep - INFO - Working on integration 42:
2022-01-30 21:43:16,475 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:16,476 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:16,478 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:43:16,489 - stpipe.JumpStep - INFO - Working on integration 43:
2022-01-30 21:43:16,598 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:43:16,600 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:16,601 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:16,613 - stpipe.JumpStep - INFO - Working on integration 44:
2022-01-30 21:43:16,720 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:16,722 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:16,723 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:16,735 - stpipe.JumpStep - INFO - Working on integration 45:
2022-01-30 21:43:16,842 - stpipe.JumpStep - INFO - From highest outlier Two-point found 14 pixels with at least one CR and at least four groups
2022-01-30 21:43:16,844 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:16,845 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:16,858 - stpipe.JumpStep - INFO - Working on integration 46:
2022-01-30 21:43:16,965 - stpipe.JumpStep - INFO - From highest outlier Two-point found 15 pixels with at least one CR and at least four groups
2022-01-30 21:43:16,966 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:16,968 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:16,981 - stpipe.JumpStep - INFO - Working on integration 47:
2022-01-30 21:43:17,089 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:17,090 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:17,092 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:17,104 - stpipe.JumpStep - INFO - Working on integration 48:
2022-01-30 21:43:17,214 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:43:17,215 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:17,217 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:17,229 - stpipe.JumpStep - INFO - Working on integration 49:
2022-01-30 21:43:17,343 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:43:17,344 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:17,345 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:17,358 - stpipe.JumpStep - INFO - Working on integration 50:
2022-01-30 21:43:17,471 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:43:17,473 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:17,474 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:43:17,487 - stpipe.JumpStep - INFO - Working on integration 51:
2022-01-30 21:43:17,598 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:43:17,600 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:17,601 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:17,613 - stpipe.JumpStep - INFO - Working on integration 52:
2022-01-30 21:43:17,723 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:43:17,724 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:17,726 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:17,738 - stpipe.JumpStep - INFO - Working on integration 53:
2022-01-30 21:43:17,851 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:43:17,853 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:17,854 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:17,867 - stpipe.JumpStep - INFO - Working on integration 54:
2022-01-30 21:43:17,986 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:17,988 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:17,989 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:18,002 - stpipe.JumpStep - INFO - Working on integration 55:
2022-01-30 21:43:18,121 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:18,123 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:18,124 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:18,136 - stpipe.JumpStep - INFO - Working on integration 56:
2022-01-30 21:43:18,251 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:18,252 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:18,254 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:18,265 - stpipe.JumpStep - INFO - Working on integration 57:
2022-01-30 21:43:18,374 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:18,375 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:18,377 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:18,388 - stpipe.JumpStep - INFO - Working on integration 58:
2022-01-30 21:43:18,497 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:18,499 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:18,500 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:18,512 - stpipe.JumpStep - INFO - Working on integration 59:
2022-01-30 21:43:18,619 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:18,621 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:18,622 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:18,634 - stpipe.JumpStep - INFO - Working on integration 60:
2022-01-30 21:43:18,742 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:18,743 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:18,744 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:18,756 - stpipe.JumpStep - INFO - Working on integration 61:
2022-01-30 21:43:18,866 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:18,867 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:18,868 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:18,880 - stpipe.JumpStep - INFO - Working on integration 62:
2022-01-30 21:43:18,994 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:43:18,995 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:18,997 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:19,009 - stpipe.JumpStep - INFO - Working on integration 63:
2022-01-30 21:43:19,122 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:43:19,123 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:19,125 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:19,136 - stpipe.JumpStep - INFO - Working on integration 64:
2022-01-30 21:43:19,248 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:19,250 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:19,251 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:19,263 - stpipe.JumpStep - INFO - Working on integration 65:
2022-01-30 21:43:19,371 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:43:19,373 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:19,374 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:19,387 - stpipe.JumpStep - INFO - Working on integration 66:
2022-01-30 21:43:19,496 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:43:19,497 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:19,499 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:19,511 - stpipe.JumpStep - INFO - Working on integration 67:
2022-01-30 21:43:19,625 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:43:19,626 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:19,627 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:19,639 - stpipe.JumpStep - INFO - Working on integration 68:
2022-01-30 21:43:19,751 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:19,753 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:19,755 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:19,767 - stpipe.JumpStep - INFO - Working on integration 69:
2022-01-30 21:43:19,880 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:19,882 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:19,883 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:19,895 - stpipe.JumpStep - INFO - Working on integration 70:
2022-01-30 21:43:20,005 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:20,007 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:20,008 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:20,020 - stpipe.JumpStep - INFO - Working on integration 71:
2022-01-30 21:43:20,130 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:43:20,132 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:20,133 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:20,146 - stpipe.JumpStep - INFO - Working on integration 72:
2022-01-30 21:43:20,259 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:43:20,260 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:20,261 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:20,274 - stpipe.JumpStep - INFO - Working on integration 73:
2022-01-30 21:43:20,385 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:43:20,387 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:20,388 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:20,401 - stpipe.JumpStep - INFO - Working on integration 74:
2022-01-30 21:43:20,507 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:43:20,509 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:20,510 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:43:20,523 - stpipe.JumpStep - INFO - Working on integration 75:
2022-01-30 21:43:20,630 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:20,631 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:20,632 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:20,644 - stpipe.JumpStep - INFO - Working on integration 76:
2022-01-30 21:43:20,750 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:43:20,752 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:20,753 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:20,765 - stpipe.JumpStep - INFO - Working on integration 77:
2022-01-30 21:43:20,875 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:20,876 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:20,878 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:20,890 - stpipe.JumpStep - INFO - Working on integration 78:
2022-01-30 21:43:21,001 - stpipe.JumpStep - INFO - From highest outlier Two-point found 18 pixels with at least one CR and at least four groups
2022-01-30 21:43:21,002 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:21,004 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:21,017 - stpipe.JumpStep - INFO - Working on integration 79:
2022-01-30 21:43:21,132 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:43:21,134 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:21,135 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:21,147 - stpipe.JumpStep - INFO - Working on integration 80:
2022-01-30 21:43:21,262 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:43:21,263 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:21,265 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:21,277 - stpipe.JumpStep - INFO - Working on integration 81:
2022-01-30 21:43:21,387 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:43:21,389 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:21,390 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:21,403 - stpipe.JumpStep - INFO - Working on integration 82:
2022-01-30 21:43:21,513 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:21,515 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:21,516 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:21,528 - stpipe.JumpStep - INFO - Working on integration 83:
2022-01-30 21:43:21,645 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:43:21,646 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:21,648 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:21,660 - stpipe.JumpStep - INFO - Working on integration 84:
2022-01-30 21:43:21,776 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:21,777 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:21,778 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:21,790 - stpipe.JumpStep - INFO - Working on integration 85:
2022-01-30 21:43:21,911 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:43:21,913 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:21,914 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:21,926 - stpipe.JumpStep - INFO - Working on integration 86:
2022-01-30 21:43:22,042 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:43:22,043 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:22,045 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:22,056 - stpipe.JumpStep - INFO - Working on integration 87:
2022-01-30 21:43:22,165 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:43:22,167 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:22,168 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:22,181 - stpipe.JumpStep - INFO - Working on integration 88:
2022-01-30 21:43:22,292 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:43:22,293 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:22,294 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:22,307 - stpipe.JumpStep - INFO - Working on integration 89:
2022-01-30 21:43:22,415 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:43:22,417 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:22,419 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:22,431 - stpipe.JumpStep - INFO - Working on integration 90:
2022-01-30 21:43:22,541 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:22,542 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:22,543 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:22,556 - stpipe.JumpStep - INFO - Working on integration 91:
2022-01-30 21:43:22,666 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:43:22,668 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:22,669 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:22,682 - stpipe.JumpStep - INFO - Working on integration 92:
2022-01-30 21:43:22,799 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:43:22,801 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:22,802 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:22,814 - stpipe.JumpStep - INFO - Working on integration 93:
2022-01-30 21:43:22,932 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:22,934 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:22,935 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:22,948 - stpipe.JumpStep - INFO - Working on integration 94:
2022-01-30 21:43:23,057 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:43:23,059 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:23,060 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:23,073 - stpipe.JumpStep - INFO - Working on integration 95:
2022-01-30 21:43:23,181 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:43:23,183 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:23,184 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:23,196 - stpipe.JumpStep - INFO - Working on integration 96:
2022-01-30 21:43:23,306 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:23,307 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:23,309 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:23,321 - stpipe.JumpStep - INFO - Working on integration 97:
2022-01-30 21:43:23,435 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:43:23,437 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:23,438 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:23,451 - stpipe.JumpStep - INFO - Working on integration 98:
2022-01-30 21:43:23,563 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:23,564 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:23,566 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:23,578 - stpipe.JumpStep - INFO - Working on integration 99:
2022-01-30 21:43:23,692 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:23,694 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:23,696 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:43:23,707 - stpipe.JumpStep - INFO - Working on integration 100:
2022-01-30 21:43:23,818 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:23,820 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:23,821 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:23,833 - stpipe.JumpStep - INFO - Working on integration 101:
2022-01-30 21:43:23,942 - stpipe.JumpStep - INFO - From highest outlier Two-point found 16 pixels with at least one CR and at least four groups
2022-01-30 21:43:23,944 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:23,946 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:23,959 - stpipe.JumpStep - INFO - Working on integration 102:
2022-01-30 21:43:24,070 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:24,072 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:24,073 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:24,085 - stpipe.JumpStep - INFO - Working on integration 103:
2022-01-30 21:43:24,197 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:24,198 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:24,199 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:24,211 - stpipe.JumpStep - INFO - Working on integration 104:
2022-01-30 21:43:24,314 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:24,316 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:24,317 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:24,329 - stpipe.JumpStep - INFO - Working on integration 105:
2022-01-30 21:43:24,436 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:24,438 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:24,439 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:24,451 - stpipe.JumpStep - INFO - Working on integration 106:
2022-01-30 21:43:24,556 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:24,558 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:24,559 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:24,571 - stpipe.JumpStep - INFO - Working on integration 107:
2022-01-30 21:43:24,678 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:24,679 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:24,680 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:24,692 - stpipe.JumpStep - INFO - Working on integration 108:
2022-01-30 21:43:24,802 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:43:24,803 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:24,805 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:24,816 - stpipe.JumpStep - INFO - Working on integration 109:
2022-01-30 21:43:24,933 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:24,934 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:24,936 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:24,948 - stpipe.JumpStep - INFO - Working on integration 110:
2022-01-30 21:43:25,059 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:25,061 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:25,062 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:25,074 - stpipe.JumpStep - INFO - Working on integration 111:
2022-01-30 21:43:25,186 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:43:25,188 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:25,189 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:25,201 - stpipe.JumpStep - INFO - Working on integration 112:
2022-01-30 21:43:25,312 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:43:25,314 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:25,315 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:25,328 - stpipe.JumpStep - INFO - Working on integration 113:
2022-01-30 21:43:25,443 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:25,445 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:25,446 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:25,457 - stpipe.JumpStep - INFO - Working on integration 114:
2022-01-30 21:43:25,576 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:25,578 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:25,579 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:43:25,591 - stpipe.JumpStep - INFO - Working on integration 115:
2022-01-30 21:43:25,712 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:25,714 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:25,715 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:25,727 - stpipe.JumpStep - INFO - Working on integration 116:
2022-01-30 21:43:25,843 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:43:25,845 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:25,846 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:25,859 - stpipe.JumpStep - INFO - Working on integration 117:
2022-01-30 21:43:25,966 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:43:25,968 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:25,969 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:25,982 - stpipe.JumpStep - INFO - Working on integration 118:
2022-01-30 21:43:26,088 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:43:26,090 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:26,091 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:26,104 - stpipe.JumpStep - INFO - Working on integration 119:
2022-01-30 21:43:26,216 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:43:26,218 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:26,219 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:26,231 - stpipe.JumpStep - INFO - Working on integration 120:
2022-01-30 21:43:26,339 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:26,340 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:26,342 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:26,354 - stpipe.JumpStep - INFO - Working on integration 121:
2022-01-30 21:43:26,463 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:43:26,465 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:26,466 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:26,479 - stpipe.JumpStep - INFO - Working on integration 122:
2022-01-30 21:43:26,594 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:43:26,595 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:26,596 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:43:26,609 - stpipe.JumpStep - INFO - Working on integration 123:
2022-01-30 21:43:26,722 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:26,724 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:26,725 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:26,737 - stpipe.JumpStep - INFO - Working on integration 124:
2022-01-30 21:43:26,851 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:43:26,852 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:26,854 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:26,866 - stpipe.JumpStep - INFO - Working on integration 125:
2022-01-30 21:43:26,974 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:43:26,975 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:26,977 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:26,989 - stpipe.JumpStep - INFO - Working on integration 126:
2022-01-30 21:43:27,097 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:43:27,098 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:27,100 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:27,112 - stpipe.JumpStep - INFO - Working on integration 127:
2022-01-30 21:43:27,228 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:43:27,230 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:27,232 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:27,243 - stpipe.JumpStep - INFO - Working on integration 128:
2022-01-30 21:43:27,356 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:27,357 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:27,358 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:43:27,370 - stpipe.JumpStep - INFO - Working on integration 129:
2022-01-30 21:43:27,484 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:27,486 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:27,487 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:27,499 - stpipe.JumpStep - INFO - Working on integration 130:
2022-01-30 21:43:27,612 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:27,614 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:27,615 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:27,627 - stpipe.JumpStep - INFO - Working on integration 131:
2022-01-30 21:43:27,739 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:27,741 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:27,742 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:27,754 - stpipe.JumpStep - INFO - Working on integration 132:
2022-01-30 21:43:27,865 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:27,866 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:27,868 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:27,879 - stpipe.JumpStep - INFO - Working on integration 133:
2022-01-30 21:43:27,990 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:27,992 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:27,993 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:28,005 - stpipe.JumpStep - INFO - Working on integration 134:
2022-01-30 21:43:28,110 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:28,112 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:28,113 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:28,126 - stpipe.JumpStep - INFO - Working on integration 135:
2022-01-30 21:43:28,233 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:28,235 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:28,236 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:28,248 - stpipe.JumpStep - INFO - Working on integration 136:
2022-01-30 21:43:28,353 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:28,355 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:28,356 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:28,369 - stpipe.JumpStep - INFO - Working on integration 137:
2022-01-30 21:43:28,476 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:28,477 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:28,479 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:28,490 - stpipe.JumpStep - INFO - Working on integration 138:
2022-01-30 21:43:28,598 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:43:28,600 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:28,601 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:28,613 - stpipe.JumpStep - INFO - Working on integration 139:
2022-01-30 21:43:28,731 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:43:28,732 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:28,734 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:28,746 - stpipe.JumpStep - INFO - Working on integration 140:
2022-01-30 21:43:28,858 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:28,859 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:28,861 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:43:28,873 - stpipe.JumpStep - INFO - Working on integration 141:
2022-01-30 21:43:28,986 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:28,987 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:28,989 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:29,001 - stpipe.JumpStep - INFO - Working on integration 142:
2022-01-30 21:43:29,114 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:43:29,115 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:29,116 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:29,129 - stpipe.JumpStep - INFO - Working on integration 143:
2022-01-30 21:43:29,245 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:29,246 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:29,248 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:43:29,260 - stpipe.JumpStep - INFO - Working on integration 144:
2022-01-30 21:43:29,376 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:29,377 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:29,380 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:29,391 - stpipe.JumpStep - INFO - Working on integration 145:
2022-01-30 21:43:29,511 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:43:29,512 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:29,514 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:29,526 - stpipe.JumpStep - INFO - Working on integration 146:
2022-01-30 21:43:29,643 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:29,645 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:29,646 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:29,658 - stpipe.JumpStep - INFO - Working on integration 147:
2022-01-30 21:43:29,769 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:29,770 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:29,772 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:29,784 - stpipe.JumpStep - INFO - Working on integration 148:
2022-01-30 21:43:29,892 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:43:29,893 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:29,894 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:29,906 - stpipe.JumpStep - INFO - Working on integration 149:
2022-01-30 21:43:30,015 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:30,016 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:30,018 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:30,029 - stpipe.JumpStep - INFO - Working on integration 150:
2022-01-30 21:43:30,137 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:30,139 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:30,140 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:30,152 - stpipe.JumpStep - INFO - Working on integration 151:
2022-01-30 21:43:30,260 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:43:30,262 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:30,263 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:30,275 - stpipe.JumpStep - INFO - Working on integration 152:
2022-01-30 21:43:30,391 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:43:30,393 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:43:30,394 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:43:30,409 - stpipe.JumpStep - INFO - Total elapsed time = 22.1174 sec
2022-01-30 21:43:30,412 - stpipe.JumpStep - INFO - The execution time in seconds: 23.746524
2022-01-30 21:43:30,416 - stpipe.JumpStep - INFO - Step JumpStep done
2022-01-30 21:43:30,419 - stpipe.RampFitStep - INFO - RampFitStep instance created.
2022-01-30 21:43:30,573 - stpipe.RampFitStep - INFO - Step RampFitStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg013_nrca3_uncal.fits>,).
2022-01-30 21:43:30,577 - stpipe.RampFitStep - INFO - Step RampFitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'int_name': '', 'save_opt': False, 'opt_name': '', 'maximum_cores': 'none'}
2022-01-30 21:43:30,657 - stpipe.RampFitStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:43:30,690 - stpipe.RampFitStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:43:30,735 - stpipe.RampFitStep - INFO - Using algorithm = ols
2022-01-30 21:43:30,737 - stpipe.RampFitStep - INFO - Using weighting = optimal
2022-01-30 21:43:30,739 - stpipe.RampFitStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:43:30,741 - stpipe.RampFitStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:46:11,705 - stpipe.RampFitStep - INFO - Number of groups per integration: 8
2022-01-30 21:46:11,708 - stpipe.RampFitStep - INFO - Number of integrations: 152
2022-01-30 21:46:12,022 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg013_nrca3_0_rampfitstep.fits
2022-01-30 21:46:12,709 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg013_nrca3_1_rampfitstep.fits
2022-01-30 21:46:12,710 - stpipe.RampFitStep - INFO - Step RampFitStep done
2022-01-30 21:46:12,714 - stpipe.DQInitStep - INFO - DQInitStep instance created.
2022-01-30 21:46:12,926 - stpipe.DQInitStep - INFO - Step DQInitStep running with args ('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/Raw_Data/jw00042001001_01101_00001-seg014_nrca3_uncal.fits',).
2022-01-30 21:46:12,930 - stpipe.DQInitStep - INFO - Step DQInitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:46:14,384 - stpipe.DQInitStep - INFO - Using MASK reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_mask_0058.fits
2022-01-30 21:46:16,189 - stpipe.DQInitStep - INFO - Extracting mask subarray to match science data
2022-01-30 21:46:16,204 - stpipe.DQInitStep - INFO - Step DQInitStep done
2022-01-30 21:46:16,207 - stpipe.SaturationStep - INFO - SaturationStep instance created.
2022-01-30 21:46:16,354 - stpipe.SaturationStep - INFO - Step SaturationStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg014_nrca3_uncal.fits>,).
2022-01-30 21:46:16,357 - stpipe.SaturationStep - INFO - Step SaturationStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:46:16,406 - stpipe.SaturationStep - INFO - Using SATURATION reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_saturation_0067.fits
2022-01-30 21:46:16,554 - stpipe.SaturationStep - WARNING - Keyword NO_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:46:16,556 - stpipe.SaturationStep - WARNING - Keyword FEW_SAMPLES does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:46:16,558 - stpipe.SaturationStep - WARNING - Keyword AD_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:46:16,559 - stpipe.SaturationStep - WARNING - Keyword WEIRD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:46:16,561 - stpipe.SaturationStep - WARNING - Keyword DEAD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:46:17,390 - stpipe.SaturationStep - INFO - Extracting reference file subarray to match science data
2022-01-30 21:46:18,920 - stpipe.SaturationStep - INFO - Detected 520 saturated pixels
2022-01-30 21:46:19,060 - stpipe.SaturationStep - INFO - Detected 0 A/D floor pixels
2022-01-30 21:46:19,065 - stpipe.SaturationStep - INFO - Step SaturationStep done
2022-01-30 21:46:19,068 - stpipe.SuperBiasStep - INFO - SuperBiasStep instance created.
2022-01-30 21:46:19,222 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg014_nrca3_uncal.fits>,).
2022-01-30 21:46:19,225 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:46:19,272 - stpipe.SuperBiasStep - INFO - Using SUPERBIAS reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_superbias_0027.fits
2022-01-30 21:46:19,534 - stpipe.SuperBiasStep - WARNING - Keyword NOISY does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:46:20,709 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep done
2022-01-30 21:46:20,713 - stpipe.RefPixStep - INFO - RefPixStep instance created.
1%|▎ | 1/152 [00:00<00:29, 5.17it/s]
Note: File Search comes up empty
100%|█████████████████████████████████████████| 152/152 [00:29<00:00, 5.10it/s]
2022-01-30 21:46:51,328 - stpipe.LinearityStep - INFO - LinearityStep instance created.
2022-01-30 21:46:51,483 - stpipe.LinearityStep - INFO - Step LinearityStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg014_nrca3_uncal.fits>,).
2022-01-30 21:46:51,486 - stpipe.LinearityStep - INFO - Step LinearityStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:46:51,536 - stpipe.LinearityStep - INFO - Using Linearity reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_linearity_0053.fits
2022-01-30 21:46:51,782 - stpipe.LinearityStep - WARNING - Keyword UAZ_DO_NOT_USE does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:46:51,784 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_LIN_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:46:51,785 - stpipe.LinearityStep - WARNING - Keyword UAZ_BAD_LIN_FIT does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:46:51,788 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_WELL_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:46:51,789 - stpipe.LinearityStep - WARNING - Keyword UAZ_MODEL_FIT_FAIL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:46:51,791 - stpipe.LinearityStep - WARNING - Keyword UAZ_WELL_NOT_DEFINED does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:46:51,792 - stpipe.LinearityStep - WARNING - Keyword UAZ_MASTER_MASK does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:46:52,651 - stpipe.LinearityStep - INFO - Extracting linearity subarray to match science data
2022-01-30 21:46:56,282 - stpipe.LinearityStep - INFO - Step LinearityStep done
2022-01-30 21:46:56,286 - stpipe.PersistenceStep - INFO - PersistenceStep instance created.
2022-01-30 21:46:56,451 - stpipe.PersistenceStep - INFO - Step PersistenceStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg014_nrca3_uncal.fits>,).
2022-01-30 21:46:56,454 - stpipe.PersistenceStep - INFO - Step PersistenceStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'input_trapsfilled': '', 'flag_pers_cutoff': 40.0, 'save_persistence': False, 'save_trapsfilled': True}
2022-01-30 21:46:56,456 - stpipe.PersistenceStep - INFO - Step skipped.
2022-01-30 21:46:56,458 - stpipe.PersistenceStep - INFO - Step PersistenceStep done
2022-01-30 21:46:56,461 - stpipe.DarkCurrentStep - INFO - DarkCurrentStep instance created.
2022-01-30 21:46:56,605 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg014_nrca3_uncal.fits>,).
2022-01-30 21:46:56,608 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'dark_output': None}
2022-01-30 21:46:56,609 - stpipe.DarkCurrentStep - INFO - Step skipped.
2022-01-30 21:46:56,611 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep done
2022-01-30 21:46:56,615 - stpipe.JumpStep - INFO - JumpStep instance created.
2022-01-30 21:46:56,748 - stpipe.JumpStep - INFO - Step JumpStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg014_nrca3_uncal.fits>,).
2022-01-30 21:46:56,752 - stpipe.JumpStep - INFO - Step JumpStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'rejection_threshold': 15, 'three_group_rejection_threshold': 6.0, 'four_group_rejection_threshold': 5.0, 'maximum_cores': 'none', 'flag_4_neighbors': True, 'max_jump_to_flag_neighbors': 1000.0, 'min_jump_to_flag_neighbors': 10.0}
2022-01-30 21:46:56,780 - stpipe.JumpStep - INFO - CR rejection threshold = 15 sigma
2022-01-30 21:46:56,808 - stpipe.JumpStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:46:56,879 - stpipe.JumpStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:46:56,914 - stpipe.JumpStep - INFO - Using 1 core for jump detection
2022-01-30 21:46:57,761 - stpipe.JumpStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:46:57,763 - stpipe.JumpStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:46:58,432 - stpipe.JumpStep - INFO - Executing two-point difference method
2022-01-30 21:47:01,285 - stpipe.JumpStep - INFO - Working on integration 1:
2022-01-30 21:47:01,395 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:01,397 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:01,398 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:01,410 - stpipe.JumpStep - INFO - Working on integration 2:
2022-01-30 21:47:01,528 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:47:01,530 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:01,531 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:01,543 - stpipe.JumpStep - INFO - Working on integration 3:
2022-01-30 21:47:01,656 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:01,658 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:01,660 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:01,672 - stpipe.JumpStep - INFO - Working on integration 4:
2022-01-30 21:47:01,787 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:47:01,789 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:01,790 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:01,802 - stpipe.JumpStep - INFO - Working on integration 5:
2022-01-30 21:47:01,917 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:47:01,919 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:01,920 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:47:01,933 - stpipe.JumpStep - INFO - Working on integration 6:
2022-01-30 21:47:02,047 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:47:02,049 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:02,051 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:02,062 - stpipe.JumpStep - INFO - Working on integration 7:
2022-01-30 21:47:02,177 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:02,178 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:02,179 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:02,191 - stpipe.JumpStep - INFO - Working on integration 8:
2022-01-30 21:47:02,304 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:47:02,305 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:02,306 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:02,319 - stpipe.JumpStep - INFO - Working on integration 9:
2022-01-30 21:47:02,433 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:47:02,434 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:02,435 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:02,448 - stpipe.JumpStep - INFO - Working on integration 10:
2022-01-30 21:47:02,561 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:47:02,562 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:02,564 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:02,576 - stpipe.JumpStep - INFO - Working on integration 11:
2022-01-30 21:47:02,685 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:47:02,686 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:02,687 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:02,699 - stpipe.JumpStep - INFO - Working on integration 12:
2022-01-30 21:47:02,808 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:47:02,809 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:02,810 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:47:02,824 - stpipe.JumpStep - INFO - Working on integration 13:
2022-01-30 21:47:02,931 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:47:02,933 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:02,934 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:02,947 - stpipe.JumpStep - INFO - Working on integration 14:
2022-01-30 21:47:03,057 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:47:03,058 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:03,060 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:03,072 - stpipe.JumpStep - INFO - Working on integration 15:
2022-01-30 21:47:03,185 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:03,186 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:03,188 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:03,200 - stpipe.JumpStep - INFO - Working on integration 16:
2022-01-30 21:47:03,316 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:03,318 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:03,319 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:03,331 - stpipe.JumpStep - INFO - Working on integration 17:
2022-01-30 21:47:03,446 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:03,447 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:03,449 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:47:03,461 - stpipe.JumpStep - INFO - Working on integration 18:
2022-01-30 21:47:03,574 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:47:03,576 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:03,577 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:03,590 - stpipe.JumpStep - INFO - Working on integration 19:
2022-01-30 21:47:03,701 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:03,703 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:03,704 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:03,715 - stpipe.JumpStep - INFO - Working on integration 20:
2022-01-30 21:47:03,830 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:03,832 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:03,833 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:03,845 - stpipe.JumpStep - INFO - Working on integration 21:
2022-01-30 21:47:03,965 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:03,967 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:03,968 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:03,980 - stpipe.JumpStep - INFO - Working on integration 22:
2022-01-30 21:47:04,103 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:47:04,105 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:04,106 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:04,118 - stpipe.JumpStep - INFO - Working on integration 23:
2022-01-30 21:47:04,234 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:04,236 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:04,237 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:47:04,249 - stpipe.JumpStep - INFO - Working on integration 24:
2022-01-30 21:47:04,358 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:47:04,360 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:04,361 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:04,373 - stpipe.JumpStep - INFO - Working on integration 25:
2022-01-30 21:47:04,482 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:47:04,484 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:04,485 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:04,497 - stpipe.JumpStep - INFO - Working on integration 26:
2022-01-30 21:47:04,606 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:47:04,608 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:04,610 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:04,621 - stpipe.JumpStep - INFO - Working on integration 27:
2022-01-30 21:47:04,730 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:04,732 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:04,733 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:04,745 - stpipe.JumpStep - INFO - Working on integration 28:
2022-01-30 21:47:04,858 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:47:04,859 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:04,860 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:04,872 - stpipe.JumpStep - INFO - Working on integration 29:
2022-01-30 21:47:04,987 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:47:04,989 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:04,990 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:05,003 - stpipe.JumpStep - INFO - Working on integration 30:
2022-01-30 21:47:05,119 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:05,120 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:05,122 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:05,133 - stpipe.JumpStep - INFO - Working on integration 31:
2022-01-30 21:47:05,245 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:47:05,246 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:05,248 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:05,259 - stpipe.JumpStep - INFO - Working on integration 32:
2022-01-30 21:47:05,368 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:47:05,370 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:05,371 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:05,383 - stpipe.JumpStep - INFO - Working on integration 33:
2022-01-30 21:47:05,496 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:05,498 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:05,499 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:05,511 - stpipe.JumpStep - INFO - Working on integration 34:
2022-01-30 21:47:05,627 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:47:05,628 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:05,629 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:05,642 - stpipe.JumpStep - INFO - Working on integration 35:
2022-01-30 21:47:05,757 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:47:05,759 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:05,760 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:05,772 - stpipe.JumpStep - INFO - Working on integration 36:
2022-01-30 21:47:05,884 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:47:05,886 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:05,888 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:47:05,900 - stpipe.JumpStep - INFO - Working on integration 37:
2022-01-30 21:47:06,011 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:06,013 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:06,014 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:06,027 - stpipe.JumpStep - INFO - Working on integration 38:
2022-01-30 21:47:06,137 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:06,139 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:06,140 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:06,152 - stpipe.JumpStep - INFO - Working on integration 39:
2022-01-30 21:47:06,265 - stpipe.JumpStep - INFO - From highest outlier Two-point found 14 pixels with at least one CR and at least four groups
2022-01-30 21:47:06,267 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:06,268 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:47:06,281 - stpipe.JumpStep - INFO - Working on integration 40:
2022-01-30 21:47:06,390 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:06,392 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:06,393 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:47:06,405 - stpipe.JumpStep - INFO - Working on integration 41:
2022-01-30 21:47:06,513 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:06,515 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:06,516 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:06,528 - stpipe.JumpStep - INFO - Working on integration 42:
2022-01-30 21:47:06,635 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:47:06,637 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:06,638 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:06,650 - stpipe.JumpStep - INFO - Working on integration 43:
2022-01-30 21:47:06,759 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:47:06,761 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:06,762 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:06,775 - stpipe.JumpStep - INFO - Working on integration 44:
2022-01-30 21:47:06,883 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:47:06,884 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:06,885 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:06,898 - stpipe.JumpStep - INFO - Working on integration 45:
2022-01-30 21:47:07,012 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:47:07,013 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:07,015 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:07,026 - stpipe.JumpStep - INFO - Working on integration 46:
2022-01-30 21:47:07,137 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:07,139 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:07,140 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:07,152 - stpipe.JumpStep - INFO - Working on integration 47:
2022-01-30 21:47:07,266 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:47:07,268 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:07,269 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:07,282 - stpipe.JumpStep - INFO - Working on integration 48:
2022-01-30 21:47:07,393 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:47:07,395 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:07,396 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:07,408 - stpipe.JumpStep - INFO - Working on integration 49:
2022-01-30 21:47:07,522 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:47:07,523 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:07,525 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:47:07,537 - stpipe.JumpStep - INFO - Working on integration 50:
2022-01-30 21:47:07,657 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:47:07,659 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:07,660 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:07,674 - stpipe.JumpStep - INFO - Working on integration 51:
2022-01-30 21:47:07,796 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:07,797 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:07,799 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:07,811 - stpipe.JumpStep - INFO - Working on integration 52:
2022-01-30 21:47:07,934 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:47:07,935 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:07,937 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:07,949 - stpipe.JumpStep - INFO - Working on integration 53:
2022-01-30 21:47:08,062 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:47:08,064 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:08,065 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:08,076 - stpipe.JumpStep - INFO - Working on integration 54:
2022-01-30 21:47:08,184 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:08,185 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:08,187 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:08,199 - stpipe.JumpStep - INFO - Working on integration 55:
2022-01-30 21:47:08,306 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:08,307 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:08,308 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:08,320 - stpipe.JumpStep - INFO - Working on integration 56:
2022-01-30 21:47:08,429 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:08,430 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:08,432 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:08,443 - stpipe.JumpStep - INFO - Working on integration 57:
2022-01-30 21:47:08,550 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:47:08,552 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:08,553 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:08,565 - stpipe.JumpStep - INFO - Working on integration 58:
2022-01-30 21:47:08,679 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:47:08,680 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:08,682 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:08,694 - stpipe.JumpStep - INFO - Working on integration 59:
2022-01-30 21:47:08,809 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:08,811 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:08,812 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:08,824 - stpipe.JumpStep - INFO - Working on integration 60:
2022-01-30 21:47:08,940 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:08,942 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:08,943 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:08,955 - stpipe.JumpStep - INFO - Working on integration 61:
2022-01-30 21:47:09,063 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:09,065 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:09,066 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:09,078 - stpipe.JumpStep - INFO - Working on integration 62:
2022-01-30 21:47:09,186 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:47:09,188 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:09,189 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:09,201 - stpipe.JumpStep - INFO - Working on integration 63:
2022-01-30 21:47:09,313 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:09,315 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:09,317 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:09,329 - stpipe.JumpStep - INFO - Working on integration 64:
2022-01-30 21:47:09,444 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:09,446 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:09,447 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:09,459 - stpipe.JumpStep - INFO - Working on integration 65:
2022-01-30 21:47:09,575 - stpipe.JumpStep - INFO - From highest outlier Two-point found 16 pixels with at least one CR and at least four groups
2022-01-30 21:47:09,576 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:09,578 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:47:09,591 - stpipe.JumpStep - INFO - Working on integration 66:
2022-01-30 21:47:09,703 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:47:09,705 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:09,706 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:09,718 - stpipe.JumpStep - INFO - Working on integration 67:
2022-01-30 21:47:09,828 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:09,829 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:09,830 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:09,842 - stpipe.JumpStep - INFO - Working on integration 68:
2022-01-30 21:47:09,955 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:47:09,956 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:09,958 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:09,970 - stpipe.JumpStep - INFO - Working on integration 69:
2022-01-30 21:47:10,084 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:47:10,086 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:10,087 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:10,099 - stpipe.JumpStep - INFO - Working on integration 70:
2022-01-30 21:47:10,208 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:10,210 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:10,211 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:10,223 - stpipe.JumpStep - INFO - Working on integration 71:
2022-01-30 21:47:10,332 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:10,333 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:10,335 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:10,347 - stpipe.JumpStep - INFO - Working on integration 72:
2022-01-30 21:47:10,455 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:10,457 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:10,458 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:10,470 - stpipe.JumpStep - INFO - Working on integration 73:
2022-01-30 21:47:10,578 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:47:10,579 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:10,581 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:10,592 - stpipe.JumpStep - INFO - Working on integration 74:
2022-01-30 21:47:10,701 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:47:10,702 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:10,704 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:10,715 - stpipe.JumpStep - INFO - Working on integration 75:
2022-01-30 21:47:10,826 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:47:10,827 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:10,829 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:47:10,842 - stpipe.JumpStep - INFO - Working on integration 76:
2022-01-30 21:47:10,955 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:47:10,957 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:10,958 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:10,971 - stpipe.JumpStep - INFO - Working on integration 77:
2022-01-30 21:47:11,085 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:47:11,087 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:11,088 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:11,101 - stpipe.JumpStep - INFO - Working on integration 78:
2022-01-30 21:47:11,212 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:47:11,213 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:11,215 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:11,228 - stpipe.JumpStep - INFO - Working on integration 79:
2022-01-30 21:47:11,343 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:47:11,345 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:11,346 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:11,359 - stpipe.JumpStep - INFO - Working on integration 80:
2022-01-30 21:47:11,477 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:11,479 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:11,480 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:47:11,492 - stpipe.JumpStep - INFO - Working on integration 81:
2022-01-30 21:47:11,614 - stpipe.JumpStep - INFO - From highest outlier Two-point found 20 pixels with at least one CR and at least four groups
2022-01-30 21:47:11,615 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:11,616 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:11,631 - stpipe.JumpStep - INFO - Working on integration 82:
2022-01-30 21:47:11,754 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:47:11,756 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:11,757 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:11,769 - stpipe.JumpStep - INFO - Working on integration 83:
2022-01-30 21:47:11,885 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:47:11,887 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:11,889 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:11,900 - stpipe.JumpStep - INFO - Working on integration 84:
2022-01-30 21:47:12,008 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:12,010 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:12,011 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:12,023 - stpipe.JumpStep - INFO - Working on integration 85:
2022-01-30 21:47:12,132 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:47:12,134 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:12,135 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:12,147 - stpipe.JumpStep - INFO - Working on integration 86:
2022-01-30 21:47:12,257 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:12,259 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:12,260 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:12,272 - stpipe.JumpStep - INFO - Working on integration 87:
2022-01-30 21:47:12,381 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:47:12,382 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:12,384 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:12,396 - stpipe.JumpStep - INFO - Working on integration 88:
2022-01-30 21:47:12,511 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:47:12,512 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:12,514 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:47:12,526 - stpipe.JumpStep - INFO - Working on integration 89:
2022-01-30 21:47:12,641 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:12,643 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:12,644 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:12,656 - stpipe.JumpStep - INFO - Working on integration 90:
2022-01-30 21:47:12,772 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:47:12,774 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:12,775 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:12,788 - stpipe.JumpStep - INFO - Working on integration 91:
2022-01-30 21:47:12,898 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:12,900 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:12,901 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:12,913 - stpipe.JumpStep - INFO - Working on integration 92:
2022-01-30 21:47:13,020 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:47:13,022 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:13,023 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:13,036 - stpipe.JumpStep - INFO - Working on integration 93:
2022-01-30 21:47:13,150 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:13,152 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:13,153 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:13,165 - stpipe.JumpStep - INFO - Working on integration 94:
2022-01-30 21:47:13,280 - stpipe.JumpStep - INFO - From highest outlier Two-point found 14 pixels with at least one CR and at least four groups
2022-01-30 21:47:13,281 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:13,283 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:13,296 - stpipe.JumpStep - INFO - Working on integration 95:
2022-01-30 21:47:13,413 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:47:13,415 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:13,416 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:13,427 - stpipe.JumpStep - INFO - Working on integration 96:
2022-01-30 21:47:13,538 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:47:13,540 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:13,541 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:13,554 - stpipe.JumpStep - INFO - Working on integration 97:
2022-01-30 21:47:13,665 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:47:13,667 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:13,668 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:13,681 - stpipe.JumpStep - INFO - Working on integration 98:
2022-01-30 21:47:13,792 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:47:13,794 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:13,795 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:13,807 - stpipe.JumpStep - INFO - Working on integration 99:
2022-01-30 21:47:13,916 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:47:13,918 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:13,919 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:13,931 - stpipe.JumpStep - INFO - Working on integration 100:
2022-01-30 21:47:14,039 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:47:14,040 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:14,042 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:14,054 - stpipe.JumpStep - INFO - Working on integration 101:
2022-01-30 21:47:14,160 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:14,162 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:14,163 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:14,175 - stpipe.JumpStep - INFO - Working on integration 102:
2022-01-30 21:47:14,282 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:47:14,283 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:14,285 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:14,297 - stpipe.JumpStep - INFO - Working on integration 103:
2022-01-30 21:47:14,404 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:47:14,405 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:14,406 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:14,418 - stpipe.JumpStep - INFO - Working on integration 104:
2022-01-30 21:47:14,527 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:47:14,529 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:14,530 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:14,542 - stpipe.JumpStep - INFO - Working on integration 105:
2022-01-30 21:47:14,654 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:47:14,656 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:14,657 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:14,669 - stpipe.JumpStep - INFO - Working on integration 106:
2022-01-30 21:47:14,784 - stpipe.JumpStep - INFO - From highest outlier Two-point found 19 pixels with at least one CR and at least four groups
2022-01-30 21:47:14,785 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:14,787 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:14,801 - stpipe.JumpStep - INFO - Working on integration 107:
2022-01-30 21:47:14,913 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:14,914 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:14,916 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:14,928 - stpipe.JumpStep - INFO - Working on integration 108:
2022-01-30 21:47:15,042 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:15,043 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:15,044 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:15,056 - stpipe.JumpStep - INFO - Working on integration 109:
2022-01-30 21:47:15,173 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:47:15,175 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:15,176 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:15,188 - stpipe.JumpStep - INFO - Working on integration 110:
2022-01-30 21:47:15,306 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:47:15,307 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:15,309 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:15,321 - stpipe.JumpStep - INFO - Working on integration 111:
2022-01-30 21:47:15,441 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:47:15,442 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:15,444 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:15,456 - stpipe.JumpStep - INFO - Working on integration 112:
2022-01-30 21:47:15,574 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:15,576 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:15,577 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:15,589 - stpipe.JumpStep - INFO - Working on integration 113:
2022-01-30 21:47:15,699 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:15,701 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:15,702 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:47:15,714 - stpipe.JumpStep - INFO - Working on integration 114:
2022-01-30 21:47:15,823 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:47:15,824 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:15,825 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:15,838 - stpipe.JumpStep - INFO - Working on integration 115:
2022-01-30 21:47:15,948 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:15,949 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:15,951 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:15,963 - stpipe.JumpStep - INFO - Working on integration 116:
2022-01-30 21:47:16,076 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:16,079 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:16,080 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:16,092 - stpipe.JumpStep - INFO - Working on integration 117:
2022-01-30 21:47:16,201 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:47:16,203 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:16,204 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:16,217 - stpipe.JumpStep - INFO - Working on integration 118:
2022-01-30 21:47:16,332 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:47:16,333 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:16,335 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:16,347 - stpipe.JumpStep - INFO - Working on integration 119:
2022-01-30 21:47:16,460 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:16,462 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:16,463 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:16,475 - stpipe.JumpStep - INFO - Working on integration 120:
2022-01-30 21:47:16,588 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:16,589 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:16,592 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:47:16,603 - stpipe.JumpStep - INFO - Working on integration 121:
2022-01-30 21:47:16,711 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:47:16,713 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:16,714 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:16,726 - stpipe.JumpStep - INFO - Working on integration 122:
2022-01-30 21:47:16,837 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:47:16,839 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:16,840 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:16,852 - stpipe.JumpStep - INFO - Working on integration 123:
2022-01-30 21:47:16,967 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:47:16,969 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:16,971 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:16,983 - stpipe.JumpStep - INFO - Working on integration 124:
2022-01-30 21:47:17,098 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:17,099 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:17,101 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:17,113 - stpipe.JumpStep - INFO - Working on integration 125:
2022-01-30 21:47:17,227 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:47:17,228 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:17,229 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:17,242 - stpipe.JumpStep - INFO - Working on integration 126:
2022-01-30 21:47:17,355 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:47:17,356 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:17,357 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:17,370 - stpipe.JumpStep - INFO - Working on integration 127:
2022-01-30 21:47:17,481 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:17,482 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:17,484 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:17,496 - stpipe.JumpStep - INFO - Working on integration 128:
2022-01-30 21:47:17,608 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:47:17,610 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:17,611 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:17,624 - stpipe.JumpStep - INFO - Working on integration 129:
2022-01-30 21:47:17,737 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:17,738 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:17,739 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:17,751 - stpipe.JumpStep - INFO - Working on integration 130:
2022-01-30 21:47:17,859 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:47:17,860 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:17,861 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:17,873 - stpipe.JumpStep - INFO - Working on integration 131:
2022-01-30 21:47:17,980 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:17,982 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:17,983 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:17,995 - stpipe.JumpStep - INFO - Working on integration 132:
2022-01-30 21:47:18,103 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:47:18,105 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:18,106 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:18,118 - stpipe.JumpStep - INFO - Working on integration 133:
2022-01-30 21:47:18,228 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:47:18,230 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:18,231 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:18,243 - stpipe.JumpStep - INFO - Working on integration 134:
2022-01-30 21:47:18,356 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:47:18,357 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:18,358 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:18,371 - stpipe.JumpStep - INFO - Working on integration 135:
2022-01-30 21:47:18,491 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:47:18,493 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:18,494 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:18,507 - stpipe.JumpStep - INFO - Working on integration 136:
2022-01-30 21:47:18,622 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:47:18,624 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:18,625 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:18,638 - stpipe.JumpStep - INFO - Working on integration 137:
2022-01-30 21:47:18,751 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:47:18,752 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:18,754 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:18,767 - stpipe.JumpStep - INFO - Working on integration 138:
2022-01-30 21:47:18,879 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:18,881 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:18,882 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:18,894 - stpipe.JumpStep - INFO - Working on integration 139:
2022-01-30 21:47:19,012 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:19,014 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:19,015 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:19,027 - stpipe.JumpStep - INFO - Working on integration 140:
2022-01-30 21:47:19,143 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:19,145 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:19,147 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:47:19,158 - stpipe.JumpStep - INFO - Working on integration 141:
2022-01-30 21:47:19,281 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:47:19,282 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:19,284 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:19,295 - stpipe.JumpStep - INFO - Working on integration 142:
2022-01-30 21:47:19,408 - stpipe.JumpStep - INFO - From highest outlier Two-point found 14 pixels with at least one CR and at least four groups
2022-01-30 21:47:19,409 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:19,411 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:19,424 - stpipe.JumpStep - INFO - Working on integration 143:
2022-01-30 21:47:19,533 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:19,534 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:19,535 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:19,548 - stpipe.JumpStep - INFO - Working on integration 144:
2022-01-30 21:47:19,655 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:19,657 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:19,658 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:19,670 - stpipe.JumpStep - INFO - Working on integration 145:
2022-01-30 21:47:19,776 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:19,778 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:19,779 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:19,790 - stpipe.JumpStep - INFO - Working on integration 146:
2022-01-30 21:47:19,893 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:47:19,894 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:19,895 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:19,907 - stpipe.JumpStep - INFO - Working on integration 147:
2022-01-30 21:47:20,011 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:47:20,012 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:20,013 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:20,025 - stpipe.JumpStep - INFO - Working on integration 148:
2022-01-30 21:47:20,129 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:47:20,130 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:20,131 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:20,143 - stpipe.JumpStep - INFO - Working on integration 149:
2022-01-30 21:47:20,250 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:47:20,252 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:20,253 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:20,264 - stpipe.JumpStep - INFO - Working on integration 150:
2022-01-30 21:47:20,371 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:47:20,373 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:20,374 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:20,385 - stpipe.JumpStep - INFO - Working on integration 151:
2022-01-30 21:47:20,491 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:47:20,492 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:20,494 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:20,506 - stpipe.JumpStep - INFO - Working on integration 152:
2022-01-30 21:47:20,610 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:47:20,612 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:47:20,613 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:47:20,627 - stpipe.JumpStep - INFO - Total elapsed time = 22.1933 sec
2022-01-30 21:47:20,631 - stpipe.JumpStep - INFO - The execution time in seconds: 23.851770
2022-01-30 21:47:20,636 - stpipe.JumpStep - INFO - Step JumpStep done
2022-01-30 21:47:20,641 - stpipe.RampFitStep - INFO - RampFitStep instance created.
2022-01-30 21:47:20,812 - stpipe.RampFitStep - INFO - Step RampFitStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg014_nrca3_uncal.fits>,).
2022-01-30 21:47:20,815 - stpipe.RampFitStep - INFO - Step RampFitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'int_name': '', 'save_opt': False, 'opt_name': '', 'maximum_cores': 'none'}
2022-01-30 21:47:20,889 - stpipe.RampFitStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:47:20,922 - stpipe.RampFitStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:47:20,966 - stpipe.RampFitStep - INFO - Using algorithm = ols
2022-01-30 21:47:20,968 - stpipe.RampFitStep - INFO - Using weighting = optimal
2022-01-30 21:47:20,970 - stpipe.RampFitStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:47:20,972 - stpipe.RampFitStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:49:55,946 - stpipe.RampFitStep - INFO - Number of groups per integration: 8
2022-01-30 21:49:55,949 - stpipe.RampFitStep - INFO - Number of integrations: 152
2022-01-30 21:49:56,261 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg014_nrca3_0_rampfitstep.fits
2022-01-30 21:49:56,900 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg014_nrca3_1_rampfitstep.fits
2022-01-30 21:49:56,902 - stpipe.RampFitStep - INFO - Step RampFitStep done
2022-01-30 21:49:56,906 - stpipe.DQInitStep - INFO - DQInitStep instance created.
2022-01-30 21:49:57,110 - stpipe.DQInitStep - INFO - Step DQInitStep running with args ('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/Raw_Data/jw00042001001_01101_00001-seg015_nrca3_uncal.fits',).
2022-01-30 21:49:57,113 - stpipe.DQInitStep - INFO - Step DQInitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:49:58,546 - stpipe.DQInitStep - INFO - Using MASK reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_mask_0058.fits
2022-01-30 21:50:00,295 - stpipe.DQInitStep - INFO - Extracting mask subarray to match science data
2022-01-30 21:50:00,309 - stpipe.DQInitStep - INFO - Step DQInitStep done
2022-01-30 21:50:00,313 - stpipe.SaturationStep - INFO - SaturationStep instance created.
2022-01-30 21:50:00,455 - stpipe.SaturationStep - INFO - Step SaturationStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg015_nrca3_uncal.fits>,).
2022-01-30 21:50:00,458 - stpipe.SaturationStep - INFO - Step SaturationStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:50:00,507 - stpipe.SaturationStep - INFO - Using SATURATION reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_saturation_0067.fits
2022-01-30 21:50:00,648 - stpipe.SaturationStep - WARNING - Keyword NO_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:50:00,650 - stpipe.SaturationStep - WARNING - Keyword FEW_SAMPLES does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:50:00,651 - stpipe.SaturationStep - WARNING - Keyword AD_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:50:00,653 - stpipe.SaturationStep - WARNING - Keyword WEIRD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:50:00,655 - stpipe.SaturationStep - WARNING - Keyword DEAD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:50:01,459 - stpipe.SaturationStep - INFO - Extracting reference file subarray to match science data
2022-01-30 21:50:02,922 - stpipe.SaturationStep - INFO - Detected 520 saturated pixels
2022-01-30 21:50:03,055 - stpipe.SaturationStep - INFO - Detected 0 A/D floor pixels
2022-01-30 21:50:03,061 - stpipe.SaturationStep - INFO - Step SaturationStep done
2022-01-30 21:50:03,064 - stpipe.SuperBiasStep - INFO - SuperBiasStep instance created.
2022-01-30 21:50:03,204 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg015_nrca3_uncal.fits>,).
2022-01-30 21:50:03,207 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:50:03,255 - stpipe.SuperBiasStep - INFO - Using SUPERBIAS reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_superbias_0027.fits
2022-01-30 21:50:03,522 - stpipe.SuperBiasStep - WARNING - Keyword NOISY does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:50:04,633 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep done
2022-01-30 21:50:04,637 - stpipe.RefPixStep - INFO - RefPixStep instance created.
1%|▎ | 1/152 [00:00<00:28, 5.28it/s]
Note: File Search comes up empty
100%|█████████████████████████████████████████| 152/152 [00:28<00:00, 5.29it/s]
2022-01-30 21:50:34,207 - stpipe.LinearityStep - INFO - LinearityStep instance created.
2022-01-30 21:50:34,356 - stpipe.LinearityStep - INFO - Step LinearityStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg015_nrca3_uncal.fits>,).
2022-01-30 21:50:34,359 - stpipe.LinearityStep - INFO - Step LinearityStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:50:34,407 - stpipe.LinearityStep - INFO - Using Linearity reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_linearity_0053.fits
2022-01-30 21:50:34,641 - stpipe.LinearityStep - WARNING - Keyword UAZ_DO_NOT_USE does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:50:34,643 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_LIN_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:50:34,645 - stpipe.LinearityStep - WARNING - Keyword UAZ_BAD_LIN_FIT does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:50:34,646 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_WELL_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:50:34,647 - stpipe.LinearityStep - WARNING - Keyword UAZ_MODEL_FIT_FAIL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:50:34,651 - stpipe.LinearityStep - WARNING - Keyword UAZ_WELL_NOT_DEFINED does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:50:34,652 - stpipe.LinearityStep - WARNING - Keyword UAZ_MASTER_MASK does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:50:35,457 - stpipe.LinearityStep - INFO - Extracting linearity subarray to match science data
2022-01-30 21:50:38,978 - stpipe.LinearityStep - INFO - Step LinearityStep done
2022-01-30 21:50:38,981 - stpipe.PersistenceStep - INFO - PersistenceStep instance created.
2022-01-30 21:50:39,143 - stpipe.PersistenceStep - INFO - Step PersistenceStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg015_nrca3_uncal.fits>,).
2022-01-30 21:50:39,146 - stpipe.PersistenceStep - INFO - Step PersistenceStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'input_trapsfilled': '', 'flag_pers_cutoff': 40.0, 'save_persistence': False, 'save_trapsfilled': True}
2022-01-30 21:50:39,148 - stpipe.PersistenceStep - INFO - Step skipped.
2022-01-30 21:50:39,151 - stpipe.PersistenceStep - INFO - Step PersistenceStep done
2022-01-30 21:50:39,154 - stpipe.DarkCurrentStep - INFO - DarkCurrentStep instance created.
2022-01-30 21:50:39,299 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg015_nrca3_uncal.fits>,).
2022-01-30 21:50:39,301 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'dark_output': None}
2022-01-30 21:50:39,303 - stpipe.DarkCurrentStep - INFO - Step skipped.
2022-01-30 21:50:39,305 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep done
2022-01-30 21:50:39,310 - stpipe.JumpStep - INFO - JumpStep instance created.
2022-01-30 21:50:39,458 - stpipe.JumpStep - INFO - Step JumpStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg015_nrca3_uncal.fits>,).
2022-01-30 21:50:39,462 - stpipe.JumpStep - INFO - Step JumpStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'rejection_threshold': 15, 'three_group_rejection_threshold': 6.0, 'four_group_rejection_threshold': 5.0, 'maximum_cores': 'none', 'flag_4_neighbors': True, 'max_jump_to_flag_neighbors': 1000.0, 'min_jump_to_flag_neighbors': 10.0}
2022-01-30 21:50:39,486 - stpipe.JumpStep - INFO - CR rejection threshold = 15 sigma
2022-01-30 21:50:39,516 - stpipe.JumpStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:50:39,591 - stpipe.JumpStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:50:39,625 - stpipe.JumpStep - INFO - Using 1 core for jump detection
2022-01-30 21:50:40,593 - stpipe.JumpStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:50:40,595 - stpipe.JumpStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:50:41,288 - stpipe.JumpStep - INFO - Executing two-point difference method
2022-01-30 21:50:44,044 - stpipe.JumpStep - INFO - Working on integration 1:
2022-01-30 21:50:44,163 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:44,165 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:44,166 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:44,177 - stpipe.JumpStep - INFO - Working on integration 2:
2022-01-30 21:50:44,298 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:50:44,300 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:44,302 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:44,313 - stpipe.JumpStep - INFO - Working on integration 3:
2022-01-30 21:50:44,429 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:50:44,431 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:44,432 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:44,443 - stpipe.JumpStep - INFO - Working on integration 4:
2022-01-30 21:50:44,555 - stpipe.JumpStep - INFO - From highest outlier Two-point found 18 pixels with at least one CR and at least four groups
2022-01-30 21:50:44,556 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:44,558 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:44,571 - stpipe.JumpStep - INFO - Working on integration 5:
2022-01-30 21:50:44,687 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:44,689 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:44,690 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:44,702 - stpipe.JumpStep - INFO - Working on integration 6:
2022-01-30 21:50:44,810 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:50:44,812 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:44,813 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:44,825 - stpipe.JumpStep - INFO - Working on integration 7:
2022-01-30 21:50:44,938 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:50:44,939 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:44,941 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:44,953 - stpipe.JumpStep - INFO - Working on integration 8:
2022-01-30 21:50:45,069 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:50:45,070 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:45,071 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:45,083 - stpipe.JumpStep - INFO - Working on integration 9:
2022-01-30 21:50:45,198 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:50:45,200 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:45,201 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:45,212 - stpipe.JumpStep - INFO - Working on integration 10:
2022-01-30 21:50:45,321 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:50:45,322 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:45,323 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:45,335 - stpipe.JumpStep - INFO - Working on integration 11:
2022-01-30 21:50:45,450 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:45,452 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:45,453 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:45,464 - stpipe.JumpStep - INFO - Working on integration 12:
2022-01-30 21:50:45,573 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:50:45,575 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:45,576 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:50:45,588 - stpipe.JumpStep - INFO - Working on integration 13:
2022-01-30 21:50:45,703 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:50:45,705 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:45,706 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:50:45,718 - stpipe.JumpStep - INFO - Working on integration 14:
2022-01-30 21:50:45,830 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:50:45,832 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:45,833 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:45,845 - stpipe.JumpStep - INFO - Working on integration 15:
2022-01-30 21:50:45,956 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:50:45,957 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:45,958 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:45,970 - stpipe.JumpStep - INFO - Working on integration 16:
2022-01-30 21:50:46,085 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:46,086 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:46,088 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:46,099 - stpipe.JumpStep - INFO - Working on integration 17:
2022-01-30 21:50:46,212 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:50:46,214 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:46,215 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:46,227 - stpipe.JumpStep - INFO - Working on integration 18:
2022-01-30 21:50:46,339 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:46,341 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:46,342 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:46,354 - stpipe.JumpStep - INFO - Working on integration 19:
2022-01-30 21:50:46,479 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:50:46,480 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:46,482 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:46,494 - stpipe.JumpStep - INFO - Working on integration 20:
2022-01-30 21:50:46,627 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:46,629 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:46,630 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:46,642 - stpipe.JumpStep - INFO - Working on integration 21:
2022-01-30 21:50:46,773 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:46,775 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:46,776 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:50:46,788 - stpipe.JumpStep - INFO - Working on integration 22:
2022-01-30 21:50:46,916 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:50:46,917 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:46,918 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:46,930 - stpipe.JumpStep - INFO - Working on integration 23:
2022-01-30 21:50:47,049 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:50:47,051 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:47,052 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:47,064 - stpipe.JumpStep - INFO - Working on integration 24:
2022-01-30 21:50:47,187 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:50:47,188 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:47,190 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:47,202 - stpipe.JumpStep - INFO - Working on integration 25:
2022-01-30 21:50:47,326 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:50:47,328 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:47,329 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:47,342 - stpipe.JumpStep - INFO - Working on integration 26:
2022-01-30 21:50:47,470 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:50:47,472 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:47,474 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:47,486 - stpipe.JumpStep - INFO - Working on integration 27:
2022-01-30 21:50:47,615 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:50:47,616 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:47,617 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:47,630 - stpipe.JumpStep - INFO - Working on integration 28:
2022-01-30 21:50:47,760 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:50:47,762 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:47,763 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:47,775 - stpipe.JumpStep - INFO - Working on integration 29:
2022-01-30 21:50:47,900 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:47,901 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:47,903 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:47,914 - stpipe.JumpStep - INFO - Working on integration 30:
2022-01-30 21:50:48,031 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:48,032 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:48,033 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:48,045 - stpipe.JumpStep - INFO - Working on integration 31:
2022-01-30 21:50:48,153 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:50:48,154 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:48,156 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:50:48,167 - stpipe.JumpStep - INFO - Working on integration 32:
2022-01-30 21:50:48,281 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:48,282 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:48,283 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:48,295 - stpipe.JumpStep - INFO - Working on integration 33:
2022-01-30 21:50:48,406 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:50:48,407 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:48,409 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:48,420 - stpipe.JumpStep - INFO - Working on integration 34:
2022-01-30 21:50:48,537 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:50:48,538 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:48,539 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:48,552 - stpipe.JumpStep - INFO - Working on integration 35:
2022-01-30 21:50:48,658 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:50:48,659 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:48,661 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:48,672 - stpipe.JumpStep - INFO - Working on integration 36:
2022-01-30 21:50:48,784 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:50:48,786 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:48,787 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:48,799 - stpipe.JumpStep - INFO - Working on integration 37:
2022-01-30 21:50:48,905 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:48,907 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:48,908 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:50:48,920 - stpipe.JumpStep - INFO - Working on integration 38:
2022-01-30 21:50:49,032 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:50:49,033 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:49,035 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:50:49,046 - stpipe.JumpStep - INFO - Working on integration 39:
2022-01-30 21:50:49,155 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:50:49,156 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:49,158 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:50:49,170 - stpipe.JumpStep - INFO - Working on integration 40:
2022-01-30 21:50:49,284 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:50:49,286 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:49,287 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:49,299 - stpipe.JumpStep - INFO - Working on integration 41:
2022-01-30 21:50:49,412 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:49,414 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:49,415 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:49,427 - stpipe.JumpStep - INFO - Working on integration 42:
2022-01-30 21:50:49,545 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:50:49,546 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:49,548 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:49,559 - stpipe.JumpStep - INFO - Working on integration 43:
2022-01-30 21:50:49,674 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:49,675 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:49,676 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:49,688 - stpipe.JumpStep - INFO - Working on integration 44:
2022-01-30 21:50:49,810 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:49,811 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:49,812 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:50:49,824 - stpipe.JumpStep - INFO - Working on integration 45:
2022-01-30 21:50:49,934 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:49,936 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:49,937 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:49,949 - stpipe.JumpStep - INFO - Working on integration 46:
2022-01-30 21:50:50,062 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:50:50,063 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:50,064 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:50,076 - stpipe.JumpStep - INFO - Working on integration 47:
2022-01-30 21:50:50,191 - stpipe.JumpStep - INFO - From highest outlier Two-point found 15 pixels with at least one CR and at least four groups
2022-01-30 21:50:50,192 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:50,194 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:50,206 - stpipe.JumpStep - INFO - Working on integration 48:
2022-01-30 21:50:50,332 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:50:50,333 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:50,335 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:50,346 - stpipe.JumpStep - INFO - Working on integration 49:
2022-01-30 21:50:50,463 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:50:50,464 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:50,466 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:50,477 - stpipe.JumpStep - INFO - Working on integration 50:
2022-01-30 21:50:50,594 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:50:50,596 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:50,597 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:50,609 - stpipe.JumpStep - INFO - Working on integration 51:
2022-01-30 21:50:50,720 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:50:50,721 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:50,723 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:50,735 - stpipe.JumpStep - INFO - Working on integration 52:
2022-01-30 21:50:50,853 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:50:50,854 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:50,856 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:50,867 - stpipe.JumpStep - INFO - Working on integration 53:
2022-01-30 21:50:50,992 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:50,993 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:50,994 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:51,006 - stpipe.JumpStep - INFO - Working on integration 54:
2022-01-30 21:50:51,128 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:51,130 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:51,131 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:51,143 - stpipe.JumpStep - INFO - Working on integration 55:
2022-01-30 21:50:51,261 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:51,263 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:51,264 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:51,276 - stpipe.JumpStep - INFO - Working on integration 56:
2022-01-30 21:50:51,397 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:50:51,399 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:51,400 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:51,411 - stpipe.JumpStep - INFO - Working on integration 57:
2022-01-30 21:50:51,531 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:50:51,533 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:51,534 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:51,546 - stpipe.JumpStep - INFO - Working on integration 58:
2022-01-30 21:50:51,671 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:50:51,673 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:51,674 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:51,686 - stpipe.JumpStep - INFO - Working on integration 59:
2022-01-30 21:50:51,804 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:50:51,806 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:51,807 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:51,819 - stpipe.JumpStep - INFO - Working on integration 60:
2022-01-30 21:50:51,939 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:50:51,940 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:51,942 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:51,953 - stpipe.JumpStep - INFO - Working on integration 61:
2022-01-30 21:50:52,071 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:50:52,073 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:52,074 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:52,087 - stpipe.JumpStep - INFO - Working on integration 62:
2022-01-30 21:50:52,208 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:52,210 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:52,211 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:52,222 - stpipe.JumpStep - INFO - Working on integration 63:
2022-01-30 21:50:52,343 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:52,344 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:52,347 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:52,357 - stpipe.JumpStep - INFO - Working on integration 64:
2022-01-30 21:50:52,485 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:50:52,486 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:52,488 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:52,499 - stpipe.JumpStep - INFO - Working on integration 65:
2022-01-30 21:50:52,634 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:50:52,636 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:52,637 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:52,649 - stpipe.JumpStep - INFO - Working on integration 66:
2022-01-30 21:50:52,773 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:52,775 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:52,776 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:50:52,788 - stpipe.JumpStep - INFO - Working on integration 67:
2022-01-30 21:50:52,917 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:52,919 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:52,920 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:52,932 - stpipe.JumpStep - INFO - Working on integration 68:
2022-01-30 21:50:53,054 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:50:53,056 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:53,057 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:53,069 - stpipe.JumpStep - INFO - Working on integration 69:
2022-01-30 21:50:53,192 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:53,194 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:53,195 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:53,206 - stpipe.JumpStep - INFO - Working on integration 70:
2022-01-30 21:50:53,326 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:53,327 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:53,329 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:53,340 - stpipe.JumpStep - INFO - Working on integration 71:
2022-01-30 21:50:53,462 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:53,463 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:53,465 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:53,476 - stpipe.JumpStep - INFO - Working on integration 72:
2022-01-30 21:50:53,591 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:50:53,593 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:53,594 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:53,605 - stpipe.JumpStep - INFO - Working on integration 73:
2022-01-30 21:50:53,722 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:50:53,723 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:53,724 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:53,737 - stpipe.JumpStep - INFO - Working on integration 74:
2022-01-30 21:50:53,855 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:53,857 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:53,858 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:53,870 - stpipe.JumpStep - INFO - Working on integration 75:
2022-01-30 21:50:53,974 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:50:53,976 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:53,977 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:53,989 - stpipe.JumpStep - INFO - Working on integration 76:
2022-01-30 21:50:54,092 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:54,094 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:54,095 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:54,106 - stpipe.JumpStep - INFO - Working on integration 77:
2022-01-30 21:50:54,215 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:50:54,216 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:54,219 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:54,229 - stpipe.JumpStep - INFO - Working on integration 78:
2022-01-30 21:50:54,340 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:50:54,342 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:54,343 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:54,354 - stpipe.JumpStep - INFO - Working on integration 79:
2022-01-30 21:50:54,457 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:50:54,459 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:54,460 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:54,472 - stpipe.JumpStep - INFO - Working on integration 80:
2022-01-30 21:50:54,585 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:54,587 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:54,588 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:54,599 - stpipe.JumpStep - INFO - Working on integration 81:
2022-01-30 21:50:54,721 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:50:54,723 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:54,724 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:54,736 - stpipe.JumpStep - INFO - Working on integration 82:
2022-01-30 21:50:54,856 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:50:54,858 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:54,859 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:54,870 - stpipe.JumpStep - INFO - Working on integration 83:
2022-01-30 21:50:54,985 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:50:54,986 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:54,987 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:54,999 - stpipe.JumpStep - INFO - Working on integration 84:
2022-01-30 21:50:55,104 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:55,106 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:55,107 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:55,118 - stpipe.JumpStep - INFO - Working on integration 85:
2022-01-30 21:50:55,237 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:55,239 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:55,240 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:55,251 - stpipe.JumpStep - INFO - Working on integration 86:
2022-01-30 21:50:55,359 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:50:55,361 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:55,362 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:55,374 - stpipe.JumpStep - INFO - Working on integration 87:
2022-01-30 21:50:55,476 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:55,478 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:55,479 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:55,490 - stpipe.JumpStep - INFO - Working on integration 88:
2022-01-30 21:50:55,592 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:50:55,594 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:55,595 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:55,607 - stpipe.JumpStep - INFO - Working on integration 89:
2022-01-30 21:50:55,711 - stpipe.JumpStep - INFO - From highest outlier Two-point found 12 pixels with at least one CR and at least four groups
2022-01-30 21:50:55,712 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:55,713 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:55,726 - stpipe.JumpStep - INFO - Working on integration 90:
2022-01-30 21:50:55,852 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:55,853 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:55,855 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:55,867 - stpipe.JumpStep - INFO - Working on integration 91:
2022-01-30 21:50:55,976 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:50:55,977 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:55,978 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:55,990 - stpipe.JumpStep - INFO - Working on integration 92:
2022-01-30 21:50:56,100 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:50:56,102 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:56,103 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:56,115 - stpipe.JumpStep - INFO - Working on integration 93:
2022-01-30 21:50:56,221 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:50:56,223 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:56,224 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:56,236 - stpipe.JumpStep - INFO - Working on integration 94:
2022-01-30 21:50:56,345 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:50:56,347 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:56,348 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:56,359 - stpipe.JumpStep - INFO - Working on integration 95:
2022-01-30 21:50:56,463 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:50:56,464 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:56,465 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:56,477 - stpipe.JumpStep - INFO - Working on integration 96:
2022-01-30 21:50:56,581 - stpipe.JumpStep - INFO - From highest outlier Two-point found 15 pixels with at least one CR and at least four groups
2022-01-30 21:50:56,582 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:56,584 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:56,597 - stpipe.JumpStep - INFO - Working on integration 97:
2022-01-30 21:50:56,699 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:56,700 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:56,702 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:56,713 - stpipe.JumpStep - INFO - Working on integration 98:
2022-01-30 21:50:56,817 - stpipe.JumpStep - INFO - From highest outlier Two-point found 13 pixels with at least one CR and at least four groups
2022-01-30 21:50:56,819 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:56,821 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:56,833 - stpipe.JumpStep - INFO - Working on integration 99:
2022-01-30 21:50:56,952 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:56,954 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:56,955 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:56,967 - stpipe.JumpStep - INFO - Working on integration 100:
2022-01-30 21:50:57,070 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:57,071 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:57,073 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:57,084 - stpipe.JumpStep - INFO - Working on integration 101:
2022-01-30 21:50:57,196 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:50:57,198 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:57,199 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:57,211 - stpipe.JumpStep - INFO - Working on integration 102:
2022-01-30 21:50:57,320 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:57,322 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:57,323 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:57,334 - stpipe.JumpStep - INFO - Working on integration 103:
2022-01-30 21:50:57,439 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:57,441 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:57,442 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:57,454 - stpipe.JumpStep - INFO - Working on integration 104:
2022-01-30 21:50:57,561 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:50:57,563 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:57,564 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:57,576 - stpipe.JumpStep - INFO - Working on integration 105:
2022-01-30 21:50:57,688 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:57,690 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:57,691 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:57,703 - stpipe.JumpStep - INFO - Working on integration 106:
2022-01-30 21:50:57,815 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:57,817 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:57,818 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:57,829 - stpipe.JumpStep - INFO - Working on integration 107:
2022-01-30 21:50:57,937 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:50:57,938 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:57,939 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:57,952 - stpipe.JumpStep - INFO - Working on integration 108:
2022-01-30 21:50:58,066 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:58,067 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:58,068 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:58,080 - stpipe.JumpStep - INFO - Working on integration 109:
2022-01-30 21:50:58,191 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:50:58,192 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:58,193 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:58,205 - stpipe.JumpStep - INFO - Working on integration 110:
2022-01-30 21:50:58,314 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:58,316 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:58,317 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:58,329 - stpipe.JumpStep - INFO - Working on integration 111:
2022-01-30 21:50:58,436 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:50:58,438 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:58,439 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:58,451 - stpipe.JumpStep - INFO - Working on integration 112:
2022-01-30 21:50:58,556 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:58,558 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:58,559 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:58,570 - stpipe.JumpStep - INFO - Working on integration 113:
2022-01-30 21:50:58,677 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:58,678 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:58,679 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:50:58,691 - stpipe.JumpStep - INFO - Working on integration 114:
2022-01-30 21:50:58,792 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:58,794 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:58,795 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:58,806 - stpipe.JumpStep - INFO - Working on integration 115:
2022-01-30 21:50:58,908 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:58,909 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:58,910 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:58,922 - stpipe.JumpStep - INFO - Working on integration 116:
2022-01-30 21:50:59,027 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:59,029 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:59,030 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:59,042 - stpipe.JumpStep - INFO - Working on integration 117:
2022-01-30 21:50:59,148 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:59,150 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:59,151 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:50:59,163 - stpipe.JumpStep - INFO - Working on integration 118:
2022-01-30 21:50:59,269 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:50:59,270 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:59,272 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:59,284 - stpipe.JumpStep - INFO - Working on integration 119:
2022-01-30 21:50:59,385 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:50:59,387 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:59,388 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:59,400 - stpipe.JumpStep - INFO - Working on integration 120:
2022-01-30 21:50:59,501 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:50:59,503 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:59,504 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:59,515 - stpipe.JumpStep - INFO - Working on integration 121:
2022-01-30 21:50:59,618 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:50:59,619 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:59,621 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:59,632 - stpipe.JumpStep - INFO - Working on integration 122:
2022-01-30 21:50:59,737 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:50:59,738 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:59,739 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:59,751 - stpipe.JumpStep - INFO - Working on integration 123:
2022-01-30 21:50:59,853 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:50:59,854 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:59,856 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:59,867 - stpipe.JumpStep - INFO - Working on integration 124:
2022-01-30 21:50:59,969 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:50:59,971 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:50:59,972 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:50:59,983 - stpipe.JumpStep - INFO - Working on integration 125:
2022-01-30 21:51:00,103 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:51:00,104 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:00,106 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:00,117 - stpipe.JumpStep - INFO - Working on integration 126:
2022-01-30 21:51:00,234 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:51:00,237 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:00,238 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:00,250 - stpipe.JumpStep - INFO - Working on integration 127:
2022-01-30 21:51:00,357 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:51:00,358 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:00,359 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:51:00,371 - stpipe.JumpStep - INFO - Working on integration 128:
2022-01-30 21:51:00,500 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:51:00,502 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:00,503 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:51:00,516 - stpipe.JumpStep - INFO - Working on integration 129:
2022-01-30 21:51:00,623 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:51:00,625 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:00,626 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:51:00,638 - stpipe.JumpStep - INFO - Working on integration 130:
2022-01-30 21:51:00,740 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:51:00,742 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:00,743 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:00,755 - stpipe.JumpStep - INFO - Working on integration 131:
2022-01-30 21:51:00,877 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:51:00,878 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:00,880 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:00,891 - stpipe.JumpStep - INFO - Working on integration 132:
2022-01-30 21:51:01,000 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:51:01,001 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:01,003 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:01,014 - stpipe.JumpStep - INFO - Working on integration 133:
2022-01-30 21:51:01,118 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:51:01,120 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:01,121 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:01,133 - stpipe.JumpStep - INFO - Working on integration 134:
2022-01-30 21:51:01,242 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:51:01,244 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:01,245 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:01,256 - stpipe.JumpStep - INFO - Working on integration 135:
2022-01-30 21:51:01,371 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:51:01,373 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:01,374 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:01,386 - stpipe.JumpStep - INFO - Working on integration 136:
2022-01-30 21:51:01,493 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:51:01,494 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:01,495 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:01,507 - stpipe.JumpStep - INFO - Working on integration 137:
2022-01-30 21:51:01,616 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:51:01,617 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:01,618 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:51:01,631 - stpipe.JumpStep - INFO - Working on integration 138:
2022-01-30 21:51:01,738 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:51:01,739 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:01,741 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:01,752 - stpipe.JumpStep - INFO - Working on integration 139:
2022-01-30 21:51:01,858 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:51:01,859 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:01,860 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:01,873 - stpipe.JumpStep - INFO - Working on integration 140:
2022-01-30 21:51:01,977 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:51:01,978 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:01,979 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:51:01,991 - stpipe.JumpStep - INFO - Working on integration 141:
2022-01-30 21:51:02,094 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:51:02,095 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:02,096 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:02,108 - stpipe.JumpStep - INFO - Working on integration 142:
2022-01-30 21:51:02,209 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:51:02,210 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:02,212 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:02,223 - stpipe.JumpStep - INFO - Working on integration 143:
2022-01-30 21:51:02,331 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:51:02,333 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:02,335 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:02,345 - stpipe.JumpStep - INFO - Working on integration 144:
2022-01-30 21:51:02,459 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:51:02,461 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:02,462 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:02,474 - stpipe.JumpStep - INFO - Working on integration 145:
2022-01-30 21:51:02,590 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:51:02,592 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:02,593 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:02,605 - stpipe.JumpStep - INFO - Working on integration 146:
2022-01-30 21:51:02,709 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:51:02,711 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:02,712 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:02,724 - stpipe.JumpStep - INFO - Working on integration 147:
2022-01-30 21:51:02,828 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:51:02,829 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:02,830 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:02,842 - stpipe.JumpStep - INFO - Working on integration 148:
2022-01-30 21:51:02,942 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:51:02,943 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:02,945 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:02,956 - stpipe.JumpStep - INFO - Working on integration 149:
2022-01-30 21:51:03,062 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:51:03,064 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:03,065 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:03,077 - stpipe.JumpStep - INFO - Working on integration 150:
2022-01-30 21:51:03,181 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:51:03,182 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:03,184 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:03,195 - stpipe.JumpStep - INFO - Working on integration 151:
2022-01-30 21:51:03,301 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:51:03,303 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:03,304 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:03,316 - stpipe.JumpStep - INFO - Working on integration 152:
2022-01-30 21:51:03,420 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:51:03,422 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:51:03,423 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:51:03,437 - stpipe.JumpStep - INFO - Total elapsed time = 22.1481 sec
2022-01-30 21:51:03,442 - stpipe.JumpStep - INFO - The execution time in seconds: 23.955924
2022-01-30 21:51:03,446 - stpipe.JumpStep - INFO - Step JumpStep done
2022-01-30 21:51:03,451 - stpipe.RampFitStep - INFO - RampFitStep instance created.
2022-01-30 21:51:03,621 - stpipe.RampFitStep - INFO - Step RampFitStep running with args (<RampModel(152, 8, 64, 2048) from jw00042001001_01101_00001-seg015_nrca3_uncal.fits>,).
2022-01-30 21:51:03,625 - stpipe.RampFitStep - INFO - Step RampFitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'int_name': '', 'save_opt': False, 'opt_name': '', 'maximum_cores': 'none'}
2022-01-30 21:51:03,696 - stpipe.RampFitStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:51:03,728 - stpipe.RampFitStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:51:03,771 - stpipe.RampFitStep - INFO - Using algorithm = ols
2022-01-30 21:51:03,773 - stpipe.RampFitStep - INFO - Using weighting = optimal
2022-01-30 21:51:03,775 - stpipe.RampFitStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:51:03,777 - stpipe.RampFitStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:54:15,749 - stpipe.RampFitStep - INFO - Number of groups per integration: 8
2022-01-30 21:54:15,753 - stpipe.RampFitStep - INFO - Number of integrations: 152
2022-01-30 21:54:16,186 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg015_nrca3_0_rampfitstep.fits
2022-01-30 21:54:17,062 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg015_nrca3_1_rampfitstep.fits
2022-01-30 21:54:17,064 - stpipe.RampFitStep - INFO - Step RampFitStep done
2022-01-30 21:54:17,069 - stpipe.DQInitStep - INFO - DQInitStep instance created.
2022-01-30 21:54:17,324 - stpipe.DQInitStep - INFO - Step DQInitStep running with args ('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/Raw_Data/jw00042001001_01101_00001-seg016_nrca3_uncal.fits',).
2022-01-30 21:54:17,328 - stpipe.DQInitStep - INFO - Step DQInitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:54:18,305 - stpipe.DQInitStep - INFO - Using MASK reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_mask_0058.fits
2022-01-30 21:54:19,938 - stpipe.DQInitStep - INFO - Extracting mask subarray to match science data
2022-01-30 21:54:19,952 - stpipe.DQInitStep - INFO - Step DQInitStep done
2022-01-30 21:54:19,956 - stpipe.SaturationStep - INFO - SaturationStep instance created.
2022-01-30 21:54:20,123 - stpipe.SaturationStep - INFO - Step SaturationStep running with args (<RampModel(70, 8, 64, 2048) from jw00042001001_01101_00001-seg016_nrca3_uncal.fits>,).
2022-01-30 21:54:20,127 - stpipe.SaturationStep - INFO - Step SaturationStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:54:20,177 - stpipe.SaturationStep - INFO - Using SATURATION reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_saturation_0067.fits
2022-01-30 21:54:20,346 - stpipe.SaturationStep - WARNING - Keyword NO_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:54:20,348 - stpipe.SaturationStep - WARNING - Keyword FEW_SAMPLES does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:54:20,349 - stpipe.SaturationStep - WARNING - Keyword AD_SATURATION does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:54:20,351 - stpipe.SaturationStep - WARNING - Keyword WEIRD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:54:20,352 - stpipe.SaturationStep - WARNING - Keyword DEAD_PIXEL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:54:20,889 - stpipe.SaturationStep - INFO - Extracting reference file subarray to match science data
2022-01-30 21:54:21,640 - stpipe.SaturationStep - INFO - Detected 516 saturated pixels
2022-01-30 21:54:21,723 - stpipe.SaturationStep - INFO - Detected 0 A/D floor pixels
2022-01-30 21:54:21,728 - stpipe.SaturationStep - INFO - Step SaturationStep done
2022-01-30 21:54:21,732 - stpipe.SuperBiasStep - INFO - SuperBiasStep instance created.
2022-01-30 21:54:21,897 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep running with args (<RampModel(70, 8, 64, 2048) from jw00042001001_01101_00001-seg016_nrca3_uncal.fits>,).
2022-01-30 21:54:21,900 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:54:21,950 - stpipe.SuperBiasStep - INFO - Using SUPERBIAS reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_superbias_0027.fits
2022-01-30 21:54:22,264 - stpipe.SuperBiasStep - WARNING - Keyword NOISY does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:54:22,945 - stpipe.SuperBiasStep - INFO - Step SuperBiasStep done
2022-01-30 21:54:22,949 - stpipe.RefPixStep - INFO - RefPixStep instance created.
0%| | 0/70 [00:00<?, ?it/s]
Note: File Search comes up empty
100%|███████████████████████████████████████████| 70/70 [00:14<00:00, 4.88it/s]
2022-01-30 21:54:37,804 - stpipe.LinearityStep - INFO - LinearityStep instance created.
2022-01-30 21:54:38,059 - stpipe.LinearityStep - INFO - Step LinearityStep running with args (<RampModel(70, 8, 64, 2048) from jw00042001001_01101_00001-seg016_nrca3_uncal.fits>,).
2022-01-30 21:54:38,063 - stpipe.LinearityStep - INFO - Step LinearityStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': ''}
2022-01-30 21:54:38,116 - stpipe.LinearityStep - INFO - Using Linearity reference file /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_linearity_0053.fits
2022-01-30 21:54:38,749 - stpipe.LinearityStep - WARNING - Keyword UAZ_DO_NOT_USE does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:54:38,750 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_LIN_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:54:38,751 - stpipe.LinearityStep - WARNING - Keyword UAZ_BAD_LIN_FIT does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:54:38,752 - stpipe.LinearityStep - WARNING - Keyword UAZ_NO_WELL_SAMP does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:54:38,753 - stpipe.LinearityStep - WARNING - Keyword UAZ_MODEL_FIT_FAIL does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:54:38,754 - stpipe.LinearityStep - WARNING - Keyword UAZ_WELL_NOT_DEFINED does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:54:38,755 - stpipe.LinearityStep - WARNING - Keyword UAZ_MASTER_MASK does not correspond to an existing DQ mnemonic, so will be ignored
2022-01-30 21:54:39,238 - stpipe.LinearityStep - INFO - Extracting linearity subarray to match science data
2022-01-30 21:54:41,140 - stpipe.LinearityStep - INFO - Step LinearityStep done
2022-01-30 21:54:41,145 - stpipe.PersistenceStep - INFO - PersistenceStep instance created.
2022-01-30 21:54:41,332 - stpipe.PersistenceStep - INFO - Step PersistenceStep running with args (<RampModel(70, 8, 64, 2048) from jw00042001001_01101_00001-seg016_nrca3_uncal.fits>,).
2022-01-30 21:54:41,336 - stpipe.PersistenceStep - INFO - Step PersistenceStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'input_trapsfilled': '', 'flag_pers_cutoff': 40.0, 'save_persistence': False, 'save_trapsfilled': True}
2022-01-30 21:54:41,338 - stpipe.PersistenceStep - INFO - Step skipped.
2022-01-30 21:54:41,340 - stpipe.PersistenceStep - INFO - Step PersistenceStep done
2022-01-30 21:54:41,343 - stpipe.DarkCurrentStep - INFO - DarkCurrentStep instance created.
2022-01-30 21:54:41,534 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep running with args (<RampModel(70, 8, 64, 2048) from jw00042001001_01101_00001-seg016_nrca3_uncal.fits>,).
2022-01-30 21:54:41,538 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'dark_output': None}
2022-01-30 21:54:41,540 - stpipe.DarkCurrentStep - INFO - Step skipped.
2022-01-30 21:54:41,545 - stpipe.DarkCurrentStep - INFO - Step DarkCurrentStep done
2022-01-30 21:54:41,549 - stpipe.JumpStep - INFO - JumpStep instance created.
2022-01-30 21:54:41,730 - stpipe.JumpStep - INFO - Step JumpStep running with args (<RampModel(70, 8, 64, 2048) from jw00042001001_01101_00001-seg016_nrca3_uncal.fits>,).
2022-01-30 21:54:41,735 - stpipe.JumpStep - INFO - Step JumpStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'rejection_threshold': 15, 'three_group_rejection_threshold': 6.0, 'four_group_rejection_threshold': 5.0, 'maximum_cores': 'none', 'flag_4_neighbors': True, 'max_jump_to_flag_neighbors': 1000.0, 'min_jump_to_flag_neighbors': 10.0}
2022-01-30 21:54:41,760 - stpipe.JumpStep - INFO - CR rejection threshold = 15 sigma
2022-01-30 21:54:41,792 - stpipe.JumpStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:54:41,874 - stpipe.JumpStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:54:41,913 - stpipe.JumpStep - INFO - Using 1 core for jump detection
2022-01-30 21:54:42,441 - stpipe.JumpStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:54:42,444 - stpipe.JumpStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:54:42,800 - stpipe.JumpStep - INFO - Executing two-point difference method
2022-01-30 21:54:44,194 - stpipe.JumpStep - INFO - Working on integration 1:
2022-01-30 21:54:44,335 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:54:44,337 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:44,338 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:44,350 - stpipe.JumpStep - INFO - Working on integration 2:
2022-01-30 21:54:44,503 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:54:44,505 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:44,506 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:44,519 - stpipe.JumpStep - INFO - Working on integration 3:
2022-01-30 21:54:44,649 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:54:44,650 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:44,652 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:44,664 - stpipe.JumpStep - INFO - Working on integration 4:
2022-01-30 21:54:44,792 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:54:44,794 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:44,796 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:44,808 - stpipe.JumpStep - INFO - Working on integration 5:
2022-01-30 21:54:44,938 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:54:44,939 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:44,941 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:44,953 - stpipe.JumpStep - INFO - Working on integration 6:
2022-01-30 21:54:45,090 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:54:45,092 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:45,093 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:45,106 - stpipe.JumpStep - INFO - Working on integration 7:
2022-01-30 21:54:45,237 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:54:45,238 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:45,240 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:45,252 - stpipe.JumpStep - INFO - Working on integration 8:
2022-01-30 21:54:45,391 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:54:45,392 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:45,394 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:45,407 - stpipe.JumpStep - INFO - Working on integration 9:
2022-01-30 21:54:45,545 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:54:45,547 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:45,548 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:45,561 - stpipe.JumpStep - INFO - Working on integration 10:
2022-01-30 21:54:45,712 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:54:45,715 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:45,716 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:45,730 - stpipe.JumpStep - INFO - Working on integration 11:
2022-01-30 21:54:45,884 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:54:45,885 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:45,887 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:54:45,899 - stpipe.JumpStep - INFO - Working on integration 12:
2022-01-30 21:54:46,071 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:54:46,073 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:46,074 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:54:46,087 - stpipe.JumpStep - INFO - Working on integration 13:
2022-01-30 21:54:46,222 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:54:46,224 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:46,225 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:54:46,237 - stpipe.JumpStep - INFO - Working on integration 14:
2022-01-30 21:54:46,373 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:54:46,375 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:46,377 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:46,389 - stpipe.JumpStep - INFO - Working on integration 15:
2022-01-30 21:54:46,524 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:54:46,525 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:46,528 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:46,540 - stpipe.JumpStep - INFO - Working on integration 16:
2022-01-30 21:54:46,660 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:54:46,661 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:46,662 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:46,675 - stpipe.JumpStep - INFO - Working on integration 17:
2022-01-30 21:54:46,793 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:54:46,794 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:46,796 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:46,808 - stpipe.JumpStep - INFO - Working on integration 18:
2022-01-30 21:54:46,927 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:54:46,929 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:46,931 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:46,943 - stpipe.JumpStep - INFO - Working on integration 19:
2022-01-30 21:54:47,084 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:54:47,086 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:47,087 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:54:47,100 - stpipe.JumpStep - INFO - Working on integration 20:
2022-01-30 21:54:47,244 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:54:47,246 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:47,247 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:47,260 - stpipe.JumpStep - INFO - Working on integration 21:
2022-01-30 21:54:47,392 - stpipe.JumpStep - INFO - From highest outlier Two-point found 8 pixels with at least one CR and at least four groups
2022-01-30 21:54:47,394 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:47,395 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:47,408 - stpipe.JumpStep - INFO - Working on integration 22:
2022-01-30 21:54:47,548 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:54:47,550 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:47,551 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:47,564 - stpipe.JumpStep - INFO - Working on integration 23:
2022-01-30 21:54:47,710 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:54:47,712 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:47,713 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:54:47,726 - stpipe.JumpStep - INFO - Working on integration 24:
2022-01-30 21:54:47,856 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:54:47,857 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:47,858 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:47,871 - stpipe.JumpStep - INFO - Working on integration 25:
2022-01-30 21:54:47,993 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:54:47,995 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:47,996 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:48,008 - stpipe.JumpStep - INFO - Working on integration 26:
2022-01-30 21:54:48,132 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:54:48,134 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:48,135 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:48,147 - stpipe.JumpStep - INFO - Working on integration 27:
2022-01-30 21:54:48,268 - stpipe.JumpStep - INFO - From highest outlier Two-point found 14 pixels with at least one CR and at least four groups
2022-01-30 21:54:48,269 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:48,271 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:48,284 - stpipe.JumpStep - INFO - Working on integration 28:
2022-01-30 21:54:48,410 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:54:48,412 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:48,413 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:48,425 - stpipe.JumpStep - INFO - Working on integration 29:
2022-01-30 21:54:48,574 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:54:48,576 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:48,578 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:48,591 - stpipe.JumpStep - INFO - Working on integration 30:
2022-01-30 21:54:48,747 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:54:48,749 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:48,751 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:48,764 - stpipe.JumpStep - INFO - Working on integration 31:
2022-01-30 21:54:48,913 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:54:48,915 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:48,916 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:48,929 - stpipe.JumpStep - INFO - Working on integration 32:
2022-01-30 21:54:49,079 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:54:49,081 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:49,083 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:49,095 - stpipe.JumpStep - INFO - Working on integration 33:
2022-01-30 21:54:49,245 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:54:49,246 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:49,248 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:49,260 - stpipe.JumpStep - INFO - Working on integration 34:
2022-01-30 21:54:49,406 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:54:49,408 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:49,409 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:49,421 - stpipe.JumpStep - INFO - Working on integration 35:
2022-01-30 21:54:49,573 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:54:49,575 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:49,576 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:49,590 - stpipe.JumpStep - INFO - Working on integration 36:
2022-01-30 21:54:49,718 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:54:49,720 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:49,722 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:49,734 - stpipe.JumpStep - INFO - Working on integration 37:
2022-01-30 21:54:49,869 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:54:49,870 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:49,871 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:49,884 - stpipe.JumpStep - INFO - Working on integration 38:
2022-01-30 21:54:50,013 - stpipe.JumpStep - INFO - From highest outlier Two-point found 11 pixels with at least one CR and at least four groups
2022-01-30 21:54:50,015 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:50,016 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:50,029 - stpipe.JumpStep - INFO - Working on integration 39:
2022-01-30 21:54:50,165 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:54:50,167 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:50,168 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:50,180 - stpipe.JumpStep - INFO - Working on integration 40:
2022-01-30 21:54:50,297 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:54:50,299 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:50,300 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:50,312 - stpipe.JumpStep - INFO - Working on integration 41:
2022-01-30 21:54:50,439 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:54:50,441 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:50,442 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and two groups
2022-01-30 21:54:50,455 - stpipe.JumpStep - INFO - Working on integration 42:
2022-01-30 21:54:50,585 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:54:50,587 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:50,588 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:50,600 - stpipe.JumpStep - INFO - Working on integration 43:
2022-01-30 21:54:50,729 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:54:50,731 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:50,732 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:50,744 - stpipe.JumpStep - INFO - Working on integration 44:
2022-01-30 21:54:50,871 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:54:50,873 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:50,874 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:50,886 - stpipe.JumpStep - INFO - Working on integration 45:
2022-01-30 21:54:51,005 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:54:51,007 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:51,008 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:51,020 - stpipe.JumpStep - INFO - Working on integration 46:
2022-01-30 21:54:51,155 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:54:51,156 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:51,158 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:51,170 - stpipe.JumpStep - INFO - Working on integration 47:
2022-01-30 21:54:51,308 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:54:51,310 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:51,311 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:51,324 - stpipe.JumpStep - INFO - Working on integration 48:
2022-01-30 21:54:51,463 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and at least four groups
2022-01-30 21:54:51,465 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:51,466 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:51,478 - stpipe.JumpStep - INFO - Working on integration 49:
2022-01-30 21:54:51,606 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:54:51,607 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:51,609 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:51,622 - stpipe.JumpStep - INFO - Working on integration 50:
2022-01-30 21:54:51,752 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:54:51,754 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:51,756 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:51,767 - stpipe.JumpStep - INFO - Working on integration 51:
2022-01-30 21:54:51,899 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:54:51,901 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:51,902 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:51,914 - stpipe.JumpStep - INFO - Working on integration 52:
2022-01-30 21:54:52,062 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:54:52,063 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:52,065 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:52,078 - stpipe.JumpStep - INFO - Working on integration 53:
2022-01-30 21:54:52,228 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:54:52,230 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:52,231 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:52,243 - stpipe.JumpStep - INFO - Working on integration 54:
2022-01-30 21:54:52,385 - stpipe.JumpStep - INFO - From highest outlier Two-point found 3 pixels with at least one CR and at least four groups
2022-01-30 21:54:52,387 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:52,388 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:52,400 - stpipe.JumpStep - INFO - Working on integration 55:
2022-01-30 21:54:52,541 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:54:52,543 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:52,544 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:52,557 - stpipe.JumpStep - INFO - Working on integration 56:
2022-01-30 21:54:52,713 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:54:52,714 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:52,716 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:52,729 - stpipe.JumpStep - INFO - Working on integration 57:
2022-01-30 21:54:52,891 - stpipe.JumpStep - INFO - From highest outlier Two-point found 7 pixels with at least one CR and at least four groups
2022-01-30 21:54:52,893 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:52,894 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:52,907 - stpipe.JumpStep - INFO - Working on integration 58:
2022-01-30 21:54:53,049 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:54:53,051 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:53,052 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:53,065 - stpipe.JumpStep - INFO - Working on integration 59:
2022-01-30 21:54:53,205 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:54:53,207 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:53,209 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:53,221 - stpipe.JumpStep - INFO - Working on integration 60:
2022-01-30 21:54:53,361 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:54:53,363 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:53,365 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:53,378 - stpipe.JumpStep - INFO - Working on integration 61:
2022-01-30 21:54:53,519 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:54:53,521 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:53,522 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:53,535 - stpipe.JumpStep - INFO - Working on integration 62:
2022-01-30 21:54:53,661 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:54:53,663 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:53,664 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:53,677 - stpipe.JumpStep - INFO - Working on integration 63:
2022-01-30 21:54:53,814 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:54:53,816 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:53,818 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:53,831 - stpipe.JumpStep - INFO - Working on integration 64:
2022-01-30 21:54:53,966 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and at least four groups
2022-01-30 21:54:53,968 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:53,969 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:53,981 - stpipe.JumpStep - INFO - Working on integration 65:
2022-01-30 21:54:54,110 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:54:54,112 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:54,113 - stpipe.JumpStep - INFO - From highest outlier Two-point found 4 pixels with at least one CR and two groups
2022-01-30 21:54:54,126 - stpipe.JumpStep - INFO - Working on integration 66:
2022-01-30 21:54:54,255 - stpipe.JumpStep - INFO - From highest outlier Two-point found 5 pixels with at least one CR and at least four groups
2022-01-30 21:54:54,257 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:54,258 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:54,271 - stpipe.JumpStep - INFO - Working on integration 67:
2022-01-30 21:54:54,398 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:54:54,400 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:54,401 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:54,414 - stpipe.JumpStep - INFO - Working on integration 68:
2022-01-30 21:54:54,542 - stpipe.JumpStep - INFO - From highest outlier Two-point found 10 pixels with at least one CR and at least four groups
2022-01-30 21:54:54,544 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:54,546 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:54,559 - stpipe.JumpStep - INFO - Working on integration 69:
2022-01-30 21:54:54,682 - stpipe.JumpStep - INFO - From highest outlier Two-point found 6 pixels with at least one CR and at least four groups
2022-01-30 21:54:54,684 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:54,685 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:54,697 - stpipe.JumpStep - INFO - Working on integration 70:
2022-01-30 21:54:54,828 - stpipe.JumpStep - INFO - From highest outlier Two-point found 9 pixels with at least one CR and at least four groups
2022-01-30 21:54:54,829 - stpipe.JumpStep - INFO - From highest outlier Two-point found 0 pixels with at least one CR and three groups
2022-01-30 21:54:54,831 - stpipe.JumpStep - INFO - From highest outlier Two-point found 2 pixels with at least one CR and two groups
2022-01-30 21:54:54,847 - stpipe.JumpStep - INFO - Total elapsed time = 12.0457 sec
2022-01-30 21:54:54,851 - stpipe.JumpStep - INFO - The execution time in seconds: 13.090238
2022-01-30 21:54:54,856 - stpipe.JumpStep - INFO - Step JumpStep done
2022-01-30 21:54:54,859 - stpipe.RampFitStep - INFO - RampFitStep instance created.
2022-01-30 21:54:55,026 - stpipe.RampFitStep - INFO - Step RampFitStep running with args (<RampModel(70, 8, 64, 2048) from jw00042001001_01101_00001-seg016_nrca3_uncal.fits>,).
2022-01-30 21:54:55,029 - stpipe.RampFitStep - INFO - Step RampFitStep parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'int_name': '', 'save_opt': False, 'opt_name': '', 'maximum_cores': 'none'}
2022-01-30 21:54:55,110 - stpipe.RampFitStep - INFO - Using READNOISE reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits
2022-01-30 21:54:55,144 - stpipe.RampFitStep - INFO - Using GAIN reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits
2022-01-30 21:54:55,196 - stpipe.RampFitStep - INFO - Using algorithm = ols
2022-01-30 21:54:55,198 - stpipe.RampFitStep - INFO - Using weighting = optimal
2022-01-30 21:54:55,200 - stpipe.RampFitStep - INFO - Extracting gain subarray to match science data
2022-01-30 21:54:55,202 - stpipe.RampFitStep - INFO - Extracting readnoise subarray to match science data
2022-01-30 21:56:12,115 - stpipe.RampFitStep - INFO - Number of groups per integration: 8
2022-01-30 21:56:12,161 - stpipe.RampFitStep - INFO - Number of integrations: 70
2022-01-30 21:56:12,456 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg016_nrca3_0_rampfitstep.fits
2022-01-30 21:56:12,903 - stpipe.RampFitStep - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg016_nrca3_1_rampfitstep.fits
2022-01-30 21:56:12,905 - stpipe.RampFitStep - INFO - Step RampFitStep done
Stage 1 Execution Time in Seconds: 3496.1100232601166
$\textbf{OUTPUT FILES:}$ Output files are *rateints.fits. The pipeline creates a rate.fits (0_rampfitstep) and a rateint.fits (1_rampfitstep) files in cases where there is more than one integration in a file, but only a rate.fits file in the case where there is only one integration in a file.
all_rateints_files = [] # All Rateints File Names. Also used to check that all the rateints file exist.
for fitsName in glob.glob(output_dir + '*nrca3_1_rampfitstep.fits'): #Grabbing only nrca3 files from the directory
all_rateints_files.append(fitsName)
Plotting one of the rateints.fits files to check that a target source is present before moving on to stage 2 and stage 3.
#A check to ensure the star is in the file
file = '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg002_nrca3_1_rampfitstep.fits'
HDUList = fits.open(file)
HDUList.info()
image2D = HDUList[1].data[0]
print(image2D.shape)
fig, ax = plt.subplots(figsize=(20,10))
ax.imshow(image2D, vmin=0, vmax=10000)
#ax.plot(image2D[32,:])
ax.set_xlim(900,1200)
Filename: /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg002_nrca3_1_rampfitstep.fits No. Name Ver Type Cards Dimensions Format 0 PRIMARY 1 PrimaryHDU 144 () 1 SCI 1 ImageHDU 48 (2048, 64, 152) float32 2 ERR 1 ImageHDU 11 (2048, 64, 152) float32 3 DQ 1 ImageHDU 12 (2048, 64, 152) int32 (rescales to uint32) 4 INT_TIMES 1 BinTableHDU 24 2350R x 7C [J, D, D, D, D, D, D] 5 VAR_POISSON 1 ImageHDU 10 (2048, 64, 152) float32 6 VAR_RNOISE 1 ImageHDU 10 (2048, 64, 152) float32 7 ASDF 1 BinTableHDU 11 1R x 1C [4705B] (64, 2048)
(900.0, 1200.0)
#splitegrate
#Splintegrate splits and combines integrations from the pipeline up.
#Set flipToDet = False to not flip the x-axis
#This is a step required if running tshirt
#This simulation has multiple segments that need to be split for tshirt purposes.
for rateints_segment in glob.glob(output_dir + '*nrca3_1_rampfitstep.fits'): #Grabbing only nrca3 files from the directory
outDir = '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/splintegrate/'
splint = splintegrate.splint(inFile=rateints_segment,outDir=outDir,flipToDet=False)
splint.split()
100%|█████████████████████████████████████████| 152/152 [00:02<00:00, 58.62it/s] 100%|█████████████████████████████████████████| 152/152 [00:02<00:00, 61.17it/s] 100%|█████████████████████████████████████████| 152/152 [00:02<00:00, 58.37it/s] 100%|█████████████████████████████████████████| 152/152 [00:02<00:00, 61.02it/s] 100%|█████████████████████████████████████████| 152/152 [00:02<00:00, 61.11it/s] 100%|█████████████████████████████████████████| 152/152 [00:02<00:00, 61.25it/s] 100%|█████████████████████████████████████████| 152/152 [00:02<00:00, 61.41it/s] 100%|█████████████████████████████████████████| 152/152 [00:02<00:00, 62.74it/s] 100%|█████████████████████████████████████████| 152/152 [00:02<00:00, 61.08it/s] 100%|█████████████████████████████████████████| 152/152 [00:02<00:00, 61.11it/s] 100%|█████████████████████████████████████████| 152/152 [00:02<00:00, 60.64it/s] 100%|█████████████████████████████████████████| 152/152 [00:02<00:00, 60.82it/s] 100%|█████████████████████████████████████████| 152/152 [00:02<00:00, 60.70it/s] 100%|█████████████████████████████████████████| 152/152 [00:02<00:00, 60.67it/s] 100%|███████████████████████████████████████████| 70/70 [00:01<00:00, 60.04it/s]
Associations are basically just lists of things, mostly exposures, that are somehow related. An association file is a JSON-format file that contains a list of all the files with the same instrument set-up (filter, observation mode, etc) that might be combined into a single image. Relationships between multiple exposures are captured in an association, which is a means of identifying a set of exposures that belong together and may be dependent upon one another. The association concept permits exposures to be calibrated, archived, retrieved, and reprocessed as a set rather than as individual objects.
asn_dir = '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/' #Name the association file's directory.
level2_asn = (os.path.join(asn_dir, 'nrca3_level2_asn.json')) #Name the stage 2 association file and give it a path.
asn_stage2 = asn_from_list(all_rateints_files,rule=DMSLevel2bBase) #The rateints files; DMSLevel2bBase indicates that a Level2 association is to be created.
with open(level2_asn, 'w') as fh: #Write an association file.
fh.write(asn_stage2.dump()[1])
Stage 2 processing consists of additional instrument-level and observing-mode corrections and calibrations to produce fully calibrated exposures. The details differ for imaging and spectroscopic exposures, and there are some corrections that are unique to certain instruments or modes.
Imaging processing applies additional instrumental corrections and calibrations that result in a fully calibrated individual exposure. Imaging TSO data are run through this pipeline. The steps are very similar to those in Spec2Pipeline. WCS information is added, flat fielding and flux calibration are performed, and astrometric distortion is removed from the images. There are two parameter references used to control this pipeline, depending on whether the data are to be treated as Time Series Observation (TSO). The parameter reference is provided by CRDS. For TSO exposures, some steps are set to be skipped by default.
$\textbf{INPUT FILES:}$ The input to Image2Pipeline is a countrate exposure, in the form of either “_rate” or “_rateints” data. A single input file can be processed or an ASN file listing multiple inputs can be used, in which case the processing steps will be applied to each input exposure, one at a time. If “_rateints” products are used as input, each step applies its algorithm to each integration in the exposure, where appropriate.
startTime = time.time() #Time how long this step takes
#The file to use is the stage 2 association file defined above.
# Instantiate the class. Do not provide a configuration file.
pipeline_stage2 = Image2Pipeline()
# Specify that you want results saved to a file
pipeline_stage2.save_results = True
pipeline_stage2.output_dir = '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/'
# Execute the pipeline using the run method
result_stage2 = pipeline_stage2.run(level2_asn)
executionTime = (time.time() - startTime)
print('Stage 2 Execution Time in Seconds: ' + str(executionTime)) #Time how long this step takes
2022-02-09 13:24:28,943 - stpipe.Image2Pipeline - INFO - Image2Pipeline instance created.
2022-02-09 13:24:28,949 - stpipe.Image2Pipeline.bkg_subtract - INFO - BackgroundStep instance created.
2022-02-09 13:24:28,956 - stpipe.Image2Pipeline.assign_wcs - INFO - AssignWcsStep instance created.
2022-02-09 13:24:28,962 - stpipe.Image2Pipeline.flat_field - INFO - FlatFieldStep instance created.
2022-02-09 13:24:28,967 - stpipe.Image2Pipeline.photom - INFO - PhotomStep instance created.
2022-02-09 13:24:28,973 - stpipe.Image2Pipeline.resample - INFO - ResampleStep instance created.
2022-02-09 13:24:29,140 - stpipe.Image2Pipeline - INFO - Step Image2Pipeline running with args ('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/nrca3_level2_asn.json',).
2022-02-09 13:24:29,153 - stpipe.Image2Pipeline - INFO - Step Image2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/', 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'save_bsub': False, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'save_combined_background': False, 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'inverse': False, 'source_type': None}, 'resample': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'ivm', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}}}
2022-02-09 13:24:32,642 - stpipe.Image2Pipeline - INFO - Prefetching reference files for dataset: 'jw00042001001_01101_00001-seg002_nrca3_1_rampfitstep.fits' reftypes = ['area', 'camera', 'collimator', 'dflat', 'disperser', 'distortion', 'drizpars', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'ote', 'photom', 'regions', 'sflat', 'specwcs', 'wavelengthrange', 'wfssbkg']
2022-02-09 13:24:34,633 - stpipe.Image2Pipeline - INFO - Prefetch for AREA reference file is '/fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_area_0031.fits'.
2022-02-09 13:24:34,635 - stpipe.Image2Pipeline - INFO - Prefetch for CAMERA reference file is 'N/A'.
2022-02-09 13:24:34,636 - stpipe.Image2Pipeline - INFO - Prefetch for COLLIMATOR reference file is 'N/A'.
2022-02-09 13:24:34,637 - stpipe.Image2Pipeline - INFO - Prefetch for DFLAT reference file is 'N/A'.
2022-02-09 13:24:34,650 - stpipe.Image2Pipeline - INFO - Prefetch for DISPERSER reference file is 'N/A'.
2022-02-09 13:24:34,653 - stpipe.Image2Pipeline - INFO - Prefetch for DISTORTION reference file is '/fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_distortion_0089.asdf'.
2022-02-09 13:24:34,655 - stpipe.Image2Pipeline - INFO - Prefetch for DRIZPARS reference file is '/fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_drizpars_0001.fits'.
2022-02-09 13:24:34,656 - stpipe.Image2Pipeline - INFO - Prefetch for FFLAT reference file is 'N/A'.
2022-02-09 13:24:34,657 - stpipe.Image2Pipeline - INFO - Prefetch for FILTEROFFSET reference file is '/fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_filteroffset_0004.asdf'.
2022-02-09 13:24:34,658 - stpipe.Image2Pipeline - INFO - Prefetch for FLAT reference file is '/fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_flat_0298.fits'.
2022-02-09 13:24:34,660 - stpipe.Image2Pipeline - INFO - Prefetch for FORE reference file is 'N/A'.
2022-02-09 13:24:34,663 - stpipe.Image2Pipeline - INFO - Prefetch for FPA reference file is 'N/A'.
2022-02-09 13:24:34,664 - stpipe.Image2Pipeline - INFO - Prefetch for IFUFORE reference file is 'N/A'.
2022-02-09 13:24:34,665 - stpipe.Image2Pipeline - INFO - Prefetch for IFUPOST reference file is 'N/A'.
2022-02-09 13:24:34,667 - stpipe.Image2Pipeline - INFO - Prefetch for IFUSLICER reference file is 'N/A'.
2022-02-09 13:24:34,668 - stpipe.Image2Pipeline - INFO - Prefetch for MSA reference file is 'N/A'.
2022-02-09 13:24:34,669 - stpipe.Image2Pipeline - INFO - Prefetch for OTE reference file is 'N/A'.
2022-02-09 13:24:34,670 - stpipe.Image2Pipeline - INFO - Prefetch for PHOTOM reference file is '/fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_photom_0093.fits'.
2022-02-09 13:24:34,672 - stpipe.Image2Pipeline - INFO - Prefetch for REGIONS reference file is 'N/A'.
2022-02-09 13:24:34,673 - stpipe.Image2Pipeline - INFO - Prefetch for SFLAT reference file is 'N/A'.
2022-02-09 13:24:34,676 - stpipe.Image2Pipeline - INFO - Prefetch for SPECWCS reference file is 'N/A'.
2022-02-09 13:24:34,677 - stpipe.Image2Pipeline - INFO - Prefetch for WAVELENGTHRANGE reference file is 'N/A'.
2022-02-09 13:24:34,678 - stpipe.Image2Pipeline - INFO - Prefetch for WFSSBKG reference file is 'N/A'.
2022-02-09 13:24:34,680 - stpipe.Image2Pipeline - INFO - Starting calwebb_image2 ...
2022-02-09 13:24:34,698 - stpipe.Image2Pipeline - INFO - Processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg002_nrca3_1
2022-02-09 13:24:34,699 - stpipe.Image2Pipeline - INFO - Working on input /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg002_nrca3_1_rampfitstep.fits ...
2022-02-09 13:24:37,307 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg002_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:24:37,310 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}
2022-02-09 13:24:39,053 - stpipe.Image2Pipeline.assign_wcs - INFO - Update S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:24:39,056 - stpipe.Image2Pipeline.assign_wcs - INFO - assign_wcs updated S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:24:39,057 - stpipe.Image2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs
2022-02-09 13:24:39,181 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs done
2022-02-09 13:24:39,369 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg002_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:24:39,372 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}
2022-02-09 13:24:41,162 - stpipe.Image2Pipeline.flat_field - INFO - Extracting matching subarray from flat
2022-02-09 13:24:42,774 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field done
2022-02-09 13:24:42,967 - stpipe.Image2Pipeline.photom - INFO - Step photom running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg002_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:24:42,970 - stpipe.Image2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'inverse': False, 'source_type': None}
2022-02-09 13:24:43,034 - stpipe.Image2Pipeline.photom - INFO - Using photom reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_photom_0093.fits
2022-02-09 13:24:43,035 - stpipe.Image2Pipeline.photom - INFO - Using area reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_area_0031.fits
2022-02-09 13:24:43,991 - stpipe.Image2Pipeline.photom - INFO - Using instrument: NIRCAM
2022-02-09 13:24:43,993 - stpipe.Image2Pipeline.photom - INFO - detector: NRCA3
2022-02-09 13:24:43,994 - stpipe.Image2Pipeline.photom - INFO - exp_type: NRC_TSIMAGE
2022-02-09 13:24:43,996 - stpipe.Image2Pipeline.photom - INFO - filter: WLP4
2022-02-09 13:24:43,997 - stpipe.Image2Pipeline.photom - INFO - pupil: CLEAR
2022-02-09 13:24:44,585 - stpipe.Image2Pipeline.photom - INFO - Pixel area map copied to output.
2022-02-09 13:24:44,590 - stpipe.Image2Pipeline.photom - INFO - PHOTMJSR value: 18.6497
2022-02-09 13:24:44,833 - stpipe.Image2Pipeline.photom - INFO - Step photom done
2022-02-09 13:24:44,835 - stpipe.Image2Pipeline - INFO - Finished processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg002_nrca3_1
2022-02-09 13:24:44,837 - stpipe.Image2Pipeline - INFO - Processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg003_nrca3_1
2022-02-09 13:24:44,838 - stpipe.Image2Pipeline - INFO - Working on input /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg003_nrca3_1_rampfitstep.fits ...
2022-02-09 13:24:47,668 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg003_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:24:47,672 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_wcs', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}
2022-02-09 13:24:49,479 - stpipe.Image2Pipeline.assign_wcs - INFO - Update S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:24:49,481 - stpipe.Image2Pipeline.assign_wcs - INFO - assign_wcs updated S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:24:49,482 - stpipe.Image2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs
2022-02-09 13:24:49,583 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs done
2022-02-09 13:24:49,755 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg003_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:24:49,758 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'flat_field', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}
2022-02-09 13:24:51,381 - stpipe.Image2Pipeline.flat_field - INFO - Extracting matching subarray from flat
2022-02-09 13:24:53,034 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field done
2022-02-09 13:24:53,209 - stpipe.Image2Pipeline.photom - INFO - Step photom running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg003_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:24:53,212 - stpipe.Image2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'photom', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'inverse': False, 'source_type': None}
2022-02-09 13:24:53,275 - stpipe.Image2Pipeline.photom - INFO - Using photom reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_photom_0093.fits
2022-02-09 13:24:53,276 - stpipe.Image2Pipeline.photom - INFO - Using area reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_area_0031.fits
2022-02-09 13:24:54,586 - stpipe.Image2Pipeline.photom - INFO - Using instrument: NIRCAM
2022-02-09 13:24:54,588 - stpipe.Image2Pipeline.photom - INFO - detector: NRCA3
2022-02-09 13:24:54,589 - stpipe.Image2Pipeline.photom - INFO - exp_type: NRC_TSIMAGE
2022-02-09 13:24:54,590 - stpipe.Image2Pipeline.photom - INFO - filter: WLP4
2022-02-09 13:24:54,591 - stpipe.Image2Pipeline.photom - INFO - pupil: CLEAR
2022-02-09 13:24:54,657 - stpipe.Image2Pipeline.photom - INFO - Pixel area map copied to output.
2022-02-09 13:24:54,660 - stpipe.Image2Pipeline.photom - INFO - PHOTMJSR value: 18.6497
2022-02-09 13:24:54,860 - stpipe.Image2Pipeline.photom - INFO - Step photom done
2022-02-09 13:24:54,861 - stpipe.Image2Pipeline - INFO - Finished processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg003_nrca3_1
2022-02-09 13:24:54,863 - stpipe.Image2Pipeline - INFO - Processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg004_nrca3_1
2022-02-09 13:24:54,864 - stpipe.Image2Pipeline - INFO - Working on input /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg004_nrca3_1_rampfitstep.fits ...
2022-02-09 13:24:58,232 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg004_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:24:58,236 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_wcs', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}
2022-02-09 13:25:00,012 - stpipe.Image2Pipeline.assign_wcs - INFO - Update S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:25:00,013 - stpipe.Image2Pipeline.assign_wcs - INFO - assign_wcs updated S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:25:00,015 - stpipe.Image2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs
2022-02-09 13:25:00,115 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs done
2022-02-09 13:25:00,288 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg004_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:25:00,291 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'flat_field', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}
2022-02-09 13:25:01,857 - stpipe.Image2Pipeline.flat_field - INFO - Extracting matching subarray from flat
2022-02-09 13:25:03,660 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field done
2022-02-09 13:25:03,836 - stpipe.Image2Pipeline.photom - INFO - Step photom running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg004_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:25:03,839 - stpipe.Image2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'photom', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'inverse': False, 'source_type': None}
2022-02-09 13:25:03,902 - stpipe.Image2Pipeline.photom - INFO - Using photom reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_photom_0093.fits
2022-02-09 13:25:03,904 - stpipe.Image2Pipeline.photom - INFO - Using area reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_area_0031.fits
2022-02-09 13:25:05,244 - stpipe.Image2Pipeline.photom - INFO - Using instrument: NIRCAM
2022-02-09 13:25:05,245 - stpipe.Image2Pipeline.photom - INFO - detector: NRCA3
2022-02-09 13:25:05,246 - stpipe.Image2Pipeline.photom - INFO - exp_type: NRC_TSIMAGE
2022-02-09 13:25:05,247 - stpipe.Image2Pipeline.photom - INFO - filter: WLP4
2022-02-09 13:25:05,249 - stpipe.Image2Pipeline.photom - INFO - pupil: CLEAR
2022-02-09 13:25:05,315 - stpipe.Image2Pipeline.photom - INFO - Pixel area map copied to output.
2022-02-09 13:25:05,318 - stpipe.Image2Pipeline.photom - INFO - PHOTMJSR value: 18.6497
2022-02-09 13:25:05,523 - stpipe.Image2Pipeline.photom - INFO - Step photom done
2022-02-09 13:25:05,524 - stpipe.Image2Pipeline - INFO - Finished processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg004_nrca3_1
2022-02-09 13:25:05,527 - stpipe.Image2Pipeline - INFO - Processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg005_nrca3_1
2022-02-09 13:25:05,528 - stpipe.Image2Pipeline - INFO - Working on input /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg005_nrca3_1_rampfitstep.fits ...
2022-02-09 13:25:08,622 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg005_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:25:08,626 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_wcs', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}
2022-02-09 13:25:10,107 - stpipe.Image2Pipeline.assign_wcs - INFO - Update S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:25:10,109 - stpipe.Image2Pipeline.assign_wcs - INFO - assign_wcs updated S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:25:10,110 - stpipe.Image2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs
2022-02-09 13:25:10,212 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs done
2022-02-09 13:25:10,390 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg005_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:25:10,393 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'flat_field', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}
2022-02-09 13:25:11,940 - stpipe.Image2Pipeline.flat_field - INFO - Extracting matching subarray from flat
2022-02-09 13:25:13,642 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field done
2022-02-09 13:25:13,809 - stpipe.Image2Pipeline.photom - INFO - Step photom running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg005_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:25:13,811 - stpipe.Image2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'photom', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'inverse': False, 'source_type': None}
2022-02-09 13:25:13,876 - stpipe.Image2Pipeline.photom - INFO - Using photom reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_photom_0093.fits
2022-02-09 13:25:13,878 - stpipe.Image2Pipeline.photom - INFO - Using area reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_area_0031.fits
2022-02-09 13:25:15,329 - stpipe.Image2Pipeline.photom - INFO - Using instrument: NIRCAM
2022-02-09 13:25:15,330 - stpipe.Image2Pipeline.photom - INFO - detector: NRCA3
2022-02-09 13:25:15,331 - stpipe.Image2Pipeline.photom - INFO - exp_type: NRC_TSIMAGE
2022-02-09 13:25:15,332 - stpipe.Image2Pipeline.photom - INFO - filter: WLP4
2022-02-09 13:25:15,335 - stpipe.Image2Pipeline.photom - INFO - pupil: CLEAR
2022-02-09 13:25:15,402 - stpipe.Image2Pipeline.photom - INFO - Pixel area map copied to output.
2022-02-09 13:25:15,405 - stpipe.Image2Pipeline.photom - INFO - PHOTMJSR value: 18.6497
2022-02-09 13:25:15,610 - stpipe.Image2Pipeline.photom - INFO - Step photom done
2022-02-09 13:25:15,611 - stpipe.Image2Pipeline - INFO - Finished processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg005_nrca3_1
2022-02-09 13:25:15,614 - stpipe.Image2Pipeline - INFO - Processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg006_nrca3_1
2022-02-09 13:25:15,615 - stpipe.Image2Pipeline - INFO - Working on input /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg006_nrca3_1_rampfitstep.fits ...
2022-02-09 13:25:18,514 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg006_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:25:18,517 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_wcs', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}
2022-02-09 13:25:20,059 - stpipe.Image2Pipeline.assign_wcs - INFO - Update S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:25:20,061 - stpipe.Image2Pipeline.assign_wcs - INFO - assign_wcs updated S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:25:20,062 - stpipe.Image2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs
2022-02-09 13:25:20,162 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs done
2022-02-09 13:25:20,342 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg006_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:25:20,345 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'flat_field', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}
2022-02-09 13:25:21,816 - stpipe.Image2Pipeline.flat_field - INFO - Extracting matching subarray from flat
2022-02-09 13:25:23,432 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field done
2022-02-09 13:25:23,601 - stpipe.Image2Pipeline.photom - INFO - Step photom running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg006_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:25:23,604 - stpipe.Image2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'photom', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'inverse': False, 'source_type': None}
2022-02-09 13:25:23,668 - stpipe.Image2Pipeline.photom - INFO - Using photom reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_photom_0093.fits
2022-02-09 13:25:23,669 - stpipe.Image2Pipeline.photom - INFO - Using area reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_area_0031.fits
2022-02-09 13:25:24,757 - stpipe.Image2Pipeline.photom - INFO - Using instrument: NIRCAM
2022-02-09 13:25:24,759 - stpipe.Image2Pipeline.photom - INFO - detector: NRCA3
2022-02-09 13:25:24,760 - stpipe.Image2Pipeline.photom - INFO - exp_type: NRC_TSIMAGE
2022-02-09 13:25:24,761 - stpipe.Image2Pipeline.photom - INFO - filter: WLP4
2022-02-09 13:25:24,762 - stpipe.Image2Pipeline.photom - INFO - pupil: CLEAR
2022-02-09 13:25:24,828 - stpipe.Image2Pipeline.photom - INFO - Pixel area map copied to output.
2022-02-09 13:25:24,831 - stpipe.Image2Pipeline.photom - INFO - PHOTMJSR value: 18.6497
2022-02-09 13:25:25,035 - stpipe.Image2Pipeline.photom - INFO - Step photom done
2022-02-09 13:25:25,036 - stpipe.Image2Pipeline - INFO - Finished processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg006_nrca3_1
2022-02-09 13:25:25,039 - stpipe.Image2Pipeline - INFO - Processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg007_nrca3_1
2022-02-09 13:25:25,040 - stpipe.Image2Pipeline - INFO - Working on input /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg007_nrca3_1_rampfitstep.fits ...
2022-02-09 13:25:28,176 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg007_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:25:28,179 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_wcs', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}
2022-02-09 13:25:29,454 - stpipe.Image2Pipeline.assign_wcs - INFO - Update S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:25:29,455 - stpipe.Image2Pipeline.assign_wcs - INFO - assign_wcs updated S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:25:29,456 - stpipe.Image2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs
2022-02-09 13:25:29,558 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs done
2022-02-09 13:25:29,741 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg007_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:25:29,744 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'flat_field', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}
2022-02-09 13:25:31,155 - stpipe.Image2Pipeline.flat_field - INFO - Extracting matching subarray from flat
2022-02-09 13:25:32,806 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field done
2022-02-09 13:25:32,979 - stpipe.Image2Pipeline.photom - INFO - Step photom running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg007_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:25:32,982 - stpipe.Image2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'photom', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'inverse': False, 'source_type': None}
2022-02-09 13:25:33,045 - stpipe.Image2Pipeline.photom - INFO - Using photom reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_photom_0093.fits
2022-02-09 13:25:33,047 - stpipe.Image2Pipeline.photom - INFO - Using area reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_area_0031.fits
2022-02-09 13:25:34,143 - stpipe.Image2Pipeline.photom - INFO - Using instrument: NIRCAM
2022-02-09 13:25:34,145 - stpipe.Image2Pipeline.photom - INFO - detector: NRCA3
2022-02-09 13:25:34,146 - stpipe.Image2Pipeline.photom - INFO - exp_type: NRC_TSIMAGE
2022-02-09 13:25:34,147 - stpipe.Image2Pipeline.photom - INFO - filter: WLP4
2022-02-09 13:25:34,148 - stpipe.Image2Pipeline.photom - INFO - pupil: CLEAR
2022-02-09 13:25:34,214 - stpipe.Image2Pipeline.photom - INFO - Pixel area map copied to output.
2022-02-09 13:25:34,217 - stpipe.Image2Pipeline.photom - INFO - PHOTMJSR value: 18.6497
2022-02-09 13:25:34,423 - stpipe.Image2Pipeline.photom - INFO - Step photom done
2022-02-09 13:25:34,424 - stpipe.Image2Pipeline - INFO - Finished processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg007_nrca3_1
2022-02-09 13:25:34,426 - stpipe.Image2Pipeline - INFO - Processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg008_nrca3_1
2022-02-09 13:25:34,428 - stpipe.Image2Pipeline - INFO - Working on input /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg008_nrca3_1_rampfitstep.fits ...
2022-02-09 13:25:37,158 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg008_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:25:37,161 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_wcs', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}
2022-02-09 13:25:38,823 - stpipe.Image2Pipeline.assign_wcs - INFO - Update S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:25:38,825 - stpipe.Image2Pipeline.assign_wcs - INFO - assign_wcs updated S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:25:38,826 - stpipe.Image2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs
2022-02-09 13:25:38,926 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs done
2022-02-09 13:25:39,110 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg008_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:25:39,113 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'flat_field', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}
2022-02-09 13:25:40,868 - stpipe.Image2Pipeline.flat_field - INFO - Extracting matching subarray from flat
2022-02-09 13:25:42,999 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field done
2022-02-09 13:25:43,179 - stpipe.Image2Pipeline.photom - INFO - Step photom running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg008_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:25:43,182 - stpipe.Image2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'photom', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'inverse': False, 'source_type': None}
2022-02-09 13:25:43,246 - stpipe.Image2Pipeline.photom - INFO - Using photom reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_photom_0093.fits
2022-02-09 13:25:43,247 - stpipe.Image2Pipeline.photom - INFO - Using area reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_area_0031.fits
2022-02-09 13:25:44,896 - stpipe.Image2Pipeline.photom - INFO - Using instrument: NIRCAM
2022-02-09 13:25:44,897 - stpipe.Image2Pipeline.photom - INFO - detector: NRCA3
2022-02-09 13:25:44,898 - stpipe.Image2Pipeline.photom - INFO - exp_type: NRC_TSIMAGE
2022-02-09 13:25:44,899 - stpipe.Image2Pipeline.photom - INFO - filter: WLP4
2022-02-09 13:25:44,901 - stpipe.Image2Pipeline.photom - INFO - pupil: CLEAR
2022-02-09 13:25:44,970 - stpipe.Image2Pipeline.photom - INFO - Pixel area map copied to output.
2022-02-09 13:25:44,973 - stpipe.Image2Pipeline.photom - INFO - PHOTMJSR value: 18.6497
2022-02-09 13:25:45,200 - stpipe.Image2Pipeline.photom - INFO - Step photom done
2022-02-09 13:25:45,201 - stpipe.Image2Pipeline - INFO - Finished processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg008_nrca3_1
2022-02-09 13:25:45,203 - stpipe.Image2Pipeline - INFO - Processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg009_nrca3_1
2022-02-09 13:25:45,204 - stpipe.Image2Pipeline - INFO - Working on input /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg009_nrca3_1_rampfitstep.fits ...
2022-02-09 13:25:47,836 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg009_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:25:47,840 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_wcs', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}
2022-02-09 13:25:49,380 - stpipe.Image2Pipeline.assign_wcs - INFO - Update S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:25:49,383 - stpipe.Image2Pipeline.assign_wcs - INFO - assign_wcs updated S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:25:49,384 - stpipe.Image2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs
2022-02-09 13:25:49,486 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs done
2022-02-09 13:25:49,714 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg009_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:25:49,717 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'flat_field', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}
2022-02-09 13:25:51,387 - stpipe.Image2Pipeline.flat_field - INFO - Extracting matching subarray from flat
2022-02-09 13:25:53,100 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field done
2022-02-09 13:25:53,273 - stpipe.Image2Pipeline.photom - INFO - Step photom running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg009_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:25:53,276 - stpipe.Image2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'photom', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'inverse': False, 'source_type': None}
2022-02-09 13:25:53,339 - stpipe.Image2Pipeline.photom - INFO - Using photom reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_photom_0093.fits
2022-02-09 13:25:53,341 - stpipe.Image2Pipeline.photom - INFO - Using area reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_area_0031.fits
2022-02-09 13:25:54,657 - stpipe.Image2Pipeline.photom - INFO - Using instrument: NIRCAM
2022-02-09 13:25:54,658 - stpipe.Image2Pipeline.photom - INFO - detector: NRCA3
2022-02-09 13:25:54,659 - stpipe.Image2Pipeline.photom - INFO - exp_type: NRC_TSIMAGE
2022-02-09 13:25:54,660 - stpipe.Image2Pipeline.photom - INFO - filter: WLP4
2022-02-09 13:25:54,661 - stpipe.Image2Pipeline.photom - INFO - pupil: CLEAR
2022-02-09 13:25:54,727 - stpipe.Image2Pipeline.photom - INFO - Pixel area map copied to output.
2022-02-09 13:25:54,730 - stpipe.Image2Pipeline.photom - INFO - PHOTMJSR value: 18.6497
2022-02-09 13:25:54,955 - stpipe.Image2Pipeline.photom - INFO - Step photom done
2022-02-09 13:25:54,956 - stpipe.Image2Pipeline - INFO - Finished processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg009_nrca3_1
2022-02-09 13:25:54,958 - stpipe.Image2Pipeline - INFO - Processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg010_nrca3_1
2022-02-09 13:25:54,959 - stpipe.Image2Pipeline - INFO - Working on input /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg010_nrca3_1_rampfitstep.fits ...
2022-02-09 13:25:57,608 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg010_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:25:57,611 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_wcs', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}
2022-02-09 13:25:59,290 - stpipe.Image2Pipeline.assign_wcs - INFO - Update S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:25:59,291 - stpipe.Image2Pipeline.assign_wcs - INFO - assign_wcs updated S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:25:59,293 - stpipe.Image2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs
2022-02-09 13:25:59,393 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs done
2022-02-09 13:25:59,580 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg010_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:25:59,583 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'flat_field', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}
2022-02-09 13:26:01,156 - stpipe.Image2Pipeline.flat_field - INFO - Extracting matching subarray from flat
2022-02-09 13:26:02,804 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field done
2022-02-09 13:26:03,025 - stpipe.Image2Pipeline.photom - INFO - Step photom running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg010_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:26:03,027 - stpipe.Image2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'photom', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'inverse': False, 'source_type': None}
2022-02-09 13:26:03,090 - stpipe.Image2Pipeline.photom - INFO - Using photom reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_photom_0093.fits
2022-02-09 13:26:03,091 - stpipe.Image2Pipeline.photom - INFO - Using area reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_area_0031.fits
2022-02-09 13:26:04,281 - stpipe.Image2Pipeline.photom - INFO - Using instrument: NIRCAM
2022-02-09 13:26:04,282 - stpipe.Image2Pipeline.photom - INFO - detector: NRCA3
2022-02-09 13:26:04,284 - stpipe.Image2Pipeline.photom - INFO - exp_type: NRC_TSIMAGE
2022-02-09 13:26:04,285 - stpipe.Image2Pipeline.photom - INFO - filter: WLP4
2022-02-09 13:26:04,286 - stpipe.Image2Pipeline.photom - INFO - pupil: CLEAR
2022-02-09 13:26:04,355 - stpipe.Image2Pipeline.photom - INFO - Pixel area map copied to output.
2022-02-09 13:26:04,358 - stpipe.Image2Pipeline.photom - INFO - PHOTMJSR value: 18.6497
2022-02-09 13:26:04,576 - stpipe.Image2Pipeline.photom - INFO - Step photom done
2022-02-09 13:26:04,578 - stpipe.Image2Pipeline - INFO - Finished processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg010_nrca3_1
2022-02-09 13:26:04,580 - stpipe.Image2Pipeline - INFO - Processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg011_nrca3_1
2022-02-09 13:26:04,581 - stpipe.Image2Pipeline - INFO - Working on input /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg011_nrca3_1_rampfitstep.fits ...
2022-02-09 13:26:06,919 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg011_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:26:06,923 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_wcs', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}
2022-02-09 13:26:08,498 - stpipe.Image2Pipeline.assign_wcs - INFO - Update S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:26:08,500 - stpipe.Image2Pipeline.assign_wcs - INFO - assign_wcs updated S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:26:08,501 - stpipe.Image2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs
2022-02-09 13:26:08,602 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs done
2022-02-09 13:26:08,792 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg011_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:26:08,795 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'flat_field', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}
2022-02-09 13:26:10,310 - stpipe.Image2Pipeline.flat_field - INFO - Extracting matching subarray from flat
2022-02-09 13:26:11,847 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field done
2022-02-09 13:26:12,023 - stpipe.Image2Pipeline.photom - INFO - Step photom running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg011_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:26:12,025 - stpipe.Image2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'photom', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'inverse': False, 'source_type': None}
2022-02-09 13:26:12,089 - stpipe.Image2Pipeline.photom - INFO - Using photom reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_photom_0093.fits
2022-02-09 13:26:12,090 - stpipe.Image2Pipeline.photom - INFO - Using area reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_area_0031.fits
2022-02-09 13:26:13,052 - stpipe.Image2Pipeline.photom - INFO - Using instrument: NIRCAM
2022-02-09 13:26:13,053 - stpipe.Image2Pipeline.photom - INFO - detector: NRCA3
2022-02-09 13:26:13,055 - stpipe.Image2Pipeline.photom - INFO - exp_type: NRC_TSIMAGE
2022-02-09 13:26:13,056 - stpipe.Image2Pipeline.photom - INFO - filter: WLP4
2022-02-09 13:26:13,058 - stpipe.Image2Pipeline.photom - INFO - pupil: CLEAR
2022-02-09 13:26:13,124 - stpipe.Image2Pipeline.photom - INFO - Pixel area map copied to output.
2022-02-09 13:26:13,127 - stpipe.Image2Pipeline.photom - INFO - PHOTMJSR value: 18.6497
2022-02-09 13:26:13,329 - stpipe.Image2Pipeline.photom - INFO - Step photom done
2022-02-09 13:26:13,330 - stpipe.Image2Pipeline - INFO - Finished processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg011_nrca3_1
2022-02-09 13:26:13,333 - stpipe.Image2Pipeline - INFO - Processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg012_nrca3_1
2022-02-09 13:26:13,334 - stpipe.Image2Pipeline - INFO - Working on input /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg012_nrca3_1_rampfitstep.fits ...
2022-02-09 13:26:15,696 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg012_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:26:15,699 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_wcs', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}
2022-02-09 13:26:17,212 - stpipe.Image2Pipeline.assign_wcs - INFO - Update S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:26:17,214 - stpipe.Image2Pipeline.assign_wcs - INFO - assign_wcs updated S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:26:17,216 - stpipe.Image2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs
2022-02-09 13:26:17,315 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs done
2022-02-09 13:26:17,507 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg012_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:26:17,510 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'flat_field', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}
2022-02-09 13:26:18,980 - stpipe.Image2Pipeline.flat_field - INFO - Extracting matching subarray from flat
2022-02-09 13:26:20,569 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field done
2022-02-09 13:26:20,761 - stpipe.Image2Pipeline.photom - INFO - Step photom running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg012_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:26:20,763 - stpipe.Image2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'photom', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'inverse': False, 'source_type': None}
2022-02-09 13:26:20,826 - stpipe.Image2Pipeline.photom - INFO - Using photom reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_photom_0093.fits
2022-02-09 13:26:20,828 - stpipe.Image2Pipeline.photom - INFO - Using area reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_area_0031.fits
2022-02-09 13:26:21,895 - stpipe.Image2Pipeline.photom - INFO - Using instrument: NIRCAM
2022-02-09 13:26:21,896 - stpipe.Image2Pipeline.photom - INFO - detector: NRCA3
2022-02-09 13:26:21,897 - stpipe.Image2Pipeline.photom - INFO - exp_type: NRC_TSIMAGE
2022-02-09 13:26:21,899 - stpipe.Image2Pipeline.photom - INFO - filter: WLP4
2022-02-09 13:26:21,900 - stpipe.Image2Pipeline.photom - INFO - pupil: CLEAR
2022-02-09 13:26:21,966 - stpipe.Image2Pipeline.photom - INFO - Pixel area map copied to output.
2022-02-09 13:26:21,969 - stpipe.Image2Pipeline.photom - INFO - PHOTMJSR value: 18.6497
2022-02-09 13:26:22,176 - stpipe.Image2Pipeline.photom - INFO - Step photom done
2022-02-09 13:26:22,178 - stpipe.Image2Pipeline - INFO - Finished processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg012_nrca3_1
2022-02-09 13:26:22,180 - stpipe.Image2Pipeline - INFO - Processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg013_nrca3_1
2022-02-09 13:26:22,181 - stpipe.Image2Pipeline - INFO - Working on input /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg013_nrca3_1_rampfitstep.fits ...
2022-02-09 13:26:24,516 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg013_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:26:24,520 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_wcs', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}
2022-02-09 13:26:26,018 - stpipe.Image2Pipeline.assign_wcs - INFO - Update S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:26:26,020 - stpipe.Image2Pipeline.assign_wcs - INFO - assign_wcs updated S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:26:26,021 - stpipe.Image2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs
2022-02-09 13:26:26,121 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs done
2022-02-09 13:26:26,319 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg013_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:26:26,322 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'flat_field', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}
2022-02-09 13:26:27,768 - stpipe.Image2Pipeline.flat_field - INFO - Extracting matching subarray from flat
2022-02-09 13:26:29,336 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field done
2022-02-09 13:26:29,526 - stpipe.Image2Pipeline.photom - INFO - Step photom running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg013_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:26:29,529 - stpipe.Image2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'photom', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'inverse': False, 'source_type': None}
2022-02-09 13:26:29,594 - stpipe.Image2Pipeline.photom - INFO - Using photom reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_photom_0093.fits
2022-02-09 13:26:29,595 - stpipe.Image2Pipeline.photom - INFO - Using area reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_area_0031.fits
2022-02-09 13:26:30,966 - stpipe.Image2Pipeline.photom - INFO - Using instrument: NIRCAM
2022-02-09 13:26:30,967 - stpipe.Image2Pipeline.photom - INFO - detector: NRCA3
2022-02-09 13:26:30,968 - stpipe.Image2Pipeline.photom - INFO - exp_type: NRC_TSIMAGE
2022-02-09 13:26:30,969 - stpipe.Image2Pipeline.photom - INFO - filter: WLP4
2022-02-09 13:26:30,970 - stpipe.Image2Pipeline.photom - INFO - pupil: CLEAR
2022-02-09 13:26:31,037 - stpipe.Image2Pipeline.photom - INFO - Pixel area map copied to output.
2022-02-09 13:26:31,040 - stpipe.Image2Pipeline.photom - INFO - PHOTMJSR value: 18.6497
2022-02-09 13:26:31,251 - stpipe.Image2Pipeline.photom - INFO - Step photom done
2022-02-09 13:26:31,253 - stpipe.Image2Pipeline - INFO - Finished processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg013_nrca3_1
2022-02-09 13:26:31,254 - stpipe.Image2Pipeline - INFO - Processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg014_nrca3_1
2022-02-09 13:26:31,256 - stpipe.Image2Pipeline - INFO - Working on input /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg014_nrca3_1_rampfitstep.fits ...
2022-02-09 13:26:33,563 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg014_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:26:33,567 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_wcs', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}
2022-02-09 13:26:34,947 - stpipe.Image2Pipeline.assign_wcs - INFO - Update S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:26:34,949 - stpipe.Image2Pipeline.assign_wcs - INFO - assign_wcs updated S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:26:34,950 - stpipe.Image2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs
2022-02-09 13:26:35,051 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs done
2022-02-09 13:26:35,249 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg014_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:26:35,252 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'flat_field', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}
2022-02-09 13:26:37,100 - stpipe.Image2Pipeline.flat_field - INFO - Extracting matching subarray from flat
2022-02-09 13:26:38,827 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field done
2022-02-09 13:26:39,056 - stpipe.Image2Pipeline.photom - INFO - Step photom running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg014_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:26:39,059 - stpipe.Image2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'photom', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'inverse': False, 'source_type': None}
2022-02-09 13:26:39,126 - stpipe.Image2Pipeline.photom - INFO - Using photom reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_photom_0093.fits
2022-02-09 13:26:39,127 - stpipe.Image2Pipeline.photom - INFO - Using area reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_area_0031.fits
2022-02-09 13:26:40,337 - stpipe.Image2Pipeline.photom - INFO - Using instrument: NIRCAM
2022-02-09 13:26:40,338 - stpipe.Image2Pipeline.photom - INFO - detector: NRCA3
2022-02-09 13:26:40,340 - stpipe.Image2Pipeline.photom - INFO - exp_type: NRC_TSIMAGE
2022-02-09 13:26:40,341 - stpipe.Image2Pipeline.photom - INFO - filter: WLP4
2022-02-09 13:26:40,342 - stpipe.Image2Pipeline.photom - INFO - pupil: CLEAR
2022-02-09 13:26:40,413 - stpipe.Image2Pipeline.photom - INFO - Pixel area map copied to output.
2022-02-09 13:26:40,416 - stpipe.Image2Pipeline.photom - INFO - PHOTMJSR value: 18.6497
2022-02-09 13:26:40,625 - stpipe.Image2Pipeline.photom - INFO - Step photom done
2022-02-09 13:26:40,627 - stpipe.Image2Pipeline - INFO - Finished processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg014_nrca3_1
2022-02-09 13:26:40,629 - stpipe.Image2Pipeline - INFO - Processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg015_nrca3_1
2022-02-09 13:26:40,630 - stpipe.Image2Pipeline - INFO - Working on input /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg015_nrca3_1_rampfitstep.fits ...
2022-02-09 13:26:42,855 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg015_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:26:42,859 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_wcs', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}
2022-02-09 13:26:44,591 - stpipe.Image2Pipeline.assign_wcs - INFO - Update S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:26:44,592 - stpipe.Image2Pipeline.assign_wcs - INFO - assign_wcs updated S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:26:44,593 - stpipe.Image2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs
2022-02-09 13:26:44,697 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs done
2022-02-09 13:26:44,897 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg015_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:26:44,900 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'flat_field', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}
2022-02-09 13:26:46,784 - stpipe.Image2Pipeline.flat_field - INFO - Extracting matching subarray from flat
2022-02-09 13:26:48,523 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field done
2022-02-09 13:26:48,864 - stpipe.Image2Pipeline.photom - INFO - Step photom running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg015_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:26:48,867 - stpipe.Image2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'photom', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'inverse': False, 'source_type': None}
2022-02-09 13:26:48,933 - stpipe.Image2Pipeline.photom - INFO - Using photom reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_photom_0093.fits
2022-02-09 13:26:48,934 - stpipe.Image2Pipeline.photom - INFO - Using area reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_area_0031.fits
2022-02-09 13:26:50,765 - stpipe.Image2Pipeline.photom - INFO - Using instrument: NIRCAM
2022-02-09 13:26:50,767 - stpipe.Image2Pipeline.photom - INFO - detector: NRCA3
2022-02-09 13:26:50,768 - stpipe.Image2Pipeline.photom - INFO - exp_type: NRC_TSIMAGE
2022-02-09 13:26:50,769 - stpipe.Image2Pipeline.photom - INFO - filter: WLP4
2022-02-09 13:26:50,770 - stpipe.Image2Pipeline.photom - INFO - pupil: CLEAR
2022-02-09 13:26:50,838 - stpipe.Image2Pipeline.photom - INFO - Pixel area map copied to output.
2022-02-09 13:26:50,841 - stpipe.Image2Pipeline.photom - INFO - PHOTMJSR value: 18.6497
2022-02-09 13:26:51,071 - stpipe.Image2Pipeline.photom - INFO - Step photom done
2022-02-09 13:26:51,072 - stpipe.Image2Pipeline - INFO - Finished processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg015_nrca3_1
2022-02-09 13:26:51,074 - stpipe.Image2Pipeline - INFO - Processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg016_nrca3_1
2022-02-09 13:26:51,075 - stpipe.Image2Pipeline - INFO - Working on input /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg016_nrca3_1_rampfitstep.fits ...
2022-02-09 13:26:52,336 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(70, 64, 2048) from jw00042001001_01101_00001-seg016_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:26:52,340 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_wcs', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}
2022-02-09 13:26:53,500 - stpipe.Image2Pipeline.assign_wcs - INFO - Update S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:26:53,501 - stpipe.Image2Pipeline.assign_wcs - INFO - assign_wcs updated S_REGION to POLYGON ICRS 175.560846873 26.702895140 175.560844974 26.703457812 175.540802246 26.703431012 175.540794772 26.702865173
2022-02-09 13:26:53,502 - stpipe.Image2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs
2022-02-09 13:26:53,606 - stpipe.Image2Pipeline.assign_wcs - INFO - Step assign_wcs done
2022-02-09 13:26:53,874 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(70, 64, 2048) from jw00042001001_01101_00001-seg016_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:26:53,877 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'flat_field', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}
2022-02-09 13:26:54,757 - stpipe.Image2Pipeline.flat_field - INFO - Extracting matching subarray from flat
2022-02-09 13:26:55,658 - stpipe.Image2Pipeline.flat_field - INFO - Step flat_field done
2022-02-09 13:26:55,960 - stpipe.Image2Pipeline.photom - INFO - Step photom running with args (<CubeModel(70, 64, 2048) from jw00042001001_01101_00001-seg016_nrca3_1_rampfitstep.fits>,).
2022-02-09 13:26:55,964 - stpipe.Image2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'photom', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'inverse': False, 'source_type': None}
2022-02-09 13:26:56,030 - stpipe.Image2Pipeline.photom - INFO - Using photom reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_photom_0093.fits
2022-02-09 13:26:56,031 - stpipe.Image2Pipeline.photom - INFO - Using area reference file: /fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_area_0031.fits
2022-02-09 13:26:56,640 - stpipe.Image2Pipeline.photom - INFO - Using instrument: NIRCAM
2022-02-09 13:26:56,641 - stpipe.Image2Pipeline.photom - INFO - detector: NRCA3
2022-02-09 13:26:56,643 - stpipe.Image2Pipeline.photom - INFO - exp_type: NRC_TSIMAGE
2022-02-09 13:26:56,645 - stpipe.Image2Pipeline.photom - INFO - filter: WLP4
2022-02-09 13:26:56,646 - stpipe.Image2Pipeline.photom - INFO - pupil: CLEAR
2022-02-09 13:26:56,713 - stpipe.Image2Pipeline.photom - INFO - Pixel area map copied to output.
2022-02-09 13:26:56,716 - stpipe.Image2Pipeline.photom - INFO - PHOTMJSR value: 18.6497
2022-02-09 13:26:56,815 - stpipe.Image2Pipeline.photom - INFO - Step photom done
2022-02-09 13:26:56,817 - stpipe.Image2Pipeline - INFO - Finished processing product /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg016_nrca3_1
2022-02-09 13:26:56,820 - stpipe.Image2Pipeline - INFO - ... ending calwebb_image2
2022-02-09 13:26:59,357 - stpipe.Image2Pipeline - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg002_nrca3_1_calints.fits
2022-02-09 13:27:00,579 - stpipe.Image2Pipeline - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg003_nrca3_1_calints.fits
2022-02-09 13:27:01,853 - stpipe.Image2Pipeline - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg004_nrca3_1_calints.fits
2022-02-09 13:27:03,071 - stpipe.Image2Pipeline - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg005_nrca3_1_calints.fits
2022-02-09 13:27:04,286 - stpipe.Image2Pipeline - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg006_nrca3_1_calints.fits
2022-02-09 13:27:05,500 - stpipe.Image2Pipeline - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg007_nrca3_1_calints.fits
2022-02-09 13:27:06,761 - stpipe.Image2Pipeline - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg008_nrca3_1_calints.fits
2022-02-09 13:27:07,986 - stpipe.Image2Pipeline - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg009_nrca3_1_calints.fits
2022-02-09 13:27:09,346 - stpipe.Image2Pipeline - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg010_nrca3_1_calints.fits
2022-02-09 13:27:10,719 - stpipe.Image2Pipeline - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg011_nrca3_1_calints.fits
2022-02-09 13:27:11,940 - stpipe.Image2Pipeline - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg012_nrca3_1_calints.fits
2022-02-09 13:27:13,128 - stpipe.Image2Pipeline - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg013_nrca3_1_calints.fits
2022-02-09 13:27:14,345 - stpipe.Image2Pipeline - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg014_nrca3_1_calints.fits
2022-02-09 13:27:15,598 - stpipe.Image2Pipeline - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg015_nrca3_1_calints.fits
2022-02-09 13:27:16,278 - stpipe.Image2Pipeline - INFO - Saved model in /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/jw00042001001_01101_00001-seg016_nrca3_1_calints.fits
2022-02-09 13:27:16,279 - stpipe.Image2Pipeline - INFO - Step Image2Pipeline done
Stage 2 Execution Time in Seconds: 167.3662292957306
$\textbf{OUTPUT FILES:}$ The output is a fully calibrated, but unrectified, exposure, using the product type suffix “_cal” (0_cal) or “_calints” (1_calints), depending on the type of input.
all_calints_files = [] # All Calibrated Data File Names. Also used to check that all the calints files exist.
for fitsName in glob.glob(output_dir + '*nrca3_1_calints.fits'): #Grabbing only nrca3 files from the directory
HDUList = fits.open(fitsName, 'update')
HDUList[1].header['XREF_SCI'] = (1055.0, 'Aperture X reference point in SCI frame') #Fix x-position centering
HDUList[1].header['YREF_SCI'] = (23.0, 'Aperture Y reference point in SCI frame') #Fix the y-position centering
HDUList.close()
all_calints_files.append(fitsName)
all_calints_files = sorted(all_calints_files) #sort files alphabetically.
#Generate an association file required for stage 3
asn_dir = '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/' #Name the association file's directory.
level3_asn = (os.path.join(asn_dir, 'nrca3_level3_asn.json')) #Name the stage 3 association file and give it a path.
asn_stage3 = asn_from_list(all_calints_files, product_name ='DataChallengeSimulation_nrca3_level3_asn') #The rateints files; Name the output..
with open(level3_asn, 'w') as fh: #Write an association file.
fh.write(asn_stage3.dump()[1])
Stage 3 processing consists of routines that work with multiple exposures and in most cases produce some kind of combined product. There are unique pipeline modules for stage 3 processing of imaging, spectroscopic, coronagraphic, AMI, and TSO observations.
The Stage 3 TSO pipeline is to be applied to associations of calibrated TSO exposures (e.g. NIRCam TS imaging, NIRCam TS grism, NIRISS SOSS, NIRSpec BrightObj, MIRI LRS Slitless) and is used to produce calibrated time-series photometry or spectra of the source object. This is a pipeline customized for TSO data. Grism TSO data undergo outlier detection (essentially a check for any cosmic rays/transient effects that were missed in Detector1Pipeline), background subtraction, spectral extraction, and photometry. Imaging TSO data are run through outlier detection, and photometry is performed.
The logic that decides whether to apply the imaging or spectroscopy steps is based on the EXP_TYPE and TSOVISIT keyword values of the input data. Imaging steps are applied if either of the following is true:
EXP_TYPE = ‘NRC_TSIMAGE’
EXP_TYPE = ‘MIR_IMAGE’ and TSOVISIT = True
$\textbf{INPUT FILES:}$ The spectroscopy steps will be applied in all other cases. The input to calwebb_tso3 is in the form of an ASN file that lists multiple exposures or exposure segments of a science target. The individual inputs should be in the form of 3D calibrated (“_calints”) products from either calwebb_image2 or calwebb_spec2 processing.
startTime = time.time() #Time how long this step takes
#The file to use is the stage 3 association file defined above.
# Instantiate the class. Do not provide a configuration file.
pipeline_stage3 = Tso3Pipeline()
pipeline_stage3.outlier_detection.skip = True
# Specify that you want results saved to a file
pipeline_stage3.save_results = True
pipeline_stage3.output_dir = '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/'
# Execute the pipeline using the run method
result_stage3 = pipeline_stage3.run(level3_asn)
executionTime = (time.time() - startTime)
print('Stage 2 Execution Time in Seconds: ' + str(executionTime)) #Time how long this step takes
2022-02-09 13:27:47,181 - stpipe.Tso3Pipeline - INFO - Tso3Pipeline instance created.
2022-02-09 13:27:47,190 - stpipe.Tso3Pipeline.outlier_detection - INFO - OutlierDetectionStep instance created.
2022-02-09 13:27:47,194 - stpipe.Tso3Pipeline.tso_photometry - INFO - TSOPhotometryStep instance created.
2022-02-09 13:27:47,202 - stpipe.Tso3Pipeline.extract_1d - INFO - Extract1dStep instance created.
2022-02-09 13:27:47,207 - stpipe.Tso3Pipeline.white_light - INFO - WhiteLightStep instance created.
2022-02-09 13:27:47,519 - stpipe.Tso3Pipeline - INFO - Step Tso3Pipeline running with args ('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/nrca3_level3_asn.json',).
2022-02-09 13:27:47,529 - stpipe.Tso3Pipeline - INFO - Step Tso3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/', 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'scale_detection': False, 'steps': {'outlier_detection': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}, 'tso_photometry': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'save_catalog': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}, 'white_light': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '', 'min_wavelength': None, 'max_wavelength': None}}}
2022-02-09 13:27:49,170 - stpipe.Tso3Pipeline - INFO - Prefetching reference files for dataset: 'jw00042001001_01101_00001-seg002_nrca3_1_calints.fits' reftypes = ['gain', 'readnoise']
2022-02-09 13:27:49,190 - stpipe.Tso3Pipeline - INFO - Prefetch for GAIN reference file is '/fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits'.
2022-02-09 13:27:49,192 - stpipe.Tso3Pipeline - INFO - Prefetch for READNOISE reference file is '/fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits'.
2022-02-09 13:27:49,194 - stpipe.Tso3Pipeline - INFO - Starting calwebb_tso3...
2022-02-09 13:28:37,705 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 13:28:38,051 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 13:28:38,055 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 13:28:38,056 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 13:28:38,129 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 13:28:50,264 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 13:28:50,714 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 13:28:50,718 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 13:28:50,719 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 13:28:50,791 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 13:29:02,917 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 13:29:03,375 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 13:29:03,379 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 13:29:03,380 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 13:29:03,452 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 13:29:15,545 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 13:29:16,015 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 13:29:16,019 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 13:29:16,021 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 13:29:16,093 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 13:29:28,194 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 13:29:28,746 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 13:29:28,749 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 13:29:28,751 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 13:29:28,823 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 13:29:40,908 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 13:29:41,469 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 13:29:41,473 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 13:29:41,474 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 13:29:41,547 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 13:29:53,686 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 13:29:54,247 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 13:29:54,251 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 13:29:54,253 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 13:29:54,325 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 13:30:06,477 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 13:30:07,048 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 13:30:07,052 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 13:30:07,053 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 13:30:07,126 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 13:30:19,449 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 13:30:20,010 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 13:30:20,014 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 13:30:20,016 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 13:30:20,088 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 13:30:32,241 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 13:30:32,808 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 13:30:32,812 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 13:30:32,814 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 13:30:32,887 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 13:30:45,068 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 13:30:45,660 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 13:30:45,665 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 13:30:45,666 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 13:30:45,739 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 13:30:57,951 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 13:30:58,522 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 13:30:58,526 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 13:30:58,528 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 13:30:58,599 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 13:31:10,853 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 13:31:11,428 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 13:31:11,434 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 13:31:11,435 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 13:31:11,510 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 13:31:23,756 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 13:31:24,328 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 13:31:24,333 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 13:31:24,335 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 13:31:24,408 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 13:31:30,087 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 13:31:30,582 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 13:31:30,586 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 13:31:30,587 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 13:31:30,623 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 13:31:30,951 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg002_nrca3_1_calints.fits>,).
2022-02-09 13:31:30,954 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 13:31:31,383 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 13:31:31,605 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg003_nrca3_1_calints.fits>,).
2022-02-09 13:31:31,608 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 13:31:31,987 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 13:31:32,207 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg004_nrca3_1_calints.fits>,).
2022-02-09 13:31:32,210 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 13:31:32,586 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 13:31:32,811 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg005_nrca3_1_calints.fits>,).
2022-02-09 13:31:32,815 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 13:31:33,193 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 13:31:33,426 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg006_nrca3_1_calints.fits>,).
2022-02-09 13:31:33,429 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 13:31:33,803 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 13:31:34,029 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg007_nrca3_1_calints.fits>,).
2022-02-09 13:31:34,032 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 13:31:34,404 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 13:31:34,624 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg008_nrca3_1_calints.fits>,).
2022-02-09 13:31:34,627 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 13:31:35,003 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 13:31:35,230 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg009_nrca3_1_calints.fits>,).
2022-02-09 13:31:35,233 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 13:31:35,604 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 13:31:35,824 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg010_nrca3_1_calints.fits>,).
2022-02-09 13:31:35,827 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 13:31:36,203 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 13:31:36,430 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg011_nrca3_1_calints.fits>,).
2022-02-09 13:31:36,433 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 13:31:36,808 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 13:31:37,029 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg012_nrca3_1_calints.fits>,).
2022-02-09 13:31:37,032 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 13:31:37,406 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 13:31:37,632 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg013_nrca3_1_calints.fits>,).
2022-02-09 13:31:37,635 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 13:31:38,008 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 13:31:38,229 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg014_nrca3_1_calints.fits>,).
2022-02-09 13:31:38,232 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 13:31:38,606 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 13:31:38,833 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg015_nrca3_1_calints.fits>,).
2022-02-09 13:31:38,836 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 13:31:39,188 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 13:31:39,409 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(70, 64, 2048) from jw00042001001_01101_00001-seg016_nrca3_1_calints.fits>,).
2022-02-09 13:31:39,412 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 13:31:39,619 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 13:31:39,638 - stpipe.Tso3Pipeline - INFO - Writing Level 3 photometry catalog /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/DataChallengeSimulation_nrca3_level3_asn_phot.ecsv
2022-02-09 13:31:39,873 - stpipe.Tso3Pipeline - INFO - Step Tso3Pipeline done
Stage 2 Execution Time in Seconds: 232.71197819709778
$\textbf{OUTPUT FILES:}$ For imaging TS observations, the tso_photometry step produces a source catalog containing photometry results from all of the “_crfints” products, organized as a function of integration time stamps. This file is saved in ASCII “ecsv” format, with a product type of “_phot.” The file naming is source-based, using the output product name specified in the ASN file.
Initial pipeline results without altering the aperture sizes. In this particular simulation, there is an edge effect (the observation is cut off on the top and bottom). We want to see how observations that turn out this way in real life can effect the results the pipline returns.
TSOPHOT reference files are ASDF format. An object called ‘radii’ in a TSOPHOT file defines the radii that the step needs. This object is a list of one or more dictionaries. Each such dictionary has four keys: ‘pupil’, ‘radius’, ‘radius_inner’, and ‘radius_outer’. The particular one of these dictionaries to use is selected by comparing meta.instrument.pupil with the value corresponding to ‘pupil’ in each dictionary. If an exact match is found, that dictionary will be used. If no match is found, the first dictionary with ‘pupil’: ‘ANY’ will be selected. The radii will be taken from the values of keys ‘radius’, ‘radius_inner’, and ‘radius_outer’.
The original radii parameters are:
radii': [{'pupil': 'WLP8',
'radius': 50.0,
'radius_inner': 60.0,
'radius_outer': 70.0},
{'pupil': 'ANY', 'radius': 3.0, 'radius_inner': 4.0, 'radius_outer': 5.0}]}
The issue with these paramters is that our pupil = CLEAR therefore, it is using default pupil = ANY. If we plot this with tshirt, it is only capturing a small region of the target.This is also after altering the apertures to be centered.
#Print the unaltered stage 3 result file with all the data
with open('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/DataChallengeSimulation_nrca3_level3_asn_phot.ecsv', 'r') as file:
reader = csv.reader(file)
for row in reader:
print(row)
['# %ECSV 0.9']
['# ---']
['# datatype:']
['# - {name: MJD', ' datatype: float64}']
['# - {name: aperture_sum', ' unit: Jy', ' datatype: float64}']
['# - {name: aperture_sum_err', ' unit: Jy', ' datatype: float64}']
['# - {name: annulus_sum', ' unit: Jy', ' datatype: float64}']
['# - {name: annulus_sum_err', ' unit: Jy', ' datatype: float64}']
['# - {name: annulus_mean', ' unit: Jy', ' datatype: float64}']
['# - {name: annulus_mean_err', ' unit: Jy', ' datatype: float64}']
['# - {name: aperture_bkg', ' unit: Jy', ' datatype: float64}']
['# - {name: aperture_bkg_err', ' unit: Jy', ' datatype: float64}']
['# - {name: net_aperture_sum', ' unit: Jy', ' datatype: float64}']
['# - {name: net_aperture_sum_err', ' unit: Jy', ' datatype: float64}']
['# meta: !!omap']
['# - {instrument: NIRCAM}']
['# - {detector: NRCA3}']
['# - {channel: SHORT}']
['# - {subarray: SUBGRISM64}']
['# - {filter: WLP4}']
['# - {pupil: CLEAR}']
['# - {target_name: UNKNOWN}']
['# - {xcenter: 1054.0}']
['# - {ycenter: 22.0}']
['# - ra_icrs: !numpy.ndarray']
['# buffer: !!binary |']
['# RjByVEdwN3haVUE9']
['# dtype: float64']
['# order: C']
['# shape: !!python/tuple []']
['# - dec_icrs: !numpy.ndarray']
['# buffer: !!binary |']
['# Wkg2dmxQdXpPa0E9']
['# dtype: float64']
['# order: C']
['# shape: !!python/tuple []']
['# - {apertures: Photometry measured in a circular aperture of r=3.0 pixels. Background calculated as the mean in a circular annulus with']
['# r_inner=4.0 pixels and r_outer=5.0 pixels.}']
['# - {number_of_integrations: 2198}']
['# - __serialized_columns__:']
['# annulus_mean:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: &id001 !astropy.units.Unit {unit: Jy}']
['# value: !astropy.table.SerializedColumn {name: annulus_mean}']
['# annulus_mean_err:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: annulus_mean_err}']
['# annulus_sum:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: annulus_sum}']
['# annulus_sum_err:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: annulus_sum_err}']
['# aperture_bkg:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: aperture_bkg}']
['# aperture_bkg_err:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: aperture_bkg_err}']
['# aperture_sum:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: aperture_sum}']
['# aperture_sum_err:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: aperture_sum_err}']
['# net_aperture_sum:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: net_aperture_sum}']
['# net_aperture_sum_err:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: net_aperture_sum_err}']
['# schema: astropy-2.0']
['MJD aperture_sum aperture_sum_err annulus_sum annulus_sum_err annulus_mean annulus_mean_err aperture_bkg aperture_bkg_err net_aperture_sum net_aperture_sum_err']
['59491.954294918054 0.01564972230713766 3.978843797169992e-05 0.00849985850209304 2.739852948911069e-05 0.00030062099915328456 9.690247559202285e-07 0.00849985850209304 2.739852948911069e-05 0.007149863805044621 4.8309411240393736e-05']
['59491.954330398265 0.0156306091150409 3.97953706375746e-05 0.008531733738267502 2.7421515907188813e-05 0.0003017483550198151 9.698377341560308e-07 0.008531733738267502 2.7421515907188813e-05 0.007098875376773398 4.832816010185101e-05']
['59491.954365878475 0.015593580028034022 3.973994927937923e-05 0.00852187642488634 2.7411659257436615e-05 0.00030139972387532225 9.694891264826111e-07 0.00852187642488634 2.741165925743661e-05 0.0070717036031476815 4.827693685367211e-05']
['59491.95440135868 0.01561178110479359 3.9786478430646854e-05 0.008480199902979336 2.7384885587694388e-05 0.00029992571843701614 9.68542201619459e-07 0.008480199902979336 2.7384885587694388e-05 0.007131581201814254 4.830006029565014e-05']
['59491.95443683889 0.015631236265171766 3.978626364803674e-05 0.008513906195473892 2.7405515436877e-05 0.0003011178346734183 9.692718332800485e-07 0.008513906195473892 2.7405515436877e-05 0.007117330069697874 4.831158299447446e-05']
['59491.9544723191 0.015655411306558165 3.9803030325940284e-05 0.008511041750531313 2.7401794974611863e-05 0.000301016525657457 9.691402488444743e-07 0.008511041750531313 2.740179497461186e-05 0.007144369556026852 4.832328207974274e-05']
['59491.9545077993 0.0156282903418445 3.977566029424807e-05 0.008454779694484493 2.7378302068485836e-05 0.00029902666247337594 9.68309357258352e-07 0.008454779694484493 2.7378302068485833e-05 0.007173510647360007 4.828741633175954e-05']
['59491.95454327951 0.015582284620281932 3.973572558008536e-05 0.008511869504065076 2.7407373340594192e-05 0.0003010458014500259 9.69337543182355e-07 0.008511869504065076 2.7407373340594192e-05 0.007070415116216856 4.827102651494541e-05']
['59491.95457875972 0.015623858468626997 3.978271882233373e-05 0.00848027826348548 2.7397205179267462e-05 0.00029992848987299306 9.689779180407318e-07 0.00848027826348548 2.7397205179267462e-05 0.007143580205141517 4.830394982329857e-05']
['59491.954614239934 0.015647186004115674 3.979161662389447e-05 0.008471767909977645 2.7386897599221558e-05 0.0002996274976889416 9.686133619705939e-07 0.008471767909977645 2.7386897599221558e-05 0.007175418094138028 4.830543358312025e-05']
['59491.95464972014 0.015635549647952884 3.9794025552928526e-05 0.00852832264630288 2.7411953589226394e-05 0.0003016277123203683 9.694995363402229e-07 0.00852832264630288 2.7411953589226394e-05 0.007107227001650004 4.832162734516533e-05']
['59491.95468520035 0.015616354241699888 3.9773614993976426e-05 0.008488871052352832 2.73971271929555e-05 0.0003002323976114784 9.68975159839167e-07 0.008488871052352832 2.73971271929555e-05 0.007127483189347056 4.8296408024987203e-05']
['59491.95472068056 0.015643000937418234 3.979966047553449e-05 0.00850762535174888 2.7404487971901117e-05 0.0003008956952677242 9.692354941401007e-07 0.00850762535174888 2.740448797190112e-05 0.007135375585669354 4.832203363859902e-05']
['59491.95475616076 0.015599871543749618 3.976887599277115e-05 0.008492619886354708 2.7401678626713832e-05 0.00030036498549197385 9.691361338793433e-07 0.008492619886354708 2.7401678626713832e-05 0.0071072516573949095 4.829508763104292e-05']
['59491.95479164097 0.015649384960609473 3.978980233103687e-05 0.00853230023011414 2.7414054155304778e-05 0.00030176839057039585 9.695738286679265e-07 0.00853230023011414 2.7414054155304778e-05 0.007117084730495334 4.831934120797769e-05']
['59491.95482712118 0.015561416294926111 3.974582482696329e-05 0.008529224814273543 2.7419269574049897e-05 0.00030165961998526383 9.697582863731664e-07 0.008529224814273543 2.7419269574049897e-05 0.007032191480652568 4.828609463551665e-05']
['59491.954862601386 0.015619096568084755 3.9761367842457484e-05 0.00848710288920263 2.7388807102973884e-05 0.00030016986163246777 9.68680896850824e-07 0.00848710288920263 2.7388807102973887e-05 0.0071319936788821255 4.8281602368056565e-05']
['59491.954898081596 0.015598534285414328 3.976904488947375e-05 0.0084901996261854 2.73959693502714e-05 0.00030027938629874855 9.689342095310563e-07 0.0084901996261854 2.7395969350271395e-05 0.0071083346592289275 4.829198761763682e-05']
['59491.95493356181 0.015619121090972072 3.975691522676257e-05 0.00849251428405954 2.739787697759538e-05 0.00030036125057480095 9.690016780462094e-07 0.00849251428405954 2.739787697759538e-05 0.007126606806912532 4.828308162521771e-05']
['59491.95496904202 0.015572722426861797 3.974375801287371e-05 0.008505039636647178 2.7405451704562846e-05 0.0003008042443033102 9.6926957921053e-07 0.008505039636647178 2.7405451704562842e-05 0.007067682790214618 4.8276547972250356e-05']
['59491.95500452222 0.015640813049201226 3.9788621484611156e-05 0.008460544644519612 2.7378825360933903e-05 0.00029923055587221305 9.683278649427502e-07 0.008460544644519612 2.73788253609339e-05 0.007180268404681615 4.829839001240287e-05']
['59491.95504000243 0.015595717251493611 3.975552828829422e-05 0.0085255770834517 2.741601808040538e-05 0.00030153060789829387 9.696432883096205e-07 0.0085255770834517 2.741601808040538e-05 0.007070140168041911 4.829223619658213e-05']
['59491.95507548264 0.015599258894900428 3.9759589684878553e-05 0.008495007292701726 2.739603660938224e-05 0.0003004494227189287 9.689365883354914e-07 0.008495007292701726 2.7396036609382236e-05 0.007104251602198701 4.8284239600645186e-05']
['59491.955110962845 0.015625885588411294 3.9775550728512556e-05 0.008510802010557367 2.7410067142125908e-05 0.0003010080465903658 9.694328169222397e-07 0.008510802010557367 2.7410067142125905e-05 0.007115083577853927 4.83053435604419e-05']
['59491.955146443055 0.015581156582627658 3.975556173911663e-05 0.008483872623285964 2.7386551539950645e-05 0.00030005561434621477 9.686011226275785e-07 0.008483872623285964 2.7386551539950645e-05 0.007097283959341694 4.8275541368720944e-05']
['59491.955181923266 0.015608834643680883 3.9749355304083716e-05 0.008497608910278008 2.739897731749058e-05 0.0003005414361183287 9.690405946091878e-07 0.008497608910278008 2.7398977317490585e-05 0.007111225733402875 4.827748134622033e-05']
['59491.95521740347 0.015631528961760666 3.979157000259006e-05 0.008497324635865763 2.7400534331460787e-05 0.00030053138196768354 9.690956627135925e-07 0.008497324635865763 2.740053433146079e-05 0.007134204325894903 4.831312787349404e-05']
['59491.95525288368 0.015651048258223395 3.978593170709674e-05 0.008511874793668099 2.740540448932379e-05 0.0003010459885314633 9.692679093130447e-07 0.008511874793668099 2.740540448932379e-05 0.007139173464555296 4.831124669293077e-05']
['59491.95528836389 0.015653490861099968 3.9804487119326714e-05 0.008493832513873346 2.739746279335302e-05 0.0003004078734172451 9.689870292752044e-07 0.008493832513873346 2.739746279335302e-05 0.007159658347226622 4.832202564406639e-05']
['59491.9553238441 0.01558761794601277 3.974587570637305e-05 0.00847568620276007 2.7377835970425217e-05 0.00029976607894778703 9.682928724116158e-07 0.00847568620276007 2.7377835970425217e-05 0.007111931743252699 4.826262050583209e-05']
['59491.9553593243 0.015628126395201215 3.9778007369963524e-05 0.008504152668392552 2.740763532242441e-05 0.0003007728742184015 9.69346808894195e-07 0.008504152668392552 2.740763532242441e-05 0.007123973726808662 4.830598662993934e-05']
['59491.955394804514 0.01563191382987353 3.9778716991648356e-05 0.008514544739079375 2.7410008482820485e-05 0.0003011404185336833 9.69430742273703e-07 0.008514544739079375 2.7410008482820488e-05 0.007117369090794154 4.830791747250077e-05']
['59491.955430284725 0.015688181041496135 3.98420722098827e-05 0.008510450979821997 2.7402041101190766e-05 0.0003009956314177633 9.691489537915097e-07 0.008510450979821997 2.7402041101190766e-05 0.007177730061674138 4.83555847290554e-05']
['59491.95546576493 0.015593983402477418 3.975523608739168e-05 0.008484576740222538 2.738810520981061e-05 0.0003000805173886527 9.686560724582777e-07 0.008484576740222538 2.7388105209810606e-05 0.00710940666225488 4.827615460398545e-05']
['59491.95550124514 0.015648711248861327 3.9795321861595984e-05 0.008476900964986878 2.7381952577039483e-05 0.0002998090423729154 9.684384675874879e-07 0.008476900964986878 2.738195257703948e-05 0.007171810283874449 4.830568257461288e-05']
['59491.95553672535 0.015674195619591793 3.980942603794241e-05 0.008526651676419568 2.7416744426942117e-05 0.0003015686138499934 9.696689775633358e-07 0.008526651676419568 2.7416744426942114e-05 0.007147543943172225 4.833702800589491e-05']
['59491.95557220555 0.015618885920398692 3.976861784787964e-05 0.008502555223478744 2.739705559179081e-05 0.00030071637616187934 9.68972627465991e-07 0.008502555223478744 2.739705559179081e-05 0.007116330696919948 4.829225218014135e-05']
['59491.95560768576 0.015594659240416009 3.975229535534652e-05 0.00851855496473204 2.740570432316698e-05 0.00030128225125269117 9.692785137659891e-07 0.00851855496473204 2.740570432316698e-05 0.0070761042756839684 4.828371998373321e-05']
['59491.95564316597 0.015538562290423179 3.972009411471916e-05 0.008493226354950983 2.7393778585225514e-05 0.0003003864349308465 9.688567270674552e-07 0.008493226354950983 2.7393778585225514e-05 0.007045335935472196 4.8250440222432245e-05']
['59491.95567864618 0.01562431118241003 3.9778633649944605e-05 0.008522352628914983 2.741307760791553e-05 0.0003014165661475619 9.695392903692238e-07 0.008522352628914983 2.7413077607915533e-05 0.007101958553495047 4.8309590341816244e-05']
['59491.95571412639 0.015615079273890782 3.977448035867668e-05 0.008517900833418806 2.7408875556392002e-05 0.00030125911609003956 9.69390673197869e-07 0.008517900833418806 2.7408875556392002e-05 0.007097178440471976 4.830378605315053e-05']
['59491.9557496066 0.015617705988247936 3.977031057038066e-05 0.008497896020167166 2.7396799912670007e-05 0.0003005515905534554 9.689635846668974e-07 0.008497896020167166 2.7396799912670007e-05 0.00711980996808077 4.829350109817476e-05']
['59491.95578508681 0.015611416250666183 3.976587813428184e-05 0.00850800364261711 2.74025328598476e-05 0.00030090907457030325 9.691663461961858e-07 0.00850800364261711 2.7402532859847595e-05 0.007103412608049073 4.829310376156809e-05']
['59491.95582056701 0.015621726854331637 3.976525595047197e-05 0.008496325403324081 2.7390675788249152e-05 0.00030049604134583754 9.687469880727444e-07 0.008496325403324081 2.7390675788249156e-05 0.007125401451007556 4.8285864400914734e-05']
['59491.95585604722 0.01566258922278191 3.980099129953574e-05 0.008518762467949944 2.7404168723809633e-05 0.00030128959017776603 9.692242030485824e-07 0.008518762467949944 2.7404168723809637e-05 0.007143826754831965 4.832294870833884e-05']
['59491.95589152743 0.015622661656384599 3.978455426453987e-05 0.00850656690573363 2.7403272598475875e-05 0.0003008582603976525 9.691925090982495e-07 0.00850656690573363 2.7403272598475875e-05 0.007116094750650968 4.830890298003563e-05']
['59491.95592700764 0.015546207975832898 3.9725237778687395e-05 0.008500101334065254 2.7408828619595054e-05 0.0003006295875774443 9.693890131482586e-07 0.008500101334065254 2.7408828619595057e-05 0.007046106641767644 4.826321998034927e-05']
['59491.955962487846 0.015593347466417747 3.975606515603223e-05 0.008495246104873875 2.7406433909538665e-05 0.0003004578689717438 9.69304317605426e-07 0.008495246104873875 2.7406433909538665e-05 0.007098101361543872 4.82872378204489e-05']
['59491.955997968056 0.015626146584252126 3.9793174138676145e-05 0.00848067046374581 2.739230974571423e-05 0.0002999423611196849 9.688047774966042e-07 0.00848067046374581 2.7392309745714234e-05 0.007145476120506316 4.830978514996889e-05']
['59491.95603344827 0.015677365989792254 3.979736033370005e-05 0.008494157596402072 2.7387873370349854e-05 0.0003004193708597694 9.686478728146815e-07 0.008494157596402072 2.7387873370349854e-05 0.0071832083933901815 4.831071824430559e-05']
['59491.95606892847 0.015637526848703183 3.9790946625843376e-05 0.008524409508508031 2.741474607420889e-05 0.0003014893133819127 9.695983002932172e-07 0.008524409508508031 2.741474607420889e-05 0.007113117340195152 4.832067606826366e-05']
['59491.95610440868 0.015649042194198156 3.9782353856259025e-05 0.00846203985068695 2.7379103335790686e-05 0.0002992834379727627 9.683376962921974e-07 0.00846203985068695 2.7379103335790686e-05 0.007187002343511205 4.829338441046053e-05']
['59491.95613988889 0.01558364532726202 3.975776006168547e-05 0.008486109835049108 2.7386364393456698e-05 0.00030013473952640314 9.685945036743354e-07 0.008486109835049108 2.7386364393456695e-05 0.007097535492212911 4.82772455698722e-05']
['59491.956175369094 0.015617680735996809 3.978280973181246e-05 0.008501141060067434 2.7407484748814985e-05 0.0003006663603624905 9.693414834421419e-07 0.008501141060067434 2.7407484748814985e-05 0.007116539675929375 4.8309855831021876e-05']
['59491.956210849305 0.015600881141338271 3.976494359946866e-05 0.008536130013410513 2.7422961753311603e-05 0.00030190384144652667 9.698888705021178e-07 0.008536130013410513 2.74229617533116e-05 0.007064751127927758 4.830392914445485e-05']
['59491.956246329515 0.015643272382312577 3.9793543314052605e-05 0.008489675803459324 2.7398508019991974e-05 0.00030026085985960214 9.6902399660548e-07 0.008489675803459324 2.739850801999197e-05 0.0071535965788532534 4.8313603997310584e-05']
['59491.956281809726 0.015587988748158898 3.9766437176287154e-05 0.008487639056819807 2.7392253718698576e-05 0.0003001888246828233 9.688027959462735e-07 0.008487639056819807 2.7392253718698576e-05 0.007100349691339091 4.828773228766442e-05']
['59491.95631728993 0.015600942591698424 3.974032581820251e-05 0.008525595029834198 2.741976599897461e-05 0.000301531242621735 9.697758438133091e-07 0.008525595029834198 2.741976599897461e-05 0.007075347561864226 4.828185025012419e-05']
['59491.95635277014 0.01565349239069908 3.979332876119906e-05 0.008513718049731132 2.7404131001279462e-05 0.0003011111803789779 9.69222868886995e-07 0.008513718049731132 2.7404131001279462e-05 0.007139774340967946 4.831661629121144e-05']
['59491.95638825035 0.01560548699731531 3.9776520473887506e-05 0.008499760808513335 2.7394847378478528e-05 0.0003006175439497027 9.688945278962018e-07 0.008499760808513335 2.7394847378478528e-05 0.0071057261888019755 4.829750763652016e-05']
['59491.95642373055 0.015653026098564338 3.9790187530450665e-05 0.008527819298144884 2.7413592858848372e-05 0.0003016099100209369 9.695575136432003e-07 0.008527819298144884 2.7413592858848375e-05 0.007125206800419453 4.8319396696762824e-05']
['59491.95645921076 0.015656665084545163 3.979356728128285e-05 0.008513041238738438 2.7411814273036424e-05 0.00030108724308674985 9.69494609037937e-07 0.008513041238738438 2.741181427303642e-05 0.007143623845806725 4.832117091616705e-05']
['59491.956494690974 0.015678616967226316 3.980344693753822e-05 0.008495860231673404 2.7399552651060758e-05 0.00030047958926415053 9.6906094287177e-07 0.008495860231673404 2.7399552651060758e-05 0.007182756735552912 4.832235376704731e-05']
['59491.95653017118 0.015600270108228871 3.977246529334528e-05 0.008497584998439611 2.7393297184944263e-05 0.00030054059041004444 9.688397010153735e-07 0.008497584998439611 2.739329718494426e-05 0.00710268510978926 4.829328862453902e-05']
['59491.95656565139 0.015632665947149592 3.9801990867438156e-05 0.008515692742400683 2.7408511128764817e-05 0.0003011810208455215 9.693777842071433e-07 0.008515692742400683 2.7408511128764817e-05 0.007116973204748909 4.832623468994098e-05']
['59491.9566011316 0.015622341915655766 3.97674169159779e-05 0.008512253659649839 2.7400802904084332e-05 0.0003010593881745218 9.691051615270628e-07 0.008512253659649839 2.7400802904084332e-05 0.007110088256005927 4.82933892780128e-05']
['59491.95663661181 0.015612093726030795 3.975947673365339e-05 0.008505661376100319 2.740956194869233e-05 0.0003008262338382619 9.69414949359535e-07 0.008505661376100319 2.740956194869233e-05 0.007106432349930476 4.8291822044246044e-05']
['59491.95667209201 0.015667677173730365 3.979843811096955e-05 0.008511657045420274 2.7405161377963147e-05 0.0003010382872625764 9.692593110075406e-07 0.008511657045420274 2.7405161377963147e-05 0.007156020128310091 4.832140877732019e-05']
['59491.95670757222 0.015607938035768765 3.97582687938114e-05 0.008521965656839343 2.7413645966362926e-05 0.00030140287981007824 9.695593919373016e-07 0.008521965656839343 2.7413645966362923e-05 0.007085972378929422 4.829314571085677e-05']
['59491.95674305243 0.015703568156387064 3.981435578277487e-05 0.008480908958440139 2.7391177571222835e-05 0.00029995079614401904 9.687647350151045e-07 0.008480908958440139 2.7391177571222835e-05 0.0072226591979469255 4.832659242214e-05']
['59491.956778532636 0.015611927601974888 3.9761887587365836e-05 0.008485298652419362 2.7398836309846767e-05 0.0003001060498096755 9.690356074839595e-07 0.008485298652419362 2.7398836309846767e-05 0.007126628949555526 4.828772034010401e-05']
['59491.95681401285 0.015659986391969857 3.980033866292475e-05 0.008500567974138635 2.740136332810387e-05 0.00030064609159396056 9.691249824721598e-07 0.008500567974138635 2.740136332810387e-05 0.007159418417831222 4.832082025299507e-05']
['59491.95684949306 0.015626239373725242 3.978782693619648e-05 0.008508060009196572 2.7405502645504564e-05 0.0003009110681302469 9.692713808777924e-07 0.008508060009196572 2.7405502645504564e-05 0.00711817936452867 4.831286316869949e-05']
['59491.95688497326 0.015653453248466637 3.979326562826468e-05 0.008524389347575965 2.74193421764266e-05 0.0003014886003348026 9.697608541569737e-07 0.008524389347575965 2.7419342176426604e-05 0.0071290639008906725 4.832519337519094e-05']
['59491.95692045347 0.015609910294565828 3.9772296135072185e-05 0.008482826644141026 2.7394888570401732e-05 0.00030001862040148413 9.68895984762467e-07 0.008482826644141026 2.7394888570401732e-05 0.007127083650424802 4.829405201099412e-05']
['59491.95695593368 0.015592695112239128 3.974902334658238e-05 0.008510684701705802 2.741110225298343e-05 0.00030100389763845585 9.694694264799338e-07 0.008510684701705802 2.741110225298343e-05 0.007082010410533326 4.8284090379033386e-05']
['59491.95699141389 0.01557644280280819 3.973169507074444e-05 0.008504189423679137 2.740127075621917e-05 0.00030077417417074474 9.69121708411484e-07 0.008504189423679137 2.7401270756219173e-05 0.007072253379129053 4.826424382760234e-05']
['59491.957026894095 0.01560473298299734 3.9772510143443674e-05 0.008533197843973994 2.7411192432848138e-05 0.00030180013716657 9.694726159402083e-07 0.008533197843973994 2.7411192432848138e-05 0.007071535139023345 4.83034784844835e-05']
['59491.957062374306 0.015638830691270346 3.9792282224299386e-05 0.008545675187767271 2.7429504834769113e-05 0.00030224143293131604 9.701202846703437e-07 0.008545675187767271 2.7429504834769116e-05 0.007093155503503075 4.83301506318666e-05']
['59491.957097854516 0.015643115097307342 3.9805254278423474e-05 0.008541249914871655 2.7430306733009187e-05 0.0003020849209189009 9.70148646018958e-07 0.008541249914871655 2.7430306733009187e-05 0.007101865182435687 4.834128665682079e-05']
['59491.95713333472 0.015642711821423738 3.9781903727246924e-05 0.008506355100954887 2.7407783874210042e-05 0.00030085076933598415 9.693520628388592e-07 0.008506355100954887 2.7407783874210046e-05 0.007136356720468851 4.830927945083999e-05']
['59491.95716881493 0.015640716664220008 3.980567286216571e-05 0.008501974511726046 2.7404241825179392e-05 0.00030069583768500076 9.692267884806587e-07 0.008501974511726046 2.7404241825179392e-05 0.007138742152493962 4.8326846183282716e-05']
['59491.95720429514 0.01564833691991548 3.978966167017995e-05 0.008518556883815965 2.740878724220569e-05 0.0003012823191264007 9.693875497224696e-07 0.008518556883815965 2.7408787242205685e-05 0.0071297800360995145 4.831623737332911e-05']
['59491.95723977534 0.015563457649067344 3.973851823130763e-05 0.00848899031825262 2.7393714906168183e-05 0.0003002366157798103 9.688544748815116e-07 0.00848899031825262 2.7393714906168183e-05 0.007074467330814724 4.826557207348101e-05']
['59491.957275255554 0.01561684790897056 3.976641583461292e-05 0.00847107965582263 2.7379218053032163e-05 0.0002996031556776362 9.683417535846506e-07 0.00847107965582263 2.7379218053032163e-05 0.00714576825314793 4.82803211415048e-05']
['59491.957310735765 0.01558101907654225 3.9735901811588857e-05 0.008530202371693614 2.7417397006485617e-05 0.00030169419400649953 9.6969205784336e-07 0.008530202371693614 2.741739700648562e-05 0.007050816704848636 4.827686352065011e-05']
['59491.957346215975 0.01568088269078725 3.981391171344341e-05 0.008484346725014691 2.738876281532686e-05 0.00030007238226480485 9.686793304957257e-07 0.008484346725014691 2.738876281532686e-05 0.00719653596577256 4.832485793543627e-05']
['59491.95738169618 0.01555271337265695 3.9722937789109704e-05 0.008514197843057236 2.740679694494114e-05 0.0003011281495966472 9.69317157356275e-07 0.008514197843057236 2.7406796944941136e-05 0.0070385155295997134 4.826017307655159e-05']
['59491.95741717639 0.015641396773773394 3.976633790000089e-05 0.00849730602140035 2.7393433723121397e-05 0.00030053072361564275 9.68844530065554e-07 0.00849730602140035 2.7393433723121397e-05 0.007144090752373045 4.828831992438846e-05']
['59491.9574526566 0.015596938780010042 3.97361211903565e-05 0.00851983007985153 2.7405507849926056e-05 0.000301327349224753 9.692715649465495e-07 0.00851983007985153 2.740550784992606e-05 0.007077108700158511 4.827029301513569e-05']
['59491.9574881368 0.015646009105737338 3.9794795869323514e-05 0.008556641207485512 2.7428988035313476e-05 0.0003026292765411385 9.701020066285765e-07 0.008556641207485512 2.7428988035313473e-05 0.007089367898251826 4.8331926952300354e-05']
['59491.95752361701 0.015656521746071225 3.979203656409401e-05 0.008499661731186329 2.7400337391232715e-05 0.0003006140398060713 9.690886973778611e-07 0.008499661731186329 2.7400337391232718e-05 0.007156860014884896 4.831340045030551e-05']
['59491.95755909722 0.015703230945674582 3.984465076242316e-05 0.008492099700179122 2.7399495887388853e-05 0.00030034658766949103 9.690589352675542e-07 0.008492099700179122 2.7399495887388857e-05 0.00721113124549546 4.835626711464097e-05']
['59491.957594577434 0.015619015379545662 3.978967211055321e-05 0.008494898314247691 2.7392473349751324e-05 0.000300445568394562 9.688105638057626e-07 0.008494898314247691 2.7392473349751324e-05 0.007124117065297971 4.830699331237841e-05']
['59491.95763005764 0.015629790781116867 3.9809001060456794e-05 0.008488042355477584 2.7397181630680303e-05 0.0003002030884550294 9.68977085179832e-07 0.008488042355477584 2.7397181630680303e-05 0.007141748425639282 4.832558459797394e-05']
['59491.95766553785 0.015728838483826127 3.984684055249217e-05 0.008519837941089275 2.741218082612733e-05 0.0003013276272591632 9.695075732015644e-07 0.008519837941089275 2.741218082612733e-05 0.007209000542736852 4.836525984278424e-05']
['59491.95770101806 0.015629213229024767 3.978375982903922e-05 0.008519727395392362 2.741267925871821e-05 0.0003013237175049185 9.695252016483726e-07 0.008519727395392362 2.7412679258718213e-05 0.007109485833632405 4.831358535935865e-05']
['59491.95773649826 0.015623423248346415 3.976875186166058e-05 0.008505784327485288 2.7402112300858858e-05 0.0003008305823539681 9.691514719646481e-07 0.008505784327485288 2.7402112300858855e-05 0.007117638920861128 4.829523147457948e-05']
['59491.95777197847 0.015562665214551694 3.972985551018935e-05 0.008509816459301362 2.7404051793723557e-05 0.00030097318984501835 9.692200674927612e-07 0.008509816459301362 2.740405179372356e-05 0.0070528487552503315 4.8264308485397435e-05']
['59491.95780745868 0.015630194011351198 3.980788336991186e-05 0.008478927793167591 2.738174439607296e-05 0.0002998807267559728 9.68431104691959e-07 0.008478927793167591 2.7381744396072958e-05 0.0071512662181836065 4.831591357476725e-05']
['59491.957842938886 0.015631271927927515 3.9779936383795216e-05 0.008499737333697452 2.7403744014471545e-05 0.00030061671369792804 9.692091820284635e-07 0.008499737333697452 2.740374401447154e-05 0.007131534594230063 4.830536745238027e-05']
['59491.957878419096 0.0156069634527991 3.9755592981677224e-05 0.008508742933181703 2.7395583744145294e-05 0.0003009352216253557 9.68920571504155e-07 0.008508742933181703 2.7395583744145294e-05 0.0070982205196173966 4.828069160655491e-05']
['59491.95791389931 0.015643392459265198 3.979174726046293e-05 0.008500642539943152 2.73970876023261e-05 0.00030064872881982154 9.68973759607085e-07 0.008500642539943152 2.7397087602326105e-05 0.007142749919322046 4.831131916155975e-05']
['59491.95794937952 0.015644966755292016 3.979843518190873e-05 0.008501677942988482 2.7398287782816963e-05 0.00030068534871154523 9.69016207308801e-07 0.008501677942988482 2.7398287782816963e-05 0.007143288812303535 4.831750838317978e-05']
['59491.95798485972 0.015629425360543025 3.975590930028257e-05 0.00852143099256514 2.7418367448897424e-05 0.000301383969929604 9.697263802226545e-07 0.00852143099256514 2.7418367448897424e-05 0.007107994367977885 4.829388364850203e-05']
['59491.95802033993 0.01567903599100992 3.982745479973873e-05 0.008501232885993327 2.7404124460534808e-05 0.00030066960804027047 9.692226375554743e-07 0.008501232885993327 2.7404124460534805e-05 0.007177803105016594 4.834472249660467e-05']
['59491.95805582014 0.015649667135731588 3.979477224709305e-05 0.008502092173506497 2.7398590392376424e-05 0.0003006999991192167 9.690269099326267e-07 0.008502092173506497 2.7398590392376424e-05 0.0071475749622250916 4.831466292635424e-05']
['59491.958091300345 0.015601864708006992 3.9772556923291695e-05 0.00851764198503333 2.7415282077308456e-05 0.00030124996120113736 9.696172575249523e-07 0.00851764198503333 2.7415282077308456e-05 0.007084222722973661 4.8305837903869016e-05']
['59491.958126780555 0.015633302240686382 3.9781305838234875e-05 0.008512292891059564 2.741199122642274e-05 0.00030106077570180674 9.695008674837433e-07 0.008512292891059564 2.7411991226422735e-05 0.007121009349626818 4.831117424771061e-05']
['59491.958162260766 0.01565068929566599 3.9776678284897195e-05 0.008512279825634005 2.741225049960884e-05 0.0003010603136069042 9.695100373968943e-07 0.008512279825634005 2.741225049960884e-05 0.007138409470031986 4.8307510936018195e-05']
['59491.95819774097 0.015626755662867246 3.9777165278110536e-05 0.008525036496896982 2.7419136715100022e-05 0.0003015114885599933 9.697535874490315e-07 0.008525036496896982 2.7419136715100022e-05 0.007101719165970265 4.831181983493759e-05']
['59491.95823322118 0.01564979180372215 3.9794457989783995e-05 0.008538180120383754 2.7423073854994835e-05 0.0003019763491484508 9.698928352881214e-07 0.008538180120383754 2.7423073854994838e-05 0.007111611683338397 4.8328292607510814e-05']
['59491.95826870139 0.015662913459580482 3.978880221871246e-05 0.008495843726884375 2.740211426035178e-05 0.0003004790055266486 9.691515412675337e-07 0.008495843726884375 2.7402114260351783e-05 0.007167069732696107 4.831174441000027e-05']
['59491.9583041816 0.015615747855519564 3.974743754282577e-05 0.008484895046675904 2.738699532113861e-05 0.00030009177517653515 9.686168181764043e-07 0.008484895046675904 2.738699532113861e-05 0.0071308528088436605 4.82691029949895e-05']
['59491.9583396618 0.01561899563032733 3.976538531601205e-05 0.008513751701428311 2.740333333306617e-05 0.00030111237056430003 9.691946571449745e-07 0.008513751701428311 2.740333333306617e-05 0.007105243928899019 4.82931521759974e-05']
['59491.958375142014 0.015580239870210968 3.9754929565015246e-05 0.00850653724271466 2.7400556463665364e-05 0.00030085721128296445 9.690964454802057e-07 0.00850653724271466 2.740055646366536e-05 0.007073702627496308 4.828296717516268e-05']
['59491.958410622225 0.015569329610117437 3.9731975669450494e-05 0.00851014966530295 2.7405320671735706e-05 0.00030098497459662293 9.692649448722755e-07 0.00851014966530295 2.7405320671735706e-05 0.0070591799448144876 4.8266774200462896e-05']
['59491.95844610243 0.015652027667594076 3.9795306144085933e-05 0.008473315650550999 2.738451878045227e-05 0.0002996822378140245 9.685292284670712e-07 0.008473315650550999 2.738451878045227e-05 0.007178712017043077 4.8307124318659944e-05']
['59491.95848158264 0.015607538439228514 3.9770980389460526e-05 0.008532552411636807 2.7419637357749883e-05 0.0003017773096672601 9.697712940606868e-07 0.008532552411636807 2.7419637357749887e-05 0.007074986027591707 4.830701185096597e-05']
['59491.95851706285 0.015582678647578091 3.9756619211146425e-05 0.008501325338723744 2.740156168653071e-05 0.00030067287788672565 9.691319979664122e-07 0.008501325338723744 2.740156168653071e-05 0.007081353308854347 4.828492884908131e-05']
['59491.95855254305 0.015621905115058298 3.976466429387985e-05 0.008505485863753152 2.739908217208675e-05 0.0003008200263587896 9.69044303081918e-07 0.008505485863753152 2.739908217208675e-05 0.007116419251305146 4.829014630623648e-05']
['59491.95858802326 0.015686661361314413 3.981465690180961e-05 0.008519823879284186 2.741837054981445e-05 0.0003013271299245435 9.697264898951595e-07 0.008519823879284186 2.741837054981445e-05 0.007166837482030227 4.834225840624068e-05']
['59491.95862350347 0.015612346988501065 3.9769686934266887e-05 0.008456824029216213 2.737769036635304e-05 0.00029909896602401764 9.682877227209888e-07 0.008456824029216213 2.737769036635304e-05 0.007155522959284852 4.828214917177463e-05']
['59491.95865898368 0.01568719882477604 3.9839701519427004e-05 0.0085027043406313 2.740549182591496e-05 0.00030072165010230803 9.692709982130885e-07 0.0085027043406313 2.7405491825914958e-05 0.007184494484144738 4.835558705441726e-05']
['59491.95869446389 0.015651076382699636 3.978683352353695e-05 0.008534831203247672 2.742207384186591e-05 0.0003018579054337369 9.69857467058649e-07 0.008534831203247672 2.7422073841865906e-05 0.007116245179451964 4.832144715981083e-05']
['59491.9587299441 0.015674656880064135 3.98053720220819e-05 0.008482508019834061 2.73919588358277e-05 0.0003000073513718302 9.68792366598155e-07 0.008482508019834061 2.73919588358277e-05 0.007192148860230074 4.831963421508921e-05']
['59491.95876542431 0.015570627154058513 3.9733304703826136e-05 0.008491912468753289 2.7393467900452667e-05 0.00030033996571239693 9.68845738841379e-07 0.008491912468753289 2.7393467900452667e-05 0.007078714685305224 4.8261139504784e-05']
['59491.95880090451 0.01562151423082566 3.9770036296736864e-05 0.00851735549387173 2.74078320474341e-05 0.00030123982864902165 9.693537666181333e-07 0.00851735549387173 2.7407832047434102e-05 0.0071041587369539295 4.8299534620782045e-05']
['59491.95883638472 0.01564869777157369 3.9809455438197726e-05 0.00850447175756401 2.739893907350104e-05 0.0003007841596892736 9.690392420047478e-07 0.00850447175756401 2.7398939073501036e-05 0.007144226014009681 4.8326955259350575e-05']
['59491.95887186493 0.015710522306089852 3.983261563310283e-05 0.008531458866684213 2.741080905310686e-05 0.00030173863342621596 9.694590566555628e-07 0.008531458866684213 2.741080905310686e-05 0.00717906343940564 4.8352763324554614e-05']
['59491.95890734514 0.015672346254640705 3.98058716508701e-05 0.00846991498774665 2.7386683033668066e-05 0.0002995619639706688 9.686057732664927e-07 0.00846991498774665 2.738668303366807e-05 0.007202431266894054 4.831705522351447e-05']
['59491.958942825346 0.015654840305807098 3.98002600482205e-05 0.008501896493246803 2.739953186944456e-05 0.000300693078345751 9.690602078724494e-07 0.008501896493246803 2.7399531869444564e-05 0.007152943812560295 4.831971695457958e-05']
['59491.958978305556 0.01563055289957788 3.9788492439373423e-05 0.008497148746079132 2.7402457154743155e-05 0.0003005251611390209 9.691636686758327e-07 0.008497148746079132 2.7402457154743155e-05 0.007133404153498748 4.831168377023937e-05']
['59491.95901378577 0.01561746534106024 3.9776782958398006e-05 0.008482809444028884 2.7392543711363948e-05 0.0003000180120719576 9.688130523387523e-07 0.008482809444028884 2.739254371136395e-05 0.007134655897031356 4.829641719111768e-05']
['59491.95904926597 0.015611646563805886 3.9768094972407545e-05 0.008469340560163085 2.738677854341217e-05 0.0002995416477508082 9.686091512326899e-07 0.008469340560163085 2.738677854341217e-05 0.007142306003642801 4.828599193058301e-05']
['59491.95908474618 0.015649348865988677 3.980308301607411e-05 0.008507566920307743 2.740485130819968e-05 0.00030089362867823777 9.69248344532972e-07 0.008507566920307743 2.7404851308199682e-05 0.007141781945680934 4.832505864258233e-05']
['59491.95912022639 0.015560384143147662 3.9730640944119164e-05 0.008518415377466476 2.7409831990437144e-05 0.0003012773143630674 9.694245001325413e-07 0.008518415377466476 2.7409831990437144e-05 0.007041968765681186 4.826823717077836e-05']
['59491.959155706594 0.015608024743098758 3.9763434075393575e-05 0.008488541050708988 2.7398600013885837e-05 0.00030022072619084587 9.690272502239118e-07 0.008488541050708988 2.7398600013885837e-05 0.00711948369238977 4.8288859711004523e-05']
['59491.959191186805 0.015614998016552466 3.9757800388168814e-05 0.00849269022145142 2.7393090676213368e-05 0.00030036747308715485 9.688323972630817e-07 0.00849269022145142 2.7393090676213368e-05 0.007122307795101045 4.828109473179667e-05']
['59491.959226667015 0.015699700505502276 3.9830343741420144e-05 0.008514861064040324 2.7403742501829286e-05 0.00030115160624060735 9.692091285296874e-07 0.008514861064040324 2.7403742501829286e-05 0.007184839441461952 4.8346885997613655e-05']
['59491.959262147226 0.015615692241260507 3.977226930804447e-05 0.008497665366777984 2.739480293317029e-05 0.00030054343285856004 9.688929559649788e-07 0.008497665366777984 2.739480293317029e-05 0.007118026874482522 4.829398133990251e-05']
['59491.95929762743 0.015646397521594104 3.979992134105014e-05 0.008503585965000067 2.740805482590229e-05 0.0003007528311859168 9.693616457946726e-07 0.008503585965000067 2.740805482590229e-05 0.007142811556594037 4.83242714181336e-05']
['59491.95933310764 0.015605654077219814 3.976897345711969e-05 0.008508325014763346 2.7406054639213162e-05 0.0003009204407848911 9.692909036616322e-07 0.008508325014763346 2.740605463921316e-05 0.007097329062456468 4.8297650882011105e-05']
['59491.95936858785 0.01566961924445407 3.97987747760571e-05 0.00848545411901823 2.7393757736520163e-05 0.00030011154831583006 9.68855989695341e-07 0.00848545411901823 2.7393757736520167e-05 0.007184165125435842 4.831521951313558e-05']
['59491.95940406805 0.015641706016678615 3.9776350650152394e-05 0.008527316269868359 2.741709823553661e-05 0.0003015921190349982 9.696814909826073e-07 0.008527316269868359 2.7417098235536606e-05 0.0071143897468102565 4.830999220348667e-05']
['59491.95943954826 0.015609362610058634 3.9772501507823284e-05 0.00851819241199046 2.740966250988202e-05 0.0003012694285724792 9.694185059840732e-07 0.00851819241199046 2.7409662509882015e-05 0.007091170198068174 4.830260319170631e-05']
['59491.959475028474 0.015587575377093724 3.973756103554659e-05 0.0084987497192902 2.74034084358014e-05 0.00030058178398353186 9.691973133608749e-07 0.0084987497192902 2.74034084358014e-05 0.0070888256578035234 4.8270286418801596e-05']
['59491.95951050868 0.015626876486070692 3.9768894306182754e-05 0.008491507353592042 2.7390759082874967e-05 0.0003003256376945227 9.68749934017507e-07 0.008491507353592042 2.7390759082874967e-05 0.00713536913247865 4.82889080169808e-05']
['59491.95954598889 0.015640228997110338 3.979418997393447e-05 0.008506050266052664 2.7396737829141446e-05 0.00030083998800675845 9.689613889112407e-07 0.008506050266052664 2.7396737829141446e-05 0.007134178731057674 4.831313278354341e-05']
['59491.9595814691 0.015565265782176397 3.973271686536928e-05 0.008498054434504193 2.740321385439203e-05 0.0003005571933145208 9.691904314512893e-07 0.008498054434504193 2.740321385439203e-05 0.007067211347672204 4.8266188155406926e-05']
['59491.95961694931 0.015625348998090212 3.9775684527548514e-05 0.008518362700813749 2.7408205086725393e-05 0.0003012754513075858 9.693669601841725e-07 0.008518362700813749 2.7408205086725393e-05 0.007106986297276463 4.830439716745321e-05']
['59491.95965242951 0.01563229147855567 3.979719328573663e-05 0.008457349451358787 2.7379236450219847e-05 0.00029911754903095113 9.683424042520637e-07 0.008457349451358787 2.7379236450219847e-05 0.007174942027196884 4.8305684779530124e-05']
['59491.95968790972 0.015672876863264837 3.982449471523857e-05 0.008527224580572094 2.7418176942464435e-05 0.00030158887618950283 9.697196424358765e-07 0.008527224580572094 2.7418176942464435e-05 0.007145652282692743 4.835025135583427e-05']
['59491.95972338993 0.015617158780290795 3.977784727717743e-05 0.008513682158897529 2.7412215231031986e-05 0.00030110991100040465 9.695087900261516e-07 0.008513682158897529 2.7412215231031986e-05 0.007103476621393266 4.830845348258288e-05']
['59491.959758870136 0.015636254115828616 3.979277820180622e-05 0.008528811643587559 2.742881358767562e-05 0.00030164500706148276 9.700958368054931e-07 0.008528811643587559 2.7428813587675622e-05 0.007107442472241057 4.833016668547299e-05']
['59491.95979435035 0.015585335713558416 3.975133506211987e-05 0.008535638509907989 2.7424404811541727e-05 0.00030188645806608806 9.69939908246672e-07 0.008535638509907989 2.7424404811541727e-05 0.007049697203650427 4.8293546344084455e-05']
['59491.95982983056 0.01568277027402764 3.981618940446346e-05 0.008471986127483205 2.738627735906403e-05 0.00029963521555442584 9.685914254623771e-07 0.008471986127483205 2.738627735906403e-05 0.007210784146544434 4.832532593040311e-05']
['59491.95986531076 0.015641231792482703 3.98054395542823e-05 0.008534391176408468 2.74259911990696e-05 0.00030184234266783635 9.699960152281653e-07 0.008534391176408468 2.7425991199069595e-05 0.007106840616074235 4.833899059104425e-05']
['59491.95990079097 0.015618794780921154 3.977392720428747e-05 0.008465876974557699 2.7389665171307996e-05 0.00029941914846860393 9.687112448101316e-07 0.008465876974557699 2.7389665171307996e-05 0.007152917806363455 4.829243256917507e-05']
['59491.95993627118 0.015631427845770957 3.977794221780679e-05 0.008502664788508491 2.7409720413130512e-05 0.00030072025123211804 9.694205538925664e-07 0.008502664788508491 2.7409720413130512e-05 0.007128763057262465 4.830711604110888e-05']
['59491.95997175139 0.015607142631507658 3.976167867694835e-05 0.008511979645223036 2.741481974166835e-05 0.00030104969689663194 9.696009057466212e-07 0.008511979645223036 2.7414819741668353e-05 0.007095162986284622 4.82966192675746e-05']
['59491.960007231595 0.015628145222679322 3.9767389174412146e-05 0.008482502034841456 2.7392967114351772e-05 0.0003000071396960174 9.688280271561815e-07 0.008482502034841456 2.7392967114351772e-05 0.007145643187837867 4.828892097652535e-05']
['59491.960042711806 0.015577011114576635 3.973704263877224e-05 0.008532106272565152 2.7424201163822562e-05 0.0003017615307253578 9.699327056819712e-07 0.008532106272565152 2.7424201163822566e-05 0.0070449048420114825 4.8281666988096116e-05']
['59491.960078192016 0.015618103764601496 3.97955509527002e-05 0.008495165950825997 2.7404116836502347e-05 0.0003004550341022041 9.69222367910485e-07 0.008495165950825997 2.7404116836502347e-05 0.0071229378137754994 4.83184384600499e-05']
['59491.96011367222 0.015659796116785224 3.978179771155041e-05 0.008537604663866778 2.7421599362819396e-05 0.00030195599653751496 9.698406857951722e-07 0.008537604663866778 2.74215993628194e-05 0.007122191452918446 4.8317031580775896e-05']
['59491.96014915243 0.015619207207151138 3.9772048724321545e-05 0.008509584629668835 2.7409805829516685e-05 0.0003009649905490246 9.694235748792509e-07 0.008509584629668835 2.7409805829516682e-05 0.007109622577482303 4.830231169769842e-05']
['59491.96018463264 0.015640478351361214 3.978790692276196e-05 0.008524081264705502 2.7423578894177076e-05 0.00030147770413219897 9.699106973953011e-07 0.008524081264705502 2.742357889417708e-05 0.007116397086655712 4.8323185083968996e-05']
['59491.960220112844 0.01559815373377104 3.9782176702633794e-05 0.008528504444864946 2.7418376247135086e-05 0.00030163414212921265 9.697266913966576e-07 0.008528504444864946 2.7418376247135086e-05 0.007069649288906094 4.8315514477536515e-05']
['59491.960255593054 0.0156314259645245 3.977114920461013e-05 0.00853013563683221 2.7425892249867234e-05 0.0003016918337435953 9.699925156160162e-07 0.00853013563683221 2.7425892249867234e-05 0.00710129032769229 4.831070145171449e-05']
['59491.960291073265 0.01561577059701372 3.976743973902585e-05 0.008501521824181757 2.7409820651723732e-05 0.0003006798271382564 9.694240991075885e-07 0.008501521824181757 2.7409820651723732e-05 0.0071142487728319635 4.82985251488771e-05']
['59491.960326553475 0.015614915185710404 3.978465450597179e-05 0.00850806909903802 2.74084792747604e-05 0.00030091138961762425 9.693766576021965e-07 0.00850806909903802 2.7408479274760398e-05 0.0071068460866723845 4.831193921086704e-05']
['59491.96036203368 0.015592914421574849 3.977640482585243e-05 0.008513653272698088 2.7410892626800844e-05 0.0003011088893600873 9.694620124703426e-07 0.008513653272698088 2.7410892626800844e-05 0.0070792611488767615 4.830651524865048e-05']
['59491.96039751389 0.01559101251876104 3.9754087928975494e-05 0.008492785989502264 2.740427411810718e-05 0.0003003708601890842 9.692279306093441e-07 0.008492785989502264 2.740427411810718e-05 0.007098226529258777 4.828438409056363e-05']
['59491.9604329941 0.015658509265071736 3.9815966749101315e-05 0.008499652608872572 2.7416112016966384e-05 0.00030061371717022086 9.696466106358474e-07 0.008499652608872572 2.7416112016966388e-05 0.007158856656199164 4.8342056289450395e-05']
['59491.9604684743 0.015600265451291378 3.9759148206334124e-05 0.0084854033595348 2.7395485817327564e-05 0.00030010975306634193 9.689171080514655e-07 0.0084854033595348 2.7395485817327564e-05 0.007114862091756578 4.828356355179926e-05']
['59491.96050395451 0.01564451370089474 3.978667441975556e-05 0.008507853447522338 2.7415045955450868e-05 0.0003009037625054674 9.696089064225508e-07 0.008507853447522338 2.7415045955450868e-05 0.0071366602533724025 4.8317328217970765e-05']
['59491.96053943472 0.015690542743520882 3.9825411835773335e-05 0.008473739797603998 2.7388563492935702e-05 0.00029969723894737624 9.686722809082099e-07 0.008473739797603998 2.7388563492935705e-05 0.007216802945916884 4.8334220156070845e-05']
['59491.960574914934 0.015638047009652982 3.980099372448382e-05 0.008495396885398016 2.7405335321582847e-05 0.000300463201741908 9.692654630046283e-07 0.008495396885398016 2.7405335321582847e-05 0.007142650124254966 4.8323612298179835e-05']
['59491.96061039514 0.015621355184008253 3.978692754266984e-05 0.008522106124104473 2.7414793398746328e-05 0.00030140784782332 9.695999740563422e-07 0.008522106124104473 2.7414793398746328e-05 0.00709924905990378 4.8317393352514425e-05']
['59491.96064587535 0.015605230071942058 3.977240919051852e-05 0.008489884659815471 2.740509447163613e-05 0.0003002682466421526 9.692569446802808e-07 0.008489884659815471 2.7405094471636127e-05 0.007115345412126587 4.829993515334512e-05']
['59491.96068135556 0.015615999003553066 3.9775024930766535e-05 0.008520329777561786 2.7415728387656577e-05 0.00030134502241600607 9.696330425245205e-07 0.008520329777561786 2.7415728387656577e-05 0.00709566922599128 4.830812324308261e-05']
['59491.96071683576 0.015595127567665205 3.977212455394297e-05 0.00846795798543586 2.7394153851339033e-05 0.0002994927491725789 9.688699993912198e-07 0.00846795798543586 2.739415385133903e-05 0.0071271695822293455 4.829349393826446e-05']
['59491.96075231597 0.01563099465487411 3.981003619661445e-05 0.008490914871763202 2.7400497461308348e-05 0.0003003046829363556 9.690943586987006e-07 0.008490914871763202 2.7400497461308348e-05 0.0071400797831109065 4.8328317197093856e-05']
['59491.96078779618 0.015664005602921253 3.9815169231326256e-05 0.008485218440820107 2.7394976813548944e-05 0.0003001032129046722 9.688991057253721e-07 0.008485218440820107 2.7394976813548944e-05 0.007178787162101146 4.832941604793124e-05']
['59491.960823276386 0.015616002772005325 3.9784509238557366e-05 0.008505816933429755 2.7411683223950477e-05 0.00030083173555335384 9.694899741246445e-07 0.008505816933429755 2.7411683223950477e-05 0.00711018583857557 4.83136373348464e-05']
['59491.960858756596 0.015704495676767415 3.98397934430393e-05 0.008524433291943197 2.7420435448241987e-05 0.0003014901545488617 9.697995207377652e-07 0.008524433291943197 2.742043544824199e-05 0.007180062384824219 4.836413362973892e-05']
['59491.96089423681 0.015580829304616739 3.9741059835276055e-05 0.008517178616518462 2.741803526607364e-05 0.00030123357289233414 9.697146316585622e-07 0.008517178616518462 2.741803526607364e-05 0.0070636506880982775 4.828147154636704e-05']
['59491.96092971702 0.015601808792055298 3.976810184485693e-05 0.00850819720026603 2.7416650740119674e-05 0.0003009159202717696 9.696656640698037e-07 0.00850819720026603 2.7416650740119674e-05 0.007093611591789268 4.830294672324472e-05']
['59491.96096519722 0.015607245914076001 3.97629421196801e-05 0.008505710102040792 2.7409226908474213e-05 0.00030082795716588034 9.694030997357912e-07 0.008505710102040792 2.7409226908474216e-05 0.007101535812035209 4.829448504470522e-05']
['59491.96100067743 0.015617092210421873 3.976480882347456e-05 0.008507046875632637 2.740948780046589e-05 0.00030087523586031076 9.694123269024774e-07 0.008507046875632637 2.740948780046589e-05 0.007110045334789237 4.829617005779411e-05']
['59491.96103615764 0.01563961861682813 3.981068950625567e-05 0.00849315932474665 2.7401179490037634e-05 0.00030038406422232294 9.69118480530611e-07 0.00849315932474665 2.7401179490037634e-05 0.007146459292081481 4.83292420425642e-05']
['59491.961071637845 0.015624675043990717 3.9762604298627566e-05 0.008547325381622884 2.7426945138361144e-05 0.00030229979660002283 9.700297539289786e-07 0.008547325381622884 2.7426945138361144e-05 0.007077349662367833 4.8304265031484616e-05']
['59491.961107118055 0.015646290859151722 3.978981897185383e-05 0.008495120650806511 2.7404963021202856e-05 0.0003004534319417545 9.692522955722303e-07 0.008495120650806511 2.7404963021202852e-05 0.007151170208345211 4.831419762353914e-05']
['59491.961142598266 0.01560501065384744 3.976498390788498e-05 0.008523116296773974 2.7425053464562376e-05 0.0003014435753730372 9.699628496543582e-07 0.008523116296773974 2.7425053464562373e-05 0.007081894357073466 4.8305149857219745e-05']
['59491.96117807847 0.015634232649323086 3.978520015044785e-05 0.008504414332291065 2.7408452707607132e-05 0.00030078212868570747 9.693757179813596e-07 0.008504414332291065 2.7408452707607132e-05 0.007129818317032022 4.8312373475501414e-05']
['59491.96121355868 0.015595187764546365 3.9752676677269436e-05 0.008499298145330625 2.7408675230618793e-05 0.0003006011805869216 9.693835881229724e-07 0.008499298145330625 2.7408675230618797e-05 0.0070958896192157405 4.828572025873755e-05']
['59491.96124903889 0.015637166933435153 3.979515585734863e-05 0.008512384833553835 2.7417040482471296e-05 0.0003010640275023497 9.696794483857579e-07 0.008512384833553835 2.74170404824713e-05 0.007124782099881318 4.832544400756334e-05']
['59491.9612845191 0.015643292799705943 3.9814324074190655e-05 0.008507994085987887 2.7407088642438865e-05 0.00030090873657368536 9.693274740448643e-07 0.008507994085987887 2.740708864243887e-05 0.007135298713718057 4.833558636593932e-05']
['59491.961319999304 0.015570232729621214 3.9743487379283255e-05 0.008540257579559868 2.7422606129353922e-05 0.0003020498242366619 9.698762928775075e-07 0.008540257579559868 2.7422606129353922e-05 0.007029975150061346 4.828606544328215e-05']
['59491.961355479514 0.015663346355884244 3.9824452285334974e-05 0.008493246796829872 2.7407991254171133e-05 0.0003003871579144179 9.69359397404616e-07 0.008493246796829872 2.7407991254171133e-05 0.0071700995590543715 4.83444410911497e-05']
['59491.961390959725 0.015597247737461187 3.9768440756169154e-05 0.008514649892659432 2.7421753387068206e-05 0.00030114413758080546 9.698461332886286e-07 0.008514649892659432 2.7421753387068206e-05 0.007082597844801756 4.8306122168914804e-05']
['59491.96142643993 0.015657580932002896 3.981000911891791e-05 0.00853353345669691 2.74199366585261e-05 0.00030181200703852925 9.697818796602436e-07 0.00853353345669691 2.7419936658526097e-05 0.007124047475305985 4.833931890713718e-05']
['59491.96146192014 0.015586553898879408 3.9758031886641e-05 0.008459869178218097 2.738309913423867e-05 0.0002992066661387068 9.684790187532186e-07 0.008459869178218097 2.7383099134238665e-05 0.007126684720661311 4.827561721712841e-05']
['59491.96149740035 0.01563894561773132 3.9806270459515594e-05 0.008500192131972327 2.741221011691989e-05 0.00030063279889649605 9.695086091514361e-07 0.008500192131972327 2.741221011691989e-05 0.0071387534857589915 4.833185731368358e-05']
['59491.96153288055 0.015639990873913708 3.978348624154181e-05 0.008495330474083655 2.7418218927634492e-05 0.00030046085292213966 9.6972112735751e-07 0.008495330474083655 2.7418218927634492e-05 0.007144660399830053 4.83165034609774e-05']
['59491.96156836076 0.015613079436924113 3.977698664498382e-05 0.00850911328498567 2.7403715938023135e-05 0.0003009483201409744 9.692081890272306e-07 0.00850911328498567 2.7403715938023135e-05 0.007103966151938444 4.8302922414353815e-05']
['59491.96160384097 0.015593144123605535 3.976958249605965e-05 0.008513403096509518 2.7407582568698655e-05 0.00030110004118740846 9.693449431128128e-07 0.008513403096509518 2.740758256869866e-05 0.007079741027096017 4.829901939140099e-05']
['59491.96163932118 0.015645011019596287 3.979307187263624e-05 0.008494391788825781 2.7407763476374688e-05 0.00030042765372240675 9.693513414130092e-07 0.008494391788825781 2.740776347637469e-05 0.0071506192307705056 4.83184650815575e-05']
['59491.96167480139 0.01560386231690523 3.9766730648379966e-05 0.008500167054803718 2.7407340014228277e-05 0.00030063191197308655 9.693363645032728e-07 0.008500167054803718 2.740734001422828e-05 0.0071036952621015125 4.829653355176043e-05']
['59491.9617102816 0.01563454971820239 3.9779621754789974e-05 0.008499909528772566 2.7407582253893036e-05 0.00030062280385290146 9.693449319788415e-07 0.008499909528772566 2.7407582253893033e-05 0.007134640189429825 4.830728590966452e-05']
['59491.96174576181 0.01569450880946414 3.9818260223080006e-05 0.008548794847426787 2.743393648218618e-05 0.0003023517683214441 9.702770221353363e-07 0.008548794847426787 2.7433936482186184e-05 0.007145713962037354 4.835405585989185e-05']
['59491.96178124201 0.01567584176823769 3.9823290805421595e-05 0.008521210558094041 2.7414716594503614e-05 0.0003013761736550033 9.695972576619248e-07 0.008521210558094041 2.7414716594503614e-05 0.007154631210143651 4.834729751010007e-05']
['59491.96181672222 0.015670917717601405 3.982797497498513e-05 0.008561971895682668 2.7441749920207205e-05 0.00030281781106928496 9.705533659761337e-07 0.008561971895682668 2.7441749920207208e-05 0.007108945821918736 4.836648870128195e-05']
['59491.96185220243 0.015615902941435587 3.977342195447486e-05 0.008508166630398366 2.740686557653315e-05 0.00030091483908387 9.69319584702302e-07 0.008508166630398366 2.740686557653315e-05 0.00710773631103722 4.830177403262597e-05']
['59491.961887682635 0.015562614493620975 3.9730191294958106e-05 0.008523049737808968 2.742561725851868e-05 0.0003014412213311955 9.699827897865874e-07 0.008523049737808968 2.742561725851868e-05 0.007039564755812007 4.827683277043682e-05']
['59491.961923162846 0.01557939178763804 3.974833865776662e-05 0.00847347078811419 2.7389352691646624e-05 0.0002996877246829226 9.687001931028598e-07 0.00847347078811419 2.7389352691646624e-05 0.007105920999523849 4.827118257221294e-05']
['59491.961958643056 0.015581009172027895 3.975734489689701e-05 0.008476973355308354 2.7398046708700046e-05 0.0002998116026568032 9.690076810560547e-07 0.008476973355308354 2.7398046708700046e-05 0.007104035816719541 4.82835317339456e-05']
['59491.96199412327 0.015685372095439323 3.981534546572061e-05 0.008482487119285086 2.7396262774213718e-05 0.00030000661216612293 9.689445872801322e-07 0.008482487119285086 2.7396262774213718e-05 0.007202884976154237 4.8330290176538844e-05']
['59491.96202960347 0.015640914111024667 3.977834129881191e-05 0.008486937753613855 2.7407408858334508e-05 0.00030016402115574914 9.693387993654526e-07 0.008486937753613855 2.7407408858334508e-05 0.007153976357410812 4.830613311798697e-05']
['59491.96206508368 0.0155944196140557 3.976006178738823e-05 0.008485898600330702 2.7400957182231356e-05 0.00030012726862649493 9.691106180003316e-07 0.008485898600330702 2.7400957182231352e-05 0.007108521013724998 4.828742038915938e-05']
['59491.96210056389 0.015585524578232939 3.9748718425785895e-05 0.00848141486536428 2.738890811245605e-05 0.0002999686889412905 9.686844693304653e-07 0.00848141486536428 2.738890811245605e-05 0.007104109712868659 4.8271243034388213e-05']
['59491.962136044094 0.015696521794735786 3.982468960887945e-05 0.008517254709860093 2.7405209324981752e-05 0.000301236264143769 9.692610067864334e-07 0.008517254709860093 2.7405209324981752e-05 0.007179267084875693 4.834305948726929e-05']
['59491.962171524305 0.015576008510361124 3.97499093278482e-05 0.00853229109882514 2.7428540705144388e-05 0.0003017680676171112 9.7008618556022e-07 0.00853229109882514 2.7428540705144388e-05 0.007043717411535984 4.829472162447896e-05']
['59491.962207004515 0.01559887307533334 3.976031418419411e-05 0.008524244160338236 2.7421330663996944e-05 0.0003014834653866785 9.698311825183285e-07 0.008524244160338236 2.7421330663996944e-05 0.0070746289149951035 4.8299192119641986e-05']
['59491.962242484726 0.015628085715968975 3.9781639279059265e-05 0.00850730900211522 2.742223430047708e-05 0.00030088450668818155 9.698631421211223e-07 0.00850730900211522 2.742223430047708e-05 0.007120776713853754 4.831726148861763e-05']
['59491.96227796493 0.015599363601321463 3.976304360898623e-05 0.008509607928003777 2.7417874554984802e-05 0.00030096581455906277 9.697089476665181e-07 0.008509607928003777 2.7417874554984802e-05 0.007089755673317686 4.8299477038193947e-05']
['59491.96231344514 0.015601162750740107 3.9761990560442015e-05 0.008481459519287315 2.739670794843371e-05 0.0002999702682507526 9.689603320973877e-07 0.008481459519287315 2.7396707948433715e-05 0.0071197032314527925 4.828659751670696e-05']
['59491.96234892535 0.015613148758091125 3.9754716119571424e-05 0.008499875332677731 2.740316738273008e-05 0.00030062159441345096 9.691887878524642e-07 0.008499875332677731 2.740316738273008e-05 0.007113273425413394 4.828427317826824e-05']
['59491.96238440555 0.015622759753563198 3.977530421525944e-05 0.00849873535283897 2.740561558964991e-05 0.000300581275874259 9.69275375459798e-07 0.00849873535283897 2.740561558964991e-05 0.007124024400724228 4.830261474562322e-05']
['59491.962419885764 0.015623023074703172 3.977147452396881e-05 0.008479900768525783 2.738680705431135e-05 0.00029991513871992014 9.686101595994757e-07 0.008479900768525783 2.738680705431135e-05 0.007143122306177389 4.8288791519780006e-05']
['59491.962455365974 0.015639455912978963 3.981539518218439e-05 0.008518335597572313 2.7415748508967286e-05 0.0003012744927265084 9.696337541703117e-07 0.008518335597572313 2.7415748508967282e-05 0.00712112031540665 4.8341379374408146e-05']
['59491.96249084618 0.015652219242675715 3.981009680347921e-05 0.00851431078183334 2.7416760286717727e-05 0.0003011321439887547 9.696695384881547e-07 0.00851431078183334 2.7416760286717727e-05 0.007137908460842375 4.833758943225994e-05']
['59491.96252632639 0.01567745953970187 3.981678669979302e-05 0.008501429141608674 2.7411319154756882e-05 0.0003006765491627798 9.694770978109138e-07 0.008501429141608674 2.7411319154756882e-05 0.007176030398093197 4.8340013662604144e-05']
['59491.9625618066 0.015605732307596211 3.977624441995346e-05 0.00850504761110946 2.7404732777870897e-05 0.0003008045263422192 9.692441523801425e-07 0.00850504761110946 2.7404732777870894e-05 0.007100684696486751 4.8302888099806104e-05']
['59491.96259728681 0.01565309586124916 3.9799689049100366e-05 0.00849155869072242 2.7405956279742183e-05 0.00030032745337409247 9.692874249069642e-07 0.00849155869072242 2.7405956279742183e-05 0.007161537170526741 4.832288989715143e-05']
['59491.96263276701 0.015624350747621014 3.979890044318055e-05 0.008527770904562807 2.7428707091969627e-05 0.0003016081984480921 9.70092070290376e-07 0.008527770904562807 2.7428707091969627e-05 0.007096579843058207 4.833514714183936e-05']
['59491.96266824722 0.015593619713274942 3.975215548761314e-05 0.008485215335007765 2.7403442563521493e-05 0.0003001031030590308 9.691985203820634e-07 0.008485215335007765 2.740344256352149e-05 0.007108404378267177 4.8282321094201686e-05']
['59491.96270372743 0.01563358726786384 3.978356795421533e-05 0.008549485469646522 2.7426966658389708e-05 0.0003023761940859063 9.700305150442944e-07 0.008549485469646522 2.7426966658389708e-05 0.0070841017982173175 4.832153535689951e-05']
['59491.962739207636 0.015628591058548875 3.977945896125345e-05 0.00852864347448799 2.7428446773313328e-05 0.00030163905929626677 9.700828634012806e-07 0.00852864347448799 2.7428446773313324e-05 0.007099947584060885 4.831899261829172e-05']
['59491.96277468785 0.015657026784567173 3.979707990836995e-05 0.008509791298759513 2.740689995911314e-05 0.00030097229997288365 9.693208007373158e-07 0.008509791298759513 2.740689995911314e-05 0.00714723548580766 4.8321276210402586e-05']
['59491.96281016806 0.015633378300271516 3.9767883949623785e-05 0.008516099232791344 2.7417235786799426e-05 0.0003011953975021867 9.696863558633643e-07 0.008516099232791344 2.741723578679943e-05 0.007117279067480171 4.830309940386538e-05']
['59491.96284564826 0.015648647931789026 3.980282910602114e-05 0.008483914917919905 2.740188572204481e-05 0.0003000571102128943 9.691434583783693e-07 0.008483914917919905 2.740188572204481e-05 0.007164733013869121 4.832316779731154e-05']
['59491.96288112847 0.0156624712784012 3.9804742749198626e-05 0.008499185598687084 2.7407770559991662e-05 0.0003005972000636665 9.693515919447105e-07 0.008499185598687084 2.740777055999166e-05 0.007163285679714115 4.832808119922646e-05']
['59491.96291660868 0.015649629149607845 3.9811423854326334e-05 0.008505672234510953 2.7405719370855706e-05 0.00030082661787597887 9.692790459691098e-07 0.008505672234510953 2.7405719370855706e-05 0.007143956915096892 4.8332421039535347e-05']
['59491.96295208889 0.015633328640516277 3.981025972239758e-05 0.008492489733736923 2.7402194033356036e-05 0.00030036038228475675 9.69154362660412e-07 0.008492489733736923 2.7402194033356032e-05 0.007140838906779355 4.832946323937856e-05']
['59491.962987569095 0.015616283166266858 3.977634557426538e-05 0.008484974257882085 2.740241679647597e-05 0.0003000945766998711 9.69162241294118e-07 0.008484974257882085 2.7402416796475974e-05 0.007131308908384773 4.8301657461532e-05']
['59491.963023049306 0.01564609539123808 3.9787858574674556e-05 0.008495479541784302 2.7404088649365362e-05 0.0003004661251135648 9.692213709944442e-07 0.008495479541784302 2.740408864936536e-05 0.007150615849453777 4.8312087148668904e-05']
['59491.963058529516 0.015611763592954322 3.977565904950889e-05 0.008526425280288508 2.7419639435871436e-05 0.0003015606067248034 9.697713675592016e-07 0.008526425280288508 2.7419639435871433e-05 0.007085338312665813 4.831086502657528e-05']
['59491.96309400972 0.01563663624309389 3.9781775900539284e-05 0.008483991974504997 2.73918370540543e-05 0.0003000598355320977 9.68788059448996e-07 0.008483991974504997 2.7391837054054297e-05 0.007152644268588894 4.830012868509348e-05']
['59491.96312948993 0.01555694832145417 3.9725829039368476e-05 0.00849494070727825 2.740099693648107e-05 0.00030044706774131 9.691120240192985e-07 0.00849494070727825 2.740099693648107e-05 0.0070620076141759205 4.825925948435364e-05']
['59491.96316497014 0.015563404747779223 3.975242328021167e-05 0.008498265692286712 2.739898189169456e-05 0.00030056466503015515 9.690407563885596e-07 0.008498265692286712 2.7398981891694556e-05 0.007065139055492511 4.8280009997415295e-05']
['59491.963200450344 0.015645208981511463 3.981601646568518e-05 0.008504700740904628 2.7411505250029036e-05 0.0003007922583182836 9.694836795847915e-07 0.008504700740904628 2.741150525002904e-05 0.007140508240606835 4.8339484764197506e-05']
['59491.963235930554 0.015625566370490188 3.9775757369761034e-05 0.008510493034932176 2.741194130583958e-05 0.0003009971188130227 9.69499101904283e-07 0.008510493034932176 2.7411941305839582e-05 0.0071150733355580115 4.830657719703284e-05']
['59491.963271410765 0.015657762677298022 3.979362706923258e-05 0.008484479620023017 2.739180771480428e-05 0.00030007708246424647 9.687870217852923e-07 0.008484479620023017 2.739180771480428e-05 0.007173283057275005 4.830987357890695e-05']
['59491.963306890975 0.015594203687653753 3.975840189074119e-05 0.008474212321209932 2.7398196495628763e-05 0.00029971395105129003 9.690129786849693e-07 0.008474212321209932 2.7398196495628763e-05 0.007119991366443821 4.82844870752375e-05']
['59491.96334237118 0.015613387339977199 3.976368052244928e-05 0.00849273803407532 2.740139455226937e-05 0.00030036916411280726 9.691260868011116e-07 0.00849273803407532 2.740139455226937e-05 0.007120649305901878 4.829064828826125e-05']
['59491.96337785139 0.015658252175928988 3.9806391977282296e-05 0.008547068701132223 2.7426584649636915e-05 0.0003022907183847153 9.700170042484476e-07 0.008547068701132223 2.742658464963692e-05 0.0071111834747967645 4.8340111582336505e-05']
['59491.9634133316 0.015574829258108483 3.975296735911762e-05 0.008535715411545085 2.742682311317245e-05 0.0003018891779051271 9.700254381707648e-07 0.008535715411545085 2.7426823113172454e-05 0.007039113846563397 4.8296263208827265e-05']
['59491.9634488118 0.015647712670075167 3.979590290672877e-05 0.008490880683920536 2.7395954523248244e-05 0.00030030347378876584 9.68933685132384e-07 0.008490880683920536 2.7395954523248248e-05 0.007156831986154631 4.83140995197227e-05']
['59491.96348429201 0.015655098999748145 3.9782182723339395e-05 0.00857473806348415 2.7446707561102097e-05 0.0003032693218937175 9.707287066549107e-07 0.00857473806348415 2.7446707561102097e-05 0.007080360936263994 4.833160268579785e-05']
['59491.963519772224 0.015653359493189967 3.9800628851787875e-05 0.00852006482748778 2.7416131428675255e-05 0.00030133565172401705 9.696472971846074e-07 0.00852006482748778 2.741613142867525e-05 0.007133294665702186 4.8329435332022706e-05']
['59491.963555252434 0.015666174382327668 3.98247134800092e-05 0.008472922955188995 2.7379482366700182e-05 0.0002996683490566929 9.68351101768382e-07 0.008472922955188995 2.737948236670018e-05 0.007193251427138673 4.832849944321955e-05']
['59491.96359073264 0.015640891163394066 3.979191008271412e-05 0.008524815808909026 2.7426928115897987e-05 0.00030150368331906794 9.700291518824997e-07 0.008524815808909026 2.7426928115897987e-05 0.00711607535448504 4.832838186723657e-05']
['59491.96362621285 0.015664596863434244 3.981358901020859e-05 0.008523166699758762 2.7417849816104567e-05 0.00030144535801396517 9.697080727076122e-07 0.008523166699758762 2.7417849816104563e-05 0.007141430163675482 4.8341083546112896e-05']
['59491.96366169306 0.0155938302976033 3.974430324059248e-05 0.00849948804674353 2.7409241617065156e-05 0.0003006078969754914 9.69403619945781e-07 0.00849948804674353 2.7409241617065156e-05 0.007094342250859769 4.827914835726524e-05']
['59491.96369717326 0.01565802203805574 3.981072560163886e-05 0.008485402327975754 2.7397985630951132e-05 0.00030010971658240383 9.690055208725764e-07 0.008485402327975754 2.7397985630951132e-05 0.007172619710079986 4.8327461029551185e-05']
['59491.96373265347 0.01565091329039583 3.980755875211688e-05 0.008512554378350485 2.740956077713344e-05 0.0003010700239228969 9.694149079241154e-07 0.008512554378350485 2.740956077713344e-05 0.007138358912045346 4.833141582654712e-05']
['59491.96376813368 0.015629790744724058 3.977479624598991e-05 0.00849460641024902 2.740275519768069e-05 0.00030043524440249606 9.691742097884465e-07 0.00849460641024902 2.740275519768069e-05 0.007135184334475037 4.830057358700856e-05']
['59491.963803613886 0.015569916069177011 3.974552818086255e-05 0.008539990138892398 2.742608844904451e-05 0.00030204036545794825 9.699994547424373e-07 0.008539990138892398 2.7426088449044514e-05 0.007029925930284613 4.8289722902399764e-05']
['59491.963839094096 0.01564961009215455 3.979794294708371e-05 0.008541431447160769 2.7429903092576826e-05 0.0003020913413102661 9.701343701589487e-07 0.008541431447160769 2.7429903092576826e-05 0.00710817864499378 4.833503746235732e-05']
['59491.96387457431 0.01559397030316477 3.975522661369481e-05 0.008502714588263753 2.740215960610125e-05 0.0003007220125381658 9.691531450453507e-07 0.008502714588263753 2.7402159606101254e-05 0.007091255714901016 4.828412155341004e-05']
['59491.96391005452 0.015643024614827188 3.9789427352623546e-05 0.00849115387757544 2.7406266532614903e-05 0.00030031313603778794 9.69298397857698e-07 0.00849115387757544 2.7406266532614903e-05 0.007151870737251747 4.83146145002362e-05']
['59491.96394553472 0.015593031256656027 3.975610366227096e-05 0.008466789331306509 2.7388356140492496e-05 0.000299451416487812 9.68664947315699e-07 0.008466789331306509 2.7388356140492496e-05 0.007126241925349518 4.8277011407953655e-05']
['59491.96398101493 0.015638610434843603 3.979585894527273e-05 0.008466928638300286 2.739397514739231e-05 0.0002994563434648491 9.68863679032004e-07 0.008466928638300286 2.739397514739231e-05 0.007171681796543317 4.83129409534132e-05']
['59491.96401649514 0.015587402641196416 3.9748933728035665e-05 0.008542188389108276 2.7429558353372965e-05 0.00030211811265528374 9.701221775037548e-07 0.008542188389108276 2.742955835337296e-05 0.00704521425208814 4.8294496622046535e-05']
['59491.964051975345 0.015590715290822534 3.975610102068953e-05 0.008544580390673543 2.7433131324104206e-05 0.00030220271240483836 9.702485454933993e-07 0.008544580390673543 2.743313132410421e-05 0.007046134900148991 4.830242501793071e-05']
['59491.964087455555 0.015657045505151537 3.980614314118785e-05 0.008512749515206029 2.7406149853289914e-05 0.00030107692547737226 9.69294271170736e-07 0.008512749515206029 2.7406149853289914e-05 0.007144295989945508 4.832831552576315e-05']
['59491.964122935766 0.015631098323705843 3.97757432807566e-05 0.008494781365725942 2.740466202019248e-05 0.0003004414321867123 9.69241649839191e-07 0.008494781365725942 2.740466202019248e-05 0.0071363169579799005 4.8302435279990125e-05']
['59491.96415841597 0.01560400210008345 3.978186167891767e-05 0.008523212919659297 2.7420307690310105e-05 0.0003014469927085517 9.697950022252367e-07 0.008523212919659297 2.742030769031011e-05 0.007080789180424154 4.8316351191618534e-05']
['59491.96419389618 0.015611524556924052 3.976410583210398e-05 0.008515608725868505 2.7412448424605565e-05 0.0003011780493685443 9.695170375616922e-07 0.008515608725868505 2.7412448424605565e-05 0.007095915831055547 4.829727157157458e-05']
['59491.96422937639 0.015666110607415115 3.980869539283444e-05 0.008515795507902381 2.7412609792855938e-05 0.0003011846554316492 9.695227447960711e-07 0.008515795507902381 2.741260979285594e-05 0.007150315099512734 4.833408119055186e-05']
['59491.9642648566 0.015621752062751737 3.977628043551246e-05 0.00848931107421727 2.739989361486301e-05 0.0003002479602014326 9.690730019994465e-07 0.00848931107421727 2.7399893614863015e-05 0.007132440988534466 4.8300172415741354e-05']
['59491.964300336804 0.015647962593814863 3.9808617169953166e-05 0.008553185519864798 2.74357504998157e-05 0.00030250705659300115 9.703411798848015e-07 0.008553185519864798 2.74357504998157e-05 0.007094777073950065 4.8347144760285766e-05']
['59491.964335817014 0.015659953381559004 3.979441309922028e-05 0.008500695272105629 2.7399616502897736e-05 0.0003006505938385589 9.690632011685435e-07 0.008500695272105629 2.7399616502897736e-05 0.007159258109453375 4.831494901598532e-05']
['59491.964371297225 0.015681781342366207 3.981879496790685e-05 0.0084815213884758 2.738966889350394e-05 0.0002999724564256798 9.687113764558836e-07 0.0084815213884758 2.7389668893503945e-05 0.007200259953890406 4.83293947281774e-05']
['59491.96440677743 0.015657293827195627 3.981706966429429e-05 0.00850805856522778 2.741215839605508e-05 0.0003009110170602978 9.695067799000372e-07 0.00850805856522778 2.741215839605508e-05 0.007149235261967847 4.834072263197642e-05']
['59491.96444225764 0.015589099141866966 3.976379881692571e-05 0.008499976081196497 2.7405523249252665e-05 0.0003006251576634 9.692721095863161e-07 0.008499976081196497 2.7405523249252665e-05 0.00708912306067047 4.8293088541925656e-05']
['59491.96447773785 0.015674919007420865 3.982685513134747e-05 0.008495645085917368 2.7403655147223254e-05 0.000300471980039582 9.692060389924982e-07 0.008495645085917368 2.7403655147223254e-05 0.007179273921503497 4.834396244704476e-05']
['59491.96451321805 0.01556595389900356 3.971388104870791e-05 0.008502653824583581 2.7414056857995084e-05 0.0003007198634625969 9.695739242560425e-07 0.008502653824583581 2.7414056857995087e-05 0.007063300074419979 4.825684263774733e-05']
['59491.96454869826 0.015580968186103836 3.9773537464444424e-05 0.008502427559992648 2.7406650403022616e-05 0.0003007118609896872 9.693119744961188e-07 0.008502427559992648 2.7406650403022616e-05 0.007078540626111188 4.8301747056903274e-05']
['59491.96458417847 0.015673095366730887 3.9816660365125144e-05 0.008500503697359189 2.741920377513456e-05 0.0003006438182679217 9.697559592125829e-07 0.008500503697359189 2.741920377513456e-05 0.007172591669371698 4.834438104158621e-05']
['59491.964619658684 0.015691043754277087 3.98464296607339e-05 0.008508707595879392 2.741715158626361e-05 0.00030093397182394714 9.696833778785895e-07 0.008508707595879392 2.741715158626361e-05 0.007182336158397695 4.836773881227002e-05']
['59491.96465513889 0.015605056047144359 3.976910118184484e-05 0.008497153686989417 2.740949471060973e-05 0.0003005253358879754 9.694125712988217e-07 0.008497153686989417 2.740949471060973e-05 0.007107902360154942 4.829970816788395e-05']
['59491.9646906191 0.01564852718789571 3.9785321042368735e-05 0.008520295471935453 2.741941462366173e-05 0.00030134380910267123 9.697634164537702e-07 0.008520295471935453 2.741941462366173e-05 0.007128231715960255 4.831869274668576e-05']
['59491.96472609931 0.015600496207584549 3.976092433700453e-05 0.008516083958925003 2.7421319889335633e-05 0.00030119485729966926 9.698308014426379e-07 0.008516083958925003 2.7421319889335633e-05 0.007084412248659546 4.829968828684377e-05']
['59491.96476157951 0.015582338743025366 3.974332110579521e-05 0.008520605061935221 2.741471547847866e-05 0.00030135475860907014 9.695972181906164e-07 0.008520605061935221 2.741471547847866e-05 0.007061733681090145 4.8281447754642615e-05']
['59491.96479705972 0.015707223448775728 3.983351633243268e-05 0.008479928414455634 2.739591013581386e-05 0.00029991611649467394 9.689321152480298e-07 0.008479928414455634 2.7395910135813863e-05 0.0072272950343200935 4.8345060922246955e-05']
['59491.96483253993 0.015608173937084587 3.976536276214536e-05 0.008506419176489389 2.74120880189028e-05 0.0003008530355444391 9.695042908174447e-07 0.008506419176489389 2.74120880189028e-05 0.007101754760595198 4.829810187948478e-05']
['59491.964868020135 0.015591067526543002 3.974285550239279e-05 0.008545229148625497 2.7429540510310447e-05 0.00030222565752371027 9.701215464345104e-07 0.008545229148625497 2.7429540510310444e-05 0.007045838377917505 4.828948390789484e-05']
['59491.964903500346 0.01565011021329089 3.9807964979739805e-05 0.008500022603067908 2.7398365272250046e-05 0.0003006268030380215 9.690189479368705e-07 0.008500022603067908 2.7398365272250043e-05 0.007150087610222983 4.8325402175458696e-05']
['59491.964938980556 0.01563459045751861 3.97865776656268e-05 0.008493769826625395 2.7398787592346637e-05 0.00030040565630938277 9.690338844548572e-07 0.008493769826625395 2.7398787592346637e-05 0.007140820630893215 4.830802546030505e-05']
['59491.96497446077 0.01566338911278069 3.980504030545864e-05 0.008486493459020628 2.7398254734577135e-05 0.0003001483074489267 9.690150384664169e-07 0.008486493459020628 2.7398254734577135e-05 0.0071768956537600626 4.8322930335607396e-05']
['59491.96500994097 0.015624991301889045 3.978458342357802e-05 0.008515420824611781 2.7414557695317595e-05 0.00030117140372102854 9.69591637752834e-07 0.008515420824611781 2.7414557695317595e-05 0.007109570477277264 4.8315329366750014e-05']
['59491.96504542118 0.01561022569372782 3.9778047257682066e-05 0.008516903779055715 2.741131064199584e-05 0.0003012238525055024 9.694767967335806e-07 0.008516903779055715 2.741131064199584e-05 0.007093321914672105 4.830810485566974e-05']
['59491.96508090139 0.01556175316468097 3.973927868145944e-05 0.008549490020714636 2.7432453275978306e-05 0.00030237635504701445 9.702245644465346e-07 0.008549490020714636 2.743245327597831e-05 0.007012263143966333 4.8288194860249534e-05']
['59491.965116381594 0.015661767273473983 3.97994234234597e-05 0.008473085427037 2.738242095368764e-05 0.00029967409532285366 9.68455033022773e-07 0.008473085427037 2.7382420953687638e-05 0.007188681846436984 4.8309327071744486e-05']
['59491.965151861805 0.015554463311844352 3.9718914181837504e-05 0.008508069117824936 2.7411524368239343e-05 0.00030091139028207554 9.694843557531634e-07 0.008508069117824936 2.7411524368239343e-05 0.007046394194019416 4.825954632997239e-05']
['59491.965187342015 0.0156000360802893 3.976164722766743e-05 0.00852938225978304 2.741518486361805e-05 0.0003016651884810648 9.696138192939825e-07 0.00852938225978304 2.741518486361805e-05 0.00707065382050626 4.829680063279373e-05']
['59491.965222822226 0.015621922292843718 3.976794519477516e-05 0.008527150871178927 2.741777879628002e-05 0.0003015862692529973 9.697055608951381e-07 0.008527150871178927 2.741777879628002e-05 0.007094771421664791 4.830345804532407e-05']
['59491.96525830243 0.015593107587515176 3.974996763687586e-05 0.008449609220785938 2.7382609822236985e-05 0.0002988437943739867 9.68461712881267e-07 0.008449609220785938 2.738260982223698e-05 0.007143498366729237 4.8268698426719026e-05']
['59491.96529378264 0.015617132743839978 3.97613906814833e-05 0.008491868011370677 2.739706790436626e-05 0.00030033839335413034 9.689730629342677e-07 0.008491868011370677 2.739706790436626e-05 0.0071252647324693014 4.828630777644945e-05']
['59491.96532926285 0.015602818807465177 3.9762463290053554e-05 0.008492377822834199 2.7397789261090598e-05 0.00030035642424623357 9.689985757094701e-07 0.008492377822834199 2.7397789261090598e-05 0.007110440984630978 4.828760030575125e-05']
['59491.96536474305 0.015595677783774431 3.9755353905774825e-05 0.008519036390988978 2.7414812633596884e-05 0.00030129927822347474 9.69600654350019e-07 0.008519036390988978 2.7414812633596884e-05 0.007076641392785453 4.8291408303223346e-05']
['59491.965400223264 0.015636709005695706 3.979002376883494e-05 0.008510081267471221 2.7409883499586463e-05 0.00030098255551817485 9.694263218960366e-07 0.008510081267471221 2.7409883499586463e-05 0.007126627738224485 4.831715745969905e-05']
['59491.965435703474 0.015576189319164727 3.973450343001744e-05 0.008503034534052448 2.7404479385371633e-05 0.00030073332830567515 9.692351904537426e-07 0.008503034534052448 2.7404479385371633e-05 0.007073154785112279 4.826837736254791e-05']
['59491.96547118368 0.015640784958049006 3.9773082223510065e-05 0.008506722673781442 2.7403147004438504e-05 0.00030086376956538246 9.69188067117834e-07 0.008506722673781442 2.7403147004438504e-05 0.007134062284267564 4.829938441952402e-05']
['59491.96550666389 0.01566220768004478 3.979811402284964e-05 0.008509047985369675 2.741107240738745e-05 0.0003009460106394928 9.69468370907905e-07 0.008509047985369675 2.741107240738745e-05 0.007153159694675103 4.832449451674357e-05']
['59491.9655421441 0.015607747722832197 3.976732518460803e-05 0.008525809208281505 2.7415463608273002e-05 0.0003015388176347556 9.696236778694704e-07 0.008525809208281505 2.7415463608273e-05 0.007081938514550691 4.8301633483712546e-05']
['59491.96557762431 0.015629473156020438 3.9779808331631156e-05 0.008473641762148099 2.738781612595615e-05 0.00029969377165239743 9.6864584820841e-07 0.008473641762148099 2.738781612595615e-05 0.007155831393872339 4.8296227834588645e-05']
['59491.96561310451 0.015630478800619487 3.977324552472854e-05 0.008520123996729901 2.7415059430938023e-05 0.0003013377444078754 9.696093830204154e-07 0.008520123996729901 2.7415059430938023e-05 0.007110354803889586 4.830627850675524e-05']
['59491.96564858472 0.01562211665747451 3.97935118175139e-05 0.008480125256908867 2.7394338036996858e-05 0.0002999230783723278 9.688765136263063e-07 0.008480125256908867 2.7394338036996854e-05 0.0071419914005656435 4.8311213390432154e-05']
['59491.96568406493 0.01559421656266815 3.974631927296595e-05 0.008521643981806914 2.7416902798043903e-05 0.00030139150288308264 9.696745787952675e-07 0.008521643981806914 2.7416902798043903e-05 0.007072572580861235 4.828515770695931e-05']
['59491.96571954514 0.015573982581541461 3.973235160595129e-05 0.00847344490691385 2.7392050877294776e-05 0.0002996868093227076 9.687956218991448e-07 0.00847344490691385 2.7392050877294773e-05 0.007100537674627611 4.8259550509751385e-05']
['59491.96575502535 0.015583496684276285 3.9763823774853966e-05 0.008536527199969238 2.7429843551359984e-05 0.00030191788904744907 9.701322643191758e-07 0.008536527199969238 2.7429843551359987e-05 0.007046969484307048 4.8306914602877775e-05']
['59491.96579050556 0.015628594297428987 3.977644503807041e-05 0.008492129253660012 2.7393607923070618e-05 0.000300347632910062 9.68850691128444e-07 0.008492129253660012 2.739360792307062e-05 0.007136465043768974 4.829674248755865e-05']
['59491.96582598576 0.015600892890654364 3.976449519545688e-05 0.008491979222572433 2.739978990562712e-05 0.00030034232664579406 9.690693340355494e-07 0.008491979222572433 2.739978990562712e-05 0.0071089136680819315 4.829040862347325e-05']
['59491.96586146597 0.015634007991401952 3.978227411080793e-05 0.008493638696107563 2.7403939558540146e-05 0.00030040101851602655 9.692160979851548e-07 0.008493638696107563 2.7403939558540146e-05 0.0071403692952943885 4.8307403539784464e-05']
['59491.96589694618 0.015679347010867328 3.9816180220804934e-05 0.00851079213411148 2.7409897823326963e-05 0.00030100769728254735 9.694268284947264e-07 0.00851079213411148 2.7409897823326963e-05 0.007168554876755847 4.83387081546543e-05']
['59491.96593242639 0.015685495122805947 3.9813395851804826e-05 0.008514517240422723 2.7416066711637723e-05 0.0003011394459676534 9.69645008287624e-07 0.008514517240422723 2.7416066711637723e-05 0.007170977882383224 4.83399131483444e-05']
['59491.965967906595 0.015707746999855443 3.983751995302476e-05 0.008499774512072178 2.7406172197406604e-05 0.00030061802861395333 9.692950614322072e-07 0.008499774512072178 2.7406172197406604e-05 0.007207972487783265 4.835417531632143e-05']
['59491.966003386806 0.015633724070816743 3.978518627415774e-05 0.008511401005235848 2.7412575643637837e-05 0.0003010292316934694 9.695215370145458e-07 0.008511401005235848 2.7412575643637833e-05 0.007122323065580895 4.8314701181810035e-05']
['59491.966038867016 0.01564317304489612 3.9794447160284995e-05 0.008532039132081429 2.742532613888283e-05 0.00030175915611649866 9.699724935356815e-07 0.008532039132081429 2.742532613888283e-05 0.007111133912814692 4.832956174658326e-05']
['59491.96607434722 0.015629775781968742 3.977863274343689e-05 0.008532606091250006 2.742430556590712e-05 0.00030177920819521206 9.69936398150377e-07 0.008532606091250006 2.742430556590712e-05 0.007097169690718736 4.831596173843043e-05']
['59491.96610982743 0.015645623275989614 3.9796460566374856e-05 0.008495682932601582 2.7396797016373964e-05 0.0003004733185922203 9.689634822313792e-07 0.008495682932601582 2.7396797016373964e-05 0.007149940343388032 4.831503658663032e-05']
['59491.96614530764 0.015632649494719937 3.979817878561447e-05 0.008537618529016295 2.7427763293085967e-05 0.00030195648691686656 9.700586902331273e-07 0.008537618529016295 2.7427763293085967e-05 0.0070950309657036425 4.833401735748113e-05']
['59491.966180787844 0.01562139984558497 3.975798951256085e-05 0.008530739221539324 2.7417701467299952e-05 0.00030171318118575347 9.697028259419332e-07 0.008530739221539324 2.7417701467299955e-05 0.007090660624045645 4.829521802239721e-05']
['59491.966216268054 0.015608665016299466 3.974853547126663e-05 0.008497348615244609 2.7403060547206604e-05 0.00030053223006472254 9.691850093187621e-07 0.008497348615244609 2.7403060547206604e-05 0.007111316401054857 4.827912384731534e-05']
['59491.966251748265 0.015594268147093667 3.975838920540075e-05 0.008523315501288996 2.741775326272704e-05 0.0003014506207915377 9.697046578304333e-07 0.008523315501288996 2.741775326272704e-05 0.00707095264580467 4.829557646600676e-05']
['59491.966287228475 0.015641441867745676 3.980453809869823e-05 0.008493480932802604 2.7395197616212786e-05 0.00030039543878051037 9.689069150221274e-07 0.008493480932802604 2.739519761621279e-05 0.007147960934943073 4.8320783371982596e-05']
['59491.96632270868 0.01557496077209196 3.974774841305786e-05 0.008504346765087233 2.7403784998289907e-05 0.00030077973898471174 9.692106315345257e-07 0.008504346765087233 2.740378499828991e-05 0.007070614007004728 4.82788870640184e-05']
['59491.96635818889 0.015626064828404965 3.9774272101203415e-05 0.008515391351938927 2.740480649761638e-05 0.0003011703613384572 9.692467596827863e-07 0.008515391351938927 2.7404806497616378e-05 0.007110673476466038 4.83013057830983e-05']
['59491.9663936691 0.015679354400009143 3.980236488709099e-05 0.008502244567789282 2.7407163518383177e-05 0.00030070538896441766 9.693301222396766e-07 0.008502244567789282 2.7407163518383177e-05 0.007177109832219862 4.832577844927619e-05']
['59491.9664291493 0.015645463956873298 3.9777718096750034e-05 0.008473548544786554 2.739279149121944e-05 0.0002996904747626481 9.688218157584856e-07 0.008473548544786554 2.7392791491219443e-05 0.007171915412086744 4.829732790399423e-05']
['59491.96646462951 0.01568847327841785 3.982979220983359e-05 0.008511158231517567 2.7409052184623452e-05 0.0003010206453296211 9.693969201436744e-07 0.008511158231517567 2.740905218462345e-05 0.007177315046900282 4.83494414563181e-05']
['59491.966500109724 0.015621547284555167 3.978613543588641e-05 0.008503902507250676 2.740286317584157e-05 0.0003007640265778906 9.691780287346798e-07 0.008503902507250676 2.740286317584157e-05 0.007117644777304491 4.830997291612354e-05']
['59491.96653558993 0.015629979397334147 3.978908720752524e-05 0.008516630210746149 2.7406483648416866e-05 0.0003012141770057822 9.693060767583882e-07 0.008516630210746149 2.7406483648416866e-05 0.007113349186587998 4.831445753373404e-05']
['59491.96657107014 0.015602912464578447 3.9761096777799934e-05 0.008477978429937508 2.7393025481057975e-05 0.00029984714990022673 9.68830091456138e-07 0.008477978429937508 2.7393025481057975e-05 0.007124934034640939 4.8283772242643427e-05']
['59491.96660655035 0.0156937454709484 3.982276741172844e-05 0.008520395243434042 2.7423897263849657e-05 0.00030134733779760015 9.69921957419106e-07 0.008520395243434042 2.7423897263849657e-05 0.007173350227514358 4.8352072814583675e-05']
['59491.96664203056 0.015612353988556668 3.9778644154633575e-05 0.008522568058382333 2.741992667713163e-05 0.0003014241854063656 9.697815266406283e-07 0.008522568058382333 2.741992667713163e-05 0.007089785930174335 4.831348579599943e-05']
['59491.96667751076 0.015593001309383216 3.975053132105117e-05 0.008535763693393952 2.741750619994559e-05 0.00030189088552621797 9.696959197720063e-07 0.008535763693393952 2.7417506199945593e-05 0.007057237615989264 4.828896754466723e-05']
['59491.96671299097 0.0156138759204437 3.9767163993815395e-05 0.008517683950720797 2.7413583803132708e-05 0.0003012514454337153 9.695571933627756e-07 0.008517683950720797 2.7413583803132708e-05 0.007096191969722903 4.83004338390701e-05']
['59491.96674847118 0.015624423311367583 3.980578815801338e-05 0.008549286165431044 2.7430160880468842e-05 0.0003023691451412235 9.701434875405672e-07 0.008549286165431044 2.7430160880468842e-05 0.007075137145936539 4.8341643505460605e-05']
['59491.966783951386 0.0156254870177239 3.9770243293196116e-05 0.008527172343001786 2.741799948667526e-05 0.00030158702866338517 9.697133662212037e-07 0.008527172343001786 2.741799948667526e-05 0.007098314674722113 4.8305475336149374e-05']
['59491.9668194316 0.015572736843806122 3.972453562752293e-05 0.00851915079862427 2.7414568175873675e-05 0.000301303324565849 9.6959200842668e-07 0.00851915079862427 2.7414568175873675e-05 0.007053586045181852 4.826590182615429e-05']
['59491.96685491181 0.015599574348623255 3.97404129569519e-05 0.008519765385643585 2.741499602046503e-05 0.00030132506113520103 9.696071403337e-07 0.008519765385643585 2.7414996020465034e-05 0.00707980896297967 4.8279213216364496e-05']
['59491.96689039202 0.01564635576128507 3.9790401857432744e-05 0.008507555940364914 2.741328291785401e-05 0.00030089324034219866 9.69546551722907e-07 0.008507555940364914 2.741328291785401e-05 0.007138799820920156 4.831939735044606e-05']
['59491.96692587222 0.015569898369010899 3.9739940607463676e-05 0.008500633404875502 2.739838388385064e-05 0.0003006484057328944 9.690196061875891e-07 0.008500633404875502 2.739838388385064e-05 0.007069264964135397 4.826939319000796e-05']
['59491.96696135243 0.015684629648291475 3.98284328925333e-05 0.008506193090619542 2.7400275249836492e-05 0.0003008450393924948 9.690864995755545e-07 0.008506193090619542 2.740027524983649e-05 0.007178436557671933 4.834334649609841e-05']
['59491.96699683264 0.01562834832705935 3.9776858163998766e-05 0.008480984483576799 2.739909039737634e-05 0.000299953467299314 9.690445939920283e-07 0.008480984483576799 2.7399090397376338e-05 0.00714736384348255 4.830019254622568e-05']
['59491.967032312845 0.015683541756077474 3.982484607455587e-05 0.008465881903848685 2.738840645835412e-05 0.00029941932280660977 9.686667269460108e-07 0.008465881903848685 2.738840645835412e-05 0.007217659852228789 4.8333665008874315e-05']
['59491.967067793055 0.01560966919961445 3.9762750419359e-05 0.008509050251321832 2.7407364536337426e-05 0.0003009460907811564 9.693372317954696e-07 0.008509050251321832 2.7407364536337426e-05 0.0071006189482926176 4.829327025311002e-05']
['59491.967103273266 0.01566656910615602 3.98114991271749e-05 0.00849489933414106 2.74104074296817e-05 0.0003004456044659111 9.694448521325904e-07 0.00849489933414106 2.74104074296817e-05 0.007171669772014959 4.8335141441959155e-05']
['59491.96713875347 0.015649212741586732 3.979640478427232e-05 0.008533421810888427 2.743191428504373e-05 0.0003018080583757969 9.702055015417523e-07 0.008533421810888427 2.7431914285043726e-05 0.007115790930698305 4.8334912383241565e-05']
['59491.96717423368 0.015625843528179213 3.978070364818473e-05 0.008490405025527921 2.7402662990862937e-05 0.000300286650814453 9.691709486393727e-07 0.008490405025527921 2.7402662990862937e-05 0.007135438502651291 4.830538605306355e-05']
['59491.96720971389 0.01556547820710767 3.970443016755149e-05 0.008502084993349932 2.7400526882525143e-05 0.0003006997451731257 9.690953992613862e-07 0.008502084993349932 2.7400526882525146e-05 0.007063393213757738 4.824137900568304e-05']
['59491.9672451941 0.015663691248423057 3.980021811552067e-05 0.008522829802836718 2.7419403831443796e-05 0.00030143344272275276 9.69763034757141e-07 0.008522829802836718 2.7419403831443792e-05 0.007140861445586339 4.83309535237493e-05']
['59491.967280674304 0.015588269886781895 3.974854185771772e-05 0.008534634205119396 2.7419398962452928e-05 0.00030185093805020467 9.697628625518155e-07 0.008534634205119396 2.7419398962452924e-05 0.007053635681662498 4.8288404604800336e-05']
['59491.967316154514 0.015631419746725713 3.977330692475501e-05 0.00848074547706218 2.7402912936173157e-05 0.00029994501417304 9.691797886464004e-07 0.00848074547706218 2.740291293617316e-05 0.007150674269663534 4.8299436654253546e-05']
['59491.967351634725 0.015655679559901162 3.9790841481592906e-05 0.008529826236664508 2.7425358101337624e-05 0.00030168089095113234 9.699736239762757e-07 0.008529826236664508 2.7425358101337628e-05 0.007125853323236654 4.832661102125681e-05']
['59491.96738711493 0.01561830142371905 3.9754372323299334e-05 0.008540578000204767 2.7429036045722394e-05 0.000302061156798774 9.70103704649443e-07 0.008540578000204767 2.742903604572239e-05 0.007077723423514284 4.8298676350569346e-05']
['59491.96742259514 0.015660804909937678 3.980635698186499e-05 0.008499041238169847 2.740614308297981e-05 0.00030059209435479863 9.692940317199984e-07 0.008499041238169847 2.740614308297981e-05 0.00716176367176783 4.832848781880552e-05']
['59491.96745807535 0.01556351628054929 3.974404113687674e-05 0.00847086012115857 2.738642111722531e-05 0.0002995953912271995 9.685965098672612e-07 0.00847086012115857 2.7386421117225314e-05 0.00709265615939072 4.8265980436532673e-05']
['59491.96749355555 0.015573972828177227 3.974131014084902e-05 0.008515591791042353 2.7412146228019698e-05 0.0003011774504215904 9.695063495438198e-07 0.008515591791042353 2.74121462280197e-05 0.007058381037134874 4.8278333572499e-05']
['59491.96752903576 0.01567163156012995 3.979945520428145e-05 0.008507855026820943 2.7407411592424826e-05 0.00030090381836172955 9.693388960641168e-07 0.008507855026820943 2.7407411592424826e-05 0.007163776533309008 4.8323522685687854e-05']
['59491.96756451597 0.015623841717745009 3.9765409123985825e-05 0.008491107991719545 2.7401692644205237e-05 0.0003003115131576137 9.69136629646687e-07 0.008491107991719545 2.7401692644205233e-05 0.007132733726025464 4.829224081118484e-05']
['59491.967599996184 0.015681944435446495 3.982991718166754e-05 0.008497081219058499 2.739831283726572e-05 0.0003005227728592151 9.690170934286603e-07 0.008497081219058499 2.739831283726572e-05 0.007184863216387996 4.8343457148068906e-05']
['59491.96763547639 0.01556484079697942 3.973858173330245e-05 0.008477716329679912 2.73966403298434e-05 0.00029983787999987517 9.68957940578967e-07 0.008477716329679912 2.7396640329843402e-05 0.007087124467299508 4.8267284774857196e-05']
['59491.9676709566 0.015666665697282308 3.979179959353991e-05 0.008480300035685197 2.7394603097904844e-05 0.00029992925990703903 9.688858882382456e-07 0.008480300035685197 2.7394603097904844e-05 0.0071863656615971105 4.830995336143662e-05']
['59491.96770643681 0.015600418247664444 3.975138242124034e-05 0.008496576840088622 2.7403543116113174e-05 0.0003005049341022713 9.692020767025095e-07 0.008496576840088622 2.7403543116113174e-05 0.007103841407575822 4.828174168064331e-05']
['59491.96774191701 0.015544029092207139 3.970744973020492e-05 0.008492754238954384 2.7401412915347135e-05 0.00030036973724316396 9.691267362621332e-07 0.008492754238954384 2.7401412915347135e-05 0.007051274853252755 4.824436748299332e-05']
['59491.96777739722 0.015647873441976705 3.9789341210322076e-05 0.008506364039525687 2.7407902186067678e-05 0.0003008510854732568 9.693562472648524e-07 0.008506364039525687 2.740790218606768e-05 0.007141509402451018 4.831547139573915e-05']
['59491.96781287743 0.015599975675858618 3.975883572594975e-05 0.008519682878071273 2.7412713882300917e-05 0.0003013221430267619 9.695264262071137e-07 0.008519682878071273 2.7412713882300914e-05 0.007080292797787345 4.829308336269234e-05']
['59491.967848357635 0.01565782281663875 3.979366292766217e-05 0.008516617165116853 2.7412819581982797e-05 0.0003012137156110293 9.695301645686369e-07 0.008516617165116853 2.7412819581982794e-05 0.007141205651521898 4.832181998471016e-05']
['59491.967883837846 0.015656710258864504 3.981292169947241e-05 0.008473401608356301 2.7379416224838893e-05 0.00029968527794949366 9.683487624785666e-07 0.008473401608356301 2.737941622483889e-05 0.007183308650508202 4.83187455038031e-05']
['59491.96791931806 0.01565862860027826 3.9817489207611956e-05 0.00852626795844771 2.7416838357840458e-05 0.000301555042602888 9.69672299689287e-07 0.00852626795844771 2.7416838357840458e-05 0.007132360641830548 4.834372216056855e-05']
['59491.96795479827 0.015630479609201546 3.976718017668751e-05 0.00851331320343557 2.7420896433246717e-05 0.0003010968618702821 9.698158247471415e-07 0.00851331320343557 2.7420896433246717e-05 0.007117166405765976 4.83045979220195e-05']
['59491.96799027847 0.01562866047036777 3.977200322320341e-05 0.008516916524111108 2.7408454435225414e-05 0.0003012243032696281 9.693757790833573e-07 0.008516916524111108 2.7408454435225418e-05 0.0071117439462566635 4.830150737724787e-05']
['59491.96802575868 0.015621449222558962 3.978228201293432e-05 0.008495481013638867 2.7409661238042153e-05 0.00030046617716977136 9.694184610019396e-07 0.008495481013638867 2.7409661238042153e-05 0.007125968208920095 4.831065608476941e-05']
['59491.96806123889 0.015678279369410023 3.982650362934876e-05 0.00849218271804999 2.7398358365758395e-05 0.00030034952382604964 9.69018703669696e-07 0.00849218271804999 2.7398358365758395e-05 0.007186096651360033 4.834067058365091e-05']
['59491.968096719094 0.015576725991896799 3.974223158998611e-05 0.008517214433892993 2.741208619018185e-05 0.0003012348396728242 9.695042261396718e-07 0.008517214433892993 2.7412086190181854e-05 0.007059511558003806 4.827905799671373e-05']
['59491.968132199305 0.01562678046930265 3.976884262561296e-05 0.00853972906184877 2.742742911216653e-05 0.00030203113174638796 9.700468710008573e-07 0.00853972906184877 2.7427429112166533e-05 0.007087051407453878 4.830967513328661e-05']
['59491.968167679515 0.015595413252384987 3.974739520316647e-05 0.008458576649623994 2.7378915167834975e-05 0.0002991609522909648 9.683310412121345e-07 0.008458576649623994 2.737891516783497e-05 0.007136836602760993 4.826448405612769e-05']
['59491.968203159726 0.01563010836067589 3.976643611578683e-05 0.008486863464535609 2.7397475270016968e-05 0.0003001613937170779 9.689874705469245e-07 0.008486863464535609 2.7397475270016968e-05 0.00714324489614028 4.829069364300068e-05']
['59491.96823863993 0.015645876757485494 3.980542143161354e-05 0.008510931680954929 2.741604907796746e-05 0.0003010126327425313 9.696443846241158e-07 0.008510931680954929 2.741604907796746e-05 0.007134945076530565 4.833333551901709e-05']
['59491.96827412014 0.01562676885894549 3.977730221284134e-05 0.008499320101981234 2.7405805023260068e-05 0.00030060195714458343 9.692820753032302e-07 0.008499320101981234 2.740580502326007e-05 0.007127448756964257 4.8304367507552145e-05']
['59491.96830960035 0.015610213035082414 3.976169726075371e-05 0.00852440111238973 2.741810813555025e-05 0.0003014890164299726 9.697172088890961e-07 0.00852440111238973 2.741810813555025e-05 0.0070858119226926836 4.829850124784987e-05']
['59491.96834508055 0.0155704406664409 3.973578250710284e-05 0.008489826446413242 2.7400049912534394e-05 0.000300266187764215 9.690785298987785e-07 0.008489826446413242 2.7400049912534394e-05 0.007080614220027658 4.8266915653076034e-05']
['59491.968380560764 0.01561336758266041 3.975976971056188e-05 0.0085052714508854 2.7406873435903032e-05 0.0003008124430548418 9.6931986267065e-07 0.0085052714508854 2.7406873435903032e-05 0.0071080961317750106 4.8290537364669296e-05']
['59491.968416040974 0.015577823587106712 3.97388933421568e-05 0.008510836198850779 2.7409314356405725e-05 0.0003010092557538975 9.69406192573694e-07 0.008510836198850779 2.740931435640572e-05 0.007066987388255933 4.827473622452621e-05']
['59491.96845152118 0.015590276018617566 3.975443995092146e-05 0.008451835797651646 2.7378304887578225e-05 0.00029892254342162033 9.683094569633495e-07 0.008451835797651646 2.737830488757823e-05 0.00713844022096592 4.826993965532389e-05']
['59491.96848700139 0.015597668151688997 3.975114766776456e-05 0.008477913043542906 2.7390726210902703e-05 0.00029984483732957965 9.687487714093123e-07 0.008477913043542906 2.73907262109027e-05 0.007119755108146091 4.827427496363933e-05']
['59491.9685224816 0.01564157610771783 3.9787950392070114e-05 0.008552886094192495 2.7431140508641667e-05 0.0003024964665761488 9.701781347996998e-07 0.008552886094192495 2.7431140508641664e-05 0.0070886900135253336 4.832751251623317e-05']
['59491.96855796181 0.015555781722936927 3.972827072844893e-05 0.00850700607925408 2.7411919901347122e-05 0.0003008737929835757 9.69498344875221e-07 0.00850700607925408 2.7411919901347122e-05 0.007048775643682847 4.826747194281883e-05']
['59491.96859344201 0.015642787888374296 3.976030556203753e-05 0.008540199728639501 2.7427665634894917e-05 0.00030204777817889773 9.700552362811631e-07 0.008540199728639501 2.7427665634894917e-05 0.007102588159734795 4.83027819133245e-05']
['59491.96862892222 0.015642679740831254 3.979559597688413e-05 0.008518853524137046 2.7413057594436676e-05 0.00030129281063160523 9.695385825372042e-07 0.008518853524137046 2.7413057594436676e-05 0.0071238262166942075 4.83235469086376e-05']
['59491.96866440243 0.015685334295379466 3.982366812684161e-05 0.008540661317955759 2.742416772235694e-05 0.00030206410356142235 9.699315229320691e-07 0.008540661317955759 2.7424167722356935e-05 0.007144672977423707 4.8352968040656865e-05']
['59491.96869988264 0.0156911472182989 3.9829021146560266e-05 0.008512249472806264 2.741703987884084e-05 0.0003010592400952216 9.696794270366975e-07 0.008512249472806264 2.741703987884084e-05 0.007178897745492635 4.835333495438648e-05']
['59491.96873536285 0.01563143304265105 3.979445057335257e-05 0.008505676680861787 2.7405766081509928e-05 0.0003008267751334709 9.692806980205573e-07 0.008505676680861787 2.7405766081509928e-05 0.007125756361789262 4.831846759728045e-05']
['59491.96877084306 0.01557863200277861 3.976148458477663e-05 0.008467094975675965 2.739301514930156e-05 0.0002994622264460847 9.688297260450037e-07 0.008467094975675965 2.739301514930156e-05 0.007111537027102644 4.828408573593678e-05']
['59491.96880632326 0.015563903423360151 3.9716805984686256e-05 0.00852936134564593 2.7414248181603847e-05 0.00030166444879477553 9.695806909445013e-07 0.00852936134564593 2.7414248181603847e-05 0.007034542077714222 4.825935848089757e-05']
['59491.96884180347 0.015607996613235241 3.976560856643181e-05 0.00847741051657571 2.739222929576767e-05 0.0002998270640738316 9.688019321617894e-07 0.00847741051657571 2.7392229295767674e-05 0.007130586096659531 4.8287036049550484e-05']
['59491.96887728368 0.015635113345357325 3.978080626171723e-05 0.008481559806566123 2.7392212342941402e-05 0.00029997381518767516 9.688013325782115e-07 0.008481559806566123 2.73922123429414e-05 0.007153553538791203 4.829954289507378e-05']
['59491.96891276389 0.01567308258985985 3.981851981286694e-05 0.00849015160322558 2.740243726031083e-05 0.0003002776878339847 9.691629650542228e-07 0.00849015160322558 2.740243726031083e-05 0.00718293098663427 4.833640540930767e-05']
['59491.968948244095 0.015637849857118722 3.977929939474703e-05 0.00853239691528092 2.741847791949842e-05 0.00030177181010866623 9.697302873209246e-07 0.00853239691528092 2.7418477919498424e-05 0.007105452941837802 4.831320307906467e-05']
['59491.968983724306 0.015651717233273514 3.979342859796003e-05 0.008478577599728025 2.739283017834681e-05 0.00029986834119665167 9.6882318403572e-07 0.008478577599728025 2.739283017834681e-05 0.007173139633545489 4.831028984347631e-05']
['59491.96901920452 0.015640823847488234 3.977601717719099e-05 0.008509016605176032 2.741901629390956e-05 0.0003009449007921742 9.697493284206505e-07 0.008509016605176032 2.7419016293909564e-05 0.007131807242312202 4.8310806213577834e-05']
['59491.96905468472 0.01561198831288791 3.97425279290173e-05 0.008503680141201269 2.7407540745525973e-05 0.0003007561619876819 9.693434639206642e-07 0.008503680141201269 2.7407540745525973e-05 0.007108308171686641 4.827672126301026e-05']
['59491.96909016493 0.015629471165048148 3.9786599374444176e-05 0.008510273666647684 2.7413009046582903e-05 0.0003009893602470595 9.695368655081143e-07 0.008510273666647684 2.7413009046582903e-05 0.007119197498400464 4.831611071651523e-05']
['59491.96912564514 0.015592346850040678 3.975628752475403e-05 0.008505098246349332 2.740552027161894e-05 0.0003008063171974904 9.69272004274066e-07 0.008505098246349332 2.7405520271618945e-05 0.007087248603691346 4.828690235570128e-05']
['59491.969161125344 0.015624256634295997 3.978459253878135e-05 0.008492239799774596 2.740012067388139e-05 0.0003003515426790788 9.690810325694795e-07 0.008492239799774596 2.740012067388139e-05 0.007132016834521401 4.83071466391891e-05']
['59491.969196605554 0.015618648187787661 3.9771938322140686e-05 0.008497954227537775 2.740292342871422e-05 0.00030055364921806804 9.691801597441283e-07 0.008497954227537775 2.740292342871422e-05 0.007120693960249886 4.8298315605620635e-05']
['59491.969232085765 0.015651179922803564 3.97921764452689e-05 0.00854938704540529 2.7430704064403746e-05 0.0003023727130404591 9.701626987424e-07 0.00854938704540529 2.7430704064403746e-05 0.007101792877398275 4.833074416683762e-05']
['59491.969267565975 0.01564250511915021 3.978525436581706e-05 0.00853734975507433 2.7428009984823944e-05 0.0003019469809832137 9.70067415168576e-07 0.00853734975507433 2.7428009984823944e-05 0.007105155364075881 4.832351598011435e-05']
['59491.96930304618 0.015704202610339627 3.981635966161679e-05 0.008512484051330456 2.740897449667345e-05 0.0003010675366133701 9.693941724945053e-07 0.008512484051330456 2.740897449667345e-05 0.00719171855900917 4.833833240465087e-05']
['59491.96933852639 0.015690326404238623 3.983664831112647e-05 0.00852497309443889 2.741477823664343e-05 0.0003015092461567468 9.69599437806648e-07 0.00852497309443889 2.741477823664343e-05 0.007165353309799732 4.8358335521693816e-05']
['59491.9693740066 0.015621337875844575 3.976257055369525e-05 0.008506274115355268 2.7425620568758025e-05 0.0003008479050563178 9.69982906862355e-07 0.008506274115355268 2.742562056875802e-05 0.0071150637604893065 4.830348518087567e-05']
['59491.9694094868 0.015607148980210102 3.976909288269418e-05 0.00852584065011374 2.7429832283493407e-05 0.00030153992966209343 9.70131865799917e-07 0.00852584065011374 2.7429832283493407e-05 0.007081308330096361 4.831124556263204e-05']
['59491.96944496701 0.01557645135729319 3.972606787455791e-05 0.00849758236994324 2.739829528699606e-05 0.0003005404974460021 9.69016472714845e-07 0.00849758236994324 2.739829528699606e-05 0.00707886898734995 4.825792218286457e-05']
['59491.969480447224 0.015615374703617584 3.9786740629117546e-05 0.008512163203445208 2.7415636975287434e-05 0.0003010561889407217 9.696298094733184e-07 0.008512163203445208 2.741563697528743e-05 0.007103211500172376 4.831771808197713e-05']
['59491.96951592743 0.015615258353794828 3.978069280387589e-05 0.008475318375134025 2.7395665737215258e-05 0.00029975306970670014 9.689234714157958e-07 0.008475318375134025 2.7395665737215258e-05 0.007139939978660803 4.830140806582736e-05']
['59491.96955140764 0.015593402202192543 3.9755550323119114e-05 0.00848766735970489 2.740108370673723e-05 0.00030018982569261543 9.69115092889339e-07 0.00848766735970489 2.7401083706737235e-05 0.007105734842487653 4.828377750132727e-05']
['59491.96958688785 0.015611990002818875 3.977294130393665e-05 0.008488075531030146 2.7399334168552475e-05 0.0003002042618001805 9.690532156337318e-07 0.008488075531030146 2.739933416855248e-05 0.007123914471788728 4.8297105222222146e-05']
['59491.96962236806 0.015633078121216327 3.9787392839240376e-05 0.008499645444484654 2.7396484162972697e-05 0.0003006134637818317 9.689524173057626e-07 0.008499645444484654 2.7396484162972697e-05 0.007133432676731673 4.8307390463945055e-05']
['59491.96965784826 0.015612012163476985 3.97699218181001e-05 0.008499985753849961 2.740388794659968e-05 0.00030062549976353595 9.692142725861664e-07 0.008499985753849961 2.740388794659968e-05 0.007112026409627024 4.8297202362120166e-05']
['59491.96969332847 0.015606000585387147 3.977620158241691e-05 0.008507307675201678 2.7399434292145516e-05 0.000300884459758215 9.690567567814546e-07 0.008507307675201678 2.739943429214552e-05 0.007098692910185469 4.829984691336677e-05']
['59491.96972880868 0.015616600553251755 3.977169081953291e-05 0.008490364959828384 2.7393155944598214e-05 0.0003002852337802019 9.688347056599875e-07 0.008490364959828384 2.7393155944598214e-05 0.007126235593423371 4.8292570683797674e-05']
['59491.969764288886 0.015669175824156913 3.982544953561741e-05 0.008492592727362948 2.739306703148707e-05 0.00030036402493913204 9.688315610019553e-07 0.008492592727362948 2.739306703148707e-05 0.0071765830967939655 4.83368032880284e-05']
['59491.9697997691 0.01567948784685663 3.981238339007788e-05 0.008496529861004225 2.7401978390785548e-05 0.0003005032725570482 9.691467358646266e-07 0.008496529861004225 2.7401978390785548e-05 0.007182957985852403 4.8331090313871746e-05']
['59491.96983524931 0.01560255872009438 3.976441251428181e-05 0.008507473895400821 2.740700754941289e-05 0.0003008903385951784 9.693246059657677e-07 0.008507473895400821 2.740700754941289e-05 0.00709508482469356 4.829443617456929e-05']
['59491.96987072952 0.01563943985423973 3.978203534240428e-05 0.008476098132341075 2.7380004466463842e-05 0.0002997806479764587 9.683695672701984e-07 0.008476098132341075 2.738000446646384e-05 0.007163341721898654 4.829363291954627e-05']
['59491.96990620972 0.015574406668261428 3.975748534580263e-05 0.00855293158449757 2.743971940319053e-05 0.00030249807546657445 9.704815511271921e-07 0.00855293158449757 2.7439719403190525e-05 0.007021475083763858 4.8307306299850145e-05']
['59491.96994168993 0.015604497839314588 3.97543490899122e-05 0.008503190990644813 2.741135079946349e-05 0.0003007388618256872 9.694782170134647e-07 0.008503190990644813 2.741135079946349e-05 0.007101306848669775 4.828861588629199e-05']
['59491.96997717014 0.015603101219563528 3.976293175534576e-05 0.00853319816388888 2.7419401136402147e-05 0.00030180014848124457 9.69762939439541e-07 0.00853319816388888 2.741940113640215e-05 0.007069903055674648 4.830025155689374e-05']
['59491.970012650345 0.01561224650079847 3.9784185068757056e-05 0.008548135547857124 2.7433236297581826e-05 0.0003023284503691129 9.702522581707007e-07 0.008548135547857124 2.7433236297581826e-05 0.007064110952941346 4.832560227606142e-05']
['59491.970048130555 0.015614448163934322 3.976262915024137e-05 0.008488990335199419 2.7395518933343756e-05 0.00030023661637918066 9.689182792909483e-07 0.008488990335199419 2.739551893334376e-05 0.007125457828734904 4.828644876740079e-05']
['59491.970083610766 0.015607694215622988 3.9759380257370354e-05 0.008483651357111608 2.7396737853435408e-05 0.0003000477886561286 9.689613897704639e-07 0.008483651357111608 2.7396737853435408e-05 0.007124042858511381 4.828446503234795e-05']
['59491.97011909097 0.015609917869073255 3.9758744977416935e-05 0.008546160212709564 2.7437847894100998e-05 0.000302258587179558 9.704153600332722e-07 0.008546160212709564 2.7437847894100998e-05 0.007063757656363691 4.8307279981790516e-05']
['59491.97015457118 0.015620701760841616 3.977992312099055e-05 0.008501860715045743 2.7401086844578845e-05 0.0003006918129507391 9.69115203867784e-07 0.008501860715045743 2.740108684457884e-05 0.007118841045795873 4.8303849161076905e-05']
['59491.97019005139 0.01564381423641295 3.977811537005135e-05 0.008517936772004731 2.7413892581023467e-05 0.00030126038715750573 9.695681141466938e-07 0.008517936772004731 2.741389258102347e-05 0.007125877464408219 4.830962604737289e-05']
['59491.9702255316 0.01560625844187222 3.975444789425737e-05 0.008517812280021046 2.7410384770099395e-05 0.00030125598415426595 9.694440507138054e-07 0.008517812280021046 2.7410384770099395e-05 0.007088446161851175 4.8288148863071164e-05']
['59491.970261011804 0.015636188717989698 3.979082428866926e-05 0.00848637138860265 2.73943007508017e-05 0.0003001439900910541 9.688751948969134e-07 0.00848637138860265 2.73943007508017e-05 0.007149817329387048 4.830897857745624e-05']
['59491.970296492014 0.015607252171306067 3.975546032568497e-05 0.008514902769420454 2.7408600332528395e-05 0.0003011530812666965 9.693809391449023e-07 0.008514902769420454 2.7408600332528395e-05 0.007092349401885613 4.8287969494433986e-05']
['59491.970331972225 0.015561322062243671 3.973711826956247e-05 0.008501676297517084 2.7396436107976232e-05 0.0003006852905148993 9.689507177079343e-07 0.008501676297517084 2.7396436107976232e-05 0.007059645764726587 4.826596398900181e-05']
['59491.97036745243 0.015650334429641404 3.979633221380336e-05 0.008526168769139083 2.7423528768427123e-05 0.00030155153449871693 9.699089245595497e-07 0.008526168769139083 2.7423528768427127e-05 0.007124165660502321 4.833009401795276e-05']
['59491.97040293264 0.015569094278961526 3.9745834980772844e-05 0.008507198991548365 2.7409404293725696e-05 0.000300880615860291 9.694093734557033e-07 0.008507198991548365 2.7409404293725696e-05 0.007061895287413161 4.82805016756841e-05']
['59491.97043841285 0.015612282922780137 3.9766104510077525e-05 0.008486349298839242 2.7396488543748557e-05 0.0003001432088254901 9.689525722440144e-07 0.008486349298839242 2.739648854374856e-05 0.007125933623940895 4.8289860762215436e-05']
['59491.97047389305 0.015626689590628687 3.974806792213601e-05 0.008505207019411484 2.7375240843893428e-05 0.0003008101642576052 9.682010885859529e-07 0.008505207019411484 2.737524084389343e-05 0.007121482571217204 4.8262953854938346e-05']
['59491.97050937326 0.015583018760778689 3.971154758270576e-05 0.008489915982774154 2.736505299937356e-05 0.0003002693544651985 9.678407672937775e-07 0.008489915982774154 2.736505299937356e-05 0.0070931027780045345 4.822709961289428e-05']
['59491.97054485347 0.015637703155279094 3.976764712159415e-05 0.00851653459699377 2.73832927420927e-05 0.0003012107953610447 9.684858662303276e-07 0.00851653459699377 2.73832927420927e-05 0.007121168558285325 4.8283646082154795e-05']
['59491.970580333684 0.015599150234929684 3.970170902564601e-05 0.008493948981969507 2.736967605968777e-05 0.00030041199263351536 9.680042746051594e-07 0.008493948981969507 2.736967605968777e-05 0.007105201252960177 4.822162240291494e-05']
['59491.97061581389 0.015664938387307297 3.9741026922110386e-05 0.008453195288359605 2.735120558125117e-05 0.00029897062556967795 9.673510150619466e-07 0.008453195288359605 2.7351205581251166e-05 0.007211743098947692 4.8243524618043484e-05']
['59491.9706512941 0.01561213964244628 3.971815859728801e-05 0.008509952764197908 2.7384814541612085e-05 0.00030097801064458567 9.685396888783066e-07 0.008509952764197908 2.7384814541612085e-05 0.007102186878248373 4.8243758040163204e-05']
['59491.97068677431 0.015588768426469364 3.9704696071149726e-05 0.008509982611883828 2.73847681007613e-05 0.000300979066290531 9.685380463692035e-07 0.008509982611883828 2.7384768100761303e-05 0.007078785814585537 4.823264883908872e-05']
['59491.97072225451 0.01563764705711297 3.974586016994676e-05 0.00852359597639401 2.7389231227100643e-05 0.000301460540569177 9.686958971733258e-07 0.00852359597639401 2.7389231227100646e-05 0.0071140510807189625 4.826907278848999e-05']
['59491.97075773472 0.015626744166503684 3.9762207336791985e-05 0.008487142550776143 2.7370646339750862e-05 0.0003001712643736846 9.680385912425426e-07 0.008487142550776143 2.737064633975086e-05 0.007139601615727541 4.8271994089220635e-05']
['59491.97079321493 0.015664524141921713 3.9788304022749764e-05 0.00851573231017098 2.738076296677322e-05 0.0003011824202691282 9.683963937309927e-07 0.00851573231017098 2.7380762966773218e-05 0.007148791831750732 4.8299226884592934e-05']
['59491.970828695135 0.015657940070966967 3.976390068332302e-05 0.008466667722548657 2.73546401282773e-05 0.00029944711545782635 9.674724873145e-07 0.008466667722548657 2.73546401282773e-05 0.00719127234841831 4.8264315328208434e-05']
['59491.970864175346 0.01563442851508693 3.975923054578757e-05 0.008507773589268106 2.7379323289880943e-05 0.0003009009380974879 9.683454755768013e-07 0.008507773589268106 2.737932328988094e-05 0.007126654925818824 4.827446278732581e-05']
['59491.97089965556 0.015608656181925775 3.9721368134513e-05 0.008516878943603583 2.738694293317979e-05 0.0003012229741310644 9.686149653313812e-07 0.008516878943603583 2.7386942933179795e-05 0.007091777238322192 4.824760853869082e-05']
['59491.97093513577 0.015615913070669424 3.972189469851747e-05 0.008498275655543924 2.738058676741896e-05 0.0003005650174082962 9.68390161953615e-07 0.008498275655543924 2.738058676741896e-05 0.0071176374151254995 4.824443439577532e-05']
['59491.97097061597 0.015638486586750794 3.975490181949338e-05 0.00852118859215909 2.7385706372333072e-05 0.00030137539676897504 9.685712309377836e-07 0.00852118859215909 2.7385706372333075e-05 0.007117297994591704 4.827451845631609e-05']
['59491.97100609618 0.015557928749600995 3.9697343991788264e-05 0.008495288244925403 2.7368716478626123e-05 0.0003004593593711889 9.679703363675465e-07 0.008495288244925403 2.7368716478626126e-05 0.0070626405046755915 4.821748398340366e-05']
['59491.97104157639 0.015560335009063845 3.9682428466936956e-05 0.008539796580737875 2.740384781277996e-05 0.00030203351973859976 9.692128531426568e-07 0.008539796580737875 2.740384781277996e-05 0.00702053842832597 4.8225159450017094e-05']
['59491.971077056594 0.015615254136746954 3.974056287908124e-05 0.008500207941890634 2.737345373554231e-05 0.0003006333580579735 9.681378825575259e-07 0.008500207941890634 2.737345373554231e-05 0.00711504619485632 4.825575931801389e-05']
['59491.971112536805 0.015581076788969929 3.9718773250853194e-05 0.008498589996357393 2.736838117086256e-05 0.0003005761349403582 9.67958477281318e-07 0.008498589996357393 2.736838117086256e-05 0.007082486792612535 4.823493792331773e-05']
['59491.971148017015 0.015565273808399395 3.969264048513196e-05 0.008521974093867518 2.738902091305471e-05 0.00030140317820890916 9.686884588355453e-07 0.008521974093867518 2.738902091305471e-05 0.0070432997145318775 4.822514048976617e-05']
['59491.97118349722 0.015639675334338483 3.9756244652022996e-05 0.00853688946202355 2.7392222468760324e-05 0.00030193070144670205 9.68801690705797e-07 0.00853688946202355 2.7392222468760324e-05 0.0071027858723149324 4.8279321045449316e-05']
['59491.97121897743 0.015609639439001588 3.972597226642125e-05 0.008474266371809386 2.7356252973766186e-05 0.00029971586270019675 9.675295300549445e-07 0.008474266371809386 2.7356252973766186e-05 0.007135373067192202 4.823398645433696e-05']
['59491.97125445764 0.015597811855365412 3.971152497303558e-05 0.008545140292847756 2.7408002250301995e-05 0.00030222251489343257 9.693597863131896e-07 0.008545140292847756 2.7408002250301995e-05 0.007052671562517656 4.825146425795375e-05']
['59491.97128993785 0.015617594457776203 3.972810816387625e-05 0.008475902898270118 2.7360777156639117e-05 0.0002997737429836914 9.676895402922065e-07 0.008475902898270118 2.736077715663912e-05 0.007141691559506084 4.823831158836216e-05']
['59491.97132541805 0.01564293088000962 3.974814389513512e-05 0.008472774722323896 2.7365110477829775e-05 0.0002996631063915353 9.67842800178317e-07 0.008472774722323896 2.7365110477829775e-05 0.007170156157685724 4.825727110573282e-05']
['59491.971360898264 0.015584899738024372 3.9721520860961385e-05 0.008518224078628397 2.7390583939007093e-05 0.00030127054855069225 9.687437395703237e-07 0.008518224078628397 2.7390583939007093e-05 0.007066675659395975 4.824980111904694e-05']
['59491.971396378474 0.01561675805083644 3.972249456783738e-05 0.008474602517275288 2.7357762390842005e-05 0.0002997277514140848 9.675829147635675e-07 0.008474602517275288 2.7357762390842005e-05 0.007142155533561153 4.8231978372503435e-05']
['59491.97143185868 0.015623688389982402 3.975174501801048e-05 0.008504067507953928 2.7376129688899397e-05 0.0003007698622840097 9.682325250473623e-07 0.008504067507953928 2.73761296888994e-05 0.007119620882028475 4.826648639294516e-05']
['59491.97146733889 0.015608618499342542 3.972890348947325e-05 0.00851851911046252 2.738664336505e-05 0.00030128098316730784 9.686043702761259e-07 0.00851851911046252 2.738664336505e-05 0.007090099388880023 4.825364242500577e-05']
['59491.9715028191 0.015628440899846247 3.9755332858241303e-05 0.008501709657913137 2.737911843488618e-05 0.0003006864703975516 9.683382303134605e-07 0.008501709657913137 2.737911843488618e-05 0.00712673124193311 4.827113647865653e-05']
['59491.97153829931 0.015583209657419881 3.970742759787063e-05 0.00850771171926691 2.7382721671052683e-05 0.0003008987498938169 9.684656687239109e-07 0.00850771171926691 2.7382721671052683e-05 0.007075497938152972 4.823373562719848e-05']
['59491.97157377951 0.015536151752929946 3.9682603205811734e-05 0.008461390953518125 2.7352125886462965e-05 0.00029926048793010114 9.673835642005267e-07 0.008461390953518125 2.735212588646296e-05 0.007074760799411821 4.819593123593336e-05']
['59491.97160925972 0.015619421234788775 3.971600051373039e-05 0.0084651012390007 2.7360488525413457e-05 0.0002993917124356198 9.676793320508076e-07 0.0084651012390007 2.7360488525413457e-05 0.0071543199957880745 4.8228176713990696e-05']
['59491.97164473993 0.01560393770683244 3.972178320688382e-05 0.008503778806982842 2.737957415973661e-05 0.00030075965157587106 9.683543482829352e-07 0.008503778806982842 2.737957415973661e-05 0.007100158899849598 4.824376791154682e-05']
['59491.97168022014 0.015597532925585819 3.972354764617261e-05 0.008503572062524773 2.7381096395364677e-05 0.00030075233948643587 9.684081863551035e-07 0.008503572062524773 2.7381096395364677e-05 0.007093960863061046 4.824608458113464e-05']
['59491.97171570035 0.01564705982551304 3.974502828244867e-05 0.008465496859384275 2.7353457395387906e-05 0.0002994057046444273 9.674306566954546e-07 0.008465496859384275 2.7353457395387903e-05 0.007181562966128766 4.8248097420042854e-05']
['59491.97175118056 0.01562478605578787 3.9730284839545404e-05 0.008523803968240288 2.7391551817527574e-05 0.00030146789677594553 9.687779712705118e-07 0.008523803968240288 2.739155181752757e-05 0.0071009820875475825 4.8257565670096846e-05']
['59491.97178666076 0.01556021591135018 3.9703044115012014e-05 0.00849734083765495 2.7377246705292807e-05 0.0003005319549887582 9.682720314208125e-07 0.00849734083765495 2.737724670529281e-05 0.00706287507369523 4.82270188707643e-05']
['59491.97182214097 0.015577930016915504 3.970983812622335e-05 0.008482922301032973 2.736623402547072e-05 0.0003000220035719717 9.67882537547396e-07 0.008482922301032973 2.736623402547072e-05 0.007095007715882531 4.8226362176175933e-05']
['59491.97185762118 0.015584471076696318 3.9707705338994206e-05 0.008493476446427579 2.7371596254863726e-05 0.00030039528010745217 9.680721876171494e-07 0.008493476446427579 2.7371596254863726e-05 0.00709099463026874 4.8227649173764e-05']
['59491.97189310139 0.015621824614397225 3.973557562487377e-05 0.008506691413481118 2.7378630418998652e-05 0.0003008626639584227 9.683209702821701e-07 0.008506691413481118 2.7378630418998655e-05 0.007115133200916108 4.825458914818549e-05']
['59491.971928581595 0.015553946226407387 3.966775371966822e-05 0.008455254419156264 2.7345536233106265e-05 0.00029904345242406927 9.67150502888309e-07 0.008455254419156264 2.734553623310627e-05 0.007098691807251123 4.817996510003281e-05']
['59491.971964061806 0.015624108332707276 3.973348988911207e-05 0.0084913663399559 2.7367919757712735e-05 0.0003003206503573593 9.679421581294064e-07 0.0084913663399559 2.7367919757712738e-05 0.007132741992751376 4.8246795236914695e-05']
['59491.97199954202 0.015595706435976367 3.9704784684757504e-05 0.008516978820843159 2.7390405611092528e-05 0.00030122650656581575 9.68737432510525e-07 0.008516978820843159 2.7390405611092528e-05 0.007078727615133208 4.82359227796372e-05']
['59491.97203502222 0.015585723799798749 3.971028372224148e-05 0.008486802455239091 2.737307059768314e-05 0.00030015923595460783 9.681243318277097e-07 0.008486802455239091 2.737307059768314e-05 0.007098921344559658 4.8230608821024246e-05']
['59491.97207050243 0.015607768331754267 3.9713214750680215e-05 0.008478671092200515 2.737022260721594e-05 0.00029987164781646025 9.680236047697689e-07 0.008478671092200515 2.737022260721594e-05 0.007129097239553753 4.823140586176396e-05']
['59491.97210598264 0.015628403171519964 3.9716050517997457e-05 0.00844728319925733 2.734867003283125e-05 0.000298761528190872 9.672613383809514e-07 0.00844728319925733 2.734867003283125e-05 0.007181119972262635 4.8221514091874056e-05']
['59491.972141462844 0.015574847791152863 3.967477845430412e-05 0.008515212082632609 2.7384201540667792e-05 0.0003011640209837361 9.685180084048835e-07 0.008515212082632609 2.7384201540667795e-05 0.0070596357085202545 4.8207702075685235e-05']
['59491.972176943054 0.015590734923038526 3.9738012723419464e-05 0.008484939298213513 2.7374567036667054e-05 0.000300093340254524 9.681772575302264e-07 0.008484939298213513 2.7374567036667054e-05 0.007105795624825013 4.825429074861246e-05']
['59491.972212423265 0.01559611298491404 3.970645215921453e-05 0.008505020935565722 2.737822053869707e-05 0.0003008035828878536 9.683064737319317e-07 0.008505020935565722 2.7378220538697074e-05 0.007091092049348317 4.82303773874674e-05']
['59491.972247903475 0.015548534660765967 3.967703860655317e-05 0.008488639952157689 2.7374020281043266e-05 0.0003002242241140547 9.6815792000574e-07 0.008488639952157689 2.737402028104327e-05 0.0070598947086082785 4.820377971625129e-05']
['59491.97228338368 0.015608558699154885 3.971957780961097e-05 0.008480597111702353 2.7365518767102826e-05 0.00029993976682184 9.67857240457432e-07 0.008480597111702353 2.7365518767102826e-05 0.007127961587452531 4.8233976393890616e-05']
['59491.97231886389 0.015616376228087798 3.9746094734653514e-05 0.008469858087690152 2.7358907831488045e-05 0.0002995599515428346 9.676234264393089e-07 0.008469858087690152 2.735890783148805e-05 0.007146518140397646 4.8252066115223605e-05']
['59491.9723543441 0.015567359268893141 3.9696405029497647e-05 0.008499336521290098 2.7374146949965182e-05 0.00030060253785884293 9.681624000024198e-07 0.008499336521290098 2.7374146949965182e-05 0.007068022747603044 4.8219793586287925e-05']
['59491.9723898243 0.015598412370571487 3.971296010274345e-05 0.008492976052357569 2.7369791638978252e-05 0.00030037758228751085 9.680083623863592e-07 0.008492976052357569 2.736979163897825e-05 0.0071054363182139185 4.823095162323855e-05']
['59491.97242530451 0.015682460620907973 3.9773767737376074e-05 0.008460115336015307 2.7353039602510575e-05 0.0002992153721898638 9.674158802950955e-07 0.008460115336015307 2.7353039602510572e-05 0.0072223452848926666 4.8271537944458014e-05']
['59491.972460784724 0.015596237564643203 3.973432145922265e-05 0.008493877479391114 2.7363097449093695e-05 0.00030040946374711646 9.677716038507763e-07 0.008493877479391114 2.736309744909369e-05 0.007102360085252089 4.8244744831260526e-05']
['59491.97249626493 0.01557527861139663 3.9712872619878607e-05 0.008465899286947041 2.7356576995802937e-05 0.0002994199376079497 9.675409899902376e-07 0.008465899286947041 2.7356576995802933e-05 0.007109379324449588 4.822338184584319e-05']
['59491.97253174514 0.015562715416561984 3.969968346988235e-05 0.008479854080676585 2.736221684084596e-05 0.00029991348747503523 9.677404587050976e-07 0.008479854080676585 2.7362216840845962e-05 0.007082861335885399 4.821572127485313e-05']
['59491.97256722535 0.015625074490421057 3.972939789235979e-05 0.008523366914000938 2.7392020560613895e-05 0.00030145243914425846 9.68794549665896e-07 0.008523366914000938 2.7392020560613895e-05 0.007101707576420119 4.825710152177125e-05']
['59491.97260270556 0.015591466830139197 3.9720491604224863e-05 0.008477219736368226 2.7365198222691377e-05 0.0002998203166042616 9.678459035179736e-07 0.008477219736368226 2.7365198222691374e-05 0.007114247093770971 4.823454702854054e-05']
['59491.97263818576 0.015600932276439172 3.972919117158244e-05 0.008479642942742163 2.737296817316597e-05 0.0002999060199981602 9.681207093014427e-07 0.008479642942742163 2.737296817316597e-05 0.007121289333697009 4.824611919892937e-05']
['59491.97267366597 0.015622890036554855 3.9722080264035195e-05 0.008481417738171838 2.7369520200776113e-05 0.00029996879054607344 9.679987622237783e-07 0.008481417738171838 2.7369520200776113e-05 0.007141472298383017 4.823830735549441e-05']
['59491.97270914618 0.015527962053856412 3.966066195975579e-05 0.008504279551808642 2.737514271467428e-05 0.00030077736180126084 9.681976179747774e-07 0.008504279551808642 2.737514271467428e-05 0.0070236825020477695 4.8190938419321164e-05']
['59491.972744626386 0.015566008835259515 3.969062322277606e-05 0.00847819867960398 2.7360893613912623e-05 0.00029985493963870084 9.676936591257035e-07 0.00847819867960398 2.7360893613912623e-05 0.007087810155655535 4.8207510526516665e-05']
['59491.9727801066 0.015551385809755772 3.9676876499422505e-05 0.008430528626062197 2.7337971038831638e-05 0.00029816895638122744 9.668829388740293e-07 0.008430528626062197 2.7337971038831635e-05 0.0071208571836935755 4.818318367719616e-05']
['59491.97281558681 0.015561541196058624 3.9690276787438226e-05 0.0084942269149911 2.7369639927311026e-05 0.0003004218225033454 9.68002996683745e-07 0.0084942269149911 2.7369639927311026e-05 0.007067314281067523 4.8212189964926044e-05']
['59491.97285106702 0.015567749477827067 3.9676718985440924e-05 0.008460599897927948 2.7359028115377014e-05 0.0002992325100617818 9.67627680611643e-07 0.008460599897927948 2.7359028115377014e-05 0.007107149579899118 4.819500439742316e-05']
['59491.97288654722 0.015529481339360609 3.967124238103925e-05 0.008507869655063793 2.7379577425866585e-05 0.00030090433572998695 9.68354463798653e-07 0.008507869655063793 2.7379577425866582e-05 0.007021611684296816 4.8202165221846496e-05']
['59491.97292202743 0.015579414794627537 3.970598434462037e-05 0.00851397631957793 2.7378905162680785e-05 0.00030112031480626 9.683306873521912e-07 0.00851397631957793 2.7378905162680785e-05 0.0070654384750496076 4.823038088883714e-05']
['59491.97295750764 0.015538223143312367 3.9690294271579626e-05 0.008542011178789315 2.7395497541690757e-05 0.00030211184512234383 9.68917522715989e-07 0.008542011178789315 2.7395497541690757e-05 0.006996211964523052 4.822688819446441e-05']
['59491.972992987845 0.01556121301433951 3.9704384757077264e-05 0.008456820837099005 2.734985316355177e-05 0.00029909885312596595 9.673031830703946e-07 0.008456820837099005 2.734985316355177e-05 0.0071043921772405046 4.821257758102e-05']
['59491.973028468055 0.015551535303097415 3.969206298243787e-05 0.008481873171312222 2.7365705634120792e-05 0.0002999848981984157 9.678638495262344e-07 0.008481873171312222 2.7365705634120796e-05 0.007069662131785193 4.8211427158456586e-05']
['59491.973063948266 0.0155731994761907 3.971500300518603e-05 0.008490027043523852 2.7357618112812083e-05 0.00030027328243570914 9.675778119720916e-07 0.008490027043523852 2.7357618112812083e-05 0.007083172432666849 4.822572687382118e-05']
['59491.97309942847 0.015601285997108017 3.9718323868445464e-05 0.008480016725975245 2.7366331230562044e-05 0.00029991923987575793 9.678859754742357e-07 0.008480016725975245 2.7366331230562044e-05 0.007121269271132772 4.8233404772414314e-05']
['59491.97313490868 0.01562410175993376 3.975288081015716e-05 0.008477668647080742 2.735808239548384e-05 0.0002998361935729069 9.67594232612581e-07 0.008477668647080742 2.735808239548384e-05 0.0071464331128530175 4.825718811808915e-05']
['59491.97317038889 0.015560395019786987 3.971751198681926e-05 0.008468245937230225 2.736575810806213e-05 0.0002995029333840112 9.678657054122671e-07 0.008468245937230225 2.7365758108062132e-05 0.0070921490825567625 4.823241104539664e-05']
['59491.9732058691 0.015562149220797154 3.9706816625269586e-05 0.008512375095245585 2.7387395993374285e-05 0.0003010636830801507 9.686309890579305e-07 0.008512375095245585 2.738739599337429e-05 0.007049774125551569 4.823588649346748e-05']
['59491.973241349304 0.015559583467840803 3.9677781269718285e-05 0.008461270895696284 2.734595960229236e-05 0.0002992562417532561 9.671654765102465e-07 0.008461270895696284 2.7345959602292355e-05 0.007098312572144518 4.818846161746412e-05']
['59491.973276829514 0.015607021441438548 3.9713912991095524e-05 0.008489062437134355 2.7368068528474612e-05 0.000300239166463481 9.679474198187709e-07 0.008489062437134355 2.7368068528474612e-05 0.0071179590043041925 4.8230758443586476e-05']
['59491.973312309725 0.015593301094943382 3.9706267263497184e-05 0.00848608238340787 2.736541528181606e-05 0.0003001337686232034 9.67853580414115e-07 0.00848608238340787 2.736541528181606e-05 0.007107218711535511 4.8222957328916695e-05']
['59491.97334778993 0.015557749505119381 3.969104470904116e-05 0.008495585883769675 2.7373804167579353e-05 0.0003004698861919271 9.681502765555066e-07 0.008495585883769675 2.7373804167579353e-05 0.007062163621349706 4.821518624562275e-05']
['59491.97338327014 0.015611321655589143 3.973285061646511e-05 0.008497006499462376 2.7375284102831285e-05 0.0003005201301940887 9.682026185579068e-07 0.008497006499462376 2.7375284102831285e-05 0.007114315156126767 4.8250446607477726e-05']
['59491.97341875035 0.015583408175775144 3.970580437816471e-05 0.008494816047063982 2.737406909821233e-05 0.00030044265878813054 9.681596465599098e-07 0.008494816047063982 2.737406909821233e-05 0.007088592128711163 4.8227487601064056e-05']
['59491.97345423055 0.015573537762083763 3.970392775433466e-05 0.008527998951699844 2.739076768070153e-05 0.00030161626396567375 9.687502381034173e-07 0.008527998951699844 2.7390767680701526e-05 0.0070455388103839185 4.823542301317145e-05']
['59491.97348971076 0.015607362205206563 3.973972585655202e-05 0.008521887137878032 2.7386400633771328e-05 0.0003014001027698962 9.685957854132716e-07 0.008521887137878032 2.7386400633771328e-05 0.007085475067328531 4.8262415509662796e-05']
['59491.97352519097 0.015535074424844428 3.9652076337092246e-05 0.008456586475813117 2.7342852117300898e-05 0.00029909056429105075 9.670555717109187e-07 0.008456586475813117 2.7342852117300894e-05 0.0070784879490313115 4.816553456312072e-05']
['59491.973560671184 0.015558586962706367 3.9674939168755535e-05 0.008468452497639892 2.7357935155395326e-05 0.0002995102389640658 9.675890250597124e-07 0.008468452497639892 2.7357935155395323e-05 0.007090134465066475 4.8192918712309463e-05']
['59491.97359615139 0.015513462950405456 3.96536142937636e-05 0.008483424571092413 2.7362165569341406e-05 0.0003000397677414666 9.677386453465667e-07 0.008483424571092413 2.736216556934141e-05 0.007030038379313043 4.817776698024334e-05']
['59491.9736316316 0.015582789324293463 3.971842594082851e-05 0.00851448959260547 2.7381724980152274e-05 0.0003011384681261464 9.684304179942365e-07 0.00851448959260547 2.7381724980152274e-05 0.007068299731687993 4.824222447302544e-05']
['59491.97366711181 0.015545245520554783 3.969472080941498e-05 0.00850359240713334 2.7381415546626166e-05 0.0003007530590297733 9.684194740219613e-07 0.00850359240713334 2.7381415546626166e-05 0.0070416531134214425 4.8222533918018284e-05']
['59491.97370259201 0.015577009593683355 3.969674247064906e-05 0.008468063660188273 2.7363576492156088e-05 0.0002994964866524026 9.67788546533295e-07 0.008468063660188273 2.7363576492156088e-05 0.007108945933495082 4.821407140268399e-05']
['59491.97373807222 0.015592342289273366 3.972107093777026e-05 0.00846941423873962 2.736180170320446e-05 0.0002995442535973983 9.677257762144958e-07 0.00846941423873962 2.736180170320446e-05 0.007122928050533746 4.823309723508185e-05']
['59491.97377355243 0.015649771038218928 3.9762875728376496e-05 0.008498729359666234 2.7377772905999875e-05 0.00030058106390913326 9.682906419638322e-07 0.008498729359666234 2.737777290599988e-05 0.0071510416785526935 4.8276585789415696e-05']
['59491.973809032635 0.01560852459138403 3.974942708100763e-05 0.00848808564799236 2.7373571456916103e-05 0.00030020461961452396 9.68142046099425e-07 0.00848808564799236 2.7373571456916103e-05 0.00712043894339167 4.82631263758911e-05']
['59491.973844512846 0.015534427570741414 3.969253218502638e-05 0.008473451053007902 2.7367582613876476e-05 0.00029968702669631853 9.6793023410539e-07 0.008473451053007902 2.7367582613876476e-05 0.007060976517733512 4.8212878874702234e-05']
['59491.97387999306 0.01556134692812641 3.970095305001588e-05 0.008443169632229183 2.734263351942768e-05 0.00029861604051836766 9.670478403926806e-07 0.008443169632229183 2.734263351942768e-05 0.007118177295897227 4.8205656108565674e-05']
['59491.97391547327 0.01555393095280374 3.969937635297877e-05 0.008449175890427525 2.734884441747035e-05 0.00029882846844764597 9.672675059759097e-07 0.008449175890427525 2.734884441747035e-05 0.007104755062376214 4.820788082654587e-05']
['59491.97395095347 0.015585144916513192 3.971146198030414e-05 0.008500463118395585 2.73736030566674e-05 0.00030064238308066766 9.68143163712007e-07 0.008500463118395585 2.7373603056667395e-05 0.007084681798117607 4.823188112563237e-05']
['59491.97398643368 0.015557415035869396 3.969353291116676e-05 0.008462172038714959 2.73527180328452e-05 0.0002992881131678905 9.674045070946972e-07 0.008462172038714959 2.73527180328452e-05 0.007095242997154437 4.8205266711783826e-05']
['59491.97402191389 0.015536480724234594 3.967643981609194e-05 0.008427137270355555 2.7331015715034884e-05 0.00029804901170911745 9.66636944615572e-07 0.008427137270355555 2.7331015715034884e-05 0.007109343453879039 4.817887811578274e-05']
['59491.974057394094 0.015521928517449293 3.96671339843128e-05 0.008485923093572401 2.736820139105744e-05 0.00030012813489771467 9.67952118871395e-07 0.008485923093572401 2.7368201391057435e-05 0.007036005423876892 4.8192322686408276e-05']
['59491.974092874305 0.015571097043549281 3.968853070286426e-05 0.008455667067474467 2.7352185241408857e-05 0.0002990580468728694 9.673856634523124e-07 0.008455667067474467 2.7352185241408857e-05 0.007115429976074814 4.8200845499146e-05']
['59491.974128354515 0.015543865314948993 3.968564857644573e-05 0.008472121763725433 2.7354827022437935e-05 0.0002996400127051843 9.674790973432778e-07 0.008472121763725433 2.7354827022437935e-05 0.00707174355122356 4.819997162199008e-05']
['59491.97416383472 0.015589762129640704 3.9713994264751576e-05 0.008472362210881582 2.7354827791341275e-05 0.0002996485167837295 9.674791245376706e-07 0.008472362210881582 2.7354827791341275e-05 0.0071173999187591225 4.822331328262979e-05']
['59491.97419931493 0.015623320987087217 3.9743836495573826e-05 0.008474251263277608 2.7353850007740566e-05 0.0002997153283451933 9.674445425169313e-07 0.008474251263277608 2.735385000774057e-05 0.007149069723809609 4.824733826474653e-05']
['59491.97423479514 0.015584190398059045 3.97113798321951e-05 0.008481423883001193 2.7362455732329915e-05 0.0002999690078749549 9.67748907762994e-07 0.008481423883001193 2.7362455732329915e-05 0.007102766515057852 4.822548778271285e-05']
['59491.97427027535 0.015605719237189987 3.9744703359860376e-05 0.008472676677197435 2.735713208642967e-05 0.0002996596387545304 9.675606223051508e-07 0.008472676677197435 2.735713208642967e-05 0.0071330425599925515 4.824991317254008e-05']
['59491.97430575555 0.015597930754824851 3.9714734828324836e-05 0.008445111994342006 2.7344477445284247e-05 0.0002986847375253744 9.671130559292956e-07 0.008445111994342006 2.7344477445284247e-05 0.007152818760482845 4.8218052731729185e-05']
['59491.974341235764 0.015595225498439093 3.9718179575714536e-05 0.00850590090475799 2.7378391571196062e-05 0.0003008347054315686 9.683125227691858e-07 0.00850590090475799 2.737839157119606e-05 0.0070893245936811036 4.8240129703748175e-05']
['59491.974376715974 0.015506427364966185 3.9655997412529514e-05 0.008466458628288652 2.7352450664088626e-05 0.0002994397202611481 9.673950508593112e-07 0.008466458628288652 2.7352450664088626e-05 0.007039968736677534 4.817421185773515e-05']
['59491.97441219618 0.015563086502992741 3.968552326169888e-05 0.00845486673164011 2.73491199642266e-05 0.0002990297407830535 9.672772514488673e-07 0.00845486673164011 2.7349119964226597e-05 0.007108219771352632 4.819662975118178e-05']
['59491.97444767639 0.015642372052826214 3.975647355160407e-05 0.00850110275717808 2.73777006434528e-05 0.00030066500567489603 9.682880861990393e-07 0.00850110275717808 2.73777006434528e-05 0.007141269295648133 4.827127180613651e-05']
['59491.9744831566 0.015541670546239316 3.9680483789662465e-05 0.008462178599663764 2.7356218395218966e-05 0.0002992883452139869 9.675283070890078e-07 0.008462178599663764 2.7356218395218966e-05 0.007079491946575553 4.819650898839647e-05']
['59491.97451863681 0.015560538429616945 3.9701413045521056e-05 0.008480946607313956 2.7361602281304173e-05 0.00029995212770054564 9.677187231075644e-07 0.008480946607313956 2.7361602281304176e-05 0.007079591822302989 4.821679662950806e-05']
['59491.97455411701 0.015539886406707663 3.967632689926751e-05 0.008517114678354526 2.7387438893241842e-05 0.00030123131154236916 9.686325063303703e-07 0.008517114678354526 2.738743889324184e-05 0.007022771728353137 4.821081543957325e-05']
['59491.97458959722 0.015597608911493477 3.972280872558822e-05 0.008480739464963787 2.735981171415907e-05 0.00029994480153855614 9.676553947493241e-07 0.008480739464963787 2.735981171415907e-05 0.00711686944652969 4.823339952858293e-05']
['59491.97462507743 0.015534794256307308 3.9672102037801666e-05 0.008469665680364427 2.7364729989404385e-05 0.00029955314652572876 9.678293431530526e-07 0.008469665680364427 2.7364729989404385e-05 0.007065128575942881 4.8194440835959025e-05']
['59491.97466055764 0.01549612402674128 3.964705104029144e-05 0.008442031719252546 2.7334890188540953e-05 0.00029857579507946985 9.66773976084543e-07 0.008442031719252546 2.7334890188540953e-05 0.007054092307488734 4.8156877783044314e-05']
['59491.97469603785 0.01554600789563436 3.967359098903182e-05 0.0084701983964252 2.735547682575837e-05 0.000299571987502248 9.675020794344966e-07 0.0084701983964252 2.7355476825758367e-05 0.007075809499209161 4.819041330316217e-05']
['59491.97473151806 0.015597971989122179 3.9720006851283645e-05 0.008483684323061031 2.735944626933854e-05 0.00030004895458808514 9.67642469782743e-07 0.008483684323061031 2.735944626933854e-05 0.007114287666061148 4.823088475687381e-05']
['59491.97476699826 0.015596685319018906 3.972373709541959e-05 0.008479641644036452 2.7365510044972308e-05 0.00029990597406584165 9.678569319751685e-07 0.008479641644036452 2.736551004497231e-05 0.007117043674982454 4.823739658032443e-05']
['59491.97480247847 0.015556455515996843 3.971224028746571e-05 0.008455258657175325 2.734723412471759e-05 0.00029904360231333205 9.67210553520037e-07 0.008455258657175325 2.7347234124717593e-05 0.007101196858821518 4.8217561561339174e-05']
['59491.97483795868 0.015580105476914147 3.970886550617671e-05 0.00851779983815651 2.7388109659677578e-05 0.0003012555441133233 9.686562298401276e-07 0.00851779983815651 2.7388109659677578e-05 0.007062305638757637 4.823797830048597e-05']
['59491.97487343889 0.015612456862546748 3.973926901896454e-05 0.008472399352321297 2.7351462155404396e-05 0.000299649830393446 9.673600895163369e-07 0.008472399352321297 2.7351462155404396e-05 0.00714005751022545 4.82422220072848e-05']
['59491.974908919095 0.015522518486094511 3.9671037558378845e-05 0.008445700190887747 2.7348957372846045e-05 0.0002987055407226553 9.672715009551076e-07 0.008445700190887747 2.7348957372846045e-05 0.007076818295206764 4.818461051352449e-05']
['59491.974944399306 0.015544739640232778 3.9685356783506944e-05 0.008448392773257384 2.734526783996271e-05 0.000298800771343502 9.671410104226446e-07 0.008448392773257384 2.734526783996271e-05 0.007096346866975394 4.8194306886535254e-05']
['59491.97497987952 0.015561352977548546 3.9683380312472554e-05 0.008489775551638282 2.7368533641935745e-05 0.0003002643877297678 9.679638698424236e-07 0.008489775551638282 2.736853364193574e-05 0.007071577425910264 4.820588456541486e-05']
['59491.97501535972 0.015546020629479728 3.968942426078952e-05 0.008449794022933672 2.7349826082005252e-05 0.00029885033041294356 9.67302225256618e-07 0.008449794022933672 2.734982608200525e-05 0.007096226606546055 4.820024258101698e-05']
['59491.97505083993 0.015604154146261765 3.972841746113092e-05 0.008453509787649867 2.734100085168451e-05 0.00029898174870670994 9.669900965834023e-07 0.008453509787649867 2.734100085168451e-05 0.007150644358611898 4.822735200628068e-05']
['59491.97508632014 0.015544996837753152 3.968285774751123e-05 0.008454623114492682 2.7346537246240536e-05 0.0002990211245890013 9.671859064857352e-07 0.008454623114492682 2.7346537246240532e-05 0.007090373723260469 4.819296938734148e-05']
['59491.975121800344 0.015564471941137257 3.9722371707264805e-05 0.008515078807597774 2.7389151159063475e-05 0.0003011593073436062 9.686930653457926e-07 0.008515078807597774 2.7389151159063475e-05 0.007049393133539483 4.8249688240071974e-05']
['59491.975157280554 0.015536250713059547 3.9664847056285944e-05 0.008482622416174227 2.7371078302236076e-05 0.0003000113973147211 9.680538687902653e-07 0.008482622416174227 2.7371078302236073e-05 0.0070536282968853194 4.819207423867221e-05']
['59491.975192760765 0.015546911665811283 3.9676169247105816e-05 0.008471290861548242 2.7359066978231582e-05 0.0002996106255521341 9.676290551039556e-07 0.008471290861548242 2.7359066978231582e-05 0.007075620804263041 4.8194573885909056e-05']
['59491.975228240975 0.015498997569867595 3.966474319226216e-05 0.008456128031771083 2.7355900054701564e-05 0.00029907435014984616 9.675170480963564e-07 0.008456128031771083 2.7355900054701564e-05 0.007042869538096512 4.818336974839896e-05']
['59491.97526372118 0.015539542512919743 3.9685748743811625e-05 0.008446557968441112 2.734243936092184e-05 0.00029873587839769785 9.670409734402478e-07 0.008446557968441112 2.734243936092184e-05 0.007092984544478631 4.819302484346292e-05']
['59491.97529920139 0.015522699097239216 3.966383913667316e-05 0.008487211391606072 2.7368035777996664e-05 0.00030017369911998894 9.679462615075587e-07 0.008487211391606072 2.736803577799666e-05 0.007035487705633144 4.818951667536821e-05']
['59491.9753346816 0.015577632635720437 3.970221709985436e-05 0.008462452919552797 2.7351610129036733e-05 0.0002992980472953931 9.67365323013011e-07 0.008462452919552797 2.7351610129036733e-05 0.00711517971616764 4.821178921482579e-05']
['59491.9753701618 0.015479845870962357 3.963639942414828e-05 0.008477004711222662 2.7364923723031755e-05 0.0002998127116454159 9.678361950784835e-07 0.008477004711222662 2.7364923723031755e-05 0.007002841159739695 4.816516593636908e-05']
['59491.97540564201 0.015549021352724651 3.9672199437360665e-05 0.008446071043501736 2.7345838301517253e-05 0.00029871865695080534 9.671611863729224e-07 0.008446071043501736 2.7345838301517257e-05 0.007102950309222915 4.818379686793526e-05']
['59491.975441122224 0.0155171022209533 3.966133459924137e-05 0.008450286168207456 2.7349644179812095e-05 0.00029886773649139735 9.672957917825734e-07 0.008450286168207456 2.7349644179812095e-05 0.007066816052745844 4.8177012142258366e-05']
['59491.97547660243 0.01552845535839715 3.9690262741508625e-05 0.00846465411997411 2.735115522193525e-05 0.0002993758988349016 9.67349233965489e-07 0.00846465411997411 2.735115522193525e-05 0.00706380123842304 4.820168719520494e-05']
['59491.97551208264 0.01552662486436392 3.96802664831457e-05 0.008454713778084023 2.735025235255773e-05 0.00029902433115760584 9.673173014934005e-07 0.008454713778084023 2.7350252352557732e-05 0.007071911086279897 4.8192944005549676e-05']
['59491.97554756285 0.015513092960393009 3.966086382149531e-05 0.008479083613490488 2.7375505378317596e-05 0.00029988623777255574 9.68210444577336e-07 0.008479083613490488 2.73755053783176e-05 0.007034009346902521 4.8191310563062e-05']
['59491.97558304306 0.015486175229297716 3.961994100666516e-05 0.008461139888924829 2.7360555805586918e-05 0.0002992516083365326 9.676817116001806e-07 0.008461139888924829 2.7360555805586918e-05 0.007025035340372887 4.814914058799246e-05']
['59491.97561852326 0.015536510636419257 3.9683056344856345e-05 0.008490066290856274 2.7382246063933846e-05 0.00030027467052614427 9.68448847563037e-07 0.008490066290856274 2.7382246063933846e-05 0.007046444345562983 4.821340436408597e-05']
['59491.97565400347 0.015571211575721392 3.9694350898611494e-05 0.008448148636415971 2.733954612841146e-05 0.00029879213676903493 9.669386462723497e-07 0.008448148636415971 2.733954612841146e-05 0.007123062939305421 4.8198467566610844e-05']
['59491.97568948368 0.015564806139884086 3.9681170134684405e-05 0.008450822079015548 2.7344244078186594e-05 0.00029888669045898935 9.671048022565964e-07 0.008450822079015548 2.7344244078186598e-05 0.007113984060868538 4.81902785576636e-05']
['59491.975724963886 0.015518790818603662 3.9667704453348504e-05 0.008454693155425175 2.7347973473676083e-05 0.0002990236017802513 9.672367026403512e-07 0.008454693155425175 2.7347973473676083e-05 0.007064097663178486 4.8181307887137055e-05']
['59491.9757604441 0.015517731253010095 3.964689834005984e-05 0.008436029623583911 2.735067483004969e-05 0.0002983635143695646 9.673322435781095e-07 0.008436029623583911 2.735067483004969e-05 0.007081701629426184 4.816571354860377e-05']
['59491.97579592431 0.015497779166693508 3.96578696684489e-05 0.008461233259134598 2.7352197500528198e-05 0.000299254910632182 9.67386097029966e-07 0.008461233259134598 2.7352197500528195e-05 0.00703654590755891 4.817560933447111e-05']
['59491.97583140452 0.01554102777793623 3.9686446552405085e-05 0.008471725964518582 2.736101535475947e-05 0.00029962601417179714 9.676979648273819e-07 0.008471725964518582 2.736101535475947e-05 0.0070693018134176475 4.820414091341416e-05']
['59491.97586688472 0.015506083878115303 3.958984993783987e-05 0.00846187345596128 2.7321597701362733e-05 0.0002992775529631861 9.663038505200098e-07 0.00846187345596128 2.732159770136273e-05 0.007044210422154022 4.8102244428464964e-05']
['59491.97590236493 0.015510161047350993 3.960263932469472e-05 0.008476663079638003 2.7329241339938325e-05 0.00029980062889976817 9.665741889339016e-07 0.008476663079638003 2.732924133993832e-05 0.007033497967712989 4.811711206731395e-05']
['59491.97593784514 0.015557919983138541 3.963932515483362e-05 0.008459179305720333 2.7307972595404545e-05 0.0002991822668902352 9.658219609725884e-07 0.008459179305720333 2.7307972595404545e-05 0.0070987406774182076 4.813524141418625e-05']
['59491.975973325345 0.015529174132030437 3.960310520698661e-05 0.008464190976010033 2.732002033442743e-05 0.000299359518467958 9.662480625767157e-07 0.008464190976010033 2.732002033442743e-05 0.007064983156020404 4.8112258865170506e-05']
['59491.976008805555 0.01546909314360194 3.957701710758581e-05 0.00841264033113777 2.729570258542132e-05 0.00029753628736773675 9.653879981413401e-07 0.00841264033113777 2.7295702585421318e-05 0.00705645281246417 4.807697643119746e-05']
['59491.976044285766 0.015487027434030638 3.9594581280467717e-05 0.008421933450654675 2.730019048634709e-05 0.00029786496423614986 9.655467251672165e-07 0.008421933450654675 2.7300190486347093e-05 0.007065093983375964 4.80939836920004e-05']
['59491.97607976597 0.015549675937428977 3.9650950260849536e-05 0.008460643903903553 2.7320645922897647e-05 0.0002992340664547914 9.662701882427995e-07 0.008460643903903553 2.7320645922897647e-05 0.007089032033525424 4.8152004633584134e-05']
['59491.97611524618 0.015533899721611902 3.964196798665234e-05 0.008423590030009191 2.7301021496470838e-05 0.0002979235537456822 9.65576116138095e-07 0.008423590030009191 2.7301021496470838e-05 0.007110309691602711 4.8133474844493954e-05']
['59491.97615072639 0.015510526831403332 3.9607642032930444e-05 0.008463251326319685 2.7328735200582664e-05 0.0002993262851584038 9.665562879160468e-07 0.008463251326319685 2.732873520058266e-05 0.007047275505083647 4.8120942167338376e-05']
['59491.9761862066 0.015544239325851954 3.962691990107607e-05 0.008467944467599763 2.7323497502074828e-05 0.0002994922710769267 9.66371042225392e-07 0.008467944467599763 2.732349750207483e-05 0.007076294858252192 4.813383733499947e-05']
['59491.976221686804 0.015516103281757846 3.9618900769830584e-05 0.008490490490671722 2.7339763781921024e-05 0.00030028967352558586 9.66946344190556e-07 0.008490490490671722 2.7339763781921024e-05 0.007025612791086124 4.813647247006082e-05']
['59491.976257167014 0.01551561358936715 3.961749147963551e-05 0.00849735607649817 2.7336135615582793e-05 0.0003005324939525861 9.668180240556473e-07 0.00849735607649817 2.7336135615582793e-05 0.00701825751286898 4.813325193182491e-05']
['59491.976292647225 0.01557981612952785 3.9660459924603796e-05 0.008501117801857 2.733464664344663e-05 0.0003006655377715665 9.667653624388481e-07 0.008501117801857 2.733464664344663e-05 0.00707869832767085 4.816777956843342e-05']
['59491.97632812743 0.01552832293597334 3.962778978946459e-05 0.008460777719450217 2.7319329989709766e-05 0.00029923879921161676 9.662236466268816e-07 0.008460777719450217 2.7319329989709766e-05 0.007067545216523122 4.813218792746336e-05']
['59491.97636360764 0.015548704079414569 3.9655721970404005e-05 0.00843708092320862 2.7297663922616797e-05 0.0002984006964877742 9.654573662546135e-07 0.00843708092320862 2.7297663922616797e-05 0.007111623156205948 4.814289917138474e-05']
['59491.97639908785 0.0155123471411869 3.960437439843326e-05 0.008449604749126503 2.7314215884904923e-05 0.00029884363622138604 9.66042772169286e-07 0.008449604749126503 2.7314215884904923e-05 0.007062742392060397 4.8110007907902786e-05']
['59491.97643456805 0.015554976739849909 3.9636567976058714e-05 0.008467771722002696 2.732250368171308e-05 0.00029948616145122214 9.663358930202547e-07 0.008467771722002696 2.732250368171308e-05 0.0070872050178472125 4.814121652345262e-05']
['59491.97647004826 0.01556156124413082 3.965019220667191e-05 0.008427941054461662 2.7295163739761396e-05 0.0002980774397565987 9.653689403745979e-07 0.008427941054461662 2.7295163739761396e-05 0.007133620189669157 4.813692663233093e-05']
['59491.97650552847 0.01556781382737084 3.9650592477400896e-05 0.008462667949294036 2.732468608079849e-05 0.00029930565241677754 9.664130795985307e-07 0.008462667949294036 2.7324686080798488e-05 0.007105145878076804 4.8154002463171255e-05']
['59491.976541008684 0.01554936258841123 3.962247223570524e-05 0.008423257438477688 2.7294929019703282e-05 0.0002979117907265112 9.653606388507108e-07 0.008423257438477688 2.7294929019703282e-05 0.007126105149933542 4.811396321505715e-05']
['59491.97657648889 0.015525616234628576 3.961609132444699e-05 0.008449605559959671 2.7312954763766253e-05 0.0002988436648987431 9.65998169133051e-07 0.008449605559959671 2.7312954763766253e-05 0.007076010674668905 4.811893795330967e-05']
['59491.9766119691 0.015566652581847472 3.964945933158776e-05 0.008472317861063346 2.7325964484685616e-05 0.0002996469482297745 9.664582938869538e-07 0.008472317861063346 2.7325964484685616e-05 0.007094334720784126 4.8153794869205596e-05']
['59491.97664744931 0.01552684164089874 3.962871041779597e-05 0.00845274426284058 2.7322672117481835e-05 0.00029895467380505275 9.663418502169638e-07 0.00845274426284058 2.7322672117481835e-05 0.007074097378058159 4.813484290009629e-05']
['59491.97668292951 0.015530184583772208 3.961026779176267e-05 0.008499149667370767 2.73358114118043e-05 0.00030059592925331017 9.668065576925549e-07 0.008499149667370767 2.7335811411804302e-05 0.007031034916401441 4.812712229166504e-05']
['59491.97671840972 0.015523687781281059 3.963622898752847e-05 0.008459259843489289 2.731131510512712e-05 0.00029918511533113184 9.659401780714063e-07 0.008459259843489289 2.731131510512712e-05 0.0070644279377917694 4.813458819937423e-05']
['59491.97675388993 0.015529976920602808 3.962416733539915e-05 0.00845252408478283 2.7318359240865342e-05 0.0002989468865992191 9.661893134097503e-07 0.00845252408478283 2.7318359240865342e-05 0.007077452835819979 4.8128654548373636e-05']
['59491.976789370136 0.0155949219023016 3.965858507799851e-05 0.00846095102223618 2.731404855420616e-05 0.0002992449285438473 9.660368540564327e-07 0.00846095102223618 2.7314048554206157e-05 0.00713397088006542 4.815454930544338e-05']
['59491.976824850346 0.015574753154459376 3.967159406106684e-05 0.008455864891126267 2.731283176675857e-05 0.00029906504345332373 9.659938190037715e-07 0.008455864891126267 2.731283176675857e-05 0.007118888263333109 4.8164573645630145e-05']
['59491.97686033056 0.015486451289247397 3.958147337914262e-05 0.008460767600033331 2.7318891447447125e-05 0.00029923844131045705 9.662081363671363e-07 0.008460767600033331 2.7318891447447125e-05 0.007025683689214066 4.8093813165324866e-05']
['59491.97689581077 0.015542663694759368 3.96338213722568e-05 0.008452535131961897 2.7309045679462575e-05 0.0002989472773132537 9.658599135575193e-07 0.008452535131961897 2.7309045679462578e-05 0.007090128562797471 4.8131318000766755e-05']
['59491.97693129097 0.01550395997852923 3.960360876060767e-05 0.00844349959690479 2.731151169910936e-05 0.00029862771063151624 9.659471311611964e-07 0.00844349959690479 2.7311511699109357e-05 0.00706046038162444 4.8107842376829456e-05']
['59491.97696677118 0.015511403662102305 3.960064254687535e-05 0.008496546268237022 2.7335302008139002e-05 0.0003005038528442042 9.667885412233635e-07 0.008496546268237022 2.7335302008139005e-05 0.0070148573938652835 4.811891131355283e-05']
['59491.97700225139 0.015505247764689251 3.959450644581577e-05 0.008426729648632078 2.7306048023170333e-05 0.000298034595039739 9.657538931538301e-07 0.008426729648632078 2.7306048023170333e-05 0.007078518116057173 4.80972473155318e-05']
['59491.977037731594 0.015523398655802993 3.962043697302395e-05 0.008463801734537453 2.7330054017752867e-05 0.00029934575186697635 9.66602931531974e-07 0.008463801734537453 2.7330054017752867e-05 0.007059596921265539 4.813222287144707e-05']
['59491.977073211805 0.015462807783189952 3.9578140585210614e-05 0.008453113778760998 2.73081416428568e-05 0.00029896774275733846 9.658279398031759e-07 0.008453113778760998 2.73081416428568e-05 0.007009694004428954 4.808496451250666e-05']
['59491.977108692015 0.015512178019361276 3.959746779260575e-05 0.008423339407369692 2.729677692885368e-05 0.0002979146897830317 9.654259952675265e-07 0.008423339407369692 2.729677692885368e-05 0.007088838611991584 4.809442261104762e-05']
['59491.97714417222 0.015555576629511484 3.964944611215103e-05 0.008465830552785953 2.7324261754323885e-05 0.00029941750663428385 9.663980721194378e-07 0.008465830552785953 2.7324261754323882e-05 0.007089746076725531 4.8152817751603855e-05']
['59491.97717965243 0.015581194285443127 3.9648282674458904e-05 0.00845866104937083 2.7310993148606344e-05 0.000299163937321388 9.65928791188797e-07 0.00845866104937083 2.7310993148606344e-05 0.0071225332360722975 4.814433160608859e-05']
['59491.97721513264 0.015529684968343735 3.9617528567572256e-05 0.008416573102667179 2.7300808817184397e-05 0.00029767538070750487 9.655685941470438e-07 0.008416573102667179 2.7300808817184394e-05 0.007113111865676557 4.811322824208387e-05']
['59491.97725061285 0.015510098516097144 3.9616897209123316e-05 0.008442273739074618 2.7307152276122e-05 0.0002985843547796941 9.657929481128705e-07 0.008442273739074618 2.7307152276122e-05 0.0070678247770225265 4.811630814920818e-05']
['59491.97728609305 0.015511447447113493 3.9600553234453326e-05 0.00846405890255311 2.7319092459819017e-05 0.0002993548473249534 9.66215245725494e-07 0.00846405890255311 2.7319092459819017e-05 0.007047388544560383 4.8109631356963356e-05']
['59491.977321573264 0.015608660071363124 3.968666278983852e-05 0.008465494346356928 2.7323149063957713e-05 0.0002994056157642664 9.66358718747903e-07 0.008465494346356928 2.7323149063957713e-05 0.007143165725006196 4.8182835929048496e-05']
['59491.977357053474 0.015477934248583711 3.958414043387706e-05 0.00847424796845309 2.7317718953774308e-05 0.0002997152118146136 9.661666678862979e-07 0.00847424796845309 2.7317718953774305e-05 0.007003686280130622 4.809534221446294e-05']
['59491.97739253368 0.015536334968259692 3.962446785417721e-05 0.008502521423302857 2.73400505371256e-05 0.00030071518072519713 9.669564860812816e-07 0.008502521423302857 2.73400505371256e-05 0.007033813544956835 4.814121743474406e-05']
['59491.97742801389 0.015538966382569309 3.961012197623325e-05 0.008468871830706711 2.7327322297799527e-05 0.0002995250698374849 9.665063167022592e-07 0.008468871830706711 2.7327322297799527e-05 0.007070094551862598 4.812218102850168e-05']
['59491.9774634941 0.01552203990865008 3.959812433178104e-05 0.008481071947988222 2.7329972024129588e-05 0.0002999565607200746 9.666000316007636e-07 0.008481071947988222 2.7329972024129588e-05 0.007040967960661858 4.8113811129808616e-05']
['59491.97749897431 0.015556040718058155 3.9660187630712504e-05 0.008451976813371143 2.732167319846285e-05 0.0002989275308324674 9.66306520683715e-07 0.008451976813371143 2.732167319846285e-05 0.007104063904687012 4.8160194240336326e-05']
['59491.97753445451 0.015511345411303626 3.9615022595454214e-05 0.008505523631958375 2.734916426946389e-05 0.0003008213621358014 9.67278818426094e-07 0.008505523631958375 2.734916426946389e-05 0.00700582177934525 4.8138620685230154e-05']
['59491.97756993472 0.015487638656162504 3.9603123542417893e-05 0.008430448957033492 2.7304010214829082e-05 0.000298166138665732 9.656818204270338e-07 0.008430448957033492 2.7304010214829086e-05 0.007057189699129012 4.810318459444765e-05']
['59491.97760541493 0.01552821165631086 3.962599763503794e-05 0.00843045190345819 2.7309502555333878e-05 0.0002981662428741887 9.658760722360297e-07 0.00843045190345819 2.7309502555333878e-05 0.0070977597528526695 4.812513499608931e-05']
['59491.97764089514 0.015501681119657613 3.961256436135562e-05 0.008426789375891119 2.7305281456077707e-05 0.0002980367074594087 9.657267813889406e-07 0.008426789375891119 2.7305281456077707e-05 0.007074891743766494 4.8111678942624344e-05']
['59491.97767637535 0.01553658325538213 3.9617382992363325e-05 0.008475376389976374 2.7324723507845436e-05 0.0002997551215620185 9.664144033095368e-07 0.008475376389976374 2.7324723507845436e-05 0.007061206865405756 4.812668230767419e-05']
['59491.97771185556 0.015524663609746527 3.9620670664405234e-05 0.008452315877680238 2.7315769942616027e-05 0.00029893952277931595 9.66097735717413e-07 0.008452315877680238 2.7315769942616027e-05 0.007072347732066289 4.8124306036089356e-05']
['59491.97774733576 0.015576870693573023 3.96750134103891e-05 0.008452962430504316 2.731986607810682e-05 0.00029896238990774303 9.662426068753983e-07 0.008452962430504316 2.731986607810682e-05 0.007123908263068707 4.81713791751933e-05']
['59491.97778281597 0.015566435927812483 3.9652589397015764e-05 0.008435677312245905 2.731237768222359e-05 0.00029835105390490883 9.659777590485884e-07 0.008435677312245905 2.731237768222359e-05 0.007130758615566578 4.8148663746201224e-05']
['59491.97781829618 0.015565447797938533 3.964465004102688e-05 0.008462159527822194 2.732048634461002e-05 0.0002992876706855736 9.662645443154026e-07 0.008462159527822194 2.732048634461002e-05 0.007103288270116338 4.814672627481037e-05']
['59491.97785377639 0.015524399452013681 3.9592156701675497e-05 0.008443636817305034 2.73104660197845e-05 0.0002986325638104033 9.659101478204319e-07 0.008443636817305034 2.73104660197845e-05 0.007080762634708648 4.809782143203402e-05']
['59491.977889256596 0.015469995108653807 3.959716787547259e-05 0.008449624219133998 2.7313897394817257e-05 0.00029884432483203826 9.660315078866686e-07 0.008449624219133998 2.7313897394817254e-05 0.007020370889519808 4.810389479712597e-05']
['59491.977924736806 0.01549384550956888 3.9596175590618887e-05 0.008470799057883649 2.732265474412733e-05 0.00029959323155563395 9.66341235760242e-07 0.008470799057883649 2.732265474412733e-05 0.007023046451685231 4.810805113148844e-05']
['59491.97796021702 0.015526022361403559 3.962898833052953e-05 0.00848175778248271 2.7328242311060058e-05 0.0002999808171533947 9.665388555151756e-07 0.00848175778248271 2.7328242311060058e-05 0.0070442645789208485 4.813823370163533e-05']
['59491.97799569722 0.015511586500768372 3.9610164489260044e-05 0.008478551567621895 2.7332419761870023e-05 0.0002998674204992362 9.66686602614271e-07 0.008478551567621895 2.7332419761870023e-05 0.007033034933146477 4.812511091836881e-05']
['59491.97803117743 0.01553338661877554 3.961596334836399e-05 0.008455461572052226 2.7314385072518854e-05 0.00029905077895904 9.660487559570787e-07 0.008455461572052226 2.7314385072518857e-05 0.007077925046723313 4.811964446989151e-05']
['59491.97806665764 0.015580643467922862 3.9649537228356635e-05 0.008456318198625199 2.7306405925506383e-05 0.0002990810759264783 9.657665513595916e-07 0.008456318198625199 2.7306405925506383e-05 0.007124325269297663 4.814276276857581e-05']
['59491.978102137844 0.015564206613748884 3.963639830752228e-05 0.008499819023827881 2.733732646731928e-05 0.00030061960289527463 9.668601418201699e-07 0.008499819023827881 2.733732646731928e-05 0.007064387589921003 4.81494910583004e-05']
['59491.978137618054 0.015470315424509433 3.957635418884117e-05 0.00845189411202192 2.7310732122520558e-05 0.000298924605870572 9.659195592795017e-07 0.00845189411202192 2.7310732122520558e-05 0.007018421312487514 4.808496542526242e-05']
['59491.978173098265 0.015496817749209765 3.9623112063837664e-05 0.008454706279946942 2.7315252182959318e-05 0.0002990240659652546 9.6607942371548e-07 0.008454706279946942 2.7315252182959318e-05 0.007042111469262823 4.812602218594532e-05']
['59491.978208578475 0.015515249040136049 3.960408193644608e-05 0.008448789085080666 2.7310364471807682e-05 0.00029881478800698665 9.659065562954383e-07 0.008448789085080666 2.7310364471807686e-05 0.007066459955055383 4.8107580625216545e-05']
['59491.97824405868 0.015505896608126608 3.960040602108958e-05 0.008432143957085525 2.730347965859532e-05 0.00029822608702947023 9.65663055838769e-07 0.008432143957085525 2.730347965859532e-05 0.007073752651041083 4.8100646133939576e-05']
['59491.97827953889 0.015502512167839284 3.958143896166008e-05 0.00849547123317215 2.7330938338728974e-05 0.00030046583125652166 9.666342079885578e-07 0.00849547123317215 2.7330938338728974e-05 0.0070070409346671345 4.810062890182443e-05']
['59491.9783150191 0.015509819149956198 3.959917080542171e-05 0.008457579175326494 2.7314121444038026e-05 0.0002991256738542861 9.660394320068866e-07 0.008457579175326494 2.7314121444038023e-05 0.007052239974629703 4.810567075446117e-05']
['59491.9783504993 0.015545657636513084 3.961724281098484e-05 0.008470741429135066 2.7316589093408752e-05 0.0002995911933555893 9.661267072502575e-07 0.008470741429135066 2.7316589093408752e-05 0.007074916207378018 4.8121948917751324e-05']
['59491.97838597951 0.015506330502482629 3.960912780074828e-05 0.008459228034737446 2.732256254566837e-05 0.0002991839903266675 9.663379749068e-07 0.008459228034737446 2.732256254566837e-05 0.007047102467745182 4.811865988572386e-05']
['59491.978421459724 0.01550026272808163 3.960153246758771e-05 0.00843140808097989 2.7296506316999382e-05 0.00029820006073620023 9.65416424331022e-07 0.00843140808097989 2.7296506316999385e-05 0.00706885464710174 4.80976156466762e-05']
['59491.97845693993 0.015478866120074243 3.957627767464115e-05 0.008435187765819328 2.7309425093445046e-05 0.00029833373974187265 9.658733325821388e-07 0.008435187765819328 2.7309425093445046e-05 0.007043678354254915 4.808416011031892e-05']
['59491.97849242014 0.01545535781055747 3.956574897317328e-05 0.008441799093770224 2.7305449966914495e-05 0.0002985675676360475 9.657327412406382e-07 0.008441799093770224 2.7305449966914495e-05 0.0070135587167872455 4.807323673005421e-05']
['59491.97852790035 0.015537126373420791 3.9609748809363765e-05 0.008460384926712326 2.731472944022806e-05 0.00029922490701031766 9.660609354733368e-07 0.008460384926712326 2.7314729440228065e-05 0.007076741446708465 4.8114723787358024e-05']
['59491.97856338056 0.015576612597047993 3.964908879482985e-05 0.008426890788667573 2.7302057086134374e-05 0.0002980402942026677 9.656127426300877e-07 0.008426890788667573 2.7302057086134377e-05 0.007149721808380419 4.813992691513815e-05']
['59491.97859886076 0.015468557053808871 3.9576849862636024e-05 0.008453570973756631 2.7320858577244225e-05 0.00029898391272256333 9.662777093517835e-07 0.008453570973756631 2.7320858577244225e-05 0.00701498608005224 4.8091125568522645e-05']
['59491.97863434097 0.015499744703577121 3.9613624990621487e-05 0.008465927485942763 2.731641969973132e-05 0.00029942093494340736 9.661207161744593e-07 0.008465927485942763 2.731641969973132e-05 0.007033817217634358 4.81188743645304e-05']
['59491.97866982118 0.015512641940604402 3.960681873158491e-05 0.00850596409714672 2.7344646562436086e-05 0.0003008369404051314 9.671190372250015e-07 0.00850596409714672 2.7344646562436086e-05 0.0070066778434576815 4.8129302775556315e-05']
['59491.978705301386 0.01554299222432584 3.962198212923945e-05 0.008423826986909163 2.7293988837560883e-05 0.0002979319343816667 9.653273867095175e-07 0.008423826986909163 2.729398883756088e-05 0.007119165237416677 4.811302624565065e-05']
['59491.9787407816 0.015547528806637196 3.9636380709370534e-05 0.0084410467406193 2.7310093057967573e-05 0.0002985409585865096 9.658969569944877e-07 0.0084410467406193 2.7310093057967573e-05 0.007106482066017897 4.813401976329226e-05']
['59491.97877626181 0.015510597720818694 3.959510614082796e-05 0.008466646037634522 2.7319757069033695e-05 0.00029944634851087633 9.662387514681028e-07 0.008466646037634522 2.731975706903369e-05 0.007043951683184172 4.810552521919336e-05']
['59491.97881174201 0.015519208219357868 3.9611792778251504e-05 0.008425661770417259 2.730127515986254e-05 0.00029799682657384824 9.655850876453552e-07 0.008425661770417259 2.7301275159862538e-05 0.00709354644894061 4.81087700160965e-05']
['59491.97884722222 0.015576670065778281 3.9673341067334285e-05 0.00846882227409129 2.7321707822929085e-05 0.00029952331713075 9.663077452737045e-07 0.00846882227409129 2.7321707822929085e-05 0.007107847791686991 4.817104638479984e-05']
['59491.97888270243 0.015546615182706069 3.962580361879953e-05 0.008445348648549018 2.7317550337571053e-05 0.00029869310745578537 9.661607043080239e-07 0.008445348648549018 2.7317550337571053e-05 0.00710126653415705 4.812954257918305e-05']
['59491.97891818264 0.015518045466699047 3.9602777485015955e-05 0.008474397092891722 2.732558296384252e-05 0.0002997204860127345 9.664448003473825e-07 0.008474397092891722 2.732558296384252e-05 0.007043648373807325 4.811514801849337e-05']
['59491.978953662845 0.015517710800191585 3.962052149027302e-05 0.008452147616299253 2.7312227010867158e-05 0.00029893357175031255 9.65972430139442e-07 0.008452147616299253 2.7312227010867158e-05 0.007065563183892332 4.8122172306062076e-05']
['59491.978989143056 0.015605933622141795 3.968131152089672e-05 0.008427079057329926 2.730834919037067e-05 0.00029804695284449943 9.658352802949e-07 0.008427079057329926 2.730834919037067e-05 0.007178854564811869 4.817003653228498e-05']
['59491.979024623266 0.015533974514313365 3.9626602992229705e-05 0.008431312557110836 2.7296589016734734e-05 0.00029819668227043506 9.654193492358382e-07 0.008431312557110836 2.7296589016734734e-05 0.007102661957202529 4.811830666858832e-05']
['59491.97906010347 0.015558032628237153 3.964970206465908e-05 0.008478277419258124 2.732527198413442e-05 0.00029985772448429515 9.664338016901058e-07 0.008478277419258124 2.7325271984134423e-05 0.007079755208979029 4.8153601763763756e-05']
['59491.97909558368 0.015583373010422528 3.966596683677363e-05 0.008451102503860749 2.7310270223019292e-05 0.0002988966084590515 9.659032229264266e-07 0.008451102503860749 2.7310270223019296e-05 0.00713227050656178 4.815848611356424e-05']
['59491.97913106389 0.015486191722352233 3.959236852225458e-05 0.008470670073600126 2.732833496580664e-05 0.00029958866966978864 9.665421325064911e-07 0.008470670073600126 2.7328334965806645e-05 0.007015521648752108 4.810814418791631e-05']
['59491.9791665441 0.0155534639606244 3.964476558623389e-05 0.008430230173749716 2.7304000495634022e-05 0.0002981584007899367 9.656814766808257e-07 0.008430230173749716 2.7304000495634026e-05 0.007123233786874683 4.813746858168819e-05']
['59491.979202024304 0.015519065668088056 3.961153192369456e-05 0.008451930419403803 2.7312330793358727e-05 0.00029892588998152697 9.659761006942287e-07 0.008451930419403803 2.7312330793358727e-05 0.0070671352486842524 4.811483009122785e-05']
['59491.979237504514 0.015444523819671877 3.956974859883012e-05 0.008464664876093469 2.7321733694745388e-05 0.00029937627925480473 9.66308660302027e-07 0.008464664876093469 2.7321733694745388e-05 0.006979858943578408 4.808577893994444e-05']
['59491.979272984725 0.015461938025883875 3.958320744720905e-05 0.008464485295345017 2.7315455874615365e-05 0.00029936992788507136 9.660866278341303e-07 0.008464485295345017 2.7315455874615365e-05 0.006997452730538858 4.8093288943956044e-05']
['59491.97930846493 0.015538630703501527 3.962801401934946e-05 0.008453329358833434 2.7315364336217024e-05 0.0002989753673427074 9.660833903255574e-07 0.008453329358833434 2.7315364336217024e-05 0.007085301344668093 4.813012179434033e-05']
['59491.97934394514 0.01550454993685208 3.95958452711324e-05 0.008430495987331215 2.730631428433778e-05 0.0002981678020222559 9.65763310216264e-07 0.008430495987331215 2.730631428433778e-05 0.007074053949520865 4.8098500626635835e-05']
['59491.97937942535 0.0155250035649639 3.962614778223144e-05 0.008405263734555878 2.7286968470723823e-05 0.0002972753936323583 9.650790920240871e-07 0.008405263734555878 2.728696847072382e-05 0.007119739830408022 4.811247485197079e-05']
['59491.97941490555 0.015538572024162669 3.962056945526956e-05 0.008423456855475995 2.7295427406210046e-05 0.0002979188436600706 9.653782656676266e-07 0.008423456855475995 2.7295427406210042e-05 0.007115115168686674 4.811267900717566e-05']
['59491.97945038576 0.015563448283637905 3.963352541454537e-05 0.00846404083792518 2.7325710078684332e-05 0.00029935420841943557 9.664492961152525e-07 0.00846404083792518 2.7325710078684332e-05 0.007099407445712726 4.81405314479361e-05']
['59491.97948586597 0.015487160095568454 3.958805582644088e-05 0.008469146652134161 2.732582672760166e-05 0.0002995347896571841 9.664534217267633e-07 0.008469146652134161 2.7325826727601657e-05 0.007018013443434293 4.810317006668385e-05']
['59491.979521346184 0.015483134751232861 3.958975468393939e-05 0.00844160464090183 2.7311871963323628e-05 0.00029856069027266895 9.65959872901312e-07 0.00844160464090183 2.7311871963323628e-05 0.0070415301103310315 4.8096642565520976e-05']
['59491.97955682639 0.015533383631886409 3.962272180450947e-05 0.008463224611326276 2.731779806082075e-05 0.0002993253403087915 9.661694657257368e-07 0.008463224611326276 2.7317798060820753e-05 0.007070159020560133 4.8127145916720765e-05']
['59491.9795923066 0.015512553511347768 3.9599735527010085e-05 0.008449405576673577 2.7317997341535333e-05 0.0002988365919368503 9.661765138392453e-07 0.008449405576673577 2.7317997341535333e-05 0.007063147934674191 4.8108336414401986e-05']
['59491.97962778681 0.015518400717514808 3.9597769105610776e-05 0.008440662144700007 2.7302895990464094e-05 0.00029852735628836555 9.65642412801389e-07 0.008440662144700007 2.730289599046409e-05 0.007077738572814801 4.809814391021096e-05']
['59491.97966326701 0.015575453624024934 3.9625433624229643e-05 0.008460085993818152 2.7319926372285123e-05 0.0002992143344219264 9.662447393457355e-07 0.008460085993818152 2.7319926372285123e-05 0.007115367630206782 4.813058660452114e-05']
['59491.97969874722 0.015446433191121076 3.9568241758799135e-05 0.008447682864563145 2.730960109231271e-05 0.0002987756634595393 9.658795572687538e-07 0.008447682864563145 2.730960109231271e-05 0.0069987503265579315 4.807764623714459e-05']
['59491.97973422743 0.015568372195889423 3.965459091496159e-05 0.00848956137922802 2.733446585394862e-05 0.000300256812930264 9.667589683183442e-07 0.00848956137922802 2.733446585394862e-05 0.007078810816661403 4.81628446434971e-05']
['59491.979769707636 0.015546105744845653 3.963391108070813e-05 0.008413251653128909 2.7289111920064954e-05 0.00029755790846033907 9.651549010369557e-07 0.008413251653128909 2.7289111920064954e-05 0.0071328540917167445 4.812008454833917e-05']
['59491.979805187846 0.015499577275600696 3.960478945584362e-05 0.008462750523771817 2.73156053284134e-05 0.00029930857289151355 9.660919136809573e-07 0.008462750523771817 2.73156053284134e-05 0.007036826751828878 4.811113844318536e-05']
['59491.97984066806 0.01552609051210857 3.962795734271486e-05 0.008487751964972298 2.733519111123548e-05 0.000300192817991842 9.667846190477259e-07 0.008487751964972298 2.733519111123548e-05 0.007038338547136272 4.814133022927177e-05']
['59491.97987614827 0.015494909266948268 3.960437268650048e-05 0.008459770503843621 2.7320488450424275e-05 0.00029920317624660585 9.662646187933465e-07 0.008459770503843621 2.7320488450424272e-05 0.007035138763104647 4.8113567993456805e-05']
['59491.97991162847 0.015521956619067101 3.962505880976673e-05 0.00843682982368622 2.730744831300658e-05 0.00029839181565884126 9.658034182758747e-07 0.00843682982368622 2.7307448313006582e-05 0.007085126795380882 4.812319626796414e-05']
['59491.97994710868 0.015561557473945276 3.964522518356203e-05 0.008431338687117533 2.730179661695046e-05 0.00029819760643037477 9.65603530417167e-07 0.008431338687117533 2.730179661695046e-05 0.0071302187868277425 4.813659707923555e-05']
['59491.97998258889 0.015537542577534544 3.9617226043740384e-05 0.008437817669890445 2.7303263093708985e-05 0.0002984267535713784 9.656553964227333e-07 0.008437817669890445 2.7303263093708985e-05 0.007099724907644099 4.811437181305719e-05']
['59491.980018069095 0.015541643915495522 3.960442359237284e-05 0.008469979012698714 2.7325902441395307e-05 0.00029956422839013595 9.664560995544342e-07 0.008469979012698714 2.7325902441395304e-05 0.007071664902796808 4.81166843446299e-05']
['59491.980053549305 0.015538501228112319 3.963082091984271e-05 0.008428637901300703 2.7296396855577203e-05 0.00029810208567193457 9.654125529251513e-07 0.008428637901300703 2.7296396855577203e-05 0.007109863326811615 4.812167129348073e-05']
['59491.980089029516 0.015580274471345575 3.966788983620037e-05 0.008460710635991204 2.7312476596492745e-05 0.0002992364266195942 9.659812574252281e-07 0.008460710635991204 2.731247659649275e-05 0.007119563835354371 4.8161321222438374e-05']
['59491.98012450972 0.015522618900323689 3.9618884600309804e-05 0.008477356027841719 2.7333466058374467e-05 0.00029982513692908546 9.667236077832981e-07 0.008477356027841719 2.733346605837447e-05 0.00704526287248197 4.813288256210067e-05']
['59491.98015998993 0.015582643567167674 3.9673823500877134e-05 0.008446863157055524 2.7310397220968735e-05 0.0002987466722369332 9.659077145600747e-07 0.008446863157055524 2.7310397220968738e-05 0.00713578041011215 4.8165029508408355e-05']
['59491.98019547014 0.015492400406621193 3.960624511713247e-05 0.008464676778458427 2.7326375118360957e-05 0.0002993767002148531 9.664728170823383e-07 0.008464676778458427 2.7326375118360953e-05 0.007027723628162766 4.811845206766066e-05']
['59491.98023095035 0.015516190967899687 3.960585402284267e-05 0.008477733642006411 2.7332396561182054e-05 0.0002998384922981727 9.666857820577879e-07 0.008477733642006411 2.733239656118205e-05 0.007038457325893276 4.8121550002638514e-05']
['59491.98026643055 0.015562328606503422 3.963188638231258e-05 0.008436251113707865 2.7304077563207272e-05 0.00029837134798024756 9.656842023886556e-07 0.008436251113707865 2.7304077563207272e-05 0.007126077492795558 4.812690588224192e-05']
['59491.980301910764 0.015547113357658822 3.963964377588757e-05 0.008490490145864444 2.7328483356009538e-05 0.00030028966133052303 9.66547380736335e-07 0.008490490145864444 2.732848335600954e-05 0.007056623211794379 4.8147142814698285e-05']
['59491.980337390974 0.015525016824812728 3.965277842404554e-05 0.008446698813421586 2.730865461908977e-05 0.0002987408597698872 9.658460826261016e-07 0.008446698813421586 2.730865461908977e-05 0.007078318011391142 4.8146707611748326e-05']
['59491.98037287118 0.015574095113459452 3.963013650195683e-05 0.008456770498156248 2.7321216893656008e-05 0.0002990970727500616 9.662903822024782e-07 0.008456770498156248 2.7321216893656008e-05 0.007117324615303204 4.8135190990728664e-05']
['59491.98040835139 0.01551932863929266 3.962544985327409e-05 0.008416827032029115 2.729637475456258e-05 0.0002976843616215378 9.654117712616569e-07 0.008416827032029115 2.7296374754562578e-05 0.007102501607263544 4.81172354860071e-05']
['59491.9804438316 0.015511219832653094 3.960959356716619e-05 0.00846798715901775 2.7325793206266356e-05 0.0002994937809769712 9.664522361520493e-07 0.00846798715901775 2.7325793206266356e-05 0.007043232673635344 4.812087776534968e-05']
['59491.98047931181 0.015498463202170597 3.960431496831737e-05 0.008458296751330576 2.731029992955699e-05 0.00029915105291386247 9.659042735802748e-07 0.008458296751330576 2.7310299929556995e-05 0.00704016645084002 4.810773582649726e-05']
['59491.98051479201 0.015557406802441824 3.9635950338888044e-05 0.00847521823888196 2.7328811383612767e-05 0.000299749528111256 9.665589823395627e-07 0.00847521823888196 2.732881138361277e-05 0.007082188563559863 4.814428824801424e-05']
['59491.98055027222 0.015475735992021497 3.958481467852079e-05 0.008443780697802567 2.7311822377441525e-05 0.00029863765254204707 9.6595811915948e-07 0.008443780697802567 2.7311822377441525e-05 0.00703195529421893 4.8092548224332534e-05']
['59491.98058575243 0.015471470483303992 3.9589637974298623e-05 0.008461777432103681 2.7322261370011423e-05 0.0002992741568139435 9.663273229969018e-07 0.008461777432103681 2.7322261370011423e-05 0.0070096930512003105 4.81024469367957e-05']
['59491.98062123264 0.015511956660124955 3.961431123914444e-05 0.008426162826175159 2.7301552838398458e-05 0.0002980145477962114 9.655949085145957e-07 0.008426162826175159 2.7301552838398458e-05 0.007085793833949796 4.811100126103871e-05']
['59491.98065671285 0.01552979914936835 3.964263532462075e-05 0.008469759688481786 2.7321396964852396e-05 0.00029955647138274396 9.66296750918259e-07 0.008469759688481786 2.7321396964852396e-05 0.007060039460886564 4.814558409233307e-05']
['59491.98069219306 0.015536165326403333 3.962571377726898e-05 0.008449325969074727 2.73130556701152e-05 0.0002988337763939915 9.660017379651009e-07 0.008449325969074727 2.73130556701152e-05 0.007086839357328605 4.812691764903355e-05']
['59491.98072767326 0.015498488000279947 3.9595273606354644e-05 0.008449936732056844 2.7316235518227707e-05 0.000298855377715694 9.66114202086298e-07 0.008449936732056844 2.731623551822771e-05 0.007048551268223104 4.8103663216530295e-05']
['59491.98076315347 0.01553986608267834 3.961862533032188e-05 0.008428396854236644 2.730288164250944e-05 0.0002980935603759873 9.656419053462986e-07 0.008428396854236644 2.730288164250944e-05 0.007111469228441695 4.8115307533562556e-05']
['59491.98079863368 0.015511449381427657 3.959683062594812e-05 0.008440163831318142 2.7318207445093904e-05 0.00029850973205771384 9.661839447325583e-07 0.008440163831318142 2.7318207445093907e-05 0.007071285550109515 4.8106064624257175e-05']
['59491.98083411389 0.015517118752383431 3.9602954290989754e-05 0.008477877650634798 2.7326310173888736e-05 0.0002998435855615184 9.664705201414983e-07 0.008477877650634798 2.7326310173888736e-05 0.007039241101748634 4.8115706544680383e-05']
['59491.980869594096 0.015541570377221306 3.9644107657915584e-05 0.008419068266422025 2.729222946740473e-05 0.000297763629073151 9.652651617190552e-07 0.008419068266422025 2.7292229467404726e-05 0.0071225021107992805 4.8130250999697435e-05']
['59491.980905074306 0.01554267200385965 3.9646449445871016e-05 0.008454186193245271 2.7316954773987777e-05 0.0002990056716609419 9.661396405550897e-07 0.008454186193245271 2.7316954773987777e-05 0.007088485810614378 4.814620412647398e-05']
['59491.98094055452 0.015521569671421067 3.964052654281478e-05 0.008461183025999585 2.7321894537228252e-05 0.00029925313399846107 9.663143489411842e-07 0.008461183025999585 2.7321894537228252e-05 0.007060386645421482 4.814413012709884e-05']
['59491.98097603472 0.015541661904187546 3.9619444225437794e-05 0.008451124485924126 2.7314948861080104e-05 0.00029889738591550616 9.660686958984968e-07 0.008451124485924126 2.7314948861080104e-05 0.00709053741826342 4.81228302577477e-05']
['59491.98101151493 0.015531388939519516 3.964126034069829e-05 0.008444987977843628 2.730708084346043e-05 0.0002986803513389873 9.657904216992734e-07 0.008444987977843628 2.730708084346043e-05 0.007086400961675888 4.813632916613296e-05']
['59491.98104699514 0.015552113894914624 3.96430959319602e-05 0.008468224064017931 2.732508889837325e-05 0.0002995021597773761 9.664273263559059e-07 0.008468224064017931 2.7325088898373255e-05 0.007083889830896693 4.814805851095764e-05']
['59491.981082475344 0.015442443908980147 3.956811696348275e-05 0.008463916500648844 2.73127838671588e-05 0.000299349810887849 9.65992124901977e-07 0.008463916500648844 2.7312783867158803e-05 0.006978527408331303 4.807935152027304e-05']
['59491.981117955555 0.015548149707490081 3.9630817945857406e-05 0.008416024999273245 2.729422560810205e-05 0.0002976559955154004 9.653357607544076e-07 0.008416024999273245 2.7294225608102048e-05 0.007132124708216836 4.8120437265299944e-05']
['59491.981153435765 0.015537643248287969 3.9633578870979564e-05 0.008439642357256435 2.7305989981331067e-05 0.0002984912886855772 9.657518403436912e-07 0.008439642357256435 2.7305989981331067e-05 0.007098000891031533 4.8129384610471705e-05']
['59491.981188915976 0.01551183062677595 3.962312084821551e-05 0.00845391792730341 2.7328245943859455e-05 0.0002989961836941173 9.665389839991713e-07 0.00845391792730341 2.7328245943859452e-05 0.00705791269947254 4.813340557367992e-05']
['59491.98122439618 0.015567230345592554 3.962906804781196e-05 0.00848613577486805 2.733538245220767e-05 0.0003001356569598271 9.667913863502904e-07 0.00848613577486805 2.733538245220767e-05 0.007081094570724504 4.814235316378474e-05']
['59491.98125987639 0.015560584878239895 3.963139982105031e-05 0.008499945418022556 2.7327538037305624e-05 0.0003006240731754659 9.665139469264403e-07 0.008499945418022556 2.732753803730562e-05 0.007060639460217339 4.81398191412923e-05']
['59491.9812953566 0.015511035493717473 3.9604997719128393e-05 0.008471927541213446 2.730193837908183e-05 0.0002996331434889971 9.656085442269339e-07 0.008471927541213446 2.7301938379081834e-05 0.007039107952504026 4.810355167331563e-05']
['59491.9813308368 0.015494433783780437 3.959366399012387e-05 0.008489908503658163 2.731286654190344e-05 0.00030026908994558075 9.659950489229277e-07 0.008489908503658163 2.7312866541903444e-05 0.007004525280122274 4.810042522575721e-05']
['59491.98136631701 0.015489414616103985 3.9602416272108924e-05 0.008433065617095533 2.7290879923597207e-05 0.0002982586840842353 9.652174313706361e-07 0.008433065617095533 2.7290879923597207e-05 0.007056348999008453 4.809515049974996e-05']
['59491.981401797224 0.015506740289402354 3.9605604050200556e-05 0.008505020591794364 2.7333317170760715e-05 0.00030080357072942887 9.667183419611439e-07 0.008505020591794364 2.7333317170760715e-05 0.0070017196976079905 4.8121867168041864e-05']
['59491.98143727743 0.015570345874250224 3.96385258203278e-05 0.008471870209209916 2.7310026908749474e-05 0.0002996311157841617 9.658946174444784e-07 0.008471870209209916 2.7310026908749474e-05 0.0070984756650403075 4.8135748659031096e-05']
['59491.98147275764 0.015551381356846935 3.963468853411431e-05 0.008450251622991931 2.7302749013521894e-05 0.0002988665147043282 9.656372145554175e-07 0.008450251622991931 2.7302749013521894e-05 0.007101129733855004 4.812845976022528e-05']
['59491.98150823785 0.01552740145119047 3.962482256893336e-05 0.008421703898944234 2.7283812672059485e-05 0.0002978568455051695 9.649674784781245e-07 0.008421703898944234 2.7283812672059485e-05 0.007105697552246236 4.8109593612329386e-05']
['59491.98154371806 0.015441869203931709 3.958365743176736e-05 0.008461212688425916 2.7313777539017154e-05 0.00029925418309218875 9.660272688548809e-07 0.008461212688425916 2.731377753901715e-05 0.006980656515505793 4.809270609069976e-05']
['59491.98157919826 0.015513006551858857 3.9595487229967624e-05 0.008470333610805939 2.7304558757913302e-05 0.00029957676973270836 9.65701221170001e-07 0.008470333610805939 2.7304558757913305e-05 0.007042672941052918 4.809720925316633e-05']
['59491.98161467847 0.015529055320133848 3.961817415918299e-05 0.008434516668198836 2.7294703135410715e-05 0.00029831000451885077 9.653526498281045e-07 0.008434516668198836 2.729470313541072e-05 0.007094538651935012 4.81102956024753e-05']
['59491.98165015868 0.01555644871057049 3.9626447848724505e-05 0.008455408916419667 2.730347482812412e-05 0.0002990489166469948 9.65662884995798e-07 0.008455408916419667 2.7303474828124115e-05 0.007101039794150823 4.812208543691441e-05']
['59491.981685638886 0.01554831086977368 3.962436232884083e-05 0.008423523723506354 2.728511515317032e-05 0.00029792120863286314 9.650135443241407e-07 0.008423523723506354 2.7285115153170318e-05 0.007124787146267325 4.810995322060732e-05']
['59491.9817211191 0.015571557147317392 3.963888402478912e-05 0.008438275051900562 2.7301847356233125e-05 0.0002984429301508876 9.656053249521992e-07 0.008438275051900562 2.730184735623313e-05 0.00713328209541683 4.813140342638822e-05']
['59491.98175659931 0.015540486905817833 3.964207189340473e-05 0.008420138400784684 2.7279399028415915e-05 0.00029780147733394867 9.648113777663644e-07 0.008420138400784684 2.7279399028415915e-05 0.007120348505033149 4.812129960166712e-05']
['59491.98179207951 0.015537599189048965 3.961569987108208e-05 0.00850670968336376 2.733663791050327e-05 0.00030086331012334097 9.668357891044215e-07 0.00850670968336376 2.733663791050327e-05 0.007030889505685204 4.813206258333023e-05']
['59491.98182755972 0.015529412431039906 3.961799130629587e-05 0.00845816169450845 2.7303617806518356e-05 0.00029914627625589807 9.656679418220643e-07 0.00845816169450845 2.7303617806518356e-05 0.007071250736531457 4.8115203215513504e-05']
['59491.98186303993 0.01552451751832319 3.960232175311719e-05 0.008443348554005673 2.72932303532275e-05 0.00029862236858173546 9.653005608137585e-07 0.008443348554005673 2.72932303532275e-05 0.007081168964317517 4.809640642866947e-05']
['59491.98189852014 0.015511027658898608 3.959179280251542e-05 0.008431009234986755 2.7289253430517294e-05 0.00029818595444479134 9.651599059453976e-07 0.008431009234986755 2.7289253430517294e-05 0.007080018423911852 4.808548024208879e-05']
['59491.981934000345 0.015523566035701342 3.9602128531237545e-05 0.008459626739771341 2.730187577576993e-05 0.0002991980916326631 9.65606330087702e-07 0.008459626739771341 2.730187577576993e-05 0.007063939295930001 4.810115388512246e-05']
['59491.981969480556 0.015548208951739124 3.962711362510224e-05 0.00848075533040852 2.731841470047492e-05 0.0002999453626638791 9.661912748921962e-07 0.00848075533040852 2.731841470047492e-05 0.007067453621330605 4.8131111726240934e-05']
['59491.982004960766 0.015504654314023918 3.9596526197977835e-05 0.008411388627143794 2.7280208467421558e-05 0.0002974920173948636 9.648400058150043e-07 0.008411388627143794 2.7280208467421558e-05 0.007093265686880124 4.808424545496294e-05']
['59491.98204044097 0.015460608278433575 3.956539972636403e-05 0.00843428381526219 2.7297124930590588e-05 0.0002983017690308773 9.654383033112228e-07 0.00843428381526219 2.7297124930590588e-05 0.007026324463171385 4.806822115476333e-05']
['59491.98207592118 0.015514952675223775 3.960133622381716e-05 0.008476882088522028 2.7314198658667014e-05 0.00029980837475454005 9.660421629157495e-07 0.008476882088522028 2.7314198658667014e-05 0.007038070586701747 4.810749711923226e-05']
['59491.98211140139 0.015549815265963234 3.9621379870197776e-05 0.008471762679593983 2.730635765606962e-05 0.0002996273127019607 9.65764844177489e-07 0.008471762679593983 2.730635765606962e-05 0.007078052586369251 4.811954811986191e-05']
['59491.9821468816 0.015534377015814931 3.9605918376657394e-05 0.008447924482662884 2.7302117906973265e-05 0.0002987842089517424 9.656148937272327e-07 0.008447924482662884 2.7302117906973268e-05 0.007086452533152047 4.810441157175419e-05']
['59491.982182361804 0.015513798972341147 3.961244531977129e-05 0.008438654130803087 2.7294699908397955e-05 0.0002984563373244784 9.65352535695875e-07 0.008438654130803087 2.7294699908397955e-05 0.00707514484153806 4.8105576259944854e-05']
['59491.982217842015 0.015514277386909673 3.960513748803583e-05 0.008445848622862092 2.7289854203314218e-05 0.000298710790429862 9.651811539365766e-07 0.008445848622862092 2.7289854203314215e-05 0.00706842876404758 4.8096809227685446e-05']
['59491.982253322225 0.015485252027030109 3.956877235452741e-05 0.008438434708397903 2.7290244842650662e-05 0.00029844857684438724 9.651949699768792e-07 0.008438434708397903 2.7290244842650662e-05 0.007046817318632206 4.806709070888557e-05']
['59491.98228880243 0.01552197385536354 3.960485840011208e-05 0.008451257306862725 2.729730860532651e-05 0.00029890208349526705 9.654447994761436e-07 0.008451257306862725 2.729730860532651e-05 0.007070716548500815 4.810080941093779e-05']
['59491.98232428264 0.015506409431641778 3.9607104650712096e-05 0.00843899388097533 2.730002634571833e-05 0.00029846835352877367 9.655409198800098e-07 0.00843899388097533 2.730002634571833e-05 0.007067415550666449 4.8104201243647884e-05']
['59491.98235976285 0.015480687458421766 3.957455211663353e-05 0.00847382255368684 2.7314145877517053e-05 0.0002997001658450774 9.660402961644343e-07 0.00847382255368684 2.7314145877517053e-05 0.007006864904734926 4.8085421285982565e-05']
['59491.98239524305 0.015541169580888489 3.96276198044945e-05 0.008471309397214133 2.7307293961381707e-05 0.0002996112811172119 9.657979592038584e-07 0.008471309397214133 2.7307293961381707e-05 0.007069860183674356 4.812521745262953e-05']
['59491.98243072326 0.015512129607621905 3.9608574171716266e-05 0.008440266148751704 2.7300891881327943e-05 0.0002985133507966729 9.655715319401637e-07 0.008440266148751704 2.7300891881327943e-05 0.007071863458870202 4.8105902397027194e-05']
['59491.98246620347 0.015481206580356085 3.957837346179542e-05 0.008438991773256861 2.7284912532911012e-05 0.0002984682789834819 9.650063780983987e-07 0.008438991773256861 2.7284912532911012e-05 0.007042214807099224 4.807196790032582e-05']
['59491.982501683684 0.01550532917180236 3.959139124810548e-05 0.008457427746110236 2.730488825340243e-05 0.0002991203181413314 9.657128746890723e-07 0.008457427746110236 2.7304888253402433e-05 0.007047901425692124 4.809402440523518e-05']
['59491.98253716389 0.015496394376490646 3.960256610706429e-05 0.0084273788769481 2.7293840770549835e-05 0.00029805755679433683 9.65322149910247e-07 0.0084273788769481 2.7293840770549835e-05 0.007069015499542546 4.809695402281236e-05']
['59491.9825726441 0.015548068814881183 3.961413194778019e-05 0.008459645574277629 2.7305738589740156e-05 0.00029919875776705785 9.657429491849477e-07 0.008459645574277629 2.7305738589740153e-05 0.007088423240603554 4.811322905300956e-05']
['59491.98260812431 0.015447056399547136 3.9578560143046095e-05 0.008449972865191212 2.7307382851779747e-05 0.0002988566556639038 9.658011030585787e-07 0.008449972865191212 2.7307382851779747e-05 0.0069970835343559235 4.808487892477626e-05']
['59491.98264360451 0.01553346335820468 3.964704899500061e-05 0.008425273420160546 2.7288989868446935e-05 0.00029798309149318004 9.651505843439957e-07 0.008425273420160546 2.7288989868446935e-05 0.0071081899380441346 4.8130836914105057e-05']
['59491.98267908472 0.015560223951244576 3.961989657593386e-05 0.008470853456906942 2.730764857748279e-05 0.00029959515552751317 9.658105011828333e-07 0.008470853456906942 2.7307648577482788e-05 0.007089370494337634 4.811905937899236e-05']
['59491.98271456493 0.01550165388451213 3.960591859987945e-05 0.0084221285792382 2.7273839792371492e-05 0.00029787186549806244 9.646147600116344e-07 0.0084221285792382 2.727383979237149e-05 0.007079525305273931 4.808836787789978e-05']
['59491.982750045136 0.015536176383003914 3.96226271939972e-05 0.008448454719425612 2.729474784362609e-05 0.00029880296224103065 9.65354231057765e-07 0.008448454719425612 2.7294747843626086e-05 0.007087721663578302 4.811398804507497e-05']
['59491.982785525346 0.015503835306054193 3.9597824822972476e-05 0.008421852671362098 2.7287259202167588e-05 0.0002978621072531026 9.650893745455067e-07 0.008421852671362098 2.7287259202167588e-05 0.007081982634692095 4.808931529432598e-05']
['59491.98282100556 0.015507797418460626 3.959155842638063e-05 0.008448338958557393 2.7298173830918747e-05 0.00029879886803783206 9.654754005716755e-07 0.008448338958557393 2.7298173830918747e-05 0.007059458459903233 4.809035031201757e-05']
['59491.98285648577 0.015462164166185113 3.9564051244177686e-05 0.008431114743013907 2.7294033536703023e-05 0.00029818968602791517 9.653289676182784e-07 0.008431114743013907 2.7294033536703023e-05 0.007031049423171206 4.806535568946294e-05']
['59491.98289196597 0.015550461455017997 3.963378354282409e-05 0.008406269723566805 2.7272350243552282e-05 0.0002973109732154217 9.645620779988448e-07 0.008406269723566805 2.7272350243552282e-05 0.007144191731451192 4.811047584182077e-05']
['59491.98292744618 0.015464191925539637 3.954200128583891e-05 0.008404112623027007 2.7272075934606753e-05 0.000297234681390165 9.645523763044858e-07 0.008404112623027007 2.7272075934606753e-05 0.00706007930251263 4.803473734155567e-05']
['59491.98296292639 0.015504848835697312 3.9601000578517515e-05 0.008451086439039947 2.7302147402251474e-05 0.0002988960402822425 9.656159369093048e-07 0.008451086439039947 2.7302147402251474e-05 0.007053762396657365 4.810037941216276e-05']
['59491.982998406595 0.015506469143931282 3.959435903999158e-05 0.008442775137827624 2.72944878117235e-05 0.00029860208813302765 9.653450343105077e-07 0.008442775137827624 2.72944878117235e-05 0.007063694006103658 4.8090563863320275e-05']
['59491.983033886805 0.015548576337244982 3.962951124080894e-05 0.00841379080743843 2.727379802039289e-05 0.00029757697714332787 9.646132826301063e-07 0.00841379080743843 2.7273798020392888e-05 0.007134785529806552 4.81077771222345e-05']
['59491.983069367016 0.015517492969069525 3.960253048414266e-05 0.008458517320468371 2.7305194025047524e-05 0.0002991588539513233 9.657236891488e-07 0.008458517320468371 2.7305194025047528e-05 0.007058975648601154 4.8103368296751735e-05']
['59491.98310484722 0.015489799643210008 3.95908460287071e-05 0.008448672706117813 2.7296958966756766e-05 0.0002988106719431622 9.654324335413279e-07 0.008448672706117813 2.7296958966756766e-05 0.0070411269370921955 4.8089074207158484e-05']
['59491.98314032743 0.015505984171990707 3.961207853307947e-05 0.008448860301265784 2.7291222152993738e-05 0.00029881730676429544 9.652295352595537e-07 0.008448860301265784 2.7291222152993738e-05 0.007057123870724923 4.810330105424066e-05']
['59491.98317580764 0.015451524117966579 3.956084673862977e-05 0.008478669105868251 2.7315955190727687e-05 0.00029987157756432726 9.661042875291173e-07 0.008478669105868251 2.7315955190727684e-05 0.006972855012098328 4.8075170334167266e-05']
['59491.98321128785 0.01548998540929743 3.960375499207732e-05 0.008451077505027556 2.729973739303487e-05 0.0002988957243061906 9.655307002693672e-07 0.008451077505027556 2.729973739303487e-05 0.007038907904269875 4.8101279309402524e-05']
['59491.98324676805 0.015543820622210163 3.961792387696386e-05 0.008405030992903469 2.727581404259871e-05 0.00029726716208025957 9.646845848299816e-07 0.008405030992903469 2.727581404259871e-05 0.007138789629306695 4.8099375505377696e-05']
['59491.983282248264 0.015530185113965964 3.9638271470833635e-05 0.008429090716932685 2.729539840853151e-05 0.0002981181007488544 9.65377240084543e-07 0.008429090716932685 2.729539840853151e-05 0.007101094397033278 4.812724113717685e-05']
['59491.983317728475 0.01552006792953564 3.962264261637996e-05 0.008429697059799627 2.7297206435994892e-05 0.0002981395457409616 9.654411859752192e-07 0.008429697059799627 2.7297206435994892e-05 0.007090370869736013 4.811539553110512e-05']
['59491.98335320868 0.015508812229342335 3.960712814467077e-05 0.008465366262319602 2.7305232535872492e-05 0.0002994010857181171 9.657250511906123e-07 0.008465366262319602 2.7305232535872492e-05 0.007043445967022733 4.810717538690504e-05']
['59491.98338868889 0.015479677634170635 3.9582444261257734e-05 0.00842200309796007 2.728689289115107e-05 0.00029786742750568916 9.650764189435095e-07 0.00842200309796007 2.7286892891151074e-05 0.007057674536210565 4.807644347649612e-05']
['59491.9834241691 0.015529998697243126 3.9616053892538566e-05 0.008426123635604753 2.7278057617477143e-05 0.00029801316171332195 9.647639350593372e-07 0.008426123635604753 2.7278057617477147e-05 0.007103875061638372 4.809910761541136e-05']
['59491.9834596493 0.01555513130903591 3.962601013965156e-05 0.008463342589763612 2.730337235688838e-05 0.00029932951294245374 9.656592608171998e-07 0.008463342589763612 2.730337235688838e-05 0.007091788719272298 4.812166686272063e-05']
['59491.98349512951 0.015511498172150823 3.960814065046432e-05 0.00844203455526121 2.730077915295995e-05 0.0002985758953827582 9.655675449897209e-07 0.00844203455526121 2.730077915295995e-05 0.007069463616889614 4.810548147712126e-05']
['59491.98353060972 0.015487166913665525 3.957791496120442e-05 0.008473686814348244 2.7308672037466095e-05 0.00029969536504803086 9.658466986751445e-07 0.008473686814348244 2.7308672037466095e-05 0.007013480099317281 4.80850800262016e-05']
['59491.98356608993 0.01551823634004496 3.9599257839826324e-05 0.008458433184998953 2.7300171638633878e-05 0.00029915587826780164 9.655460585657222e-07 0.008458433184998953 2.7300171638633878e-05 0.007059803155046007 4.8097823162425095e-05']
['59491.98360157014 0.015553015220759928 3.96409122743742e-05 0.008439260572758357 2.7291443761981304e-05 0.0002984777858211183 9.65237373074177e-07 0.008439260572758357 2.7291443761981304e-05 0.007113754648001571 4.8127173494378615e-05']
['59491.98363705035 0.015547179412524622 3.9628964071387135e-05 0.008493305403273116 2.732552388034931e-05 0.0003003892306933378 9.664427106962714e-07 0.008493305403273116 2.7325523880349305e-05 0.007053874009251506 4.813667051954084e-05']
['59491.98367253056 0.015498069645199336 3.961560756314387e-05 0.008476257883495857 2.7310356311739185e-05 0.00029978629801778056 9.65906267692052e-07 0.008476257883495857 2.7310356311739182e-05 0.007021811761703479 4.811706479484356e-05']
['59491.98370801076 0.01551920629665748 3.960494618916749e-05 0.008476344453153433 2.7321965686969214e-05 0.0002997893597930972 9.663168653485118e-07 0.008476344453153433 2.7321965686969217e-05 0.007042861843504047 4.811487890088445e-05']
['59491.98374349097 0.015473860277605389 3.957897493993322e-05 0.008447388714167173 2.7299569083098164e-05 0.0002987652600174212 9.655247475230564e-07 0.008447388714167173 2.7299569083098164e-05 0.007026471563438216 4.808078336943681e-05']
['59491.98377897118 0.015541386591592824 3.9620675502897626e-05 0.008457877057975098 2.7300243862459776e-05 0.00029913620929783864 9.655486129610335e-07 0.008457877057975098 2.7300243862459776e-05 0.007083509533617726 4.811549898167621e-05']
['59491.98381445139 0.015536577277506796 3.962612982217776e-05 0.008479309636381036 2.731430098684186e-05 0.000299894231697063 9.660457820346038e-07 0.008479309636381036 2.731430098684186e-05 0.007057267641125761 4.8127966953569476e-05']
['59491.983849931596 0.015463919795216836 3.9568553771666785e-05 0.008443330603767406 2.729758347898376e-05 0.0002986217337219244 9.65454521143094e-07 0.008443330603767406 2.729758347898376e-05 0.00702058919144943 4.80710777013931e-05']
['59491.983885411806 0.015522542012693779 3.96187854868326e-05 0.008431720717888247 2.7285133773287607e-05 0.0002982111180049464 9.650142028760757e-07 0.008431720717888247 2.7285133773287607e-05 0.007090821294805531 4.8105370682262264e-05']
['59491.98392089202 0.01552916254362489 3.960621107686686e-05 0.008459501070210292 2.730331623113674e-05 0.00029919364698114374 9.656572757747978e-07 0.008459501070210292 2.7303316231136738e-05 0.007069661473414599 4.810533268861973e-05']
['59491.98395637222 0.01547339250784342 3.957770732408161e-05 0.00842188605270905 2.728696849460597e-05 0.00029786328787674137 9.650790928687454e-07 0.00842188605270905 2.728696849460597e-05 0.00705150645513437 4.807258643609975e-05']
['59491.98399185243 0.015547680346111111 3.9648673302132205e-05 0.0084446659093439 2.730167964402048e-05 0.00029866896049593266 9.655993933460527e-07 0.0084446659093439 2.730167964402048e-05 0.007103014436767212 4.81393706440366e-05']
['59491.98402733264 0.015558524149997897 3.961907767426635e-05 0.008482043125491712 2.7322434321662867e-05 0.000299990909097919 9.663334399102892e-07 0.008482043125491712 2.7322434321662863e-05 0.007076481024506184 4.812677771284019e-05']
['59491.984062812844 0.015571432427700063 3.963160090872914e-05 0.008436566435236456 2.729045729608604e-05 0.0002983825001980117 9.65202483980083e-07 0.008436566435236456 2.729045729608604e-05 0.007134865992463607 4.811894481405714e-05']
['59491.984098293055 0.01548572865001555 3.959842255480859e-05 0.008421685461207761 2.728761741553218e-05 0.00029785619340363636 9.651020437516526e-07 0.008421685461207761 2.728761741553218e-05 0.00706404318880779 4.809001074075186e-05']
['59491.984133773265 0.01554925029677501 3.964355375515443e-05 0.008466133198696756 2.7302214139912698e-05 0.00029942821054377514 9.656182972712323e-07 0.008466133198696756 2.7302214139912695e-05 0.007083117098078254 4.813545731869042e-05']
['59491.984169253476 0.015431912698699533 3.955004390027086e-05 0.008430438187874914 2.728406513331612e-05 0.00029816575778466073 9.64976407468554e-07 0.008430438187874914 2.728406513331612e-05 0.007001474510824619 4.804816523773191e-05']
['59491.98420473368 0.015495364273265151 3.960050445520038e-05 0.008444289545359003 2.7302609075516026e-05 0.00029865564934291087 9.656322652608929e-07 0.008444289545359003 2.7302609075516023e-05 0.007051074727906148 4.810023300813412e-05']
['59491.98424021389 0.015479478100683139 3.959452990363679e-05 0.00845239896622298 2.7306303544427582e-05 0.00029894246143538075 9.657629303696426e-07 0.00845239896622298 2.730630354442758e-05 0.007027079134460159 4.80974116928386e-05']
['59491.9842756941 0.015488713131223714 3.959959639630383e-05 0.008457662602763885 2.7300152605875747e-05 0.00029912862449629724 9.655453854196029e-07 0.008457662602763885 2.7300152605875747e-05 0.0070310505284598285 4.809809109574167e-05']
['59491.9843111743 0.015541204346401126 3.962219185250262e-05 0.00844899774548069 2.730037971656282e-05 0.000298822167859007 9.65553417817042e-07 0.00844899774548069 2.730037971656282e-05 0.007092206600920435 4.8116824706801255e-05']
['59491.98434665451 0.01551716049449138 3.959575868323242e-05 0.008421868612488304 2.7283588041910084e-05 0.0002978626710551101 9.64959533811759e-07 0.008421868612488304 2.7283588041910084e-05 0.007095291882003077 4.808553090214804e-05']
['59491.984382134724 0.015579201256655264 3.9645092356739577e-05 0.008411230077308368 2.7278968745015076e-05 0.0002974864098415226 9.647961596041037e-07 0.008411230077308368 2.727896874501508e-05 0.007167971179346895 4.812354396515203e-05']
['59491.98441761493 0.015495991887252623 3.958153482350208e-05 0.00846861872181925 2.730134248697332e-05 0.0002995161179418005 9.655874688547962e-07 0.00846861872181925 2.730134248697332e-05 0.0070273731654333736 4.808389751855732e-05']
['59491.98445309514 0.015567948688219674 3.964572453702963e-05 0.00845840379828536 2.7309449347388934e-05 0.0002991548389254173 9.658741903899298e-07 0.00845840379828536 2.7309449347388934e-05 0.007109544889934314 4.814134914731446e-05']
['59491.98448857535 0.01554252769088094 3.962277200059432e-05 0.008404700984653771 2.727983421877219e-05 0.0002972554904259928 9.648267694766727e-07 0.008404700984653771 2.727983421877219e-05 0.007137826706227169 4.81056484834658e-05']
['59491.98452405556 0.015545158999508745 3.963621458777722e-05 0.00842014783893652 2.7278139470595187e-05 0.0002978018111402861 9.647668300211913e-07 0.00842014783893652 2.7278139470595184e-05 0.0071250111605722245 4.811576040992771e-05']
['59491.98455953576 0.015531624845481698 3.9618631840796025e-05 0.008471555124610387 2.7315265240358027e-05 0.00029961997194604897 9.660798855264908e-07 0.008471555124610387 2.7315265240358027e-05 0.007060069720871311 4.8122341007973084e-05']
['59491.98459501597 0.015498298064127641 3.958355363368463e-05 0.008434134263365973 2.7292253663571545e-05 0.0002982964797145369 9.652660174834004e-07 0.008434134263365973 2.7292253663571548e-05 0.007064163800761669 4.808039962716119e-05']
['59491.98463049618 0.015517105226726207 3.96119368150065e-05 0.008436627694274513 2.7287228495635862e-05 0.00029838466679328184 9.650882885241046e-07 0.008436627694274513 2.7287228495635862e-05 0.007080477532451694 4.810091867323439e-05']
['59491.984665976386 0.0155371921811127 3.9619874869931655e-05 0.008429269633157297 2.7285919760335264e-05 0.0002981244286158647 9.650420014813736e-07 0.008429269633157297 2.728591976033526e-05 0.007107922547955402 4.8106713688179704e-05']
['59491.9847014566 0.015480433985937039 3.958650866876968e-05 0.008451848774866554 2.730382038698894e-05 0.0002989230023967093 9.65675106640568e-07 0.008451848774866554 2.730382038698894e-05 0.007028585211070484 4.8089398793367435e-05']
['59491.98473693681 0.01548449841685662 3.9574889084981924e-05 0.008467612221987091 2.7305663130726285e-05 0.0002994805202921318 9.657402803682682e-07 0.008467612221987091 2.730566313072629e-05 0.0070168861948695285 4.808088066058406e-05']
['59491.98477241701 0.015522197687541909 3.9595692753211915e-05 0.00847263294609912 2.7309383381304888e-05 0.00029965809208331624 9.658718573169627e-07 0.00847263294609912 2.730938338130489e-05 0.007049564741442789 4.810011751829563e-05']
['59491.98480789722 0.015506454934162901 3.9612501768517394e-05 0.008450948432826533 2.7303908602755083e-05 0.0002988911593108998 9.65678226635066e-07 0.008450948432826533 2.7303908602755086e-05 0.007055506501336368 4.811084827092946e-05']
['59491.98484337743 0.01553217821118578 3.961029142178771e-05 0.008462160383508067 2.7311866153170285e-05 0.0002992877009492706 9.65959667409173e-07 0.008462160383508067 2.731186615317028e-05 0.0070700178276777124 4.811354507088038e-05']
['59491.98487885764 0.015503121277375463 3.961036787910924e-05 0.008434419638855703 2.7292601964069878e-05 0.00029830657280783196 9.652783360936205e-07 0.008434419638855703 2.7292601964069878e-05 0.00706870163851976 4.81026752425218e-05']
['59491.984914337845 0.015506580802469774 3.9588508597613854e-05 0.008459867392976982 2.7307069700753613e-05 0.00029920660299871833 9.657900276066357e-07 0.008459867392976982 2.7307069700753613e-05 0.007046713409492792 4.809289000075959e-05']
['59491.984949818056 0.015571909570943572 3.964392347201738e-05 0.008426025106181997 2.728737675438287e-05 0.0002980096769478394 9.650935321046474e-07 0.008426025106181997 2.728737675438287e-05 0.007145884464761575 4.812734771822363e-05']
['59491.984985298266 0.015505090431929113 3.960673923733946e-05 0.008427336120395118 2.7293890322154815e-05 0.00029805604459061315 9.65323902439774e-07 0.008427336120395118 2.7293890322154818e-05 0.007077754311533995 4.8100418313486853e-05']
['59491.98502077847 0.015550934293325904 3.9641900216944854e-05 0.008466358592493133 2.7310748517242997e-05 0.0002994361822186275 9.659201391241943e-07 0.008466358592493133 2.7310748517242997e-05 0.007084575700832771 4.8138936811922875e-05']
['59491.98505625868 0.015496322417339961 3.959376898353618e-05 0.00845627157471401 2.7306301752666283e-05 0.00029907942694293787 9.657628669990499e-07 0.00845627157471401 2.7306301752666283e-05 0.007040050842625951 4.80967842763869e-05']
['59491.98509173889 0.015550170556537235 3.964157039806519e-05 0.008450999193297748 2.7299308129515806e-05 0.00029889295459532367 9.655155181780453e-07 0.008450999193297748 2.7299308129515806e-05 0.007099171363239487 4.8132175599852184e-05']
['59491.9851272191 0.015512475284621897 3.960578061968412e-05 0.008472445886729008 2.7316843879896775e-05 0.0002996514762114485 9.661357184789246e-07 0.008472445886729008 2.7316843879896775e-05 0.0070400293978928885 4.8112657565896315e-05']
['59491.985162699304 0.01548451737848388 3.9580944903173064e-05 0.008459456764934276 2.730650257796339e-05 0.0002991920800025475 9.657699697409903e-07 0.008459456764934276 2.7306502577963386e-05 0.007025060613549603 4.808634195349385e-05']
['59491.985198179515 0.015480025736855155 3.957149135400516e-05 0.008445379487896545 2.7286039985522247e-05 0.00029869419817458553 9.650462535775499e-07 0.008445379487896545 2.728603998552225e-05 0.007034646248958609 4.8066941925523246e-05']
['59491.985233659725 0.01556630262086443 3.963390553232669e-05 0.008456908774890567 2.7295656922556925e-05 0.00029910196328912416 9.65386383147877e-07 0.008456908774890567 2.7295656922556925e-05 0.0071093938459738625 4.8123791980467684e-05']
['59491.98526913993 0.015530521610087809 3.9607295892169635e-05 0.008460980358602023 2.7307298706472553e-05 0.00029924596610554426 9.65798127027117e-07 0.008460980358602023 2.7307298706472553e-05 0.007069541251485786 4.810848626317809e-05']
['59491.98530462014 0.015539729922479269 3.9614845975850614e-05 0.008442569423769492 2.7302065786162776e-05 0.00029859481248653536 9.656130503306489e-07 0.008442569423769492 2.730206578616278e-05 0.0070971604987097765 4.811173264269671e-05']
['59491.98534010035 0.015501844788576148 3.958744832916187e-05 0.008466600468217017 2.730342279334937e-05 0.00029944473682242084 9.65661044642106e-07 0.008466600468217017 2.730342279334937e-05 0.007035244320359131 4.80899465735454e-05']
['59491.98537558055 0.015538461535365321 3.961233288630653e-05 0.008446766193905149 2.7306631834112735e-05 0.0002987432428670043 9.657745412421223e-07 0.008446766193905149 2.7306631834112735e-05 0.007091695341460173 4.81122547675677e-05']
['59491.98541106076 0.01551182978567004 3.9604334846341514e-05 0.00844296572204004 2.729393557258026e-05 0.0002986088286706902 9.653255028461932e-07 0.00844296572204004 2.729393557258026e-05 0.00706886406363 4.8098464192334696e-05']
['59491.98544654097 0.015545143322741992 3.961774978016083e-05 0.008448859168328524 2.7296483705363674e-05 0.00029881726669483657 9.65415624608001e-07 0.008448859168328524 2.7296483705363674e-05 0.007096284154413468 4.811095634385808e-05']
['59491.985482021184 0.015514557318800035 3.959750491041093e-05 0.00840704705337637 2.7283254120881892e-05 0.00029733846563355615 9.649477237712615e-07 0.00840704705337637 2.7283254120881892e-05 0.007107510265423665 4.808677937390522e-05']
['59491.98551750139 0.01553440008517452 3.961588841586529e-05 0.008438718538100753 2.7287659199366176e-05 0.000298458615266655 9.651035215524796e-07 0.008438718538100753 2.7287659199366176e-05 0.007095681547073768 4.8104417256204684e-05']
['59491.9855529816 0.015545776492576959 3.962261797323686e-05 0.008421311120410342 2.728804905200116e-05 0.00029784295380623407 9.651173097689095e-07 0.008421311120410342 2.7288049052001156e-05 0.007124465372166617 4.811018058703889e-05']
['59491.98558846181 0.01552517802600919 3.961288487398433e-05 0.00840417604934767 2.7282586948644006e-05 0.00029723692463737734 9.649241273802496e-07 0.00840417604934767 2.7282586948644006e-05 0.007121001976661521 4.8099066504973425e-05']
['59491.98562394201 0.01546026374191964 3.9567483287176475e-05 0.00844467863661916 2.729465742798054e-05 0.00029866941063121485 9.653510332584493e-07 0.00844467863661916 2.729465742798054e-05 0.00701558510530048 4.8068535007755364e-05']
['59491.98565942222 0.015485646640456251 3.957795950332325e-05 0.008462064419666746 2.7306151487806232e-05 0.0002992843069226696 9.65757552466772e-07 0.008462064419666746 2.7306151487806232e-05 0.007023582220789505 4.808368525312632e-05']
['59491.98569490243 0.015530356501601046 3.960983145549237e-05 0.008459639640137823 2.7301244571752788e-05 0.0002991985478897949 9.655840058122737e-07 0.008459639640137823 2.7301244571752788e-05 0.007070716861463223 4.8107137756253736e-05']
['59491.985730382636 0.01548662518921298 3.9581814104634725e-05 0.008454191794560795 2.7304906064654658e-05 0.00029900586976695375 9.657135046332577e-07 0.008454191794560795 2.7304906064654655e-05 0.007032433394652185 4.808615084422411e-05']
['59491.985765862846 0.015461640545628092 3.957249577739997e-05 0.008417817372436964 2.728629864880619e-05 0.0002977193877484829 9.650554019198244e-07 0.008417817372436964 2.728629864880619e-05 0.0070438231731911275 4.8067915661116204e-05']
['59491.98580134306 0.015455691230886024 3.9577377181510774e-05 0.008435402120088706 2.729316510495289e-05 0.00029834132097332695 9.65298253128107e-07 0.008435402120088706 2.7293165104952894e-05 0.007020289110797318 4.8075832244629816e-05']
['59491.98583682327 0.01549638843081244 3.958120182130896e-05 0.008421568276433995 2.728290530314683e-05 0.0002978520488400808 9.64935386867534e-07 0.008421568276433995 2.7282905303146827e-05 0.007074820154378445 4.807315736874029e-05']
['59491.98587230347 0.01554558525450344 3.962245923608543e-05 0.008440605474840157 2.7295163724188455e-05 0.00029852535200207235 9.653689398238177e-07 0.008440605474840157 2.7295163724188455e-05 0.007104979779663283 4.811408565737798e-05']
['59491.98590778368 0.015481151337372209 3.958623701838577e-05 0.008451795532888245 2.7303785860865676e-05 0.0002989211193469253 9.656738855287497e-07 0.008451795532888245 2.7303785860865676e-05 0.007029355804483963 4.808915557183162e-05']
['59491.98594326389 0.01553212204645566 3.961776780395152e-05 0.008435439076982002 2.728948717824986e-05 0.00029834262805604906 9.651681730803031e-07 0.008435439076982002 2.728948717824986e-05 0.007096682969473658 4.810700194586731e-05']
['59491.985978744095 0.015556993731871489 3.963649930569825e-05 0.008427044454640861 2.7285136679954397e-05 0.00029804572902471964 9.65014305678384e-07 0.008427044454640861 2.7285136679954397e-05 0.007129949277230627 4.811996218675167e-05']
['59491.986014224305 0.015545591006453939 3.964600700195211e-05 0.008435826725620137 2.729264118722855e-05 0.0002983563383220362 9.652797233290843e-07 0.008435826725620137 2.7292641187228555e-05 0.007109764280833802 4.8132048929727063e-05']
['59491.986049704516 0.015527783158508222 3.962204197418255e-05 0.008426419706871609 2.728321252557467e-05 0.0002980236330923503 9.649462526382052e-07 0.008426419706871609 2.7283212525574673e-05 0.007101363451636613 4.8106963071051974e-05']
['59491.98608518472 0.015548330069250755 3.96389052990107e-05 0.008455799439550677 2.729434075979749e-05 0.0002990627285773708 9.653398334125265e-07 0.008455799439550677 2.729434075979749e-05 0.007092530629700078 4.8127163336476426e-05']
['59491.98612066493 0.01559723270059496 3.963765134798053e-05 0.008488488762401436 2.7318333764376493e-05 0.00030021887687026525 9.661884123632764e-07 0.008488488762401436 2.7318333764376493e-05 0.007108743938193524 4.81397420438242e-05']
['59491.98615614514 0.015440738825494866 3.956279900211545e-05 0.0084686173468679 2.7311389236130655e-05 0.0002995160693128441 9.659427999193283e-07 0.0084686173468679 2.7311389236130655e-05 0.006972121478626966 4.807418274801165e-05']
['59491.98619162535 0.015521822353431837 3.96090763665042e-05 0.00842068482798028 2.7277750735734083e-05 0.00029782080324266397 9.647530813379255e-07 0.00842068482798028 2.7277750735734087e-05 0.007101137525451558 4.809318679198128e-05']
['59491.98622710555 0.015583764272468499 3.965091135097832e-05 0.00845778052432409 2.7309171726504353e-05 0.0002991327951183425 9.658643715596884e-07 0.00845778052432409 2.7309171726504357e-05 0.00712598374814441 4.814546324785801e-05']
['59491.986262585764 0.0155573706778038 3.962882428224368e-05 0.008453121014052187 2.7316741901956587e-05 0.0002989679986534179 9.661321117470874e-07 0.008453121014052187 2.7316741901956584e-05 0.007104249663751613 4.813157074240417e-05']
['59491.986298065975 0.015587570905410868 3.965360559596096e-05 0.008432386425885325 2.7293768072335047e-05 0.00029823466260903327 9.65319578736861e-07 0.008432386425885325 2.7293768072335047e-05 0.007155184479525543 4.813894693848675e-05']
['59491.98633354618 0.015503239093456803 3.961143477016741e-05 0.008450706818938173 2.7299615142195517e-05 0.00029888261396764375 9.655263765303937e-07 0.008450706818938173 2.7299615142195517e-05 0.00705253227451863 4.810753320908502e-05']
['59491.98636902639 0.015522370830312396 3.961896917835786e-05 0.008418464478242536 2.7283346255462704e-05 0.0002977422744346296 9.64950982365476e-07 0.008418464478242536 2.72833462554627e-05 0.0071039063520698595 4.810450812191245e-05']
['59491.9864045066 0.015525023108835094 3.962401241709698e-05 0.00849057263075961 2.7318462420768393e-05 0.0003002925786369222 9.661929626523279e-07 0.00849057263075961 2.7318462420768396e-05 0.007034450478075485 4.812858557100126e-05']
['59491.9864399868 0.015559457477866634 3.964013250856827e-05 0.008435906331196955 2.7297668967996056e-05 0.0002983591537933802 9.654575446984022e-07 0.008435906331196955 2.729766896799606e-05 0.007123551146669679 4.81300616702612e-05']
['59491.98647546701 0.015509317257189587 3.962108107217588e-05 0.008465283844674928 2.73076308735884e-05 0.00029939817079021756 9.658098750356546e-07 0.008465283844674928 2.73076308735884e-05 0.0070440334125146595 4.812002461819915e-05']
['59491.98651094722 0.015505743406091668 3.9589437932586025e-05 0.008441191750725824 2.7296932256883738e-05 0.0002985460872698989 9.65431488872812e-07 0.008441191750725824 2.7296932256883738e-05 0.007064551655365844 4.808789979251518e-05']
['59491.98654642743 0.01551551904222161 3.9614750002657416e-05 0.008457582459138718 2.7304242439627532e-05 0.00029912578999538553 9.656900336991629e-07 0.008457582459138718 2.730424243962753e-05 0.007057936583082892 4.811288884462253e-05']
['59491.98658190764 0.015546124142041382 3.962691562076141e-05 0.008437644508421136 2.729518414704363e-05 0.00029842062923720204 9.653696621345628e-07 0.008437644508421136 2.7295184147043627e-05 0.007108479633620246 4.8117767188804245e-05']
['59491.98661738785 0.015544801203028237 3.962713739090573e-05 0.008443267303760774 2.7293755949252293e-05 0.00029861949494215705 9.653191499705174e-07 0.008443267303760774 2.7293755949252293e-05 0.007101533899267463 4.811713968655103e-05']
['59491.98665286806 0.01554444788356569 3.9630702656140254e-05 0.008476161200409331 2.7320801269647667e-05 0.0002997828785530841 9.662756825101682e-07 0.008476161200409331 2.732080126964767e-05 0.00706828668315636 4.8135421209697376e-05']
['59491.98668834826 0.015511921754509104 3.9584932517540257e-05 0.008456939806990953 2.730989156450142e-05 0.0002991030608251621 9.658898306209013e-07 0.008456939806990953 2.7309891564501418e-05 0.007054981947518151 4.809154873450263e-05']
['59491.98672382847 0.01553477083399694 3.959520824642263e-05 0.008443035701379435 2.7306802555521025e-05 0.00029861130368352993 9.657805792767935e-07 0.008443035701379435 2.7306802555521025e-05 0.007091735132617506 4.809825341822491e-05']
['59491.98675930868 0.015491354386836924 3.959486377266172e-05 0.008451964115346816 2.7300407493319272e-05 0.0002989270817317254 9.655544002188404e-07 0.008451964115346816 2.730040749331927e-05 0.007039390271490108 4.809433944319147e-05']
['59491.98679478889 0.015542180168387132 3.9648573497020425e-05 0.008393783014031552 2.7275824601329526e-05 0.00029686934620531323 9.646849582686932e-07 0.008393783014031552 2.7275824601329522e-05 0.0071483971543555794 4.8124629744353604e-05']
['59491.986830269096 0.015549144883379093 3.9617803473449845e-05 0.008445915239797392 2.730432275686182e-05 0.00029871314652198344 9.656928743402414e-07 0.008445915239797392 2.7304322756861823e-05 0.007103229643581701 4.811544859264826e-05']
['59491.986865749306 0.015560459619964453 3.9647636445266425e-05 0.008467797373170261 2.732074143580159e-05 0.00029948706867569195 9.662735663207532e-07 0.008467797373170261 2.7320741435801592e-05 0.007092662246794192 4.814933009189167e-05']
['59491.98690122952 0.015484117508087378 3.959526356344933e-05 0.008433763338593334 2.7296410525467476e-05 0.00029828336093429676 9.654130363986198e-07 0.008433763338593334 2.7296410525467476e-05 0.007050354169494044 4.809239985937351e-05']
['59491.98693670972 0.015465282573397462 3.956795875618324e-05 0.008435867152992656 2.7299887149806525e-05 0.0002983577681478523 9.655359968316939e-07 0.008435867152992656 2.7299887149806525e-05 0.007029415420404805 4.807189614029375e-05']
['59491.98697218993 0.015496960860595065 3.956551789085895e-05 0.008423434235252715 2.7287876797815764e-05 0.00029791804363332643 9.651112175233376e-07 0.008423434235252715 2.7287876797815764e-05 0.007073526625342349 4.806306717329484e-05']
['59491.98700767014 0.01549939689257428 3.959376671960606e-05 0.008429764774735966 2.7294077063718362e-05 0.0002981419406669259 9.653305070715337e-07 0.008429764774735966 2.7294077063718362e-05 0.007069632117838315 4.808984306282129e-05']
['59491.987043150344 0.01553672389505578 3.962051164376322e-05 0.008441013277060042 2.7304968650212393e-05 0.00029853977505520535 9.657157181445644e-07 0.008441013277060042 2.7304968650212393e-05 0.007095710617995738 4.8118045013307205e-05']
['59491.987078630555 0.01552275642552904 3.958717425805911e-05 0.008441563949181058 2.730218603263503e-05 0.0002985592510974459 9.656173031796374e-07 0.008441563949181058 2.730218603263503e-05 0.007081192476347982 4.8089018787021946e-05']
['59491.987114110765 0.015546789543757124 3.962610397503044e-05 0.008482022595340897 2.732486940516848e-05 0.00029999018299236684 9.664195633717915e-07 0.008482022595340897 2.732486940516848e-05 0.007064766948416228 4.8133944407761095e-05']
['59491.987149590976 0.01549625960545124 3.96005543333257e-05 0.008463388769290264 2.7315311888128817e-05 0.00029933114620910625 9.66081535353892e-07 0.008463388769290264 2.7315311888128817e-05 0.007032870836160976 4.8107485561526e-05']
['59491.98718507118 0.015576326852018745 3.965314687777563e-05 0.008431489444079706 2.730046645172198e-05 0.00029820293836720486 9.6555648544578e-07 0.008431489444079706 2.7300466451721984e-05 0.0071448374079390396 4.8142367264105786e-05']
['59491.98722055139 0.015491031862259575 3.95730336013897e-05 0.00844828215594802 2.7303766954052926e-05 0.0002987968590564849 9.656732168370369e-07 0.00844828215594802 2.7303766954052926e-05 0.007042749706311555 4.807827657370791e-05']
['59491.9872560316 0.01550158651847187 3.9614353197296446e-05 0.008435663350148842 2.730509739561735e-05 0.00029835056009673913 9.657202715818086e-07 0.008435663350148842 2.730509739561735e-05 0.007065923168323029 4.8113047326315764e-05']
['59491.9872915118 0.015463357679499535 3.9570057300578e-05 0.008458219603532692 2.7305901595649067e-05 0.0002991483243686665 9.657487143396492e-07 0.008458219603532692 2.7305901595649067e-05 0.007005138075966843 4.8077039184233224e-05']
['59491.98732699201 0.015492165322588593 3.9591582729168665e-05 0.008481239839721315 2.7326500943584627e-05 0.0002999624986754581 9.664772672392968e-07 0.008481239839721315 2.7326500943584627e-05 0.007010925482867279 4.8106455666784866e-05']
['59491.987362472224 0.015533283182372584 3.961066014606226e-05 0.008461479549190692 2.7310285634015797e-05 0.0002992636213610402 9.659037679789314e-07 0.008461479549190692 2.7310285634015797e-05 0.007071803633181892 4.811295146442769e-05']
['59491.98739795243 0.015592771619492152 3.96524951273443e-05 0.008473963890535348 2.731965856046326e-05 0.00029970516461353986 9.662352674401203e-07 0.008473963890535348 2.731965856046326e-05 0.007118807728956804 4.8152716576371444e-05']
['59491.98743343264 0.015534341290710596 3.961421919937806e-05 0.008468654651734808 2.7315634639870795e-05 0.00029951738870261514 9.66092950361698e-07 0.008468654651734808 2.7315634639870795e-05 0.007065686638975789 4.8118917886370666e-05']
['59491.98746891285 0.015523216992446891 3.9617109005082064e-05 0.00843413028052404 2.7294912416433877e-05 0.0002982963388503188 9.65360051630178e-07 0.00843413028052404 2.7294912416433877e-05 0.007089086711922852 4.810953720148793e-05']
['59491.98750439306 0.015536934344850565 3.9624760637565546e-05 0.008421427080887028 2.7286698022451776e-05 0.00029784705506913806 9.650695268731212e-07 0.008421427080887028 2.7286698022451776e-05 0.007115507263963537 4.811117899774269e-05']
['59491.98753987326 0.01555990657064643 3.9633790412666706e-05 0.008459812862937899 2.730533167259565e-05 0.00029920467439310344 9.65728557434953e-07 0.008459812862937899 2.7305331672595652e-05 0.007100093707708531 4.812918532684349e-05']
['59491.98757535347 0.015467492111992312 3.9571003423367646e-05 0.008464649407700808 2.731819862637343e-05 0.0002993757321723262 9.661836328341238e-07 0.008464649407700808 2.7318198626373434e-05 0.007002842704291504 4.808480308914829e-05']
['59491.98761083368 0.015521867166895301 3.9608297039709836e-05 0.008451170758546116 2.7298892096969215e-05 0.00029889902247473267 9.655008040366503e-07 0.008451170758546116 2.729889209696921e-05 0.007070696408349186 4.810453932954618e-05']
['59491.987646313886 0.015500757623760077 3.960509655824381e-05 0.008472746704896917 2.7320166775033636e-05 0.00029966211547775834 9.662532418536818e-07 0.008472746704896917 2.7320166775033636e-05 0.00702801091886316 4.8113981190538234e-05']
['59491.9876817941 0.015496366257599705 3.958013498044809e-05 0.008456650353134122 2.7311214558304225e-05 0.00029909282348913733 9.659366219549895e-07 0.008456650353134122 2.731121455830423e-05 0.0070397159044655825 4.8088351247679716e-05']
['59491.98771727431 0.01551524197278481 3.960828743173403e-05 0.008456203546083275 2.7304456901200842e-05 0.00029907702092230384 9.656976187257175e-07 0.008456203546083275 2.730445690120084e-05 0.007059038426701535 4.810768961345363e-05']
['59491.98775275451 0.015453198028169213 3.9581902505941047e-05 0.008411058428107502 2.7279484149268122e-05 0.0002974803389929014 9.648143883006731e-07 0.008411058428107502 2.7279484149268122e-05 0.0070421396000617115 4.807179278371042e-05']
['59491.98778823472 0.015520263594844276 3.959879621935833e-05 0.008432193018991131 2.728773041133634e-05 0.0002982278222394246 9.65106040160715e-07 0.008432193018991131 2.728773041133634e-05 0.007088070575853145 4.8090382541876684e-05']
['59491.98782371493 0.015526249865131672 3.960008375798712e-05 0.008461801877747737 2.7307743796711425e-05 0.00029927502140174094 9.658138688741478e-07 0.008461801877747737 2.7307743796711425e-05 0.007064447987383935 4.810280142472397e-05']
['59491.98785919514 0.015550478204156509 3.964633381039898e-05 0.008430568321883717 2.729420400613572e-05 0.0002981703603337197 9.653349967411362e-07 0.008430568321883717 2.7294204006135725e-05 0.007119909882272792 4.813320430777636e-05']
['59491.987894675345 0.015539364047390461 3.963596999661299e-05 0.008443659590613339 2.7302820139335524e-05 0.0002986333692514227 9.656397301164887e-07 0.008443659590613339 2.730282013933552e-05 0.007095704456777123 4.812955542214483e-05']
['59491.987930155556 0.01554339373258775 3.96317196661656e-05 0.008441299288303707 2.729507934904846e-05 0.00029854989063369625 9.653659556636833e-07 0.008441299288303707 2.7295079349048456e-05 0.007102094444284043 4.812166414795304e-05']
['59491.987965635766 0.015507741146050765 3.959019903266333e-05 0.008468507665582131 2.7319015613206603e-05 0.0002995121901308897 9.66212527832555e-07 0.008468507665582131 2.7319015613206603e-05 0.007039233480468634 4.8101065201516304e-05']
['59491.98800111597 0.01548270883088932 3.957454962606474e-05 0.008441022673470295 2.7297007848409283e-05 0.0002985401073852362 9.654341623761334e-07 0.008441022673470295 2.7297007848409287e-05 0.007041686157419026 4.8075686324606735e-05']
['59491.98803659618 0.015444992646146367 3.955060826251107e-05 0.00844237489039186 2.7297596442154556e-05 0.00029858793227572505 9.65454979621474e-07 0.00844237489039186 2.7297596442154553e-05 0.007002617755754507 4.8056314730255145e-05']
['59491.98807207639 0.01554072304999916 3.9619792367792034e-05 0.008467551383995905 2.7314503055220662e-05 0.0002994783685883484 9.660529287415658e-07 0.008467551383995905 2.7314503055220662e-05 0.007073171666003256 4.8122863842674724e-05']
['59491.98810755659 0.015552511159264202 3.9649041543783136e-05 0.008458537742118261 2.730871822869053e-05 0.0002991595762194402 9.658483323555215e-07 0.008458537742118261 2.730871822869053e-05 0.007093973417145941 4.814366611128254e-05']
['59491.988143036804 0.015539314686761728 3.96203202233555e-05 0.008474970747050545 2.7312597295314502e-05 0.0002997407748782905 9.659855262728077e-07 0.008474970747050545 2.7312597295314505e-05 0.007064343939711183 4.8122216757099355e-05']
['59491.988178517015 0.015517647387738058 3.960816902169349e-05 0.008438408819485519 2.73008152181299e-05 0.0002984476612114146 9.65568820534181e-07 0.008438408819485519 2.73008152181299e-05 0.007079238568252539 4.8105525304537656e-05']
['59491.988213997225 0.015472209919088101 3.9581820548275634e-05 0.008468053434623844 2.731145899241298e-05 0.0002994961249970415 9.65945267043138e-07 0.008468053434623844 2.731145899241298e-05 0.007004156484464258 4.808987741937123e-05']
['59491.98824947743 0.015592783764406521 3.96428276609503e-05 0.008482370883306688 2.7320256885302556e-05 0.0003000025011593391 9.662564288525089e-07 0.008482370883306688 2.7320256885302556e-05 0.007110412881099834 4.8145095505510504e-05']
['59491.98828495764 0.015529586237996624 3.9612469293292824e-05 0.008407287342934437 2.7287315766860726e-05 0.0002973469641382094 9.650913751122882e-07 0.008407287342934437 2.7287315766860723e-05 0.007122298895062187 4.810140668704433e-05']
['59491.98832043785 0.015506850612942014 3.959433220598669e-05 0.008473697146164336 2.731472340196074e-05 0.00029969573046127577 9.660607219133163e-07 0.008473697146164336 2.731472340196074e-05 0.007033153466777678 4.810202965950249e-05']
['59491.98835591805 0.015521030748841211 3.9611501265758364e-05 0.008476300400756627 2.731880926243714e-05 0.00029978780175827347 9.662052296670058e-07 0.008476300400756627 2.7318809262437138e-05 0.0070447303480845845 4.81184826448694e-05']
['59491.98839139826 0.015502542191677498 3.9613518884666125e-05 0.008465434763970513 2.7324177174154757e-05 0.00029940350846841766 9.663950807078812e-07 0.008465434763970513 2.7324177174154753e-05 0.007037107427706985 4.8123191256091896e-05']
['59491.98842687847 0.015525862555522608 3.960592226548021e-05 0.008432940567815798 2.729319245180447e-05 0.00029825426137067973 9.652992203251307e-07 0.008432940567815798 2.729319245180447e-05 0.007092921987706811 4.8099349607978047e-05']
['59491.988462358684 0.015506951683108661 3.961818878234533e-05 0.00846149713853089 2.7303421931983424e-05 0.0002992642434566931 9.656610141775175e-07 0.00846149713853089 2.7303421931983424e-05 0.007045454544577771 4.811525466616037e-05']
['59491.98849783889 0.015560029007323985 3.9652480191185825e-05 0.008466367384707671 2.731086958753052e-05 0.00029943649317960624 9.65924421109688e-07 0.008466367384707671 2.7310869587530524e-05 0.007093661622616314 4.8147718356527385e-05']
['59491.9885333191 0.015531650173045334 3.964284379278328e-05 0.008427272367024102 2.7293884545984213e-05 0.0002980537897763607 9.653236981495287e-07 0.008427272367024102 2.7293884545984213e-05 0.007104377806021233 4.8130148530713385e-05']
['59491.98856879931 0.015519961189025048 3.963008652350497e-05 0.008473449849857553 2.7314955532438015e-05 0.0002996869841435796 9.660689318495165e-07 0.008473449849857553 2.7314955532438015e-05 0.0070465113391674945 4.8131596208722987e-05']
['59491.98860427951 0.015543510212689383 3.96347860383711e-05 0.008436237702893253 2.7297036785099492e-05 0.00029837087366970614 9.654351858021963e-07 0.008436237702893253 2.7297036785099492e-05 0.00710727250979613 4.81252998074249e-05']
['59491.98863975972 0.015550508965151384 3.963089819260712e-05 0.008501587156838901 2.7335589455951825e-05 0.00030068213780832967 9.667987076100948e-07 0.008501587156838901 2.7335589455951825e-05 0.007048921808312483 4.8143977218932954e-05']
['59491.98867523993 0.015504852262004716 3.96221202977743e-05 0.008500625257764238 2.7334488223563075e-05 0.0003006481175877768 9.667597594816143e-07 0.008500625257764238 2.7334488223563072e-05 0.007004227004240478 4.813612638482044e-05']
['59491.988710720136 0.01557172613093635 3.963201197383487e-05 0.008466849814382383 2.7312135302621834e-05 0.00029945355563903395 9.659691866237608e-07 0.008466849814382383 2.731213530262183e-05 0.007104876316553967 4.813158119034645e-05']
['59491.988746200346 0.015494228323553724 3.961658444515238e-05 0.00846324154807271 2.7313715981033905e-05 0.0002993259393236614 9.660250916865876e-07 0.00846324154807271 2.731371598103391e-05 0.007030986775481014 4.811977601561001e-05']
['59491.98878168056 0.015548471113900113 3.964076435247355e-05 0.008436960891736203 2.7298478297275696e-05 0.00029839645124284933 9.654861688662785e-07 0.008436960891736203 2.7298478297275696e-05 0.00711151022216391 4.813104108364133e-05']
['59491.98881716077 0.015496894063581118 3.9599620997002185e-05 0.008443889922945431 2.730240044095781e-05 0.0002986415155912464 9.656248863228396e-07 0.008443889922945431 2.730240044095781e-05 0.007053004140635687 4.8099387240843614e-05']
['59491.98885264097 0.015502443426331882 3.960199900973101e-05 0.00842343207738903 2.7287567016435552e-05 0.0002979179673145104 9.651002612482402e-07 0.00842343207738903 2.7287567016435555e-05 0.007079011348942852 4.809292712284414e-05']
['59491.98888812118 0.015529222647429015 3.963937229278026e-05 0.00842718162880052 2.7289487054041367e-05 0.00029805058056818056 9.651681686873264e-07 0.00842718162880052 2.728948705404137e-05 0.007102041018628496 4.812479547424931e-05']
['59491.98892360139 0.015559769340872684 3.9631961282721156e-05 0.008449522288098876 2.730529287671229e-05 0.0002988407197591284 9.657271853112621e-07 0.008449522288098876 2.730529287671229e-05 0.007110247052773808 4.812765706117579e-05']
['59491.988959081595 0.015542813047269037 3.9641496881185064e-05 0.008434406162319164 2.7291357904817237e-05 0.00029830609617285286 9.652343364981635e-07 0.008434406162319164 2.729135790481724e-05 0.007108406884949873 4.81276063322272e-05']
['59491.988994561805 0.015483764271197168 3.95912031698844e-05 0.008530080750291349 2.734822433447336e-05 0.00030168989252930925 9.6724557502611e-07 0.008530080750291349 2.7348224334473364e-05 0.006953683520905819 4.811848649622872e-05']
['59491.989030042016 0.015553861324206768 3.9640410302594384e-05 0.008379873054847171 2.7267074715267625e-05 0.00029637738203589084 9.643754943535283e-07 0.008379873054847171 2.7267074715267625e-05 0.007173988269359596 4.8112945165371224e-05']
['59491.98906552222 0.015483417859470031 3.959796018432456e-05 0.008462513197579727 2.731328548085172e-05 0.00029930017919449215 9.660098658572548e-07 0.008462513197579727 2.7313285480851718e-05 0.007020904661890304 4.8104199551784025e-05']
['59491.98910100243 0.015528093841371963 3.958748458311077e-05 0.008415684753980935 2.7286739664756984e-05 0.00029764396179981486 9.650709996683914e-07 0.008415684753980935 2.7286739664756984e-05 0.0071124090873910285 4.808050641528493e-05']
['59491.98913648264 0.015526662804176394 3.961609878515115e-05 0.008435983923818847 2.7295048692234335e-05 0.00029836189807100723 9.653648714006818e-07 0.008435983923818847 2.7295048692234335e-05 0.007090678880357547 4.810878262922787e-05']
['59491.98917196285 0.015480806481081818 3.956411322651988e-05 0.008462754860516857 2.7314479309454827e-05 0.00029930872627249356 9.660520889068968e-07 0.008462754860516857 2.7314479309454827e-05 0.007018051620564961 4.807701982597841e-05']
['59491.98920744305 0.015487994845322196 3.9594969760403064e-05 0.008436619144207395 2.7299203252771507e-05 0.00029838436439651617 9.655118089219852e-07 0.008436619144207395 2.7299203252771507e-05 0.0070513757011148 4.809374313321187e-05']
['59491.989242923264 0.01550865347980364 3.960934897857285e-05 0.008454397532266405 2.7305619376450217e-05 0.00029901314624980447 9.657387328773087e-07 0.008454397532266405 2.7305619376450217e-05 0.007054255947537235 4.810922339882389e-05']
['59491.989278403475 0.015530098873416165 3.962970949364625e-05 0.008418286669828058 2.7287321199236033e-05 0.00029773598574838795 9.650915672432622e-07 0.008418286669828058 2.7287321199236033e-05 0.007111812203588107 4.811560841121176e-05']
['59491.98931388368 0.015513748063503608 3.961170139598419e-05 0.008448058674409897 2.730238220709911e-05 0.00029878895501393336 9.656242414320078e-07 0.008448058674409897 2.7302382207099114e-05 0.00706568938909371 4.8109323022332566e-05']
['59491.98934936389 0.015530042160756452 3.961735169051067e-05 0.008451543310153131 2.730979810527396e-05 0.00029891219879246895 9.65886525176895e-07 0.008451543310153131 2.7309798105273956e-05 0.007078498850603321 4.8118183959085916e-05']
['59491.9893848441 0.015537439198560972 3.963643357275367e-05 0.008499361925386544 2.7333814732861214e-05 0.00030060343634495944 9.667359396206526e-07 0.008499361925386544 2.733381473286121e-05 0.007038077273174428 4.8147526356165954e-05']
['59491.9894203243 0.015610058498807528 3.966716969649542e-05 0.008456827716463878 2.7310969224577134e-05 0.00029909909643372704 9.659279450493509e-07 0.008456827716463878 2.7310969224577134e-05 0.00715323078234365 4.815987325270244e-05']
['59491.98945580451 0.015520989597608285 3.96161043309777e-05 0.008454837326789564 2.7308971893549296e-05 0.0002990287007992057 9.658573039146683e-07 0.008454837326789564 2.7308971893549293e-05 0.007066152270818721 4.8116688043189085e-05']
['59491.98949128472 0.015509995413831192 3.960580728898096e-05 0.008469069979858945 2.73206466033783e-05 0.00029953207793016214 9.662702123098793e-07 0.008469069979858945 2.73206466033783e-05 0.007040925433972247 4.811483868661084e-05']
['59491.98952676493 0.01549715804798877 3.958658922529746e-05 0.008440133475671787 2.7299455465353964e-05 0.00029850865844634314 9.655207291173647e-07 0.008440133475671787 2.7299455465353964e-05 0.007057024572316982 4.808698696318247e-05']
['59491.98956224514 0.015501817671609512 3.960719401286111e-05 0.008451530150314263 2.7309975932901996e-05 0.0002989117333583787 9.658928145426774e-07 0.008451530150314263 2.7309975932901996e-05 0.007050287521295249 4.810992208503468e-05']
['59491.98959772535 0.01547330052673869 3.958077446488479e-05 0.008473546378843096 2.731842794975181e-05 0.0002996903981580686 9.661917434895094e-07 0.008473546378843096 2.731842794975181e-05 0.006999754147895594 4.809297467287563e-05']
['59491.98963320556 0.015588564827206724 3.966337634934639e-05 0.008419191748577677 2.7279395944979583e-05 0.00029776799636103 9.648112687121125e-07 0.008419191748577677 2.7279395944979583e-05 0.0071693730786290474 4.813884986736658e-05']
['59491.98966868576 0.015482716780000167 3.957029406585458e-05 0.008457056336882214 2.731332052727356e-05 0.00029910718222698703 9.660111053708711e-07 0.008457056336882214 2.7313320527273557e-05 0.007025660443117953 4.808144809262497e-05']
['59491.98970416597 0.015475336606822241 3.958254162954876e-05 0.00846447232581954 2.7312978026977644e-05 0.00029936946918194044 9.659989919008477e-07 0.00846447232581954 2.731297802697764e-05 0.007010864281002701 4.809133363254885e-05']
['59491.98973964618 0.015468655802231219 3.957326505165471e-05 0.008452440527195581 2.7310169669997064e-05 0.00029894393135409836 9.658996665907532e-07 0.008452440527195581 2.7310169669997068e-05 0.007016215275035638 4.808210347158851e-05']
['59491.98977512639 0.015493316976767322 3.9593693666751154e-05 0.008441244963146712 2.7304685049527628e-05 0.00029854796927430294 9.657056878221544e-07 0.008441244963146712 2.7304685049527628e-05 0.007052072013620609 4.80958044306406e-05']
['59491.989810606596 0.015537804497310771 3.963124699025748e-05 0.008440068394869419 2.7294725999977394e-05 0.0002985063566838104 9.653534584967285e-07 0.008440068394869419 2.7294725999977394e-05 0.007097736102441353 4.812107444162728e-05']
['59491.989846086806 0.015507956011928148 3.960710491269564e-05 0.008450500730223902 2.7303977670335537e-05 0.00029887532507040114 9.656806694010296e-07 0.008450500730223902 2.7303977670335537e-05 0.007057455281704246 4.8106444019356286e-05']
['59491.98988156702 0.015504302499931497 3.9594282256924465e-05 0.008432963045858758 2.729079953649564e-05 0.00029825505636882376 9.652145882585082e-07 0.008432963045858758 2.7290799536495636e-05 0.007071339454072739 4.8088407405342444e-05']
['59491.98991704722 0.015528574094497111 3.960978039402523e-05 0.008413038461150171 2.7283807547842713e-05 0.0002975503683365072 9.649672972460293e-07 0.008413038461150171 2.7283807547842716e-05 0.00711553563334694 4.809720217612065e-05']
['59491.98995252743 0.015568720913188824 3.9651279699249286e-05 0.008455292225334204 2.731233162485812e-05 0.0002990447895440912 9.659761301025039e-07 0.008455292225334204 2.731233162485812e-05 0.00711342868785462 4.814755903028028e-05']
['59491.98998800764 0.015511681662148336 3.960925936959702e-05 0.008479000922551846 2.732058076820859e-05 0.0002998833131788594 9.662678838670596e-07 0.008479000922551846 2.732058076820859e-05 0.0070326807395964894 4.811764293188329e-05']
['59491.990023487844 0.0155637138793047 3.963772606286163e-05 0.008432996177796883 2.7294938501323422e-05 0.0002982562281714297 9.65360974194425e-07 0.008432996177796883 2.7294938501323422e-05 0.007130717701507817 4.8126531094869986e-05']
['59491.990058968055 0.015549255266401666 3.9653665771617566e-05 0.008436327481066977 2.7296603385135043e-05 0.0002983740489230683 9.654198574140456e-07 0.008436327481066977 2.7296603385135043e-05 0.007112927785334689 4.814060412471493e-05']
['59491.990094448265 0.015524909894107817 3.961127384674022e-05 0.00845849038135139 2.73105450414748e-05 0.000299157901174961 9.659129426410147e-07 0.00845849038135139 2.73105450414748e-05 0.007066419512756427 4.8113603962121456e-05']
['59491.990129928476 0.01549428026288318 3.959646184714826e-05 0.008430167965952293 2.729491303455742e-05 0.00029815620063916804 9.653600734918263e-07 0.008430167965952293 2.7294913034557417e-05 0.007064112296930887 4.80925365142734e-05']
['59491.99016540868 0.01554691088024018 3.96378030628441e-05 0.008465204452661919 2.7310044822738977e-05 0.00029939536287214817 9.658952510222517e-07 0.008465204452661919 2.7310044822738977e-05 0.007081706427578261 4.813516365266483e-05']
['59491.99020088889 0.015513403822520177 3.961620142247261e-05 0.008381431271399498 2.7269433471582944e-05 0.0002964324926729376 9.64458918292891e-07 0.008381431271399498 2.7269433471582944e-05 0.007131972551120679 4.809433872096599e-05']
['59491.9902363691 0.01545536110758942 3.955507115315039e-05 0.008445742906294493 2.730145006935904e-05 0.0002987070514711286 9.655912738033467e-07 0.008445742906294493 2.730145006935904e-05 0.007009618201294927 4.8062176707058276e-05']
['59491.9902718493 0.01554065254945579 3.9625449053442516e-05 0.008427105001666924 2.729334208967735e-05 0.0002980478704377169 9.653045126822736e-07 0.008427105001666924 2.7293342089677353e-05 0.007113547547788866 4.8115514494922756e-05']
['59491.99030732951 0.015516726278841885 3.96151986803226e-05 0.008417253318162185 2.7283392048970067e-05 0.0002976994384093711 9.64952601979489e-07 0.008417253318162185 2.7283392048970063e-05 0.0070994729606797 4.810142875403221e-05']
['59491.990342809724 0.0154752208181907 3.9589124242001205e-05 0.008455196184519228 2.730678353956118e-05 0.00029904139279510406 9.65779906724792e-07 0.008455196184519228 2.730678353956118e-05 0.007020024633671473 4.809323430093943e-05']
['59491.99037828993 0.01556282723229719 3.963694444376823e-05 0.008449764526731745 2.7299304177924592e-05 0.00029884928719820154 9.655153784190954e-07 0.008449764526731745 2.7299304177924592e-05 0.0071130627055654445 4.812836350258775e-05']
['59491.99041377014 0.015537440439655107 3.9626515348313296e-05 0.008442332831481183 2.7303436284795088e-05 0.0002985864447460505 9.656615218043895e-07 0.008442332831481183 2.7303436284795088e-05 0.007095107608173924 4.812211915125906e-05']
['59491.99044925035 0.015506774001357278 3.961721357013018e-05 0.008472958863037783 2.7313269503100576e-05 0.00029966961903705525 9.66009300759905e-07 0.008472958863037783 2.7313269503100576e-05 0.007033815138319495 4.812004054456221e-05']
['59491.99048473056 0.015570590544382765 3.96285797105878e-05 0.008474704503221075 2.7318319660181783e-05 0.0002997313584290621 9.661879135294306e-07 0.008474704503221075 2.7318319660181783e-05 0.0070958860411616895 4.8132264843182744e-05']
['59491.99052021076 0.015479157939239848 3.957323776855171e-05 0.00843099835177038 2.7293280944668992e-05 0.00029818556952975074 9.65302350119979e-07 0.00843099835177038 2.7293280944668995e-05 0.007048159587469467 4.807249038910881e-05']
['59491.99055569097 0.015490060227449342 3.960493468274078e-05 0.008442963065360817 2.7303760646689365e-05 0.00029860873470988333 9.656729937596838e-07 0.008442963065360817 2.7303760646689365e-05 0.007047097162088525 4.810453405528284e-05']
['59491.99059117118 0.015509182366503433 3.9612298597809144e-05 0.00843670964512135 2.728668685126392e-05 0.0002983875652115851 9.65069131773173e-07 0.00843670964512135 2.728668685126392e-05 0.007072472721382084 4.8100909341933774e-05']
['59491.990626651386 0.01559666921462697 3.967927829261311e-05 0.008453986417951595 2.730361372529261e-05 0.0002989986060552761 9.656677974782307e-07 0.008453986417951595 2.730361372529261e-05 0.007142682796675374 4.816567707696659e-05']
['59491.9906621316 0.015473022383005328 3.9587430388155906e-05 0.008436698993047394 2.7306054653659452e-05 0.00029838718847153525 9.65754127659412e-07 0.008436698993047394 2.7306054653659452e-05 0.007036323389957935 4.809142611199762e-05']
['59491.99069761181 0.015503740247991228 3.960317631638572e-05 0.008491326449603853 2.7327004218813e-05 0.0003003192395247571 9.664950669593703e-07 0.008491326449603853 2.7327004218812997e-05 0.007012413798387376 4.811628345915505e-05']
['59491.99073309201 0.01552443925692567 3.9604368800938176e-05 0.00840750957946827 2.7280108117831385e-05 0.0002973548241477417 9.64836456674268e-07 0.00840750957946827 2.7280108117831385e-05 0.0071169296774573985 4.8090646980897386e-05']
['59491.99076857222 0.015477555470747523 3.957222180566961e-05 0.008465265435639474 2.7299450494975536e-05 0.00029939751970377537 9.65520553326188e-07 0.008465265435639474 2.729945049497554e-05 0.007012290035108049 4.807515716006276e-05']
['59491.99080405243 0.015517082763620342 3.960664983958476e-05 0.008444939565523554 2.7298532859165922e-05 0.00029867863910342147 9.654880985983972e-07 0.008444939565523554 2.7298532859165922e-05 0.0070721431980967885 4.810297919857398e-05']
['59491.99083953264 0.015505300417363551 3.959347851726735e-05 0.008443666153985473 2.7302404880059953e-05 0.0002986336013832268 9.656250433239617e-07 0.008443666153985473 2.7302404880059957e-05 0.007061634263378079 4.8094332860868674e-05']
['59491.990875012845 0.015510317294457175 3.9604198195439216e-05 0.008440773685374232 2.729746726268373e-05 0.0002985313012327341 9.6545041083229e-07 0.008440773685374232 2.729746726268373e-05 0.007069543609082943 4.810035585794476e-05']
['59491.990910493056 0.015526319932433296 3.9606818075808965e-05 0.008446121723301996 2.7302597385368187e-05 0.0002987204493820778 9.656318518064899e-07 0.008446121723301996 2.7302597385368187e-05 0.0070801982091313 4.81054244558526e-05']
['59491.990945973266 0.01548246757882689 3.958840410978316e-05 0.008454872377260579 2.7312456706317853e-05 0.0002990299404560323 9.65980553954194e-07 0.008454872377260579 2.7312456706317853e-05 0.007027595201566312 4.8095862933250124e-05']
['59491.99098145347 0.015518347313571391 3.9609216818683395e-05 0.00845876291772178 2.7310423707711293e-05 0.0002991675401772988 9.659086513369644e-07 0.00845876291772178 2.731042370771129e-05 0.007059584395849611 4.811184157859882e-05']
['59491.99101693368 0.015471879938026234 3.957591761385349e-05 0.008477592386399621 2.7323481770642642e-05 0.0002998334964030482 9.663704858397933e-07 0.008477592386399621 2.7323481770642646e-05 0.0069942875516266125 4.8091848696521946e-05']
['59491.99105241389 0.01555520030210867 3.9638205224491896e-05 0.00843431867144536 2.7287936631308433e-05 0.00029830300181617707 9.651133337002534e-07 0.00843431867144536 2.7287936631308437e-05 0.007120881630663309 4.8122955011233897e-05']
['59491.991087894094 0.015497555529154125 3.960752085300536e-05 0.008444572017863881 2.7305369840688894e-05 0.00029866563976411954 9.657299073551102e-07 0.008444572017863881 2.730536984068889e-05 0.007052983511290243 4.81075766408791e-05']
['59491.991123374304 0.015508838128565244 3.96151346178803e-05 0.008425300334184465 2.7289802452979376e-05 0.00029798404338205673 9.651793236428886e-07 0.008425300334184465 2.728980245297938e-05 0.007083537794380779 4.810501230345355e-05']
['59491.991158854515 0.015498969227595392 3.958911014801479e-05 0.008445421023302944 2.730877812957395e-05 0.0002986956671890837 9.658504509158973e-07 0.008445421023302944 2.730877812957395e-05 0.007053548204292447 4.8094355232625214e-05']
['59491.991194334725 0.015517029840557294 3.961495035159865e-05 0.008425438094244092 2.7296904173067043e-05 0.00029798891564749013 9.654304956109791e-07 0.008425438094244092 2.7296904173067046e-05 0.007091591746313202 4.8108889706510906e-05']
['59491.99122981493 0.015525762319633388 3.963210859616191e-05 0.008440110976194508 2.729125837637523e-05 0.00029850786269011514 9.652308163996027e-07 0.008440110976194508 2.729125837637523e-05 0.00708565134343888 4.8119817285023456e-05']
['59491.99126529514 0.015505316104854913 3.961586356709167e-05 0.008453462173965634 2.730313578707504e-05 0.00029898006471710896 9.656508938716043e-07 0.008453462173965634 2.730313578707504e-05 0.007051853930889279 4.8113177716441455e-05']
['59491.99130077535 0.015501225397897143 3.959258663527248e-05 0.008483142446311938 2.7323925192607482e-05 0.000300029789618493 9.663861686836998e-07 0.008483142446311938 2.7323925192607482e-05 0.007018082951585205 4.8105818820624674e-05']
['59491.99133625555 0.015520787773262663 3.961091068687683e-05 0.008426905618174519 2.7291723691594895e-05 0.0002980408186891864 9.652472735590038e-07 0.008426905618174519 2.7291723691594895e-05 0.007093882155088145 4.8102623914939354e-05']
['59491.99137173576 0.015505480012776492 3.9600822949914154e-05 0.008422648541073734 2.7287077899168847e-05 0.000297890255386139 9.650829622636296e-07 0.008422648541073734 2.7287077899168847e-05 0.007082831471702758 4.8091681178617124e-05']
['59491.99140721597 0.01551658089389557 3.960177210427251e-05 0.008451010479449367 2.7301454279786184e-05 0.0002988933537612834 9.65591422716745e-07 0.008451010479449367 2.7301454279786184e-05 0.007065570414446203 4.810062119754787e-05']
['59491.991442696184 0.01554797671923346 3.963296258475188e-05 0.008460025349547958 2.7313380369579818e-05 0.0002992121895696216 9.660132218595038e-07 0.008460025349547958 2.7313380369579815e-05 0.007087951369685503 4.813307044494139e-05']
['59491.99147817639 0.015551948951235017 3.961615344467881e-05 0.00842550522413454 2.7299172070907467e-05 0.0002979912898816888 9.655107060891415e-07 0.00842550522413454 2.7299172070907467e-05 0.007126443727100477 4.8111167201693945e-05']
['59491.9915136566 0.015574332108567582 3.9643849679457334e-05 0.008425025529790485 2.729029740814048e-05 0.0002979743241647933 9.651968291007771e-07 0.008425025529790485 2.729029740814048e-05 0.007149306578777097 4.812894295569111e-05']
['59491.99154913681 0.015521718347642295 3.9624634459181046e-05 0.008444790666127388 2.7298206276645313e-05 0.0002986733728645497 9.654765481045122e-07 0.008444790666127388 2.7298206276645313e-05 0.007076927681514907 4.8117603036165417e-05']
['59491.99158461701 0.01552124986508829 3.961824203071884e-05 0.008428382447102688 2.729208411348941e-05 0.0002980930508278573 9.652600208759173e-07 0.008428382447102688 2.729208411348941e-05 0.007092867417985602 4.810886567840067e-05']
['59491.99162009722 0.015526993197184705 3.9613378655700885e-05 0.008482408512839747 2.7318961387734712e-05 0.0003000038320318263 9.66210609998801e-07 0.008482408512839747 2.7318961387734712e-05 0.007044584684344959 4.812011450344314e-05']
['59491.99165557743 0.0154720684983022 3.9584452368133755e-05 0.008468574879072144 2.731453566073199e-05 0.0002995145673218181 9.660540819256324e-07 0.008468574879072144 2.731453566073199e-05 0.007003493619230056 4.8093790946924216e-05']
['59491.991691057636 0.015529120881410114 3.964396563987971e-05 0.008434791712989092 2.7288221138571888e-05 0.0002983197322383932 9.651233960863254e-07 0.008434791712989092 2.7288221138571888e-05 0.007094329168421022 4.812786120911218e-05']
['59491.991726537846 0.015514357186211867 3.9616839021658324e-05 0.008460848171195658 2.7307405394029528e-05 0.00029924129093240263 9.658019003275746e-07 0.008460848171195658 2.7307405394029528e-05 0.007053509015016208 4.811640389120807e-05']
['59491.99176201806 0.01552584755478576 3.961170405508864e-05 0.008417269208327242 2.728185872912218e-05 0.0002977000004089967 9.648983718832374e-07 0.008417269208327242 2.728185872912218e-05 0.007108578346458517 4.80976809613905e-05']
['59491.99179749827 0.015544119786884723 3.962209055033148e-05 0.008440652254815044 2.7299170946410484e-05 0.000298527006505237 9.655106663181962e-07 0.008440652254815044 2.7299170946410484e-05 0.007103467532069679 4.8116055469458526e-05']
['59491.99183297847 0.015512576379462122 3.9597039605833547e-05 0.008465749038861558 2.7312364187518584e-05 0.00029941462366895086 9.659772817710312e-07 0.008465749038861558 2.7312364187518584e-05 0.007046827340600564 4.810291865425214e-05']
['59491.99186845868 0.015570152548732416 3.9652278967705706e-05 0.008480123789731566 2.7333174426536437e-05 0.0002999230264815456 9.667132934169457e-07 0.008480123789731566 2.7333174426536434e-05 0.00709002875900085 4.8160208176088916e-05']
['59491.99190393889 0.015567992072613756 3.9636520153894564e-05 0.0084554647159802 2.7306444870642717e-05 0.00029905089015274614 9.657679287620265e-07 0.0084554647159802 2.7306444870642717e-05 0.0071125273566335565 4.813206479451655e-05']
['59491.991939419095 0.015506596494832383 3.9600990069481986e-05 0.008421153997111644 2.7291834727449413e-05 0.00029783739670630904 9.652512006490277e-07 0.008421153997111644 2.7291834727449413e-05 0.007085442497720739 4.809451795447819e-05']
['59491.991974899305 0.015529805626981677 3.9610778247408244e-05 0.008444844129945806 2.729334989813441e-05 0.0002986752637603225 9.653047888499488e-07 0.008444844129945806 2.729334989813441e-05 0.0070849614970358715 4.810343752817821e-05']
['59491.992010379516 0.015456598124991172 3.955853885730805e-05 0.008448545540505446 2.7307551350350877e-05 0.0002988061743796512 9.658070624764674e-07 0.008448545540505446 2.7307551350350874e-05 0.007008052584485726 4.806849651567231e-05']
['59491.99204585972 0.015523310280293582 3.961954532355553e-05 0.008455372333559082 2.7301810803571918e-05 0.0002990476227929738 9.656040321662628e-07 0.008455372333559082 2.730181080357192e-05 0.0070679379467345 4.811545744144295e-05']
['59491.99208133993 0.015520853773104444 3.9622197344095554e-05 0.008458837882137759 2.730644423487432e-05 0.0002991701915011563 9.65767906276319e-07 0.008458837882137759 2.730644423487432e-05 0.0070620158909666855 4.812027035591918e-05']
['59491.99211682014 0.015519986955049867 3.962090168030784e-05 0.00843967535464186 2.7296151768667916e-05 0.00029849245572935484 9.654038847489067e-07 0.00843967535464186 2.7296151768667916e-05 0.007080311600408007 4.811336354214672e-05']
['59491.99215230035 0.015545368301864173 3.962824125649982e-05 0.008406901786697415 2.7282450602692614e-05 0.0002973333278757734 9.649193051286642e-07 0.008406901786697415 2.7282450602692614e-05 0.007138466515166758 4.8111637011971615e-05']
['59491.992187780554 0.015517376051197313 3.9592921271467537e-05 0.008457904459265461 2.7303054017605204e-05 0.00029913717842024054 9.656480018682002e-07 0.008457904459265461 2.7303054017605204e-05 0.007059471591931852 4.8094242623175745e-05']
['59491.992223260764 0.015569227335020176 3.96548815782409e-05 0.008473538968869139 2.731915311617127e-05 0.00029969013608385005 9.662173910051142e-07 0.008473538968869139 2.7319153116171272e-05 0.007095688366151038 4.815439502235616e-05']
['59491.992258740975 0.015510110092142057 3.9605604082187014e-05 0.008472453186429653 2.731092487597568e-05 0.00029965173438554636 9.659263765384306e-07 0.008472453186429653 2.7310924875975675e-05 0.007037656905712404 4.8109151855921714e-05']
['59491.99229422118 0.015474032189611355 3.9560509533274007e-05 0.00841937992458434 2.7283725377079423e-05 0.0002977746517258371 9.649643910497725e-07 0.00841937992458434 2.7283725377079423e-05 0.007054652265027014 4.805658732145002e-05']
['59491.99232970139 0.015461751578955034 3.957994402540673e-05 0.008453510640296175 2.7301393337253934e-05 0.0002989817788629043 9.655892673155778e-07 0.008453510640296175 2.7301393337253934e-05 0.00700824093865886 4.8082616892280136e-05']
['59491.9923651816 0.015488200745165298 3.960631576544021e-05 0.008461110775584865 2.7308163793231772e-05 0.00029925057866276255 9.658287232124355e-07 0.008461110775584865 2.7308163793231772e-05 0.0070270899695804336 4.81081703899632e-05']
['59491.9924006618 0.015529352236929346 3.960702709393199e-05 0.00843981255443714 2.7292838095301643e-05 0.0002984973081794904 9.652866875275658e-07 0.00843981255443714 2.729283809530164e-05 0.007089539682492206 4.810005827975483e-05']
['59491.99243614201 0.015461575236386513 3.9551494537131686e-05 0.008435463915693189 2.7300759894222263e-05 0.00029834350654575246 9.655668638512095e-07 0.008435463915693189 2.7300759894222263e-05 0.007026111320693324 4.805884113170783e-05']
['59491.99247162222 0.01554233308362837 3.9614715875874365e-05 0.008448283573303381 2.730359795638447e-05 0.0002987969091851764 9.656672397671912e-07 0.008448283573303381 2.730359795638447e-05 0.007094049510324989 4.811249500171587e-05']
['59491.99250710243 0.015515931064279944 3.95976607757022e-05 0.008426173364660517 2.7284154954619006e-05 0.0002980149205188864 9.649795842472982e-07 0.008426173364660517 2.7284154954619003e-05 0.007089757699619427 4.8087418837937696e-05']
['59491.99254258264 0.01558456263902893 3.966656937115088e-05 0.008493926029298647 2.732882526053592e-05 0.0003004111808488433 9.665594731353214e-07 0.008493926029298647 2.732882526053592e-05 0.007090636609730283 4.816950711598813e-05']
['59491.99257806285 0.015566278726253163 3.964220939769918e-05 0.0084465059629758 2.7299812716332255e-05 0.00029873403908061514 9.65533364286058e-07 0.0084465059629758 2.729981271633226e-05 0.007119772763277363 4.813298806720653e-05']
['59491.99261354306 0.015500304982283601 3.958583736639626e-05 0.008474838686862076 2.7314485146347578e-05 0.00029973610420456153 9.660522953447488e-07 0.008474838686862076 2.7314485146347578e-05 0.007025466295421525 4.8094902212280434e-05']
['59491.99264902326 0.01550476816137358 3.960076910580111e-05 0.008424721968956859 2.7286584458693982e-05 0.00029796358789652654 9.650655103768082e-07 0.008424721968956859 2.7286584458693986e-05 0.007080046192416721 4.80913568657863e-05']
['59491.99268450347 0.015439143712165643 3.9559509512464634e-05 0.0084607210813567 2.7311690260645632e-05 0.00029923679604882775 9.659534464836728e-07 0.0084607210813567 2.7311690260645632e-05 0.006978422630808943 4.8071646713631785e-05']
['59491.99271998368 0.015503638828413529 3.960300132406283e-05 0.008461691806343796 2.7309350418661043e-05 0.00029927112842217864 9.65870691501917e-07 0.008461691806343796 2.7309350418661043e-05 0.007041947022069733 4.810611535099196e-05']
['59491.992755463885 0.015562351507051483 3.9636316048700975e-05 0.008443413215633109 2.730406262923665e-05 0.00029862465551898766 9.6568367420749e-07 0.008443413215633109 2.7304062629236647e-05 0.007118938291418374 4.813054524908052e-05']
['59491.992790944096 0.01551439099141987 3.959254009833094e-05 0.008445760367925973 2.7305529360279617e-05 0.0002987076690500096 9.657355492065289e-07 0.008445760367925973 2.7305529360279617e-05 0.0070686306234938965 4.809533413006957e-05']
['59491.992826424306 0.015504505994925059 3.958861874884638e-05 0.008444597106112266 2.729852271464446e-05 0.000298666527079396 9.654877398093446e-07 0.008444597106112266 2.7298522714644455e-05 0.007059908888812793 4.808812823185646e-05']
['59491.99286190452 0.015547448125052156 3.963031882936025e-05 0.008463954370239066 2.7315275190862003e-05 0.0002993511502506217 9.660802374535785e-07 0.008463954370239066 2.7315275190862006e-05 0.00708349375481309 4.813196889042944e-05']
['59491.99289738472 0.015493031350726492 3.957926629421803e-05 0.008433373230845647 2.7303581514600344e-05 0.00029826956369510057 9.65666658258032e-07 0.008433373230845647 2.7303581514600348e-05 0.007059658119880845 4.808330150803966e-05']
['59491.99293286493 0.015545393498422957 3.962143926288682e-05 0.008473324542130622 2.7313436432785704e-05 0.0002996825522893243 9.66015204689802e-07 0.008473324542130622 2.73134364327857e-05 0.007072068956292334 4.812361435958914e-05']
['59491.99296834514 0.01552067969850927 3.9600477297393585e-05 0.008464377829460142 2.7308648319399766e-05 0.0002993661270568954 9.65845859820145e-07 0.008464377829460142 2.7308648319399766e-05 0.007056301869049129 4.810363889784265e-05']
['59491.993003825344 0.015521690296349307 3.961560135346245e-05 0.008446985751141028 2.7304632935760604e-05 0.00029875100811575583 9.657038446746822e-07 0.008446985751141028 2.73046329357606e-05 0.007074704545208279 4.811381143032714e-05']
['59491.993039305555 0.015474061752190054 3.958291066399743e-05 0.00846705334297655 2.7316415811743538e-05 0.00029946075399055004 9.661205786650207e-07 0.00846705334297655 2.7316415811743538e-05 0.007007008409213504 4.809358989963292e-05']
['59491.993074785765 0.015541413720473683 3.9609290420823003e-05 0.008428302457594315 2.728586910356916e-05 0.0002980902217777122 9.650402098647678e-07 0.008428302457594315 2.7285869103569162e-05 0.007113111262879368 4.809796815228489e-05']
['59491.993110265976 0.015484736348869592 3.9564458467038763e-05 0.008450609674752394 2.7308803687961837e-05 0.0002988791781948972 9.658513548589573e-07 0.008450609674752394 2.7308803687961837e-05 0.007034126674117198 4.8074079634015596e-05']
['59491.99314574618 0.015549980906951043 3.964225454940993e-05 0.008425858491458566 2.7293025025441566e-05 0.0002980037841574336 9.652932988288507e-07 0.008425858491458566 2.7293025025441566e-05 0.007124122415492477 4.812917577519474e-05']
['59491.99318122639 0.0155062462718021 3.9607702994399484e-05 0.008458346200082366 2.7308010422670092e-05 0.0002991528018057018 9.65823298838432e-07 0.008458346200082366 2.7308010422670092e-05 0.007047900071719734 4.8109225411943807e-05']
['59491.9932167066 0.01553727936065446 3.9627799015205276e-05 0.00846867466633302 2.731445171932131e-05 0.0002995180965742239 9.660511131055348e-07 0.00846867466633302 2.7314451719321314e-05 0.00706860469432144 4.812942683553004e-05']
['59491.9932521868 0.015533525408886152 3.961248121627862e-05 0.008424763723197514 2.7290142742400753e-05 0.00029796506465070327 9.651913589192206e-07 0.008424763723197514 2.7290142742400753e-05 0.007108761685688638 4.810302026911237e-05']
['59491.993287667014 0.01551031638868917 3.9587127520899424e-05 0.008462283959285562 2.73248126898877e-05 0.000299292071548345 9.664175574790615e-07 0.008462283959285562 2.73248126898877e-05 0.007048032429403609 4.810183004723833e-05']
['59491.993323147224 0.015494938240451044 3.9577109365984473e-05 0.008459422498474133 2.730486041069798e-05 0.00029919086807443326 9.657118899548407e-07 0.008459422498474133 2.730486041069798e-05 0.007035515741976911 4.8082252316367186e-05']
['59491.99335862743 0.015540029841096169 3.962060159302516e-05 0.008423882651478488 2.7290439037924886e-05 0.0002979339031130807 9.652018382297276e-07 0.008423882651478488 2.7290439037924886e-05 0.007116147189617681 4.810987563355285e-05']
['59491.99339410764 0.015510709372237792 3.9605103329202275e-05 0.008389343554037804 2.7267448725228e-05 0.0002967123324269435 9.643887222499636e-07 0.008389343554037804 2.7267448725228e-05 0.007121365818199988 4.808407189184093e-05']
['59491.99342958785 0.015536356822895413 3.961253023582539e-05 0.008453498123037752 2.730799107893352e-05 0.00029898133615544834 9.658226146936999e-07 0.008453498123037752 2.7307991078933515e-05 0.007082858699857661 4.811318871631035e-05']
['59491.99346506806 0.015534165696895339 3.960697137698875e-05 0.008457719380990979 2.731440699284289e-05 0.0002991306326152977 9.660495312299507e-07 0.008457719380990979 2.731440699284289e-05 0.00707644631590436 4.811225427090556e-05']
['59491.99350054826 0.015483762039411927 3.958789966236317e-05 0.008444040152737272 2.7297384282277667e-05 0.00029864682888323994 9.65447476000778e-07 0.008444040152737272 2.729738428227767e-05 0.007039721886674654 4.8086889983982886e-05']
['59491.99353602847 0.015552275172512746 3.964122798707041e-05 0.008420041311311134 2.728476511298959e-05 0.0002977980434962514 9.650011641852421e-07 0.008420041311311134 2.728476511298959e-05 0.007132233861201612 4.812364661571178e-05']
['59491.99357150868 0.015463675938874634 3.9558648820950135e-05 0.008491009510316578 2.7328788701108007e-05 0.0003003080300904838 9.665581801100617e-07 0.008491009510316578 2.7328788701108007e-05 0.006972666428558056 4.808065503306988e-05']
['59491.993606988886 0.01549094774426267 3.960808495513564e-05 0.008421020407430197 2.727987018561659e-05 0.00029783267193783165 9.64828041543578e-07 0.008421020407430197 2.727987018561659e-05 0.0070699273368324735 4.809357245160038e-05']
['59491.9936424691 0.015556485967155946 3.9634731067842e-05 0.008438985782593802 2.7295943439766355e-05 0.00029846806710711785 9.653965166212463e-07 0.008438985782593802 2.7295943439766355e-05 0.007117500184562144 4.812463438912636e-05']
['59491.99367794931 0.01557259316214287 3.964354689890601e-05 0.008440828133663487 2.729328791869179e-05 0.00029853322694704034 9.653025967755791e-07 0.008440828133663487 2.729328791869179e-05 0.007131765028479382 4.813038932045291e-05']
['59491.99371342951 0.015512859283069039 3.959881882866402e-05 0.008448732208786024 2.7305375913591254e-05 0.00029881277641955617 9.657301221400947e-07 0.008448732208786024 2.7305375913591257e-05 0.007064127074283015 4.810041586522809e-05']
['59491.99374890972 0.015463805687576892 3.957072233142087e-05 0.008433548413871339 2.729022854224352e-05 0.00029827575952720824 9.65194393467908e-07 0.008433548413871339 2.729022854224352e-05 0.007030257273705553 4.806868668601518e-05']
['59491.99378438993 0.015556394629112019 3.964319502605963e-05 0.008480774812613027 2.7320618075657328e-05 0.0002999460517059124 9.662692033481443e-07 0.008480774812613027 2.7320618075657328e-05 0.007075619816498992 4.814560295509999e-05']
['59491.99381987014 0.015509218655648048 3.958921020476876e-05 0.008442675887495307 2.729937037755205e-05 0.000298598577870585 9.655177197519712e-07 0.008442675887495307 2.7299370377552054e-05 0.007066542768152741 4.808909634884122e-05']
['59491.993855350345 0.015573516352470475 3.965639593624577e-05 0.008453338286893744 2.730600624334568e-05 0.00029897568310824753 9.657524154948047e-07 0.008453338286893744 2.7306006243345683e-05 0.007120178065576731 4.814818496697382e-05']
['59491.993890830556 0.015510198746092517 3.96056900333494e-05 0.008447166611041258 2.7296703440497035e-05 0.00029875740472622885 9.654233961485887e-07 0.008447166611041258 2.7296703440497032e-05 0.007063032135051259 4.810115073193358e-05']
['59491.993926310766 0.015540885208372672 3.9620170463433276e-05 0.008499088381472316 2.7319172491744823e-05 0.00030059376170804786 9.662180762758489e-07 0.008499088381472316 2.7319172491744823e-05 0.007041796826900357 4.812582563640044e-05']
['59491.99396179097 0.015479555964873963 3.957588625254948e-05 0.008436829613920189 2.7297987005574774e-05 0.00029839180823988557 9.654687929767893e-07 0.008436829613920189 2.7297987005574774e-05 0.007042726350953774 4.807734255583668e-05']
['59491.99399727118 0.01559670501847031 3.966571955898181e-05 0.00844728920575793 2.7296277743091934e-05 0.00029876174062737446 9.65408340182748e-07 0.00844728920575793 2.7296277743091934e-05 0.007149415812712379 4.815034877090516e-05']
['59491.99403275139 0.015483217298506439 3.957044210894477e-05 0.00843046837935809 2.7298861467125765e-05 0.00029816682558994666 9.654997207275413e-07 0.00843046837935809 2.7298861467125765e-05 0.007052748919148349 4.807335775768813e-05']
['59491.994068231594 0.01555873504729351 3.965625043696753e-05 0.008463489077930292 2.730163949025133e-05 0.00029933469390152744 9.65597973196976e-07 0.008463489077930292 2.7301639490251326e-05 0.007095245969363218 4.8145588765484406e-05']
['59491.994103711804 0.01550427514905692 3.958966975148718e-05 0.008442877992531309 2.729618125424784e-05 0.0002986057258740302 9.654049275879725e-07 0.008442877992531309 2.7296181254247845e-05 0.007061397156525611 4.8087664344367674e-05']
['59491.994139192015 0.015540654420178336 3.963350271613078e-05 0.008463364868858238 2.730959421384855e-05 0.00029933030090423983 9.65879313992849e-07 0.008463364868858238 2.7309594213848552e-05 0.007077289551320098 4.8131366837797325e-05']
['59491.994174672225 0.015527280820172722 3.961544459688196e-05 0.008434427780714949 2.728849753514949e-05 0.0002983068607671975 9.651331716155651e-07 0.008434427780714949 2.7288497535149487e-05 0.0070928530394577735 4.810452731640218e-05']
['59491.99421015243 0.015522135220393736 3.9606538684983e-05 0.008450291679202356 2.7298659068887205e-05 0.0002988679314029706 9.65492562354177e-07 0.008450291679202356 2.7298659068887205e-05 0.0070718435411913794 4.810295930152731e-05']
['59491.99424563264 0.01552424712507012 3.9609059416136006e-05 0.00844168767900725 2.7300762780977233e-05 0.0002985636271448784 9.655669659492813e-07 0.00844168767900725 2.7300762780977233e-05 0.007082559446062871 4.810622866380386e-05']
['59491.99428111285 0.015490131993052757 3.9592214233248535e-05 0.00846645009467126 2.731128096390722e-05 0.00029943941844617255 9.659389705727595e-07 0.00846645009467126 2.7311280963907217e-05 0.007023681898381496 4.80983315280367e-05']
['59491.99431659305 0.015495544671143746 3.957660741197576e-05 0.0084277318864107 2.728757168056951e-05 0.0002980700419500993 9.651004262082345e-07 0.0084277318864107 2.728757168056951e-05 0.007067812784733046 4.807202328240277e-05']
['59491.99435207326 0.015532627521418601 3.96259234513328e-05 0.008460615101227469 2.7307505340175634e-05 0.0002992330477685085 9.658054351993958e-07 0.008460615101227469 2.7307505340175634e-05 0.007072012420191133 4.812394058339994e-05']
['59491.994387553474 0.015485511774427274 3.9596619299483445e-05 0.008441472962327041 2.7299936789355243e-05 0.000298556033095763 9.655377524715941e-07 0.008441472962327041 2.7299936789355243e-05 0.007044038812100233 4.809551755258505e-05']
['59491.994423033684 0.015496420710493047 3.959106414560695e-05 0.008416975662800181 2.7279694971859555e-05 0.0002976896183597402 9.648218446245713e-07 0.008416975662800181 2.7279694971859555e-05 0.0070794450476928655 4.807945629829089e-05']
['59491.99445851389 0.015475815736172191 3.9562093122957606e-05 0.008456194530236504 2.730369874084234e-05 0.00029907670205195277 9.65670804288226e-07 0.008456194530236504 2.7303698740842336e-05 0.007019621205935687 4.8069233166342947e-05']
['59491.9944939941 0.01546390887802716 3.956902585763425e-05 0.008425278423437196 2.729563722158556e-05 0.0002979832684478935 9.653856863685488e-07 0.008425278423437196 2.7295637221585555e-05 0.0070386304545899635 4.807036112465284e-05']
['59491.99452947431 0.015490329862473676 3.957869186000109e-05 0.008460513859982761 2.730375644850474e-05 0.00029922946709194404 9.65672845279276e-07 0.008460513859982761 2.730375644850474e-05 0.007029816002490915 4.808292800514733e-05']
['59491.99456495451 0.015481700022579549 3.959273471169716e-05 0.008447895270341666 2.7305403881484484e-05 0.0002987831757772266 9.657311113019736e-07 0.008447895270341666 2.7305403881484484e-05 0.0070338047522378825 4.80954230991039e-05']
['59491.99460043472 0.015536368156252355 3.9611692903899084e-05 0.008446502535160494 2.7304194993150795e-05 0.00029873391784644845 9.656883556233175e-07 0.008446502535160494 2.7304194993150795e-05 0.007089865621091861 4.811034482246838e-05']
['59491.99463591493 0.015525314320779124 3.961453870024429e-05 0.008468045555357523 2.7314145733757276e-05 0.00029949584632500085 9.660402910799723e-07 0.008468045555357523 2.7314145733757276e-05 0.007057268765421601 4.811833573179857e-05']
['59491.994671395136 0.015539859536099033 3.96223701178479e-05 0.008466157400887006 2.7317479769236115e-05 0.00029942906652115554 9.66158208463728e-07 0.008466157400887006 2.7317479769236115e-05 0.007073702135212027 4.812667570795172e-05']
['59491.994706875346 0.015511251527551367 3.9596489650417094e-05 0.008435552805045262 2.7294660126470603e-05 0.0002983466503634793 9.65351128698012e-07 0.008435552805045262 2.7294660126470603e-05 0.007075698722506105 4.809241586835841e-05']
['59491.99474235556 0.01551246204720171 3.9620282309734424e-05 0.008450933175916327 2.7304997220490742e-05 0.000298890619708083 9.657167286114587e-07 0.008450933175916327 2.730499722049074e-05 0.007061528871285383 4.811787239180533e-05']
['59491.99477783577 0.015533552830173715 3.960042682513078e-05 0.008446366011259695 2.7294479063758938e-05 0.00029872908930119016 9.653447249145518e-07 0.008446366011259695 2.729447906375894e-05 0.0070871868189140205 4.809555480597467e-05']
['59491.99481331597 0.015501557659084298 3.957816051961321e-05 0.00844828617156368 2.7289773861937807e-05 0.00029879700107983637 9.651783124416455e-07 0.00844828617156368 2.7289773861937807e-05 0.007053271487520619 4.807455197453195e-05']
['59491.99484879618 0.015494453015069342 3.958672706137596e-05 0.008419306958247247 2.7289180747286196e-05 0.0002977720710695642 9.651573353019512e-07 0.008419306958247247 2.7289180747286193e-05 0.007075146056822095 4.808126813312988e-05']
['59491.99488427639 0.015533993717599195 3.961698516268026e-05 0.008409010158615324 2.7285470838539707e-05 0.00029740789627857595 9.65026124120746e-07 0.008409010158615324 2.7285470838539707e-05 0.007124983558983871 4.810407916446202e-05']
['59491.994919756595 0.01552267137987152 3.960006554517047e-05 0.008448791490536579 2.729545342804542e-05 0.00029881487308258643 9.653791860017885e-07 0.008448791490536579 2.7295453428045418e-05 0.007073879889334941 4.8095810306349904e-05']
['59491.994955236805 0.015494881805403421 3.959064717541032e-05 0.008434480383124162 2.7295573316990726e-05 0.0002983087211968519 9.65383426205848e-07 0.008434480383124162 2.7295573316990726e-05 0.007060401422279259 4.808812396497748e-05']
['59491.994990717016 0.015526922887241468 3.9612569274393094e-05 0.0084570833257483 2.7300915682608222e-05 0.00029910813676286397 9.655723737382544e-07 0.0084570833257483 2.7300915682608222e-05 0.007069839561493168 4.810920537306218e-05']
['59491.99502619722 0.015511266270724676 3.957711719875175e-05 0.008418384299302835 2.7290513612711445e-05 0.0002977394386847218 9.652044757732633e-07 0.008418384299302835 2.729051361271144e-05 0.007092881971421841 4.807411298203348e-05']
['59491.99506167743 0.015503510096903959 3.958906070428232e-05 0.008477572620679615 2.7320528040967325e-05 0.00029983279733370534 9.662660190223746e-07 0.008477572620679615 2.7320528040967328e-05 0.007025937476224344 4.810098730675528e-05']
['59491.99509715764 0.015472692386119046 3.957623387350519e-05 0.00844863604492842 2.7303942110617403e-05 0.0002988093753188263 9.656794117332706e-07 0.00844863604492842 2.7303942110617403e-05 0.007024056341190627 4.808101020559288e-05']
['59491.99513263785 0.015549342677513464 3.963973457832119e-05 0.008466082971932454 2.731199052185244e-05 0.000299426434135372 9.659640660515134e-07 0.008466082971932454 2.7311990521852443e-05 0.00708325970558101 4.81378581129812e-05']
['59491.995168118054 0.015485791124956391 3.956994162728713e-05 0.008489190701593218 2.7324044262668253e-05 0.00030024370289073683 9.663903799256434e-07 0.008489190701593218 2.7324044262668256e-05 0.006996600423363173 4.808725065186369e-05']
['59491.995203598264 0.015529674785493393 3.960416619367224e-05 0.00846241593191275 2.731061418089242e-05 0.0002992967391252271 9.659153879476985e-07 0.00846241593191275 2.731061418089242e-05 0.0070672588535806435 4.8107791747632454e-05']
['59491.995239078475 0.015515905483305286 3.960899578409685e-05 0.008455787554493159 2.730452853149826e-05 0.00029906230822944794 9.657001521292528e-07 0.008455787554493159 2.7304528531498256e-05 0.007060117928812127 4.8108313474409015e-05']
['59491.99527455868 0.015503766121400163 3.958699974336703e-05 0.008440352924781454 2.7302343160710555e-05 0.00029851641987091215 9.65622860448508e-07 0.008440352924781454 2.730234316071055e-05 0.0070634131966187085 4.808896433431e-05']
['59491.99531003889 0.015513135630065298 3.9597260161837745e-05 0.008428640877303568 2.7295035091394483e-05 0.0002981021909265049 9.653643903693723e-07 0.008428640877303568 2.7295035091394483e-05 0.00708449475276173 4.809326307254186e-05']
['59491.9953455191 0.015511874063315141 3.9615705367531656e-05 0.008452098199765019 2.730567244882047e-05 0.00029893182399793613 9.657406099284347e-07 0.008452098199765019 2.7305672448820467e-05 0.007059775863550123 4.8114487003909226e-05']
['59491.9953809993 0.015511630731451185 3.961484935272239e-05 0.008437373976398389 2.7286825886974528e-05 0.00029841106112416096 9.650740491555306e-07 0.008437373976398389 2.7286825886974528e-05 0.007074256755052796 4.8103088842869046e-05']
['59491.99541647951 0.015515136837390735 3.960226222304342e-05 0.008434462611496942 2.729405661907863e-05 0.00029830809265411437 9.653297839903175e-07 0.008434462611496942 2.729405661907863e-05 0.007080674225893794 4.8096826297669185e-05']
['59491.99545195972 0.01553586443614443 3.960577529444115e-05 0.008402387868016949 2.72812582472537e-05 0.00029717368066005986 9.648771341815472e-07 0.008402387868016949 2.7281258247253696e-05 0.0071334765681274805 4.809245770624655e-05']
['59491.995487439934 0.015532605613044596 3.959604507877424e-05 0.008436494242754389 2.729252975908609e-05 0.0002983799469112616 9.652757823647126e-07 0.008436494242754389 2.729252975908609e-05 0.007096111370290207 4.8090840775878744e-05']
['59491.99552292014 0.015487998277275308 3.958642461834021e-05 0.008466068323171518 2.7312755916446173e-05 0.0002994259160414357 9.659911363477375e-07 0.008466068323171518 2.7312755916446173e-05 0.0070219299541037904 4.8094403518651704e-05']
['59491.99555840035 0.015578687034857411 3.965852616838465e-05 0.008430338960341233 2.72911675417981e-05 0.0002981622483285549 9.652276037836128e-07 0.008430338960341233 2.72911675417981e-05 0.0071483480745161785 4.814152597958383e-05']
['59491.99559388056 0.015501431053199104 3.960514149636829e-05 0.008451437385775808 2.7305372438561257e-05 0.0002989084524839701 9.657299992360499e-07 0.008451437385775808 2.7305372438561257e-05 0.007049993667423296 4.8105619182751344e-05']
['59491.99562936076 0.015553617847523269 3.9613631160046273e-05 0.008491712114243117 2.7329101899754367e-05 0.00030033287962113813 9.665692572462257e-07 0.008491712114243117 2.732910189975437e-05 0.007061905733280152 4.8126080084828715e-05']
['59491.99566484097 0.015501053043945409 3.960092240109378e-05 0.008437411849413837 2.72984159537072e-05 0.00029841240060807613 9.654839639135905e-07 0.008437411849413837 2.72984159537072e-05 0.007063641194531572 4.809819714499772e-05']
['59491.99570032118 0.015486251527161935 3.958230696727682e-05 0.008409270892123085 2.7280739694404533e-05 0.00029741711784004037 9.648587941261697e-07 0.008409270892123085 2.728073969440453e-05 0.00707698063503885 4.8072838309440294e-05']
['59491.995735801385 0.015537534203655654 3.96220837286127e-05 0.008434540520227823 2.729991661101808e-05 0.00029831084811180993 9.655370388089046e-07 0.008434540520227823 2.729991661101808e-05 0.00710299368342783 4.811647291693081e-05']
['59491.995771281596 0.01550758222867323 3.960478153599174e-05 0.008437282292455599 2.7295679336345937e-05 0.00029840781846800603 9.653871758735026e-07 0.008437282292455599 2.729567933634594e-05 0.007070299936217632 4.809982152717674e-05']
['59491.995806761806 0.015481129416653437 3.956860939582082e-05 0.008483455035578333 2.732051276510072e-05 0.00030004084520224945 9.662654787491122e-07 0.008483455035578333 2.7320512765100717e-05 0.006997674381075104 4.808414777519792e-05']
['59491.99584224202 0.01561667173360615 3.9667338330532086e-05 0.00845622284541862 2.7304855694775834e-05 0.0002990777034966635 9.65711723163214e-07 0.00845622284541862 2.7304855694775834e-05 0.00716044888818753 4.81565455025735e-05']
['59491.99587772222 0.01554490785992095 3.963275707744098e-05 0.00843911785712027 2.729820941469924e-05 0.00029847273828794986 9.654766590904666e-07 0.00843911785712027 2.729820941469924e-05 0.0071057900028006805 4.81242939772442e-05']
['59491.99591320243 0.015447905491185191 3.956909849246057e-05 0.00848065660585782 2.7328108495231055e-05 0.0002999418709971573 9.665341227483645e-07 0.00848065660585782 2.7328108495231055e-05 0.006967248885327371 4.80888663770853e-05']
['59491.99594868264 0.015526327561920737 3.9606605936995905e-05 0.008460176148483508 2.7303653964054607e-05 0.00029921752299095627 9.656692206333141e-07 0.008460176148483508 2.7303653964054607e-05 0.007066151413437229 4.8105849474230406e-05']
['59491.995984162844 0.015587956402479902 3.965984325786583e-05 0.00842171887113079 2.7284929967036292e-05 0.0002978573750379471 9.650069947044468e-07 0.00842171887113079 2.7284929967036292e-05 0.007166237531349111 4.813907529797971e-05']
['59491.996019643055 0.015549308629411288 3.963923424239468e-05 0.008463073017645215 2.7316872151750502e-05 0.00029931997877908424 9.66136718391207e-07 0.008463073017645215 2.73168721517505e-05 0.007086235611766073 4.814021598911368e-05']
['59491.996055123265 0.015484504395202582 3.957357749713042e-05 0.008484789725952825 2.732143509347826e-05 0.00030008805021793783 9.662980994425433e-07 0.008484789725952825 2.7321435093478263e-05 0.006999714669249757 4.808876013673604e-05']
['59491.996090603476 0.015513564568592495 3.958902206731373e-05 0.008482895906726462 2.7324466427142004e-05 0.0003000210700643382 9.66405310939598e-07 0.008482895906726462 2.7324466427142004e-05 0.007030668661866033 4.81031925528261e-05']
['59491.99612608368 0.015512364110139412 3.959763273637556e-05 0.008420829292909628 2.7294074224673804e-05 0.00029782591264435493 9.653304066608725e-07 0.008420829292909628 2.72940742246738e-05 0.007091534817229784 4.809302450571064e-05']
['59491.99616156389 0.015499182348623568 3.958240406758227e-05 0.00849083178758034 2.7324071098958245e-05 0.00030030174443449 9.663913290652448e-07 0.00849083178758034 2.7324071098958245e-05 0.0070083505610432275 4.8097521486977675e-05']
['59491.9961970441 0.015556781873530648 3.963453325573595e-05 0.008446074658389272 2.7299371724556048e-05 0.00029871878480129866 9.65517767392492e-07 0.008446074658389272 2.7299371724556048e-05 0.007110707215141376 4.812641606182128e-05']
['59491.9962325243 0.015469076730555994 3.9567340578800936e-05 0.008460675109143454 2.7301338238388312e-05 0.00029923517011438706 9.655873185918396e-07 0.008460675109143454 2.7301338238388312e-05 0.00700840162141254 4.80722114124752e-05']
['59491.996268004514 0.01552592066372074 3.9603909919141336e-05 0.008422087897218832 2.7291550411447824e-05 0.0002978704266659564 9.652411450274603e-07 0.008422087897218832 2.7291550411447824e-05 0.007103832766501908 4.8096760855010385e-05']
['59491.996303484724 0.015567231439988033 3.963925483029068e-05 0.00844701807456176 2.729812328565855e-05 0.0002987521513229085 9.654736128987844e-07 0.00844701807456176 2.7298123285658553e-05 0.007120213365426273 4.81295964913455e-05']
['59491.99633896493 0.015558988239900085 3.9643101995674113e-05 0.00844936757617265 2.7295641676187932e-05 0.00029883524794405863 9.653858439178793e-07 0.00844936757617265 2.7295641676187932e-05 0.007109620663727435 4.8131357661656175e-05']
['59491.99637444514 0.015566633497259598 3.963721941369326e-05 0.008485117862227 2.732421202421165e-05 0.000300099655664614 9.663963132765082e-07 0.008485117862227 2.7324212024211645e-05 0.007081515635032598 4.8142722457224356e-05']
['59491.99640992535 0.015532289747185953 3.962018054016446e-05 0.008471910418200132 2.7317497928327364e-05 0.00029963253788628383 9.661588507102024e-07 0.008471910418200132 2.7317497928327364e-05 0.0070603793289858215 4.8124883367125124e-05']
['59491.99644540556 0.015455882446340108 3.9570953238791106e-05 0.008473887209681421 2.7312934808148172e-05 0.0002997024525831081 9.659974633474378e-07 0.008473887209681421 2.7312934808148176e-05 0.006981995236658687 4.808177147382098e-05']
['59491.99648088576 0.015478500811513798 3.956806440376191e-05 0.00845673183678777 2.7301284483138284e-05 0.00029909570538386155 9.65585417388782e-07 0.00845673183678777 2.7301284483138284e-05 0.0070217689747260285 4.807277665258683e-05']
['59491.99651636597 0.015513937656411748 3.960539883712782e-05 0.008442345947209646 2.7298627364615914e-05 0.00029858690862005435 9.654914410449562e-07 0.008442345947209646 2.7298627364615914e-05 0.007071591709202102 4.8102002796558505e-05']
['59491.99655184618 0.015502578141760119 3.9600697529283194e-05 0.008427316470154135 2.730276655582268e-05 0.0002980553496055053 9.656378349873915e-07 0.008427316470154135 2.730276655582268e-05 0.007075261671605984 4.8100481353179054e-05']
['59491.996587326386 0.01553569675600596 3.9617419360057155e-05 0.00843893347811822 2.7294154921609307e-05 0.00029846621721471014 9.653332607311343e-07 0.00843893347811822 2.7294154921609307e-05 0.007096763277887741 4.810936301423498e-05']
['59491.9966228066 0.015490016664253219 3.9572708797751916e-05 0.008453735005070698 2.7306620551274675e-05 0.0002989897141435534 9.657741421933557e-07 0.008453735005070698 2.7306620551274675e-05 0.007036281659182521 4.8079629860502966e-05']
['59491.99665828681 0.015478896816079352 3.958485014040177e-05 0.008466420015072841 2.7307842486957887e-05 0.0002994383545980004 9.658173593276053e-07 0.008466420015072841 2.7307842486957887e-05 0.007012476801006511 4.809031734071391e-05']
['59491.99669376701 0.0155470519398658 3.961446378296743e-05 0.008423562020539576 2.7284583077509854e-05 0.0002979225631133394 9.64994725997149e-07 0.008423562020539576 2.728458307750985e-05 0.007123489919326225 4.810149908813212e-05']
['59491.99672924722 0.015492284058459658 3.956853534918025e-05 0.008439321778405914 2.7295932507254423e-05 0.0002984799505280858 9.65396129962732e-07 0.008439321778405914 2.7295932507254427e-05 0.0070529622800537435 4.807012503748992e-05']
['59491.99676472743 0.015459947194169758 3.9540927949986136e-05 0.008435612741723213 2.730231397245688e-05 0.0002983487701898278 9.656218281252075e-07 0.008435612741723213 2.730231397245688e-05 0.007024334452446546 4.8051028411435786e-05']
['59491.99680020764 0.015499492728081002 3.960507414272357e-05 0.008461834817989438 2.7311579580103477e-05 0.0002992761864244728 9.659495319602532e-07 0.008461834817989438 2.7311579580103474e-05 0.007037657910091564 4.8109087260214736e-05']
['59491.996835687845 0.015545965527994237 3.9621800466664854e-05 0.008469328474964987 2.7311710716366252e-05 0.0002995412203243603 9.659541699567953e-07 0.008469328474964987 2.7311710716366252e-05 0.00707663705302925 4.8122932313759503e-05']
['59491.996871168056 0.01553756148798256 3.961550680741532e-05 0.008459446905021888 2.7308663581847623e-05 0.00029919173127948193 9.658463996188162e-07 0.008459446905021888 2.730866358184762e-05 0.007078114582960673 4.811602109729046e-05']
['59491.996906648266 0.015525778154354292 3.9611595618641035e-05 0.008437755050256002 2.7290574653329605e-05 0.0002984245388548548 9.6520663464351e-07 0.008437755050256002 2.7290574653329605e-05 0.00708802310409829 4.810253602840185e-05']
['59491.99694212847 0.015492959140963774 3.95839383565906e-05 0.008454452866261855 2.730688352611713e-05 0.00029901510328955933 9.657834430258192e-07 0.008454452866261855 2.730688352611713e-05 0.007038506274701919 4.808902227876224e-05']
['59491.99697760868 0.015499194958361594 3.960328974878048e-05 0.008444809678968369 2.7298406700559855e-05 0.0002986740453062439 9.654836366504485e-07 0.008444809678968369 2.7298406700559855e-05 0.007054385279393225 4.810014103217403e-05']
['59491.99701308889 0.015562553427943444 3.965720426994013e-05 0.008452184311844151 2.7303689486919936e-05 0.00029893486958972585 9.65670476997672e-07 0.008452184311844151 2.730368948691994e-05 0.0071103691160992934 4.8147536905909324e-05']
['59491.997048569094 0.0154722318524003 3.956329465583424e-05 0.008452175257117361 2.7301889535700885e-05 0.00029893454934427547 9.656068167457084e-07 0.008452175257117361 2.730188953570089e-05 0.007020056595282938 4.806919446219143e-05']
['59491.997084049304 0.015538055147174386 3.962504206757409e-05 0.0084145593237279 2.7293377114939195e-05 0.00029760415784695364 9.653057514475082e-07 0.0084145593237279 2.72933771149392e-05 0.007123495823446485 4.811519919105919e-05']
['59491.997119529515 0.0155010068063296 3.9594789619773295e-05 0.008482887250291001 2.7322021397854643e-05 0.000300020763905562 9.663188357180228e-07 0.008482887250291001 2.7322021397854646e-05 0.007018119556038599 4.810655067970405e-05']
['59491.997155009725 0.015539216690536477 3.9648928621213465e-05 0.008462689064253612 2.7312025247199424e-05 0.0002993063992057086 9.659652942094296e-07 0.008462689064253612 2.7312025247199424e-05 0.007076527626282865 4.814544904675559e-05']
['59491.99719048993 0.015497394959131616 3.9592562389936144e-05 0.00847276157545998 2.731350112494599e-05 0.00029966264141634014 9.66017492706933e-07 0.00847276157545998 2.7313501124945987e-05 0.007024633383671635 4.809987879718006e-05']
['59491.99722597014 0.01547030309011816 3.956353144166376e-05 0.008435460280050405 2.7300375482242798e-05 0.0002983433779611924 9.65553268058606e-07 0.008435460280050405 2.7300375482242795e-05 0.007034842810067755 4.80685294304596e-05']
['59491.99726145035 0.015527953800673 3.9602534869894575e-05 0.008484416547110813 2.732602471920335e-05 0.0003000748517163015 9.664604242472298e-07 0.008484416547110813 2.7326024719203347e-05 0.007043537253562188 4.811519921060005e-05']
['59491.99729693055 0.015476324484776522 3.958938296173731e-05 0.008415597258921022 2.727760609306743e-05 0.0002976408672950857 9.647479656500631e-07 0.008415597258921022 2.7277606093067428e-05 0.0070607272258555 4.8076886728028114e-05']
['59491.99733241076 0.015545958518573473 3.960597064043996e-05 0.008453215645997533 2.730500545186813e-05 0.00029897134557383483 9.65717019736881e-07 0.008453215645997533 2.7305005451868127e-05 0.007092742872575939 4.810609351317087e-05']
['59491.997367890974 0.015547991011376586 3.963670159748957e-05 0.008488081726200868 2.7319249128872995e-05 0.00030020448090952356 9.662207867597985e-07 0.008488081726200868 2.7319249128872995e-05 0.007059909285175718 4.813947949961507e-05']
['59491.997403371184 0.015555560372675994 3.962543247685977e-05 0.008448345839547275 2.729118768379099e-05 0.00029879911140306606 9.652283161608866e-07 0.008448345839547275 2.7291187683790987e-05 0.007107214533128719 4.811427879715208e-05']
['59491.99743885139 0.015504101780804667 3.958628441830374e-05 0.008441609457600549 2.7297760576253026e-05 0.00029856086062853796 9.654607846777188e-07 0.008441609457600549 2.7297760576253026e-05 0.007062492323204118 4.808577384762848e-05']
['59491.9974743316 0.015533259170649264 3.963186497849021e-05 0.008430323970266962 2.7290592839215952e-05 0.0002981617181631288 9.65207277837667e-07 0.008430323970266962 2.7290592839215952e-05 0.007102935200382302 4.811923917924247e-05']
['59491.99750981181 0.015572926952724194 3.966948126714874e-05 0.008419837163263631 2.7282742902247793e-05 0.00029779082323605526 9.649296431106798e-07 0.008419837163263631 2.7282742902247793e-05 0.0071530897894605625 4.81457765985223e-05']
['59491.99754529201 0.015515804853769247 3.959665760387351e-05 0.008445308235825205 2.7297425367316243e-05 0.0002986916781480612 9.654489290867726e-07 0.008445308235825205 2.7297425367316243e-05 0.007070496617944042 4.809412360239652e-05']
['59491.99758077222 0.01552070992998088 3.96151963148798e-05 0.00847739371803169 2.73181408397518e-05 0.0002998264699468721 9.661815890504622e-07 0.00847739371803169 2.73181408397518e-05 0.00704331621194919 4.8121145019699824e-05']
['59491.99761625243 0.015561076311049155 3.962695550969387e-05 0.008441719117520768 2.730053970031397e-05 0.0002985647390548406 9.655590760847777e-07 0.008441719117520768 2.7300539700313973e-05 0.0071193571935283875 4.8120838218963694e-05']
['59491.997651732636 0.015538961688252891 3.961408297782132e-05 0.008475617581462308 2.7309333034789466e-05 0.00029976365196584474 9.6587007667323e-07 0.008475617581462308 2.730933303478947e-05 0.0070633441067905825 4.811522878443743e-05']
['59491.997687212846 0.015570096498899264 3.964563678366736e-05 0.008424585879467884 2.7287393250511153e-05 0.00029795877471544357 9.650941155358381e-07 0.008424585879467884 2.7287393250511153e-05 0.00714551061943138 4.8128768386387365e-05']
['59491.99772269306 0.01553056913260132 3.962631771369659e-05 0.008439221341659132 2.7296204482869037e-05 0.00029847639830481507 9.654057491323911e-07 0.008439221341659132 2.7296204482869037e-05 0.007091347790942188 4.811785359632559e-05']
['59491.99775817327 0.015522764018860172 3.960709036821625e-05 0.00845038550229822 2.7302875438740723e-05 0.000298871249716189 9.656416859328637e-07 0.00845038550229822 2.7302875438740723e-05 0.007072378516561952 4.810580645472477e-05']
['59491.99779365347 0.015557136981579081 3.9627757188279855e-05 0.008448797755835038 2.7301161403611815e-05 0.0002988150946721908 9.655810643409973e-07 0.008448797755835038 2.7301161403611815e-05 0.007108339225744043 4.812185110487053e-05']
['59491.99782913368 0.01546447005500432 3.956555887413806e-05 0.008442684088440447 2.730149720625084e-05 0.00029859886791968655 9.655929409298649e-07 0.008442684088440447 2.730149720625084e-05 0.007021785966563873 4.8070835219765086e-05']
['59491.99786461389 0.01553976085887986 3.9624702931277075e-05 0.008408380668917134 2.7283495697191298e-05 0.0002973856326347776 9.64956267785434e-07 0.008408380668917134 2.7283495697191298e-05 0.007131380189962726 4.8109315312635807e-05']
['59491.997900094095 0.015559290485260755 3.965457397417659e-05 0.008459488850149181 2.731582419360979e-05 0.00029919321478489246 9.660996544538186e-07 0.008459488850149181 2.731582419360979e-05 0.007099801635111574 4.815225320220894e-05']
['59491.997935574305 0.015515860283276015 3.9605692148364696e-05 0.008471117238722117 2.7311799550208617e-05 0.00029960448490079825 9.659573118112678e-07 0.008471117238722117 2.7311799550208617e-05 0.007044743044553898 4.810972090151649e-05']
['59491.997971054516 0.015512740839288577 3.961157743969153e-05 0.008474923938709696 2.7322091454958475e-05 0.00029973911937188514 9.663213134812169e-07 0.008474923938709696 2.7322091454958475e-05 0.007037816900578881 4.812040885875549e-05']
['59491.99800653472 0.015430543743145404 3.9543067482456794e-05 0.008465252107230406 2.7306057953569914e-05 0.00029939704830773386 9.657542443698702e-07 0.008465252107230406 2.7306057953569917e-05 0.006965291635914998 4.8054916365402726e-05']
['59491.99804201493 0.015558270166516322 3.962468597844118e-05 0.00843736050682004 2.7297354852864062e-05 0.0002984105847352775 9.654464351481896e-07 0.00843736050682004 2.7297354852864062e-05 0.007120909659696282 4.811716243559312e-05']
['59491.99807749514 0.015554043545392667 3.9616742748769385e-05 0.008425886276453395 2.728694380800168e-05 0.0002980047668506049 9.65078219758723e-07 0.008425886276453395 2.7286943808001678e-05 0.0071281572689392714 4.8104715032969614e-05']
['59491.99811297535 0.015539271823829531 3.9625117218576236e-05 0.008440034436447124 2.7299781715925905e-05 0.00029850515565030646 9.655322678709673e-07 0.008440034436447124 2.729978171592591e-05 0.007099237387382407 4.811889437968322e-05']
['59491.998148455554 0.015462025724514526 3.957412596755013e-05 0.008434527088258401 2.7293796284052186e-05 0.00029831037305307013 9.653205765222466e-07 0.008434527088258401 2.7293796284052182e-05 0.007027498636256124 4.807351413918964e-05']
['59491.998183935764 0.01547653771234646 3.9584084816698904e-05 0.008471189614033751 2.7314439901251144e-05 0.00029960704465382146 9.660506951268048e-07 0.008471189614033751 2.7314439901251147e-05 0.0070053480983127085 4.809343404140188e-05']
['59491.998219415975 0.015532426755453115 3.964105909772366e-05 0.008469610473160905 2.7311812802868485e-05 0.00029955119397032104 9.659577805282293e-07 0.008469610473160905 2.731181280286848e-05 0.00706281628229221 4.8138847981314946e-05']
['59491.99825489618 0.015536220067338383 3.9623421573032475e-05 0.00844007537643703 2.7294562157473858e-05 0.00029850660360625393 9.65347663753545e-07 0.00844007537643703 2.729456215747386e-05 0.007096144690901352 4.811453689398308e-05']
['59491.99829037639 0.015522669613250557 3.960517147070098e-05 0.008429379767415956 2.7287962734992992e-05 0.0002981283238184579 9.651142569292378e-07 0.008429379767415956 2.7287962734992992e-05 0.007093289845834601 4.809576402813446e-05']
['59491.9983258566 0.0155582506933254 3.964946839537563e-05 0.008468909486815085 2.731261076235371e-05 0.00029952640164988164 9.659860025718872e-07 0.008468909486815085 2.7312610762353706e-05 0.007089341206510315 4.814622571595546e-05']
['59491.9983613368 0.015518794968700577 3.9606581812803664e-05 0.008470567609569222 2.731102962045332e-05 0.0002995850457460092 9.659300811165148e-07 0.008470567609569222 2.731102962045332e-05 0.0070482273591313555 4.811001623179511e-05']
['59491.99839681701 0.01555176932110178 3.962717469042276e-05 0.008479135153891232 2.7320920638659436e-05 0.00029988806064134405 9.662799043253404e-07 0.008479135153891232 2.7320920638659436e-05 0.007072634167210549 4.813258437367776e-05']
['59491.99843229722 0.015453206523808365 3.95573887343293e-05 0.0084423208376969 2.7302262220123985e-05 0.00029858602055270493 9.656199977608528e-07 0.0084423208376969 2.730226222012399e-05 0.007010885686111466 4.806454541359204e-05']
['59491.998467777434 0.015526914006104767 3.960846477982075e-05 0.008421509145143505 2.7294716029900868e-05 0.00029784995749848684 9.653531058774037e-07 0.008421509145143505 2.729471602990087e-05 0.0071054048609612615 4.810230769274202e-05']
['59491.99850325764 0.01550453920275724 3.960155002499922e-05 0.008452316447704479 2.730242347601298e-05 0.0002989395429397994 9.656257010212608e-07 0.008452316447704479 2.730242347601298e-05 0.00705222275505276 4.8100988472650544e-05']
['59491.99853873785 0.015509990156187689 3.9614283076704286e-05 0.00840095046337332 2.727889290391766e-05 0.000297122842870225 9.647934772739828e-07 0.00840095046337332 2.7278892903917656e-05 0.007109039692814369 4.809812285052992e-05']
['59491.99857421806 0.01551531326393098 3.960770331812139e-05 0.008437724925635437 2.730810284723243e-05 0.00029842347341434996 9.65826567688645e-07 0.008437724925635437 2.730810284723243e-05 0.007077588338295544 4.8109278141033754e-05']
['59491.99860969826 0.015530740713182724 3.9611150975354164e-05 0.0084428995129865 2.7295269538508177e-05 0.00029860648700443497 9.653726822398252e-07 0.0084428995129865 2.7295269538508177e-05 0.007087841200196223 4.8104833652888914e-05']
['59491.99864517847 0.015518220227195038 3.960501308314863e-05 0.00846937187903087 2.7311446286719467e-05 0.0002995427554291682 9.65944817671154e-07 0.00846937187903087 2.7311446286719463e-05 0.0070488483481641676 4.810896132311252e-05']
['59491.99868065868 0.015498057073682322 3.960060547180766e-05 0.008456497545589838 2.7315527121857717e-05 0.0002990874190278007 9.660891476898642e-07 0.008456497545589838 2.7315527121857717e-05 0.007041559528092484 4.8107649866509874e-05']
['59491.998716138885 0.015531472263093093 3.9620758433408846e-05 0.008425208963238682 2.729536376083343e-05 0.0002979808117959064 9.65376014672895e-07 0.008425208963238682 2.729536376083343e-05 0.007106263299854412 4.811279852258396e-05']
['59491.998751619096 0.015546945848437311 3.962404508218443e-05 0.008474843197817928 2.7326759590205668e-05 0.0002997362637469886 9.66486414992242e-07 0.008474843197817928 2.732675959020567e-05 0.007072102650619383 4.813332253622101e-05']
['59491.998787099306 0.015521006443980856 3.961764048621387e-05 0.008412387762245038 2.727923918870609e-05 0.0002975273545704591 9.648057245930487e-07 0.008412387762245038 2.727923918870609e-05 0.007108618681735818 4.810108448267597e-05']
['59491.99882257952 0.015516404130024676 3.959114419353881e-05 0.008444018750575207 2.730549982870092e-05 0.0002986460719365987 9.657345047405896e-07 0.008444018750575207 2.7305499828700924e-05 0.007072385379449469 4.809416824781117e-05']
['59491.99885805972 0.015487294794946984 3.958123167033494e-05 0.008507039202694229 2.733420845988012e-05 0.0003008749644856273 9.667498648653833e-07 0.008507039202694229 2.7334208459880122e-05 0.006980255592252755 4.810231650002843e-05']
['59491.99889353993 0.015546977048130614 3.9631234074616055e-05 0.008439515187330068 2.7307200030030403e-05 0.00029848679096948965 9.65794637061887e-07 0.008439515187330068 2.7307200030030403e-05 0.007107461860800546 4.812814028982525e-05']
['59491.99892902014 0.015519539509735704 3.961827714658956e-05 0.0084609099578904 2.7309252596297166e-05 0.0002992434761897105 9.658672317435268e-07 0.0084609099578904 2.7309252596297166e-05 0.007058629551845304 4.811863632141235e-05']
['59491.998964500344 0.015548607350237695 3.96304613346496e-05 0.00844861039898013 2.730268181309914e-05 0.0002988084682789506 9.656348378266489e-07 0.00844861039898013 2.730268181309914e-05 0.007099996951257565 4.812494051720471e-05']
['59491.998999980555 0.015556938518554962 3.963599827489627e-05 0.008440200633350969 2.7291716230207267e-05 0.00029851103366336723 9.652470096663988e-07 0.008440200633350969 2.729171623020727e-05 0.007116737885203993 4.81232805826633e-05']
['59491.999035460765 0.015532029386737754 3.96345556254209e-05 0.008455450430262326 2.7315203727119757e-05 0.00029905038489883164 9.660777099407272e-07 0.008455450430262326 2.7315203727119754e-05 0.007076578956475428 4.8135416839149114e-05']
['59491.999070940976 0.015507202591963564 3.959771994356181e-05 0.008470507561275016 2.7317679600928863e-05 0.0002995829219720432 9.66165276064103e-07 0.008470507561275016 2.7317679600928863e-05 0.007036695030688548 4.810649689499078e-05']
['59491.99910642118 0.015544489752857401 3.963281801692547e-05 0.008452983088535353 2.7294851539393665e-05 0.00029896312053613285 9.65357898545318e-07 0.008452983088535353 2.7294851539393665e-05 0.007091506664322048 4.812243951131606e-05']
['59491.99914190139 0.015529217852796526 3.9601512526169626e-05 0.008436474494103868 2.729086145595691e-05 0.00029837924844562837 9.652167782114715e-07 0.008436474494103868 2.7290861455956907e-05 0.0070927433586926575 4.809439586239341e-05']
['59491.9991773816 0.015519476173900912 3.960180084939649e-05 0.008424359019788379 2.728724713781373e-05 0.000297950751195581 9.65088947856273e-07 0.008424359019788379 2.7287247137813728e-05 0.007095117154112533 4.8092582451718935e-05']
['59491.9992128618 0.015524218443831369 3.959847788534906e-05 0.008470698129624086 2.7312051817102267e-05 0.0002995896619486546 9.659662339275129e-07 0.008470698129624086 2.7312051817102267e-05 0.007053520314207282 4.810392525872039e-05']
['59491.999248342014 0.015509008016308437 3.9598117226647215e-05 0.008468730631189348 2.731940036576249e-05 0.00029952007592611815 9.662261356705852e-07 0.008468730631189348 2.7319400365762486e-05 0.007040277385119089 4.810780107467102e-05']
['59491.999283822224 0.015464411495695444 3.955776655302044e-05 0.008446179135287052 2.7307786522344905e-05 0.000298722479915681 9.658153799843178e-07 0.008446179135287052 2.7307786522344908e-05 0.007018232360408392 4.8067994543284464e-05']
['59491.99931930243 0.015500926831764392 3.958630419858982e-05 0.00844916133023363 2.7304799398773188e-05 0.00029882795348612804 9.657097320994144e-07 0.00844916133023363 2.7304799398773188e-05 0.007051765501530761 4.808978634087008e-05']
['59491.99935478264 0.01550287876521301 3.9611213656234825e-05 0.008464136045732037 2.731403029270052e-05 0.0002993575757067872 9.660362081877904e-07 0.008464136045732037 2.731403029270052e-05 0.007038742719480974 4.8115532815822024e-05']
['59491.99939026285 0.015543904551030325 3.9637415745568573e-05 0.008418788136949355 2.7295366204073327e-05 0.0002977537215197551 9.653761010848296e-07 0.008418788136949355 2.7295366204073324e-05 0.00712511641408097 4.81265180872408e-05']
['59491.99942574306 0.015505992618473297 3.9593534349736176e-05 0.008432423053964425 2.7293492827574348e-05 0.0002982359580623321 9.65309843944811e-07 0.008432423053964425 2.729349282757435e-05 0.007073569564508872 4.8089320155649855e-05']
['59491.99946122326 0.015463411905836449 3.956764807682025e-05 0.008430323340697505 2.7285426556834376e-05 0.0002981616958966641 9.650245579757922e-07 0.008430323340697505 2.7285426556834376e-05 0.007033088565138944 4.806342972281005e-05']
['59491.99949670347 0.01551204529683435 3.960455503890773e-05 0.008443006391859922 2.7296429876536712e-05 0.00029861026707132766 9.654137208026915e-07 0.008443006391859922 2.729642987653671e-05 0.0070690389049744284 4.810006095458256e-05']
['59491.99953218368 0.0154729822141864 3.9578751098151915e-05 0.00844806695049867 2.7304453199970937e-05 0.00029878924772069724 9.656974878214875e-07 0.00844806695049867 2.7304453199970934e-05 0.007024915263687729 4.808337241748819e-05']
['59491.99956766389 0.015510196163304195 3.961658664863353e-05 0.008425627873982842 2.7291302785878117e-05 0.000297995627732717 9.652323870644704e-07 0.008425627873982842 2.7291302785878117e-05 0.007084568289321353 4.810705920589168e-05']
['59491.9996031441 0.015570629403045247 3.964810491301221e-05 0.00845400852669838 2.730401301612014e-05 0.0002989993879922397 9.656819195024378e-07 0.00845400852669838 2.7304013016120135e-05 0.007116620876346867 4.81402259028526e-05']
['59491.99963862431 0.015544600993832714 3.961420561955928e-05 0.008464047294904298 2.730979556289281e-05 0.0002993544367883565 9.65886435258556e-07 0.008464047294904298 2.7309795562892815e-05 0.007080553698928417 4.811559228104463e-05']
['59491.99967410451 0.015548957969382533 3.965522149361839e-05 0.008448475394166662 2.7305730478003153e-05 0.00029880369346041625 9.657426622909388e-07 0.008448475394166662 2.7305730478003156e-05 0.0071004825752158714 4.8147061266969185e-05']
['59491.99970958472 0.01555771595846364 3.964353218022196e-05 0.008418567447660688 2.727793141012665e-05 0.00029774591623282656 9.64759471387407e-07 0.008418567447660688 2.7277931410126648e-05 0.007139148510802952 4.8121670645769023e-05']
['59491.99974506493 0.015507680829884197 3.9610876070343076e-05 0.008438465789171238 2.7289760382847425e-05 0.0002984496761018787 9.651778357163426e-07 0.008438465789171238 2.7289760382847425e-05 0.007069215040712959 4.810148152409971e-05']
['59491.99978054514 0.015567897173405966 3.964552090280685e-05 0.008499714510913917 2.7327819068671216e-05 0.00030061590650708035 9.665238863777733e-07 0.008499714510913917 2.7327819068671216e-05 0.007068182662492048 4.8151604570407876e-05']
['59491.999816025345 0.015557703117475312 3.963121393701904e-05 0.008463439098868736 2.730911305500247e-05 0.0002993329262538168 9.658622964797897e-07 0.008463439098868736 2.7309113055002465e-05 0.007094264018606576 4.812920915590322e-05']
['59491.999851505556 0.0155277249136304 3.960204956419108e-05 0.008501165593139907 2.7326927084406787e-05 0.0003006672280424357 9.66492338887808e-07 0.008501165593139907 2.7326927084406787e-05 0.0070265593204904934 4.811531225671441e-05']
['59491.999886985766 0.015502178302990142 3.957944203617097e-05 0.008414190068608657 2.7284825716814132e-05 0.00029759109811862265 9.650033076070746e-07 0.008414190068608657 2.7284825716814132e-05 0.007087988234381485 4.807279840295902e-05']
['59491.99992246597 0.015504485089731141 3.960097141926972e-05 0.008470243294536446 2.730712987501991e-05 0.00029957357544810136 9.65792155835953e-07 0.008470243294536446 2.730712987501991e-05 0.007034241795194695 4.810318367178021e-05']
['59491.99995794618 0.015473395890376673 3.9583768284843354e-05 0.00848119144232477 2.731621523560805e-05 0.0002999607869677041 9.661134847353698e-07 0.00848119144232477 2.7316215235608054e-05 0.006992204448051903 4.809418183550102e-05']
['59491.99999342639 0.015541291827639383 3.9636563177869355e-05 0.008457227545473308 2.7303492801421902e-05 0.00029911323749222537 9.656635206711728e-07 0.008457227545473308 2.7303492801421905e-05 0.0070840642821660745 4.813042550934415e-05']
['59492.000028906594 0.015478708634279402 3.9599892461245156e-05 0.00847118414596827 2.7315492232589184e-05 0.0002996068512605658 9.660879137344092e-07 0.00847118414596827 2.7315492232589187e-05 0.007007524488311132 4.810704313144616e-05']
['59492.000064386804 0.01549824070383081 3.9594336629008117e-05 0.008418204720746975 2.7285825202140676e-05 0.00029773308739253543 9.650386571693562e-07 0.008418204720746975 2.7285825202140676e-05 0.007080035983083835 4.808562935070091e-05']
['59492.000099867015 0.015496216723567742 3.959780382083649e-05 0.008417614777296302 2.728993315638485e-05 0.0002977122224111312 9.651839463302352e-07 0.008417614777296302 2.728993315638485e-05 0.00707860194627144 4.8090815330096103e-05']
['59492.000135347225 0.01555290981960147 3.962198273835361e-05 0.008440966739624679 2.7293481130343168e-05 0.0002985381291301216 9.653094302398859e-07 0.008440966739624679 2.7293481130343168e-05 0.007111943079976792 4.811273873238552e-05']
['59492.00017082743 0.01547681580636911 3.957777436951432e-05 0.008427976198384937 2.7295197802860986e-05 0.0002980786827186229 9.653701451103037e-07 0.008427976198384937 2.7295197802860983e-05 0.007048839607984173 4.8077313227149995e-05']
['59492.00020630764 0.015486978777371084 3.957915880196103e-05 0.008440890030906475 2.729704627839107e-05 0.0002985354161141926 9.65435521558703e-07 0.008440890030906475 2.7297046278391065e-05 0.00704608874646461 4.807950235802647e-05']
['59492.00024178785 0.015585376843961518 3.966264569866521e-05 0.008458057577782615 2.7311324367396366e-05 0.0002991425938799925 9.659405056571697e-07 0.008458057577782615 2.731132436739637e-05 0.007127319266178904 4.815634851729297e-05']
['59492.00027726805 0.015538135349820025 3.9638696275029856e-05 0.00845288471071513 2.730069874936322e-05 0.000298959641132493 9.65564701294196e-07 0.00845288471071513 2.7300698749363224e-05 0.007085250639104895 4.8130597280602576e-05']
['59492.00031274826 0.015507280763542318 3.959673757542687e-05 0.008439106193958639 2.729539843525521e-05 0.0002984723257879886 9.653772410297004e-07 0.008439106193958639 2.729539843525521e-05 0.007068174569583679 4.809303902184343e-05']
['59492.000348228474 0.015505201293498456 3.95968877598461e-05 0.008431508315880552 2.7294408458613442e-05 0.00029820360582062476 9.653422277683487e-07 0.008431508315880552 2.7294408458613442e-05 0.0070736929776179045 4.809260081729287e-05']
['59492.00038370868 0.015583545709403525 3.963197668875722e-05 0.008476488082677773 2.7317209613017566e-05 0.00029979443964838 9.661486536420416e-07 0.008476488082677773 2.7317209613017566e-05 0.007107057626725751 4.8134431723037254e-05']
['59492.00041918889 0.015540670131116926 3.962991047532862e-05 0.008444665762827017 2.7300788094259695e-05 0.00029866895531395797 9.6556786122351e-07 0.008444665762827017 2.7300788094259695e-05 0.0070960043682899085 4.812341254369055e-05']
['59492.0004546691 0.015536072007471083 3.9619684526124275e-05 0.00847538063900169 2.7317579706526502e-05 0.00029975527184054787 9.661617430223424e-07 0.00847538063900169 2.7317579706526502e-05 0.007060691368469393 4.8124521431096226e-05']
['59492.00049014931 0.015553436398037652 3.964406453359908e-05 0.008462351676849915 2.7311814702856647e-05 0.00029929446656725626 9.659578477265646e-07 0.008462351676849915 2.731181470285665e-05 0.007091084721187737 4.814132398581644e-05']
['59492.00052562951 0.015529303658350854 3.9604545413082505e-05 0.008446792526685261 2.7302866268174263e-05 0.0002987441741985866 9.65641361590423e-07 0.008446792526685261 2.730286626817426e-05 0.007082511131665593 4.8103705926204085e-05']
['59492.00056110972 0.015510903005305669 3.9608588002587475e-05 0.0084646762223766 2.731384529667741e-05 0.00029937668054748166 9.660296652918946e-07 0.0084646762223766 2.7313845296677405e-05 0.007046226782929068 4.8113266241750236e-05']
['59492.00059658993 0.01554701838509438 3.964365430523285e-05 0.008475639874185535 2.7321128870148444e-05 0.000299764440409644 9.662872690077366e-07 0.008475639874185535 2.7321128870148448e-05 0.0070713785109088444 4.814627098137577e-05']
['59492.000632070136 0.015505047464361876 3.959563083869799e-05 0.008420653034022493 2.727979717811141e-05 0.00029781967876143237 9.648254594312818e-07 0.008420653034022493 2.727979717811141e-05 0.007084394430339383 4.808327480105059e-05']
['59492.00066755035 0.015487582799624665 3.958069302701357e-05 0.008426143387092421 2.728938382122134e-05 0.0002980138602792988 9.651645175731938e-07 0.008426143387092421 2.7289383821221343e-05 0.007061439412532244 4.807641552612484e-05']
['59492.00070303056 0.0155814029152133 3.9670147357182254e-05 0.008449148292784401 2.7306158409057853e-05 0.0002988274923806858 9.657577972559738e-07 0.008449148292784401 2.7306158409057853e-05 0.007132254622428899 4.815959798836692e-05']
['59492.00073851077 0.015524294628519248 3.960398563300848e-05 0.008459576222694096 2.7311726460061855e-05 0.00029919630495653995 9.659547267761236e-07 0.008459576222694096 2.731172646006185e-05 0.007064718405825152 4.810827455073383e-05']
['59492.00077399097 0.015478013265846443 3.958320155231806e-05 0.008424994566995355 2.7283805854639837e-05 0.0002979732290799274 9.649672373612275e-07 0.008424994566995355 2.7283805854639833e-05 0.0070530186988510876 4.80753149448354e-05']
['59492.00080947118 0.015506363905595495 3.9581279366041333e-05 0.008490274763179987 2.733086238179213e-05 0.0003002820437263258 9.666315215614555e-07 0.008490274763179987 2.733086238179213e-05 0.007016089142415508 4.8100454413498736e-05']
['59492.00084495139 0.015544651845507658 3.964785789515916e-05 0.008440204833678524 2.7297676979584695e-05 0.00029851118221956566 9.654578280503875e-07 0.008440204833678524 2.7297676979584695e-05 0.007104447011829135 4.813642907566455e-05']
['59492.000880431595 0.01551623162086695 3.961282862688654e-05 0.008411735575313887 2.7287955166044394e-05 0.00029750428817625627 9.651139892324416e-07 0.008411735575313887 2.7287955166044394e-05 0.007104496045553063 4.810206532953788e-05']
['59492.000915911805 0.015580567603266813 3.964959827784734e-05 0.008447198285538554 2.7306236168997508e-05 0.0002987585249824099 9.657605474512562e-07 0.008447198285538554 2.730623616899751e-05 0.007133369317728259 4.8142716762888883e-05']
['59492.000951392016 0.015518592370137637 3.9604291200396826e-05 0.008455577125524152 2.7314000913147396e-05 0.00029905486582709523 9.660351690986558e-07 0.008455577125524152 2.7314000913147396e-05 0.007063015244613485 4.810981736994276e-05']
['59492.00098687222 0.015538145784208155 3.961361522344842e-05 0.008455462854025087 2.730699091042711e-05 0.000299050824299555 9.657872409688734e-07 0.008455462854025087 2.730699091042711e-05 0.007082682930183068 4.8113514355673225e-05']
['59492.00102235243 0.015494494760696505 3.959087676108404e-05 0.008447256348906893 2.7301188466255428e-05 0.00029876057855398404 9.655820214862204e-07 0.008447256348906893 2.7301188466255428e-05 0.007047238411789612 4.809150043803315e-05']
['59492.00105783264 0.01554019320728598 3.963144142819384e-05 0.008443645104515528 2.7295153093741767e-05 0.00029863285691051765 9.65368563848676e-07 0.008443645104515528 2.729515309374177e-05 0.007096548102770453 4.8121476827786154e-05']
['59492.00109331285 0.015494938926810782 3.958058928341125e-05 0.008437883577527198 2.72994825295833e-05 0.00029842908457719547 9.655216863186714e-07 0.008437883577527198 2.72994825295833e-05 0.007057055349283584 4.808206312550568e-05']
['59492.001128793054 0.015498485126569771 3.959773651234473e-05 0.008444099638750986 2.730326383504233e-05 0.0002986489327706016 9.65655422642037e-07 0.008444099638750986 2.730326383504233e-05 0.007054385487818785 4.809832588507639e-05']
['59492.001164273264 0.015616478830366612 3.967967617925041e-05 0.008430478953471637 2.729513890881522e-05 0.00029816719957271107 9.653680621595256e-07 0.008430478953471637 2.7295138908815225e-05 0.007185999876894975 4.816120129047542e-05']
['59492.001199753475 0.015521892927966794 3.9593604287411856e-05 0.008437934741247858 2.729952995840727e-05 0.00029843089412365096 9.65523363770178e-07 0.008437934741247858 2.729952995840727e-05 0.007083958186718937 4.8092804414154665e-05']
['59492.00123523368 0.015475324650822643 3.95727591141696e-05 0.008455901220041109 2.730407281392028e-05 0.00029906632832585133 9.656840344169886e-07 0.008455901220041109 2.730407281392028e-05 0.007019423430781534 4.807822434466516e-05']
['59492.00127071389 0.015485727072093211 3.959566969902975e-05 0.00843474576528994 2.7293373415793645e-05 0.00029831810717096123 9.653056206169972e-07 0.00843474576528994 2.729337341579365e-05 0.007050981306803272 4.809101050434077e-05']
['59492.0013061941 0.015542260015916692 3.964398365440594e-05 0.008462068393095757 2.7308766847695678e-05 0.00029928444745397364 9.658500519010763e-07 0.008462068393095757 2.7308766847695675e-05 0.007080191622820935 4.813952831855135e-05']
['59492.0013416743 0.015541424625664498 3.962783838435026e-05 0.008473595899601501 2.7316941266232025e-05 0.000299692149596621 9.661391628159567e-07 0.008473595899601501 2.7316941266232025e-05 0.007067828726062996 4.813087216287436e-05']
['59492.00137715451 0.015508000837551866 3.958585164133198e-05 0.008467167807792358 2.7314227191317733e-05 0.00029946480235527135 9.660431720518387e-07 0.008467167807792358 2.7314227191317733e-05 0.007040833029759507 4.809476746204796e-05']
['59492.00141263472 0.015531417544996656 3.960755747870125e-05 0.008449856723512974 2.7303444412261676e-05 0.0002988525479923059 9.656618092547189e-07 0.008449856723512974 2.7303444412261676e-05 0.007081560821483682 4.810651396850625e-05']
['59492.001448114934 0.01557881616631292 3.965618321985629e-05 0.008476922415025435 2.7322139176883868e-05 0.0002998098010128412 9.663230012990658e-07 0.008476922415025435 2.7322139176883868e-05 0.007101893751287485 4.81571610123336e-05']
['59492.00148359514 0.01553026324340535 3.9615418482707064e-05 0.008449478001159898 2.73020834781925e-05 0.00029883915342907225 9.656136760582007e-07 0.008449478001159898 2.73020834781925e-05 0.007080785242245452 4.8112214081355687e-05']
['59492.00151907535 0.015525354956625112 3.959851373058525e-05 0.008397912309394717 2.7282586387945295e-05 0.00029701539015387636 9.649241075495892e-07 0.008397912309394717 2.728258638794529e-05 0.0071274426472303955 4.808723125411824e-05']
['59492.00155455556 0.015541171439913634 3.9622678357547904e-05 0.008451879874908481 2.7305341668777323e-05 0.0002989241023356878 9.657289109775586e-07 0.008451879874908481 2.7305341668777323e-05 0.007089291565005153 4.8120040771744596e-05']
['59492.00159003576 0.015529591381288151 3.9597008370406385e-05 0.008442434449105515 2.7304503240355886e-05 0.00029859003873432114 9.656992576380696e-07 0.008442434449105515 2.7304503240355886e-05 0.007087156932182636 4.809843000648398e-05']
['59492.00162551597 0.015499839401513255 3.958886590145154e-05 0.00843341315159557 2.7297606237742284e-05 0.0002982709756028077 9.6545532606952e-07 0.00843341315159557 2.7297606237742284e-05 0.007066426249917684 4.808781144608204e-05']
['59492.00166099618 0.01553488832220731 3.962180306925003e-05 0.008481922100880291 2.7321811176228078e-05 0.00029998662872788716 9.663114006489088e-07 0.008481922100880291 2.7321811176228074e-05 0.007052966221327018 4.812866759435475e-05']
['59492.001696476385 0.015559258261370501 3.964145865245285e-05 0.008451503851140584 2.730035723734472e-05 0.00029891080321538087 9.65552622777336e-07 0.008451503851140584 2.7300357237344716e-05 0.007107754410229917 4.813267860176461e-05']
['59492.001731956596 0.015514064308629873 3.95901408249944e-05 0.008457236221252266 2.7307889565861407e-05 0.0002991135443351379 9.658190244032077e-07 0.008457236221252266 2.7307889565861407e-05 0.007056828087377606 4.809469911626613e-05']
['59492.00176743681 0.01555560498657622 3.961720077645427e-05 0.008428228347193627 2.729624211645731e-05 0.00029808760065846686 9.654070801483023e-07 0.008428228347193627 2.7296242116457313e-05 0.007127376639382593 4.811036718881022e-05']
['59492.00180291702 0.015568312229793244 3.963364563031361e-05 0.008449143134769509 2.7301386872253995e-05 0.00029882730995322654 9.655890386629784e-07 0.008449143134769509 2.730138687225399e-05 0.007119169095023735 4.8126828184472735e-05']
['59492.00183839722 0.015501356693806773 3.958505676291168e-05 0.008472108125608838 2.731874945118328e-05 0.00029963953035547973 9.662031142766272e-07 0.008472108125608838 2.7318749451183284e-05 0.007029248568197935 4.8096681699463075e-05']
['59492.00187387743 0.015494903460743822 3.959216842044353e-05 0.008446827064402725 2.7307265806885987e-05 0.000298745395720466 9.657969634422664e-07 0.008446827064402725 2.7307265806885987e-05 0.0070480763963410974 4.809601403526794e-05']
['59492.00190935764 0.0155049285927787 3.9589080464202185e-05 0.008449665657699945 2.7297349392590133e-05 0.00029884579042150603 9.654462420305037e-07 0.008449665657699945 2.7297349392590133e-05 0.007055262935078755 4.808784228744534e-05']
['59492.001944837844 0.015548696653881313 3.961650082028672e-05 0.008497140192954646 2.7332940696127675e-05 0.00030052485863412293 9.667050268947444e-07 0.008497140192954646 2.733294069612767e-05 0.007051556460926667 4.813062210632448e-05']
['59492.001980318055 0.015536758572595745 3.962506647994806e-05 0.008443712950827808 2.7307066485704374e-05 0.00029863525648295543 9.657899138975293e-07 0.008443712950827808 2.7307066485704374e-05 0.007093045621767937 4.8122985917282626e-05']
['59492.002015798265 0.015556851407763547 3.963392647633262e-05 0.008457037419813138 2.7301103715960125e-05 0.000299106513172531 9.655790240576813e-07 0.008457037419813138 2.7301103715960125e-05 0.007099813987950409 4.8126898840886805e-05']
['59492.002051278476 0.015533776082915203 3.962010429588039e-05 0.008455767925867268 2.7306320702899854e-05 0.0002990616140088175 9.657635372264599e-07 0.008455767925867268 2.730632070289985e-05 0.007078008157047936 4.8118476853970104e-05']
['59492.00208675868 0.015556071637993522 3.9650822897253995e-05 0.008433689163079024 2.7297587268575637e-05 0.0002982807375121281 9.654546551724894e-07 0.008433689163079024 2.7297587268575637e-05 0.007122382474914498 4.8138820375191e-05']
['59492.00212223889 0.015515097191073251 3.961398099811246e-05 0.008482386990130535 2.731603669059711e-05 0.00030000307082170193 9.661071699973574e-07 0.008482386990130535 2.731603669059711e-05 0.007032710200942717 4.8118950019725725e-05']
['59492.0021577191 0.01560423703817347 3.9665299697276314e-05 0.008438157164937721 2.7304091790146828e-05 0.00029843876075247376 9.656847055637123e-07 0.008438157164937721 2.7304091790146828e-05 0.007166079873235748 4.8154433114299166e-05']
['59492.0021931993 0.015489828441401149 3.9586676353459116e-05 0.008439746138921919 2.7298122330478184e-05 0.000298494959211147 9.654735791161895e-07 0.008439746138921919 2.7298122330478184e-05 0.00705008230247923 4.8086301869485355e-05']
['59492.002228679514 0.015552852721877628 3.963494411785796e-05 0.008490287154794092 2.7340481086867008e-05 0.00030028248199002306 9.669717136634131e-07 0.008490287154794092 2.7340481086867005e-05 0.007062565567083536 4.815008516386088e-05']
['59492.002264159724 0.015500792684106531 3.960752570469586e-05 0.008426381974464697 2.728707568210711e-05 0.0002980222985814448 9.650828838511107e-07 0.008426381974464697 2.7287075682107108e-05 0.007074410709641835 4.809719941669353e-05']
['59492.00229963993 0.01559701015817539 3.966565713932117e-05 0.008460188863260939 2.730815634981033e-05 0.0002992179726842181 9.65828459955254e-07 0.008460188863260939 2.7308156349810326e-05 0.00713682129491445 4.8157032295604206e-05']
['59492.00233512014 0.015590135833417638 3.966132209305933e-05 0.008447483579095277 2.7301638178930716e-05 0.0002987686151779176 9.655979268184968e-07 0.008447483579095277 2.730163817893072e-05 0.007142652254322361 4.814976549706804e-05']
['59492.00237060035 0.01558580428545487 3.966463302516487e-05 0.008441968250166146 2.7303927994884668e-05 0.0002985735503197289 9.656789124913506e-07 0.008441968250166146 2.7303927994884668e-05 0.007143836035288724 4.815379109655694e-05']
['59492.00240608056 0.015585874884360827 3.964945606317358e-05 0.008439359719485071 2.7296847591254033e-05 0.00029848129241926227 9.654284944387058e-07 0.008439359719485071 2.7296847591254033e-05 0.007146515164875756 4.813727510490891e-05']
['59492.00244156076 0.015486980461977306 3.95876619921035e-05 0.008478083966571416 2.731479204136593e-05 0.00029985088249510753 9.660631495356778e-07 0.008478083966571416 2.7314792041365928e-05 0.0070088964954058905 4.8096578321790245e-05']
['59492.00247704097 0.015497019541839959 3.9612334959171165e-05 0.008428724301517102 2.7303538849396624e-05 0.0002981051414544955 9.656651492851274e-07 0.008428724301517102 2.7303538849396624e-05 0.007068295240322858 4.8110501084670534e-05']
['59492.00251252118 0.015538167796439213 3.9623351951338085e-05 0.008449788832199956 2.7306739238840747e-05 0.0002988501468282926 9.657783399073165e-07 0.008449788832199956 2.7306739238840744e-05 0.007088378964239257 4.812138846415025e-05']
['59492.00254800139 0.01550301520983582 3.959278069590324e-05 0.008444248935640233 2.7296929853776887e-05 0.0002986542130679154 9.654314038802932e-07 0.008444248935640233 2.7296929853776887e-05 0.007058766274195587 4.809065047050106e-05']
['59492.0025834816 0.015538163132834567 3.9641153112255265e-05 0.008467363657107584 2.7312176474984625e-05 0.0002994717291078534 9.65970642798218e-07 0.008467363657107584 2.7312176474984625e-05 0.007070799475726983 4.813913173157539e-05']
['59492.00261896181 0.015559979113632782 3.963670081093725e-05 0.008429714834538225 2.7287850263039702e-05 0.0002981401743937416 9.6511027904761e-07 0.008429714834538225 2.7287850263039702e-05 0.007130264279094557 4.812166687838057e-05']
['59492.00265444201 0.015545939853065079 3.9634741485513906e-05 0.008472455489847881 2.7313922796640965e-05 0.0002996518158523013 9.660324062924034e-07 0.008472455489847881 2.731392279664096e-05 0.007073484363217197 4.813484300550257e-05']
['59492.00268992222 0.01556159863831533 3.9635598501368144e-05 0.008506557276043693 2.7333285307739095e-05 0.0003008579198170405 9.667172150372788e-07 0.008506557276043693 2.7333285307739095e-05 0.007055041362271638 4.814653834156639e-05']
['59492.00272540243 0.015538234294083497 3.962208995918364e-05 0.008413881620785239 2.7282386759820795e-05 0.00029758018900844863 9.649170471489683e-07 0.008413881620785239 2.728238675982079e-05 0.007124352673298258 4.810653427598049e-05']
['59492.00276088264 0.015518900553131513 3.960742186416538e-05 0.008466896215394593 2.7312667981701238e-05 0.00029945519673913563 9.659880262923317e-07 0.008466896215394593 2.7312667981701238e-05 0.007052004337736921 4.8111637874890665e-05']
['59492.002796362845 0.015510309947115771 3.960216815074543e-05 0.008428796341179259 2.7291758372897182e-05 0.00029810768933634683 9.652485001591575e-07 0.008428796341179259 2.7291758372897182e-05 0.007081513605936512 4.80954446629254e-05']
['59492.002831843056 0.01555081754345749 3.964690142509774e-05 0.00848175880012909 2.7340082149246406e-05 0.0002999808531452729 9.669576041313455e-07 0.00848175880012909 2.7340082149246402e-05 0.0070690587433284 4.815970187344352e-05']
['59492.00286732327 0.015498762704380244 3.962577492145984e-05 0.008444088890320983 2.7318344614252284e-05 0.0002986485526226537 9.66188796099135e-07 0.008444088890320983 2.7318344614252284e-05 0.007054673814059262 4.812996977548648e-05']
['59492.00290280347 0.015507329944991547 3.962624289802659e-05 0.008426296305603018 2.7311120992109462e-05 0.0002980192686652659 9.659333127277888e-07 0.008426296305603018 2.7311120992109462e-05 0.007081033639388529 4.8126255371252864e-05']
['59492.00293828368 0.015515645742427796 3.961173910374913e-05 0.008444109488337063 2.7313645287287574e-05 0.00029864928112844865 9.660225914067709e-07 0.008444109488337063 2.7313645287287574e-05 0.007071536254090733 4.811574683721801e-05']
['59492.00297376389 0.015557132468430776 3.9656716102760634e-05 0.008456353916823325 2.7325440798583032e-05 0.0002990823391993206 9.66439772279875e-07 0.008456353916823325 2.732544079858303e-05 0.007100778551607451 4.8159473075313235e-05']
['59492.003009244094 0.01553387411055681 3.965286986401818e-05 0.008473901024299365 2.732828052294375e-05 0.0002997029411752709 9.665402069841033e-07 0.008473901024299365 2.7328280522943755e-05 0.0070599730862574445 4.815791736353918e-05']
['59492.003044724304 0.015481349633815249 3.9591363362332825e-05 0.008486615442171875 2.734162674209137e-05 0.00030015262172037 9.670122329283101e-07 0.008486615442171875 2.734162674209137e-05 0.006994734191643374 4.811486886391893e-05']
['59492.003080204515 0.015493059339461721 3.961364364930956e-05 0.008451515194388654 2.7324296344693757e-05 0.00029891120440071446 9.663992955035152e-07 0.008451515194388654 2.7324296344693754e-05 0.007041544145073067 4.812336162309454e-05']
['59492.003115684725 0.01549373192447108 3.961196692130074e-05 0.00844243584646973 2.7314186054110384e-05 0.0002985900881559705 9.66041717120751e-07 0.00844243584646973 2.7314186054110388e-05 0.0070512960780013505 4.8116241365808936e-05']
['59492.00315116493 0.015595168061670939 3.969431709809689e-05 0.008477642444892429 2.7338678089846366e-05 0.0002998352668600647 9.669079456882544e-07 0.008477642444892429 2.733867808984637e-05 0.00711752561677851 4.819794735862216e-05']
['59492.00318664514 0.015542729746142587 3.964157038792367e-05 0.008442383127114813 2.7314078226956207e-05 0.0002985882235902079 9.660379035152873e-07 0.008442383127114813 2.7314078226956207e-05 0.007100346619027774 4.814055434048293e-05']
['59492.00322212535 0.015534979276127585 3.96350808056186e-05 0.008460635995506123 2.7327269338632002e-05 0.0002992337867524485 9.665044436548605e-07 0.008460635995506123 2.7327269338632e-05 0.007074343280621462 4.814269705753981e-05']
['59492.00325760555 0.01554198798964899 3.9645118871064655e-05 0.008462442700172398 2.7327699330003314e-05 0.00029929768585874736 9.665196514886897e-07 0.008462442700172398 2.7327699330003314e-05 0.007079545289476592 4.815120560247594e-05']
['59492.00329308576 0.015487726324972327 3.9612230440616296e-05 0.008449099079935388 2.732569260123507e-05 0.00029882575183220046 9.664486779769318e-07 0.008449099079935388 2.732569260123507e-05 0.007038627245036939 4.812299114371094e-05']
['59492.003328565974 0.015529761914962699 3.961817073073812e-05 0.008473946911571422 2.7332565656680572e-05 0.0002997045641055316 9.666917625876642e-07 0.008473946911571422 2.733256565668057e-05 0.007055815003391277 4.813178365099998e-05']
['59492.00336404618 0.015494137199047629 3.962470637781426e-05 0.00849276791854747 2.734682343658284e-05 0.00030037022105979937 9.67196028398545e-07 0.00849276791854747 2.734682343658284e-05 0.007001369280500158 4.814526048947737e-05']
['59492.00339952639 0.01553532348148107 3.96549876770194e-05 0.008435846905104119 2.731710109742887e-05 0.0002983570520252861 9.661448156881874e-07 0.008435846905104119 2.7317101097428866e-05 0.007099476576376952 4.815331826605213e-05']
['59492.0034350066 0.015538954673952098 3.963668062307895e-05 0.008424738187650885 2.7299593423397824e-05 0.00029796416151548757 9.65525608385058e-07 0.008424738187650885 2.7299593423397824e-05 0.0071142164863012124 4.812831029548813e-05']
['59492.00347048681 0.01554623285965418 3.9644586574314046e-05 0.008476638819673641 2.734216301038262e-05 0.00029979977087904653 9.670311995392826e-07 0.008476638819673641 2.734216301038262e-05 0.007069594039980538 4.815897759228924e-05']
['59492.00350596701 0.015524617298023787 3.962944481265948e-05 0.008468833711817295 2.733506257427801e-05 0.00029952372165755695 9.667800729828034e-07 0.008468833711817295 2.7335062574278013e-05 0.007055783586206493 4.814248167782087e-05']
['59492.00354144722 0.015524126104343608 3.9641386765989226e-05 0.008474479601397912 2.733536890100627e-05 0.00029972340415420284 9.66790907074582e-07 0.008474479601397912 2.7335368901006275e-05 0.007049646502945695 4.8152486308443584e-05']
['59492.00357692743 0.01554853572110144 3.966713977297912e-05 0.008429225207273936 2.730747750545937e-05 0.0002981228573716562 9.658044507476885e-07 0.008429225207273936 2.730747750545937e-05 0.007119310513827503 4.8157868572853506e-05']
['59492.003612407636 0.015597899460086728 3.9703786558889414e-05 0.008425890542733423 2.7305592927297633e-05 0.0002980049177393949 9.657377974298922e-07 0.008425890542733423 2.7305592927297633e-05 0.007172008917353305 4.818699069484558e-05']
['59492.00364788785 0.015591546987304335 3.9678174747525513e-05 0.008475509514809557 2.7330111100235563e-05 0.0002997598298898517 9.66604950411815e-07 0.008475509514809557 2.733011110023556e-05 0.007116037472494778 4.817979373187883e-05']
['59492.00368336806 0.015542175913075296 3.964687589631039e-05 0.008436807794037132 2.7310678638646893e-05 0.00029839103651938643 9.659176676744197e-07 0.008436807794037132 2.7310678638646897e-05 0.007105368119038164 4.8142994672546925e-05']
['59492.00371884827 0.015519782231832438 3.961245015683128e-05 0.008441902367352188 2.7317850758195354e-05 0.0002985712201918387 9.661713295141048e-07 0.008441902367352188 2.7317850758195354e-05 0.00707787986448025 4.8118719615909114e-05']
['59492.00375432847 0.01553453993341047 3.9636600353122546e-05 0.008420559161094876 2.730025345181119e-05 0.00029781635868577624 9.65548952114962e-07 0.008420559161094876 2.730025345181119e-05 0.007113980772315594 4.81286185765422e-05']
['59492.00378980868 0.015522286935850511 3.9635980875921856e-05 0.008459290375591828 2.7323451951523653e-05 0.0002991861951833634 9.663694312041963e-07 0.008459290375591828 2.732345195152365e-05 0.007062996560258683 4.814127134324212e-05']
['59492.00382528889 0.015573013034894298 3.965519227667488e-05 0.008447738778407687 2.7324097428843935e-05 0.00029877764100726063 9.66392260294458e-07 0.008447738778407687 2.7324097428843938e-05 0.007125274256486611 4.8157456066542916e-05']
['59492.003860769095 0.015531808341170749 3.965121349895905e-05 0.008450098712872375 2.7316602438956462e-05 0.00029886110661513353 9.661271792524545e-07 0.008450098712872375 2.7316602438956462e-05 0.007081709628298374 4.8149927318200956e-05']
['59492.003896249305 0.015576590293532498 3.968739533852019e-05 0.008436880298495637 2.732400183881046e-05 0.0002983936008400458 9.66388879488605e-07 0.008436880298495637 2.732400183881046e-05 0.007139709995036861 4.8183922891803976e-05']
['59492.003931729516 0.015472880106228347 3.958722703564123e-05 0.008446695390991864 2.732003151304851e-05 0.0002987407387261966 9.662484579395608e-07 0.008446695390991864 2.7320031513048514e-05 0.0070261847152364824 4.809919610809902e-05']
['59492.00396720972 0.015491710421708415 3.9605605257816466e-05 0.008435156003602357 2.7313411476797264e-05 0.0002983326163832428 9.660143220522643e-07 0.008435156003602357 2.731341147679726e-05 0.007056554418106058 4.811056447744944e-05']
['59492.00400268993 0.015537192640837166 3.965691361596077e-05 0.008452423430229103 2.7320906602638732e-05 0.0002989433266726035 9.662794079026567e-07 0.008452423430229103 2.7320906602638732e-05 0.007084769210608063 4.8157063190500765e-05']
['59492.00403817014 0.015514768243497172 3.9624301276050045e-05 0.008464996132922337 2.733244934676459e-05 0.00029938799506852635 9.666876489658734e-07 0.008464996132922337 2.7332449346764592e-05 0.007049772110574835 4.813676390149875e-05']
['59492.00407365035 0.015435605252240293 3.956866190036647e-05 0.008430466391640627 2.7298941487203667e-05 0.0002981667552888223 9.655025508588622e-07 0.008430466391640627 2.7298941487203664e-05 0.0070051388605996655 4.807193787343384e-05']
['59492.004109130554 0.015493359536083908 3.960707152831564e-05 0.008455155995365069 2.7322381944670638e-05 0.00029903997139453894 9.6633158745313e-07 0.008455155995365069 2.732238194467064e-05 0.007038203540718839 4.8116864716849284e-05']
['59492.004144610764 0.0154963623440258 3.960365859574994e-05 0.008432012698755225 2.7313672258210404e-05 0.0002982214447156726 9.660235453080349e-07 0.008432012698755225 2.73136722582104e-05 0.007064349645270576 4.810911001460794e-05']
['59492.004180090975 0.015539994029099918 3.963252042926182e-05 0.008468545724711982 2.7323367478598477e-05 0.0002995135361972554 9.663664435856188e-07 0.008468545724711982 2.7323367478598477e-05 0.007071448304387936 4.813837435919901e-05']
['59492.00421557118 0.0155179519152549 3.9635604935183505e-05 0.008492503272495087 2.7346411666078608e-05 0.0003003608611203757 9.67181464996063e-07 0.008492503272495087 2.7346411666078608e-05 0.0070254486427598125 4.8153996818421864e-05']
['59492.00425105139 0.015505628688550663 3.961102254432009e-05 0.008435184660129907 2.7321653985300354e-05 0.00029833362990057866 9.663058411570963e-07 0.008435184660129907 2.7321653985300354e-05 0.007070444028420756 4.811970369296878e-05']
['59492.0042865316 0.015518881101921397 3.963360785785691e-05 0.008439661365853373 2.7321703715119635e-05 0.00029849196097716916 9.663075999896647e-07 0.008439661365853373 2.7321703715119635e-05 0.007079219736068024 4.81383253315605e-05']
['59492.0043220118 0.015553558371423576 3.965308219435122e-05 0.008457608722786787 2.7329947344313177e-05 0.00029912671888192196 9.665991587308134e-07 0.008457608722786787 2.732994734431318e-05 0.007095949648636789 4.815903808585575e-05']
['59492.00435749201 0.015478048600244921 3.959589609826616e-05 0.008463533739164458 2.7322768143743203e-05 0.0002993362734695679 9.663452464512223e-07 0.008463533739164458 2.7322768143743203e-05 0.007014514861080463 4.810788549563822e-05']
['59492.00439297222 0.015515524548181751 3.963321012313627e-05 0.008429092326201168 2.731192319810386e-05 0.0002981181576650841 9.659616849609858e-07 0.008429092326201168 2.731192319810386e-05 0.007086432221980583 4.8132447407583535e-05']
['59492.004428452434 0.015577782118429202 3.967405463891932e-05 0.008475145228395618 2.7338440129551323e-05 0.0002997469458935229 9.668995295644286e-07 0.008475145228395618 2.7338440129551323e-05 0.007102636890033584 4.818112618244843e-05']
['59492.00446393264 0.015538537933425278 3.963914180948635e-05 0.008427571710882716 2.7314842820934933e-05 0.00029806437689964573 9.660649454955479e-07 0.008427571710882716 2.7314842820934933e-05 0.007110966222542562 4.813898837454886e-05']
['59492.00449941285 0.015475672874461088 3.960908837406732e-05 0.008438281250331692 2.731786229021772e-05 0.00029844314937554396 9.661717373759634e-07 0.008438281250331692 2.7317862290217724e-05 0.007037391624129396 4.811595870324081e-05']
['59492.00453489306 0.015499367214624436 3.961860618892577e-05 0.008460569454766453 2.7324327424556724e-05 0.0002992314333551962 9.66400394728809e-07 0.008460569454766453 2.7324327424556724e-05 0.007038797759857983 4.81274643582806e-05']
['59492.00457037326 0.015521247986917857 3.962141976588605e-05 0.008470920314766053 2.7333602359886905e-05 0.0002995975201405714 9.66728428463177e-07 0.008470920314766053 2.7333602359886905e-05 0.007050327672151803 4.8135046714768656e-05']
['59492.00460585347 0.01557645840168875 3.967072335405727e-05 0.008470745353126887 2.7338566840141338e-05 0.00029959133213841035 9.669040110348159e-07 0.008470745353126887 2.7338566840141335e-05 0.0071057130485618625 4.817845502200149e-05']
['59492.00464133368 0.01551159241486133 3.962832366381858e-05 0.008418418145481228 2.730539326310827e-05 0.00029774063574840976 9.657307357537375e-07 0.008418418145481228 2.7305393263108266e-05 0.007093174269380102 4.812471857224063e-05']
['59492.004676813885 0.01550410393533437 3.960656961792156e-05 0.00844280101117148 2.7319976309897182e-05 0.0002986030032153763 9.6624650552747e-07 0.00844280101117148 2.7319976309897185e-05 0.0070613029241628905 4.811508560184229e-05']
['59492.004712294096 0.015527786446465462 3.9634169968115984e-05 0.008435260260508197 2.7313512744639635e-05 0.00029833630371700186 9.660179036695287e-07 0.008435260260508197 2.7313512744639635e-05 0.007092526185957265 4.813413972964614e-05']
['59492.00474777431 0.015574951643767553 3.967185051140335e-05 0.008463017138337345 2.732817324000447e-05 0.0002993180024528478 9.665364126263041e-07 0.008463017138337345 2.732817324000447e-05 0.007111934505430208 4.8173486230859715e-05']
['59492.00478325452 0.015511469119982938 3.963307666962744e-05 0.008433512655262699 2.7305895935047536e-05 0.00029827449482513644 9.657485141368237e-07 0.008433512655262699 2.7305895935047533e-05 0.0070779564647202396 4.8128917701483914e-05']
['59492.00481873472 0.015517216601248692 3.9634853688998745e-05 0.008455389353996118 2.7321740108270197e-05 0.0002990482247677933 9.663088871340662e-07 0.008455389353996118 2.7321740108270197e-05 0.007061827247252574 4.813937171891837e-05']
['59492.00485421493 0.015554132892426895 3.9672541506745256e-05 0.008463398452077664 2.7324666408144574e-05 0.0002993314886676568 9.664123838207276e-07 0.008463398452077664 2.7324666408144574e-05 0.007090734440349231 4.817206601258461e-05']
['59492.00488969514 0.015471341952238942 3.959407277768178e-05 0.00842971687036835 2.7300216438806062e-05 0.0002981402463965033 9.6554764304769e-07 0.00842971687036835 2.7300216438806062e-05 0.007041625081870591 4.809357978701542e-05']
['59492.004925175344 0.015524962067236006 3.9616849803954834e-05 0.008434508669406727 2.7312061192108047e-05 0.0002983097216194501 9.659665655005155e-07 0.008434508669406727 2.7312061192108047e-05 0.00709045339782928 4.8119055216728547e-05']
['59492.004960655555 0.015588114432419047 3.9683154124500894e-05 0.008439997969577607 2.7312901754270937e-05 0.0002985038658986303 9.65996294305671e-07 0.008439997969577607 2.7312901754270937e-05 0.00714811646284144 4.8174135420444745e-05']
['59492.004996135765 0.01552722916866559 3.963891153929154e-05 0.008467132904559922 2.7332144370348093e-05 0.0002994635679059442 9.66676862631604e-07 0.008467132904559922 2.733214437034809e-05 0.007060096264105668 4.8148618089217585e-05']
['59492.00503161597 0.015560392116048809 3.964797657158995e-05 0.008474089241250905 2.7338897651860627e-05 0.00029970959798820675 9.669157111060065e-07 0.008474089241250905 2.7338897651860627e-05 0.0070863028747979034 4.815991456637206e-05']
['59492.00506709618 0.015565305168988889 3.9659624323383994e-05 0.008461943709405742 2.7334427664450768e-05 0.0002992800376705095 9.667576176411536e-07 0.008461943709405742 2.7334427664450765e-05 0.007103361459583147 4.81669672827244e-05']
['59492.00510257639 0.015550188645221697 3.9653332640014506e-05 0.008458458429967224 2.732078788241745e-05 0.0002991567711259102 9.66275209033754e-07 0.008458458429967224 2.732078788241745e-05 0.007091730215254473 4.8154046974015464e-05']
['59492.0051380566 0.01552199577079718 3.963555315079975e-05 0.008490460466953703 2.7345831898844526e-05 0.00030028861165377863 9.671609599246972e-07 0.008490460466953703 2.734583189884453e-05 0.007031535303843477 4.815362494983877e-05']
['59492.0051735368 0.01561257136448113 3.969004991482434e-05 0.008480767337324974 2.734089856149469e-05 0.0002999457873216802 9.669864788079935e-07 0.008480767337324974 2.734089856149469e-05 0.007131804027156156 4.8195692716166975e-05']
['59492.005209017014 0.015509919372259708 3.9633661845716366e-05 0.008434090064446037 2.7313080223972614e-05 0.0002982949164975175 9.66002606380163e-07 0.008434090064446037 2.7313080223972618e-05 0.007075829307813671 4.8133475904216156e-05']
['59492.005244497224 0.015521035167081596 3.961511232757139e-05 0.008475050045425437 2.732902728729444e-05 0.000299743579484589 9.66566618370267e-07 0.008475050045425437 2.732902728729444e-05 0.0070459851216561585 4.8127256904957535e-05']
['59492.00527997743 0.015567858154753493 3.968516595748317e-05 0.008427385618975866 2.7306191429513902e-05 0.00029805779524479136 9.65758965115708e-07 0.008427385618975866 2.7306191429513902e-05 0.007140472535777627 4.8171988618472456e-05']
['59492.00531545764 0.015546951077400726 3.9651842582923114e-05 0.008457518114128336 2.7324087279169926e-05 0.00029912351425617095 9.663919013231714e-07 0.008457518114128336 2.7324087279169926e-05 0.00708943296327239 4.815469204408445e-05']
['59492.00535093785 0.01552864027772277 3.9646017988911656e-05 0.008494984666184396 2.7343611317241954e-05 0.00030044862246957803 9.670824229161218e-07 0.008494984666184396 2.734361131724195e-05 0.0070336556115383735 4.816097821105286e-05']
['59492.00538641806 0.015543642395182885 3.9644923574949214e-05 0.008452150096423685 2.7324269337951682e-05 0.000298933659466771 9.663983403354046e-07 0.008452150096423685 2.7324269337951682e-05 0.007091492298759199 4.8149098227448564e-05']
['59492.00542189826 0.01555000736691209 3.9656069158754415e-05 0.00846383134437821 2.7330018041720957e-05 0.00029934679910086976 9.666016591401272e-07 0.00846383134437821 2.733001804172096e-05 0.007086176022533881 4.816153763414024e-05']
['59492.00545737847 0.015478759040801064 3.963382297978619e-05 0.008475593104002931 2.733725518445144e-05 0.0002997627862528105 9.668576207044422e-07 0.008475593104002931 2.733725518445144e-05 0.0070031659367981326 4.814733061149751e-05']
['59492.00549285868 0.01550989940117112 3.9617492275207994e-05 0.008456183906605746 2.7327235357979424e-05 0.0002990763263178753 9.665032418351213e-07 0.008456183906605746 2.7327235357979428e-05 0.007053715494565373 4.8128198454612516e-05']
['59492.00552833889 0.01557613347255267 3.9656630848142985e-05 0.008481615969032713 2.734254446961662e-05 0.0002999758015286027 9.67044690899878e-07 0.008481615969032713 2.734254446961662e-05 0.0070945175035199565 4.816910948210324e-05']
['59492.0055638191 0.015583162020201453 3.968673321659917e-05 0.00847606715242813 2.7331896506282598e-05 0.00029977955228617384 9.66668096233551e-07 0.00847606715242813 2.7331896506282595e-05 0.007107094867773323 4.8187854901786804e-05']
['59492.00559929931 0.01557985500844982 3.96785252151984e-05 0.008469307654193438 2.733384169487733e-05 0.00029954048394020225 9.667368932069061e-07 0.008469307654193438 2.733384169487733e-05 0.007110547354256383 4.818219863241766e-05']
['59492.00563477951 0.015554957350913081 3.9661221736595006e-05 0.008459145211562602 2.7324509824685975e-05 0.0002991810610560722 9.664068458137404e-07 0.008459145211562602 2.732450982468598e-05 0.007095812139350479 4.8162655105368895e-05']
['59492.00567025972 0.015553905419388444 3.964267508470285e-05 0.008443832437227777 2.7314899370670778e-05 0.00029863948244988593 9.660669455333235e-07 0.008443832437227777 2.7314899370670778e-05 0.007110072982160667 4.814192991043453e-05']
['59492.00570573993 0.015541458356124284 3.965970249653835e-05 0.00846894423661827 2.733434888827343e-05 0.00029952763067275903 9.667548315038158e-07 0.00846894423661827 2.7334348888273435e-05 0.007072514119506015 4.816698694396179e-05']
['59492.00574122014 0.015573646782469705 3.966019361961892e-05 0.008498817503711373 2.7343423627028285e-05 0.0003005841813670195 9.670757847327274e-07 0.008498817503711373 2.7343423627028285e-05 0.007074829278758332 4.8172541697452396e-05']
['59492.005776700345 0.015527723134758736 3.963851755113087e-05 0.008464026332280937 2.7324356185498554e-05 0.0002993536953872169 9.664014119390446e-07 0.008464026332280937 2.732435618549855e-05 0.007063696802477799 4.814387307439341e-05']
['59492.005812180556 0.015585337111785197 3.968885560515647e-05 0.008431489258571984 2.7309970425904343e-05 0.0002982029318062113 9.65892619772478e-07 0.008431489258571984 2.7309970425904343e-05 0.007153847853213213 4.817717036014807e-05']
['59492.00584766077 0.01556332109002128 3.967338591472766e-05 0.008450765169254137 2.7323796083081233e-05 0.0002988846776879141 9.663816023682992e-07 0.008450765169254137 2.7323796083081233e-05 0.007112555920767143 4.81722677723264e-05']
['59492.00588314097 0.015486595088718153 3.96101877320275e-05 0.008449183128542363 2.7319324179577477e-05 0.00029882872444359155 9.662234411354875e-07 0.008449183128542363 2.7319324179577477e-05 0.00703741196017579 4.811769368740888e-05']
['59492.00591862118 0.015560295174526567 3.965098718331219e-05 0.008467447207116431 2.733059883402121e-05 0.00029947468408494303 9.666222004657926e-07 0.008467447207116431 2.7330598834021207e-05 0.007092847967410136 4.815768284746878e-05']
['59492.00595410139 0.01554872324898055 3.963517885260202e-05 0.008434005434389335 2.731132209628016e-05 0.00029829192332154905 9.65940425332865e-07 0.008434005434389335 2.731132209628016e-05 0.007114717814591215 4.8133727440584855e-05']
['59492.005989581594 0.01554925761437181 3.965004707350855e-05 0.008428416652053948 2.73096233163598e-05 0.00029809426058053983 9.658803432836316e-07 0.008428416652053948 2.7309623316359802e-05 0.007120840962317862 4.814500761878543e-05']
['59492.006025061804 0.015512723341762126 3.961648099502729e-05 0.008445911327495932 2.7319720238598956e-05 0.0002987130081526243 9.662374488579373e-07 0.008445911327495932 2.7319720238598953e-05 0.007066812014266195 4.812309923877173e-05']
['59492.006060542015 0.015550424457191684 3.966123254448412e-05 0.00847266941411989 2.7336362105288097e-05 0.00029965938187570963 9.668260344903493e-07 0.00847266941411989 2.73363621052881e-05 0.007077755043071794 4.8169389243575406e-05']
['59492.006096022225 0.01556613655655155 3.9650214974968716e-05 0.008478627055449545 2.7340636022980833e-05 0.0002998700903349948 9.669771934074974e-07 0.008478627055449545 2.7340636022980833e-05 0.007087509501102004 4.816274416706704e-05']
['59492.00613150243 0.015528229175746904 3.963456771959237e-05 0.00847334869212387 2.7332401828326366e-05 0.00029968340642061344 9.666859683449109e-07 0.00847334869212387 2.7332401828326366e-05 0.0070548804836230335 4.814518821257273e-05']
['59492.00616698264 0.015531470649862667 3.9640197357711526e-05 0.008463605202702583 2.7329113399383503e-05 0.00029933880097519975 9.665696639624079e-07 0.008463605202702583 2.73291133993835e-05 0.0070678654471600846 4.814795619499007e-05']
['59492.00620246285 0.01554276146159579 3.964342824295403e-05 0.008492937878366935 2.7347815405423376e-05 0.000300376232158776 9.672311121195147e-07 0.008492937878366935 2.7347815405423376e-05 0.007049823583228854 4.816123347987837e-05']
['59492.00623794305 0.015561194338454785 3.964345212517509e-05 0.008430580464738793 2.731166838600036e-05 0.00029817078979936604 9.659526728263564e-07 0.008430580464738793 2.731166838600036e-05 0.007130613873715993 4.814073666270491e-05']
['59492.00627342326 0.015585845263031356 3.9697413219882116e-05 0.008478092831667923 2.734487767290484e-05 0.0002998511960337587 9.671272110857798e-07 0.008478092831667923 2.734487767290484e-05 0.007107752431363433 4.8204013850468937e-05']
['59492.006308903474 0.01549540582278963 3.962969205970675e-05 0.008432677594557327 2.73085209648693e-05 0.0002982449605942383 9.658413555750233e-07 0.008432677594557327 2.7308520964869304e-05 0.007062728228232304 4.812762003294876e-05']
['59492.00634438368 0.015477424402943451 3.9619588950643335e-05 0.008490065662793221 2.7339581611311294e-05 0.00030027464831295774 9.669399012232171e-07 0.008490065662793221 2.733958161131129e-05 0.00698735874015023 4.813693541657476e-05']
['59492.00637986389 0.015566914508931152 3.9673153269016685e-05 0.008463532122889186 2.7327235766184558e-05 0.00029933621630552366 9.665032562724246e-07 0.008463532122889186 2.732723576618456e-05 0.007103382386041966 4.817402728574315e-05']
['59492.0064153441 0.015577878667630444 3.966459852063992e-05 0.008452975852097134 2.7324427828188757e-05 0.00029896286459948554 9.664039457808852e-07 0.008452975852097134 2.7324427828188757e-05 0.00712490281553331 4.816538935731182e-05']
['59492.00645082431 0.015512355847177962 3.9628989068233375e-05 0.008475143351414105 2.7332549599858888e-05 0.00029974687950888156 9.666911946937662e-07 0.008475143351414105 2.7332549599858884e-05 0.007037212495763856 4.8140679702294465e-05']
['59492.00648630451 0.015622570256939493 3.9711914834530714e-05 0.008523531458453608 2.7361395210878635e-05 0.00030145825871381415 9.677113994893881e-07 0.008523531458453608 2.7361395210878632e-05 0.007099038798485885 4.822532662109105e-05']
['59492.00652178472 0.015567641226039654 3.96629518634894e-05 0.008474617275031977 2.733666097375177e-05 0.0002997282733629572 9.668366047999775e-07 0.008474617275031977 2.733666097375177e-05 0.0070930239510076775 4.8170974494183943e-05']
['59492.00655726493 0.015607729195971335 3.970964324524733e-05 0.00846535494022851 2.7330239377607025e-05 0.00029940068528105853 9.666094872957608e-07 0.00846535494022851 2.733023937760703e-05 0.007142374255742826 4.8205785452600174e-05']
['59492.006592745136 0.01565083522202581 3.9729685414675814e-05 0.008469751858541576 2.7334723543538874e-05 0.00029955619445525764 9.667680822232491e-07 0.008469751858541576 2.7334723543538874e-05 0.007181083363484234 4.822483814748166e-05']
['59492.00662822535 0.015614507630140056 3.969989987810954e-05 0.008481286311879093 2.7339317553282617e-05 0.00029996414229181955 9.669305620808778e-07 0.008481286311879093 2.7339317553282617e-05 0.007133221318260963 4.820290794766587e-05']
['59492.00666370556 0.015541201749328104 3.96466624010925e-05 0.008494067874558676 2.734876093516662e-05 0.000300416197598685 9.672645533933986e-07 0.008494067874558676 2.734876093516662e-05 0.007047133874769428 4.81644325642387e-05']
['59492.00669918577 0.015607045064408286 3.970555633737894e-05 0.00849778871053289 2.7344736324452976e-05 0.00030054779525151397 9.671222119069326e-07 0.00849778871053289 2.7344736324452976e-05 0.0071092563538753956 4.8210639994866606e-05']
['59492.00673466597 0.015533957140051263 3.962270343916836e-05 0.008478934921263878 2.7337873858306557e-05 0.00029988097886080815 9.66879501816043e-07 0.008478934921263878 2.733787385830656e-05 0.007055022218787385 4.813852900661762e-05']
['59492.00677014618 0.015572476050254991 3.967483901306993e-05 0.008475136849066424 2.733245092420535e-05 0.000299746649535376 9.666877047564276e-07 0.008475136849066424 2.7332450924205346e-05 0.007097339201188567 4.8178374030648954e-05']
['59492.00680562639 0.015610635601572139 3.969496994420176e-05 0.008466644717998673 2.73353622109991e-05 0.0002994463018383056 9.667906704639797e-07 0.008466644717998673 2.7335362210999104e-05 0.0071439908835734655 4.8196604300278245e-05']
['59492.006841106595 0.015565566257263306 3.968104811039896e-05 0.008482615132796537 2.732706550328171e-05 0.00030001113971792954 9.66497234454066e-07 0.008482615132796537 2.7327065503281714e-05 0.007082951124466769 4.818043262736903e-05']
['59492.006876586805 0.01558974792062352 3.966598707054474e-05 0.008478045612906706 2.7338806726788434e-05 0.00029984952601170217 9.669124952894086e-07 0.008478045612906706 2.7338806726788434e-05 0.007111702307716813 4.8174691317384845e-05']
['59492.006912067016 0.01555696965889928 3.965773124750964e-05 0.008423099119612785 2.7308237819788446e-05 0.00029790619134208147 9.658313413663053e-07 0.008423099119612785 2.7308237819788446e-05 0.007133870539286494 4.815055036572091e-05']
['59492.00694754722 0.015515698938950773 3.9627121494473036e-05 0.00844364054317029 2.73178711668787e-05 0.00029863269558593066 9.66172051323624e-07 0.00844364054317029 2.7317871166878703e-05 0.007072058395780482 4.8130809706755504e-05']
['59492.00698302743 0.015551302232295141 3.96692754472949e-05 0.008485204756954145 2.7351726368632302e-05 0.0003001027289369148 9.67369434147726e-07 0.008485204756954145 2.7351726368632302e-05 0.007066097475340996 4.818473150135725e-05']
['59492.00701850764 0.015528077442750034 3.96330142747873e-05 0.008484590001271042 2.733781983928016e-05 0.00030008098640230157 9.668775912838047e-07 0.008484590001271042 2.733781983928016e-05 0.007043487441478992 4.814698551384535e-05']
['59492.00705398785 0.015600374984398884 3.9670090962219966e-05 0.008485721895789269 2.733354848756701e-05 0.0003001210189817759 9.667265231196199e-07 0.008485721895789269 2.733354848756701e-05 0.007114653088609615 4.817508681749295e-05']
['59492.007089468054 0.01553194379278634 3.963896476650908e-05 0.008495131271993236 2.735134785367733e-05 0.000300453807589392 9.673560469196997e-07 0.008495131271993236 2.7351347853677327e-05 0.007036812520793103 4.815956558331281e-05']
['59492.007124948264 0.015585974817690099 3.9692913726422635e-05 0.008448395437836683 2.7315968975011914e-05 0.0002988008655837168 9.661047750484444e-07 0.008448395437836683 2.7315968975011914e-05 0.007137579379853416 4.8183913925054324e-05']
['59492.007160428475 0.015605322076685642 3.970915050365883e-05 0.008459786125191139 2.73249185477722e-05 0.0002992037287387559 9.664213014358578e-07 0.008459786125191139 2.73249185477722e-05 0.007145535951494503 4.820236308900854e-05']
['59492.00719590868 0.015559261931557567 3.964775425707313e-05 0.00850685275720994 2.734741133461916e-05 0.00030086837032552907 9.672168210382147e-07 0.00850685275720994 2.734741133461916e-05 0.007052409174347627 4.816456502797587e-05']
['59492.00723138889 0.015547821267728601 3.9651189982662154e-05 0.00849224517019862 2.734643247919938e-05 0.0003003517326189743 9.671822011096302e-07 0.00849224517019862 2.734643247919938e-05 0.0070555760975299815 4.816683751691176e-05']
['59492.0072668691 0.015629326755730248 3.970203970742737e-05 0.008499738952877272 2.7350685986205022e-05 0.0003006167709646996 9.67332638146391e-07 0.008499738952877272 2.7350685986205022e-05 0.0071295878028529765 4.821111885080174e-05']
['59492.0073023493 0.015547155124809954 3.963861162251874e-05 0.008491173817533816 2.7341344990919964e-05 0.00030031384126955247 9.670022680190544e-07 0.008491173817533816 2.7341344990919964e-05 0.007055981307276138 4.8153594645398824e-05']
['59492.00733782951 0.015586449827251646 3.9663719278478985e-05 0.008477294051289233 2.733251047464978e-05 0.0002998229449569335 9.666898109225598e-07 0.008477294051289233 2.733251047464978e-05 0.007109155775962413 4.8169251144779336e-05']
['59492.00737330972 0.01563201306910917 3.968181384357886e-05 0.008492987777684837 2.7343655961776398e-05 0.0003003779969861318 9.670840018935305e-07 0.008492987777684837 2.7343655961776398e-05 0.007139025291424333 4.81904749019185e-05']
['59492.007408789934 0.015510369687396127 3.962804768527933e-05 0.008471968935428023 2.7343483563166054e-05 0.000299634607509856 9.67077904539971e-07 0.008471968935428023 2.7343483563166054e-05 0.007038400751968104 4.814611362006185e-05']
['59492.00744427014 0.015525134991052077 3.9638808520014986e-05 0.008466107077181819 2.7329439775642455e-05 0.00029942728668416995 9.665812071612792e-07 0.008466107077181819 2.732943977564246e-05 0.007059027913870258 4.8146998030374445e-05']
['59492.00747975035 0.0155849381420496 3.967874602147354e-05 0.008484334778134315 2.734224782677337e-05 0.00030007195973034566 9.670341993054698e-07 0.008484334778134315 2.7342247826773365e-05 0.0071006033639152855 4.8187149760670585e-05']
['59492.00751523056 0.015561382853557347 3.966972382447479e-05 0.008473904504979205 2.73359899055797e-05 0.000299703064279138 9.668128706184805e-07 0.008473904504979205 2.7335989905579696e-05 0.0070874783485781415 4.817616975671746e-05']
['59492.00755071076 0.015569137049272893 3.965450149829408e-05 0.00845738854891254 2.732187458916179e-05 0.00029911893182404947 9.663136434226546e-07 0.00845738854891254 2.732187458916179e-05 0.007111748500360353 4.81556260487193e-05']
['59492.00758619097 0.015533369001662304 3.9640807013463684e-05 0.008455503126669237 2.7320940188262377e-05 0.0002990522486529746 9.662805957511056e-07 0.008455503126669237 2.7320940188262377e-05 0.007077865874993067 4.814381947300486e-05']
['59492.00762167118 0.01552794161013191 3.9634956589683056e-05 0.008471205616020501 2.7337071780542572e-05 0.00029960761060833047 9.668511341180692e-07 0.008471205616020501 2.7337071780542572e-05 0.007056735994111409 4.81481596470789e-05']
['59492.007657151386 0.01563131909863013 3.9709226467679735e-05 0.008468922338199313 2.7330006325879857e-05 0.0002995268561746206 9.666012447770107e-07 0.008468922338199313 2.7330006325879857e-05 0.007162396760430817 4.8205310002468706e-05']
['59492.007692631596 0.015589155631307456 3.969806590969084e-05 0.00847943669129236 2.7332244985480394e-05 0.0002998987253453255 9.66680421163972e-07 0.00847943669129236 2.7332244985480397e-05 0.007109718940015096 4.8197386370180654e-05']
['59492.00772811181 0.015575005142938995 3.968160741519193e-05 0.008474970314004033 2.7341346954113197e-05 0.00029974075956240315 9.670023374528114e-07 0.008474970314004033 2.7341346954113193e-05 0.007100034828934962 4.818899480502379e-05']
['59492.00776359202 0.015555549530409033 3.9647025839123845e-05 0.00847343254988188 2.732812059918011e-05 0.0002996863722821032 9.665345508379919e-07 0.00847343254988188 2.732812059918011e-05 0.007082116980527152 4.8153014790057394e-05']
['59492.00779907222 0.015606377095807556 3.96934479274672e-05 0.008490783131587609 2.7346401396672484e-05 0.0003003000235807668 9.671811017901193e-07 0.008490783131587609 2.7346401396672487e-05 0.007115593964219947 4.8201612812420303e-05']
['59492.00783455243 0.015561322997605945 3.967511374903829e-05 0.008461127299215223 2.7326257232331575e-05 0.0002992511630666402 9.66468647716939e-07 0.008461127299215223 2.7326257232331575e-05 0.007100195698390722 4.817508677030775e-05']
['59492.00787003264 0.015641298600645715 3.972317618736489e-05 0.008449472494318227 2.732324090520096e-05 0.0002988389586643894 9.663619669674235e-07 0.008449472494318227 2.732324090520096e-05 0.007191826106327489 4.821296734257372e-05']
['59492.007905512844 0.015621565376753235 3.967093864072036e-05 0.008480757224550002 2.7340247412363674e-05 0.0002999454296554302 9.66963449118462e-07 0.008480757224550002 2.7340247412363674e-05 0.007140808152203233 4.8179585938497416e-05']
['59492.007940993055 0.015512597725976839 3.962159610839646e-05 0.008509355548235058 2.7354652932981807e-05 0.00030095688845067876 9.674729401882816e-07 0.008509355548235058 2.7354652932981803e-05 0.007003242177741781 4.8147148568329444e-05']
['59492.007976473265 0.015600000477995257 3.9681047566853e-05 0.008478825638940306 2.7340239407113036e-05 0.000299877113789255 9.669631659906378e-07 0.008478825638940306 2.7340239407113036e-05 0.0071211748390549515 4.818790540001824e-05']
['59492.00801195347 0.015559901024340477 3.9635088845404296e-05 0.008500397238395862 2.7347243278780087e-05 0.0003006400530523106 9.672108772787693e-07 0.008500397238395862 2.7347243278780087e-05 0.007059503785944615 4.815404430296457e-05']
['59492.00804743368 0.01559186440190048 3.967967559743819e-05 0.008478296686086328 2.7335639176235287e-05 0.00029985840590894986 9.668004661054027e-07 0.008478296686086328 2.7335639176235287e-05 0.007113567715814152 4.818416570504528e-05']
['59492.00808291389 0.015598681339739547 3.970496826484861e-05 0.008471347521409222 2.732827193793951e-05 0.00029961262948478964 9.665399033516896e-07 0.008471347521409222 2.732827193793951e-05 0.007127333818330325 4.820081899746733e-05']
['59492.0081183941 0.015540465834801747 3.962698263522009e-05 0.008501111236802073 2.7351236038922863e-05 0.00030066530558024577 9.673520922817256e-07 0.008501111236802073 2.7351236038922863e-05 0.0070393545979996735 4.814964034786664e-05']
['59492.0081538743 0.015580054971461463 3.966745093538008e-05 0.008493957739246761 2.7338868722298024e-05 0.0003004123023588405 9.66914687932031e-07 0.008493957739246761 2.7338868722298024e-05 0.007086097232214702 4.8175931820005636e-05']
['59492.008189354514 0.015532736635137104 3.9662835071739196e-05 0.008497133208145404 2.7352709728374214e-05 0.0003005246115970302 9.674042133841178e-07 0.008497133208145404 2.7352709728374214e-05 0.0070356034269917 4.817998770664727e-05']
['59492.008224834724 0.015603534087191135 3.97713762797089e-05 0.008490493035641422 2.740373667839414e-05 0.0003002897635354765 9.69208922567801e-07 0.008490493035641422 2.740373667839414e-05 0.007113041051549713 4.829831420578731e-05']
['59492.00826031493 0.015613883872483695 3.975182763535112e-05 0.00850961049698627 2.7410653210615298e-05 0.00030096590541823224 9.694535448549235e-07 0.00850961049698627 2.7410653210615298e-05 0.007104273375497424 4.828614407657004e-05']
['59492.00829579514 0.015595459549304169 3.974232537012655e-05 0.00847878316393132 2.7392349714668223e-05 0.00029987561154311325 9.688061911091815e-07 0.00847878316393132 2.7392349714668226e-05 0.007116676385372849 4.826793188770044e-05']
['59492.00833127535 0.015576971223602607 3.97431760656095e-05 0.008496121998961909 2.7399041087225476e-05 0.00030048884738812946 9.69042850002194e-07 0.008496121998961909 2.7399041087225476e-05 0.007080849224640699 4.82724299811135e-05']
['59492.00836675556 0.015612997227229088 3.97519596750836e-05 0.00852933821714856 2.7416925835513255e-05 0.0003016636307915127 9.696753935790728e-07 0.00852933821714856 2.741692583551326e-05 0.0070836590100805275 4.828981383562694e-05']
['59492.00840223576 0.015586562847936912 3.975031307068315e-05 0.008476344421105335 2.739151154645414e-05 0.00029978935865962756 9.687765469726452e-07 0.008476344421105335 2.739151154645414e-05 0.007110218426831577 4.8274033330734385e-05']
['59492.00843771597 0.015566475528043733 3.9734630477985306e-05 0.008454022182024373 2.737627499350638e-05 0.0002989998709506022 9.682376641465745e-07 0.008454022182024373 2.737627499350638e-05 0.00711245334601936 4.825247446237469e-05']
['59492.00847319618 0.015566126213330025 3.972640032176666e-05 0.008509107115540268 2.7408814533128614e-05 0.00030094810194147847 9.693885149414219e-07 0.008509107115540268 2.7408814533128614e-05 0.007057019097789757 4.8264168869221236e-05']
['59492.00850867639 0.015554889936349214 3.971752403319936e-05 0.008493757138287738 2.7401611246294845e-05 0.0003004052075512366 9.6913375078451e-07 0.008493757138287738 2.7401611246294845e-05 0.007061132798061476 4.8252772088459754e-05']
['59492.0085441566 0.015611510114507374 3.9739284747994986e-05 0.008525845296084316 2.741220961600408e-05 0.0003015400939796895 9.695085914351635e-07 0.008525845296084316 2.741220961600408e-05 0.007085664818423059 4.8276702334707715e-05']
['59492.00857963681 0.015565673859291113 3.97088810560605e-05 0.008470388232343366 2.7382145453729095e-05 0.0002995787015744152 9.684452892049455e-07 0.008470388232343366 2.7382145453729095e-05 0.007095285626947747 4.823460505045664e-05']
['59492.00861511701 0.01563910137047348 3.9801493831671445e-05 0.008486280823763383 2.7395906442158716e-05 0.00030014078701508977 9.689319846117021e-07 0.008486280823763383 2.7395906442158716e-05 0.007152820546710098 4.8318677558684215e-05']
['59492.00865059722 0.015563428025621938 3.9722502550325204e-05 0.008505682980035975 2.740766273763724e-05 0.0003008269979211841 9.693477785090033e-07 0.008505682980035975 2.7407662737637237e-05 0.007057745045585963 4.826030652203383e-05']
['59492.00868607743 0.015590415749445627 3.9749633159804136e-05 0.008459984135818499 2.737999077207296e-05 0.0002992107319321179 9.68369082930198e-07 0.008459984135818499 2.7379990772072955e-05 0.007130431613627128 4.826693724505213e-05']
['59492.00872155764 0.015592915494497536 3.97382548782691e-05 0.008515000333476897 2.740294461428289e-05 0.0003011565318893301 9.691809090303452e-07 0.008515000333476897 2.740294461428289e-05 0.007077915161020638 4.827059430236729e-05']
['59492.008757037845 0.01552424295396225 3.969161879218932e-05 0.008498025569547103 2.739909381610908e-05 0.0003005561724254979 9.690447149049649e-07 0.008498025569547103 2.739909381610908e-05 0.007026217384415147 4.8230021193116046e-05']
['59492.008792518056 0.01563790212198482 3.9789548490955855e-05 0.008504393875119745 2.7400058942017755e-05 0.00030078140516127694 9.690788492514254e-07 0.008504393875119745 2.740005894201776e-05 0.0071335082468650755 4.831119331107621e-05']
['59492.00882799827 0.015588384821576467 3.9737869894552024e-05 0.008482393546313213 2.7388264630231918e-05 0.00030000330269923104 9.686617108022958e-07 0.008482393546313213 2.7388264630231918e-05 0.007105991275263254 4.826194508318077e-05']
['59492.00886347847 0.015547299113595509 3.971430874403992e-05 0.008487422563162336 2.739757569900264e-05 0.00030018116778599333 9.68991022495702e-07 0.008487422563162336 2.739757569900264e-05 0.007059876550433173 4.8247833870542895e-05']
['59492.00889895868 0.01565990761638069 3.980911202893579e-05 0.008480189381576035 2.7391600200252694e-05 0.00029992534631849535 9.687796824593702e-07 0.008480189381576035 2.739160020025269e-05 0.007179718234804655 4.832251195936366e-05']
['59492.00893443889 0.015556629897411495 3.972614373355534e-05 0.00847711848253398 2.7388839475398774e-05 0.0002998167354824333 9.686820417911441e-07 0.00847711848253398 2.7388839475398774e-05 0.007079511414877514 4.8252616755449234e-05']
['59492.008969919094 0.015575194202470404 3.975650757187225e-05 0.008534674155575007 2.741946837996996e-05 0.0003018523510085356 9.69765317694254e-07 0.008534674155575007 2.741946837996996e-05 0.007040520046895397 4.8295001196319564e-05']
['59492.009005399304 0.015573866256586464 3.9735852662896064e-05 0.008491607191847536 2.739061630814468e-05 0.00030032916875049416 9.687448843943793e-07 0.008491607191847536 2.739061630814468e-05 0.007082259064738928 4.826161879368931e-05']
['59492.009040879515 0.0155907528986299 3.9748255254863835e-05 0.008500019959346131 2.739068126411765e-05 0.0003006267095354907 9.687471817419751e-07 0.008500019959346131 2.7390681264117646e-05 0.0070907329392837695 4.8271867748392495e-05']
['59492.009076359725 0.015560432544859977 3.972692504520873e-05 0.00848673913716266 2.7397237593198796e-05 0.000300156996535752 9.689790644490423e-07 0.00848673913716266 2.7397237593198796e-05 0.007073693407697318 4.8258027324848436e-05']
['59492.00911183993 0.015635625505282087 3.9794625383015826e-05 0.008498974759595435 2.7398843534545326e-05 0.0003005897431561925 9.690358630054012e-07 0.008498974759595435 2.7398843534545322e-05 0.007136650745686653 4.831468551491424e-05']
['59492.00914732014 0.015576965245233188 3.973439371384619e-05 0.008443981028926476 2.737504248060716e-05 0.00029864473780618603 9.681940729198333e-07 0.008443981028926476 2.7375042480607158e-05 0.007132984216306712 4.825158022927318e-05']
['59492.00918280035 0.015578385564680242 3.973234150027371e-05 0.008485991148169131 2.7388919642346805e-05 0.00030013054183670795 9.686848771169333e-07 0.008485991148169131 2.7388919642346805e-05 0.0070923944165111105 4.825776497382886e-05']
['59492.00921828055 0.01561106271710252 3.975005243089845e-05 0.00852430326450333 2.7416022780674712e-05 0.0003014855557689078 9.696434545476422e-07 0.00852430326450333 2.7416022780674712e-05 0.0070867594525991905 4.8287731085335235e-05']
['59492.00925376076 0.015593649394860892 3.974780060011483e-05 0.008539636047457218 2.741905670635728e-05 0.0003020278420352337 9.697507577186098e-07 0.008539636047457218 2.741905670635728e-05 0.007054013347403673 4.8287600097881496e-05']
['59492.009289240974 0.015605012749219454 3.9775205220979056e-05 0.00847877712232119 2.739434854653353e-05 0.00029987539786486514 9.688768853251311e-07 0.00847877712232119 2.7394348546533533e-05 0.007126235626898264 4.829614148832144e-05']
['59492.00932472118 0.015580236152698662 3.9733356229333446e-05 0.008516149769820375 2.7411895103614837e-05 0.0003011971848839599 9.694974678348499e-07 0.008516149769820375 2.741189510361484e-05 0.007064086382878287 4.8271643750950664e-05']
['59492.00936020139 0.01559610098820239 3.9748685794411933e-05 0.008476283875186608 2.7389688409808065e-05 0.0002997872172857944 9.68712066703944e-07 0.008476283875186608 2.7389688409808065e-05 0.007119817113015781 4.827165890633198e-05']
['59492.0093956816 0.015589837653151133 3.9718728037237696e-05 0.00849487075481705 2.7396140393666453e-05 0.0003004445936790919 9.6894025895368e-07 0.00849487075481705 2.7396140393666456e-05 0.007094966898334082 4.8250656631444246e-05']
['59492.00943116181 0.015566588245648556 3.974103660966726e-05 0.008528431301582852 2.7415318944130063e-05 0.0003016315552147906 9.696185614220402e-07 0.008528431301582852 2.7415318944130066e-05 0.007038156944065704 4.827990993797824e-05']
['59492.00946664201 0.015561911215255622 3.9717787206837794e-05 0.00852862096231769 2.741288557910695e-05 0.00030163826309111504 9.695324987394235e-07 0.00852862096231769 2.7412885579106955e-05 0.007033290252937932 4.8259392001773686e-05']
['59492.00950212222 0.01564966906374872 3.9787742273059455e-05 0.008521720127575658 2.7417723397688884e-05 0.00030139419598874733 9.69703601570778e-07 0.008521720127575658 2.741772339768888e-05 0.007127948936173061 4.831972673245968e-05']
['59492.00953760243 0.01562912028624686 3.977423214962146e-05 0.008503889423714685 2.7398572513967665e-05 0.0003007635638424625 9.690262776132649e-07 0.008503889423714685 2.7398572513967665e-05 0.007125230862532174 4.829773616739325e-05']
['59492.009573082636 0.015584550658031231 3.9725310586567136e-05 0.008492370002734314 2.73961787293775e-05 0.0003003561476667775 9.689416148021043e-07 0.008492370002734314 2.73961787293775e-05 0.0070921806552969174 4.825609712949462e-05']
['59492.00960856285 0.015584523540792594 3.972467425943423e-05 0.008491135921683353 2.739853963435406e-05 0.00030031250097801385 9.690251147348132e-07 0.008491135921683353 2.739853963435406e-05 0.007093387619109241 4.8256913692376004e-05']
['59492.00964404306 0.01558532254042131 3.974149578935807e-05 0.00850968367620682 2.7405729249228982e-05 0.0003009684936037172 9.692793953450957e-07 0.00850968367620682 2.7405729249228986e-05 0.00707563886421449 4.827484317175573e-05']
['59492.00967952326 0.015612931185864567 3.9758969137473304e-05 0.008500500160119011 2.739858763374619e-05 0.0003006436931636419 9.690268123660404e-07 0.008500500160119011 2.739858763374619e-05 0.007112431025745556 4.8285176101973826e-05']
['59492.00971500347 0.015636264663491592 3.976522397108515e-05 0.008467308993083027 2.7383152789002386e-05 0.00029946979576347173 9.684809164023e-07 0.008467308993083027 2.7383152789002386e-05 0.007168955670408565 4.828157095762745e-05']
['59492.00975048368 0.015635756878329236 3.977820364993578e-05 0.008493172443196362 2.7399087271486688e-05 0.0003003845281925713 9.690444834362972e-07 0.008493172443196362 2.7399087271486685e-05 0.007142584435132875 4.83012988327054e-05']
['59492.00978596389 0.015605433677362739 3.974789403714137e-05 0.008488266232037571 2.7391008470623213e-05 0.00030021100646862147 9.687587543048135e-07 0.008488266232037571 2.7391008470623213e-05 0.007117167445325168 4.827175598034083e-05']
['59492.009821444095 0.015593190157931827 3.974520832783963e-05 0.00848937471347351 2.7398696134547245e-05 0.0003002502109797004 9.690306497968889e-07 0.00848937471347351 2.7398696134547248e-05 0.007103815444458317 4.827390739205422e-05']
['59492.009856924305 0.015567048414395173 3.973289573194873e-05 0.008496631960450798 2.7391616422006665e-05 0.00030050688358629465 9.687802561865549e-07 0.008496631960450798 2.7391616422006665e-05 0.007070416453944375 4.825975190006943e-05']
['59492.009892404516 0.01561908321117654 3.975117373051947e-05 0.00852855900103103 2.7428500131271313e-05 0.0003016360716588812 9.700847505530066e-07 0.00852855900103103 2.7428500131271313e-05 0.007090524210145511 4.8295739277964174e-05']
['59492.00992788472 0.01561475225052648 3.9773853123826046e-05 0.008500461714018264 2.740341867858559e-05 0.0003006423334109804 9.691976756252604e-07 0.008500461714018264 2.740341867858559e-05 0.007114290536508217 4.8300173370180986e-05']
['59492.00996336493 0.01561857398887093 3.976613159147916e-05 0.0085261119736792 2.7417911660639912e-05 0.0003015495257702312 9.69710260010613e-07 0.0085261119736792 2.7417911660639912e-05 0.007092462015191731 4.8302040345946994e-05']
['59492.00999884514 0.015664596764160658 3.9804365406492344e-05 0.008488551599735912 2.7397871790080232e-05 0.0003002210992863525 9.69001494575392e-07 0.008488551599735912 2.7397871790080235e-05 0.007176045164424745 4.832215727840841e-05']
['59492.01003432535 0.01557841590049397 3.973517954383591e-05 0.008508605029944962 2.7408144247160802e-05 0.00030093034429606776 9.693648084247413e-07 0.008508605029944962 2.74081442471608e-05 0.007069810870549007 4.827101474439966e-05']
['59492.010069805554 0.015610045123663695 3.975785725421581e-05 0.008471275526770284 2.738347211893237e-05 0.00029961008319530894 9.684922103882632e-07 0.008471275526770284 2.7383472118932374e-05 0.007138769596893411 4.82756849639127e-05']
['59492.010105285764 0.015612044196950359 3.9774021484089324e-05 0.008485933159541529 2.740037577093878e-05 0.0003001284909085466 9.690900547822911e-07 0.008485933159541529 2.7400375770938785e-05 0.0071261110374088305 4.829858566671956e-05']
['59492.010140765975 0.015676098694954697 3.9803739173431676e-05 0.008548935425125925 2.742100946480893e-05 0.00030235674024048993 9.698198224208864e-07 0.008548935425125925 2.742100946480893e-05 0.007127163269828773 4.8334764013655016e-05']
['59492.01017624618 0.015589609242549634 3.97339333717094e-05 0.00849325237674615 2.7388119142449374e-05 0.0003003873552635863 9.686565652245732e-07 0.00849325237674615 2.7388119142449374e-05 0.007096356865803484 4.8258621316283414e-05']
['59492.01021172639 0.015602429852545723 3.97396556898225e-05 0.00849515757096335 2.7400640380711842e-05 0.00030045473772519015 9.690994134385963e-07 0.00849515757096335 2.7400640380711846e-05 0.007107272281582373 4.827043948027341e-05']
['59492.0102472066 0.015599594569930608 3.97490732872418e-05 0.008478266805985376 2.739398727499038e-05 0.0002998573491165573 9.688641079580443e-07 0.008478266805985376 2.739398727499038e-05 0.007121327763945232 4.827441730375267e-05']
['59492.0102826868 0.015604694884540209 3.9768705829574736e-05 0.008491517518986419 2.7387636652442652e-05 0.0003003259972218035 9.686395006313371e-07 0.008491517518986419 2.738763665244265e-05 0.00711317736555379 4.828698173178224e-05']
['59492.01031816701 0.015628003370656233 3.977781424914253e-05 0.008513295902344353 2.7402697671623648e-05 0.00030109624996935136 9.69172175220372e-07 0.008513295902344353 2.7402697671623645e-05 0.00711470746831188 4.830302626256138e-05']
['59492.01035364722 0.01563802212298208 3.977929072228805e-05 0.008488460036331226 2.7392007433925713e-05 0.0003002178608933609 9.687940854042712e-07 0.008488460036331226 2.739200743392571e-05 0.007149562086650855 4.829817845041936e-05']
['59492.010389127434 0.015553979803271337 3.971213443204992e-05 0.008488189464361032 2.7389705047236402e-05 0.00030020829136746796 9.687126551326017e-07 0.008488189464361032 2.73897050472364e-05 0.007065790338910305 4.824157505434303e-05']
['59492.01042460764 0.01563967622785411 3.975665334611152e-05 0.00851531693208319 2.7414582296043847e-05 0.00030116772927447845 9.695925078255423e-07 0.00851531693208319 2.7414582296043847e-05 0.007124359295770918 4.829234730005823e-05']
['59492.01046008785 0.01564098163511219 3.977480011683019e-05 0.00848942492250614 2.7398906745134568e-05 0.00030025198676097395 9.690380986226754e-07 0.00848942492250614 2.7398906745134564e-05 0.0071515567126060504 4.829839350498498e-05']
['59492.01049556806 0.015571375075823181 3.9732022034622796e-05 0.008527600437066216 2.7420990381891004e-05 0.0003016021693937101 9.698191475007272e-07 0.008527600437066216 2.7420990381891008e-05 0.007043774638756965 4.8275711164968976e-05']
['59492.01053104826 0.01564307321677782 3.9774977268004384e-05 0.008490801698616457 2.7390724572297226e-05 0.00030030068025508233 9.687487134554987e-07 0.008490801698616457 2.7390724572297222e-05 0.007152271518161361 4.829389826122667e-05']
['59492.01056652847 0.015649050718760094 3.9772194529125445e-05 0.008522381731410665 2.7420458375656196e-05 0.00030141759543779396 9.69800331629166e-07 0.008522381731410665 2.7420458375656196e-05 0.007126668987349429 4.830847746714535e-05']
['59492.01060200868 0.01563640247711753 3.97925785820436e-05 0.00851076037646864 2.740840137611118e-05 0.0003010065740856943 9.693739025010668e-07 0.00851076037646864 2.7408401376111176e-05 0.00712564210064889 4.83184206716458e-05']
['59492.010637488886 0.015627108374493777 3.977291618082802e-05 0.00848755241974472 2.7384684371416516e-05 0.0003001857605230999 9.685350850494026e-07 0.00848755241974472 2.738468437141652e-05 0.007139555954749056 4.8288775089551355e-05']
['59492.010672969096 0.015545735666345005 3.971759674906617e-05 0.008505744751033698 2.7407879001442322e-05 0.0003008291826233235 9.693554272764681e-07 0.008505744751033698 2.7407879001442326e-05 0.007039990915311307 4.8256391523601666e-05']
['59492.01070844931 0.015609344402890213 3.976355932017089e-05 0.008478178316864192 2.738278290617478e-05 0.0002998542194541026 9.68467834473327e-07 0.008478178316864192 2.738278290617478e-05 0.007131166086026021 4.82799901563313e-05']
['59492.01074392952 0.01562718116504189 3.977330974068014e-05 0.008472987904060425 2.737968362512536e-05 0.00029967064615312323 9.683582198290946e-07 0.008472987904060425 2.737968362512536e-05 0.007154193260981465 4.828626350360979e-05']
['59492.01077940972 0.015649673671206538 3.9793726655905244e-05 0.008525152420809227 2.7409441156699816e-05 0.00030151558852969473 9.69410677216714e-07 0.008525152420809227 2.7409441156699816e-05 0.0071245212503973105 4.831995597770649e-05']
['59492.01081488993 0.015641943379716045 3.978326899021325e-05 0.008509985767960176 2.739826576577278e-05 0.000300979177913898 9.690154286151537e-07 0.008509985767960176 2.7398265765772783e-05 0.0071319576117558695 4.8305004487315595e-05']
['59492.01085037014 0.01563375211187142 3.976780063599928e-05 0.008448633488164782 2.7364751040522265e-05 0.0002988092848918105 9.678300876840454e-07 0.008448633488164782 2.736475104052226e-05 0.0071851186237066374 4.8273259336141256e-05']
['59492.010885850344 0.015576055638992567 3.973547604419482e-05 0.008491524475118195 2.7395871220692737e-05 0.0003003262432446384 9.689307389071658e-07 0.008491524475118195 2.7395871220692737e-05 0.007084531163874372 4.8264291317697407e-05']
['59492.010921330555 0.015584520315826567 3.9749976084816714e-05 0.008493033763683322 2.73914039435944e-05 0.0003003796234081255 9.687727412999742e-07 0.008493033763683322 2.7391403943594397e-05 0.007091486552143245 4.827369479068967e-05']
['59492.010956810765 0.015661193185842526 3.980115765550655e-05 0.008470131089693946 2.738383653987566e-05 0.0002995696070135852 9.685050991425943e-07 0.008470131089693946 2.7383836539875655e-05 0.00719106209614858 4.831155818601918e-05']
['59492.01099229097 0.015655564987790697 3.979308368693526e-05 0.008494889123015981 2.740174929521532e-05 0.0003004452433212376 9.691386332663061e-07 0.008494889123015981 2.740174929521532e-05 0.007160675864774715 4.8315063631886755e-05']
['59492.01102777118 0.01568189634862189 3.97990783453633e-05 0.008507811679305432 2.740367324083739e-05 0.0003009022852569819 9.692066789231933e-07 0.008507811679305432 2.740367324083739e-05 0.007174084669316457 4.832109212580934e-05']
['59492.01106325139 0.015684501428217194 3.9810160636850704e-05 0.008527871118383303 2.7418649331783584e-05 0.0003016117427869583 9.697363497903667e-07 0.008527871118383303 2.741864933178358e-05 0.007156630309833892 4.8338713482168444e-05']
['59492.0110987316 0.015601657199389508 3.9742048550596106e-05 0.00852168612848241 2.7420599330316856e-05 0.0003013929935168026 9.698053168804984e-07 0.00852168612848241 2.7420599330316856e-05 0.007079971070907099 4.8283741473002184e-05']
['59492.0111342118 0.015611877163585412 3.9753432037187246e-05 0.008523416195025696 2.7408210749688482e-05 0.00030145418210396753 9.69367160470521e-07 0.008523416195025696 2.740821074968848e-05 0.007088460968559716 4.8286078482670386e-05']
['59492.011169692014 0.015579638806822305 3.9726244517150755e-05 0.008467516199635112 2.7385411331229104e-05 0.00029947712419613957 9.685607959933142e-07 0.008467516199635112 2.7385411331229104e-05 0.007112122607187193 4.825075395490791e-05']
['59492.011205172224 0.015616111860040482 3.976977033378696e-05 0.008493663632023122 2.7396589303101627e-05 0.00030040190044363133 9.689561358771485e-07 0.008493663632023122 2.739658930310163e-05 0.00712244822801736 4.829293672831446e-05']
['59492.01124065243 0.01563213477798422 3.9770822394856865e-05 0.00847256384385599 2.7386753103636526e-05 0.0002996556480914111 9.686082514846798e-07 0.00847256384385599 2.7386753103636522e-05 0.007159570934128232 4.828822381826435e-05']
['59492.01127613264 0.015610318344530506 3.974834624467175e-05 0.0084862499431849 2.739334015890245e-05 0.00030013969483804284 9.688412209082334e-07 0.0084862499431849 2.7393340158902446e-05 0.007124068401345607 4.8273451443289696e-05']
['59492.01131161285 0.015676400304059798 3.981063660975453e-05 0.008521661744788179 2.7410646726223424e-05 0.00030139213112003203 9.694533155164747e-07 0.008521661744788179 2.741064672622342e-05 0.007154738559271619 4.8334566732554354e-05']
['59492.01134709306 0.015585736107070185 3.9743802772786155e-05 0.008476187912360435 2.7381893840882282e-05 0.00029978382329509695 9.684363902208755e-07 0.008476187912360435 2.7381893840882286e-05 0.00710954819470975 4.8263215487112666e-05']
['59492.01138257326 0.01566363704084742 3.9806996200039633e-05 0.008494396541192963 2.738995614372381e-05 0.00030042782180301304 9.687215358541938e-07 0.008494396541192963 2.738995614372381e-05 0.007169240499654457 4.831983696190503e-05']
['59492.01141805347 0.015610587209265251 3.975797870731185e-05 0.008483567662661602 2.7393575789631855e-05 0.000300044828570478 9.688495546405288e-07 0.008483567662661602 2.7393575789631852e-05 0.0071270195466036496 4.828151680957597e-05']
['59492.01145353368 0.01559298386445385 3.9751555031327965e-05 0.00852150192264578 2.741227525213437e-05 0.0003013864785680369 9.695109128384038e-07 0.00852150192264578 2.7412275252134373e-05 0.00707148194180807 4.828684046308553e-05']
['59492.01148901389 0.01560842985814537 3.975282114582299e-05 0.008483267999313131 2.7388670038648286e-05 0.0003000342301475507 9.686760491919482e-07 0.008483267999313131 2.7388670038648286e-05 0.007125161858832239 4.8274486382951214e-05']
['59492.0115244941 0.01561252312017705 3.9770147493290334e-05 0.008512392146436355 2.7408913799283355e-05 0.0003010642861426611 9.693920257634682e-07 0.008512392146436355 2.7408913799283352e-05 0.007100130973740695 4.8300240033509286e-05']
['59492.01155997431 0.015606481124025589 3.9762661992191204e-05 0.008484881644208382 2.738356902953066e-05 0.0003000913011612117 9.684956378995423e-07 0.008484881644208382 2.7383569029530664e-05 0.007121599479817206 4.827969699056031e-05']
['59492.01159545451 0.015649667908867133 3.9767523821678125e-05 0.008518716369669502 2.741411910491866e-05 0.0003012879597846104 9.695761257906156e-07 0.008518716369669502 2.741411910491866e-05 0.007130951539197631 4.8301033914466095e-05']
['59492.01163093472 0.015592698028103508 3.9749390068986777e-05 0.008487348280651128 2.7394513149407205e-05 0.00030017854057958355 9.68882706960907e-07 0.008487348280651128 2.7394513149407202e-05 0.00710534974745238 4.827497655669559e-05']
['59492.01166641493 0.015637731615361916 3.9780695124516096e-05 0.008537767004260956 2.7420414756475602e-05 0.0003019617381544476 9.697987889162316e-07 0.008537767004260956 2.7420414756475605e-05 0.00709996461110096 4.83154514623101e-05']
['59492.01170189514 0.01569623372868639 3.981469003028182e-05 0.008537940295895927 2.7426441903283166e-05 0.0003019678670922925 9.700119556289348e-07 0.008537940295895927 2.742644190328317e-05 0.007158293432790463 4.83468639901451e-05']
['59492.011737375346 0.015647946058753314 3.9797904258011845e-05 0.00845255684164152 2.7370031559398924e-05 0.00029894804513610373 9.680168478354478e-07 0.00845255684164152 2.737003155939892e-05 0.007195389217111794 4.8301053931486525e-05']
['59492.011772855556 0.01565888167576489 3.979993627679164e-05 0.00850856248371458 2.7405480524766614e-05 0.00030092883953098434 9.69270598516728e-07 0.00850856248371458 2.7405480524766614e-05 0.007150319192050312 4.832282370091836e-05']
['59492.01180833577 0.015623891244679609 3.9778243707159465e-05 0.008520958231233347 2.7412409735332964e-05 0.0003013672494178579 9.695156692085856e-07 0.008520958231233347 2.741240973533296e-05 0.007102933013446262 4.8308890278332296e-05']
['59492.01184381597 0.015586246589807874 3.977177947350073e-05 0.008546647722502574 2.743349746006721e-05 0.0003022758293114165 9.70261494904145e-07 0.008546647722502574 2.743349746006721e-05 0.0070395988673053 4.831553813609332e-05']
['59492.01187929618 0.01562996848005975 3.978382638497251e-05 0.00848811054088529 2.7386213481361808e-05 0.0003002055000205145 9.68589166250808e-07 0.00848811054088529 2.7386213481361808e-05 0.00714185793917446 4.829862866248232e-05']
['59492.01191477639 0.01557713261157335 3.97383558974034e-05 0.00850893488941154 2.7403823728065777e-05 0.0003009420106882081 9.692120013201422e-07 0.00850893488941154 2.7403823728065777e-05 0.0070681977221618095 4.827117653784292e-05']
['59492.011950256594 0.015625628303161644 3.976128339868511e-05 0.008503692546059104 2.7402526179332083e-05 0.0003007566007197803 9.691661099212821e-07 0.008503692546059104 2.740252617933208e-05 0.00712193575710254 4.828931660853705e-05']
['59492.011985736804 0.01558517477324807 3.9750805772617836e-05 0.00852259551574204 2.7407565695294268e-05 0.00030142515651181487 9.693443463382094e-07 0.00852259551574204 2.7407565695294268e-05 0.00706257925750603 4.8283550168916316e-05']
['59492.012021217015 0.015694653462071672 3.982008438794309e-05 0.008525196231779728 2.741117992469135e-05 0.0003015171380258096 9.694721735546568e-07 0.008525196231779728 2.741117992469135e-05 0.007169457230291944 4.8342650998127013e-05']
['59492.012056697225 0.015603289676327868 3.976645765839159e-05 0.008487721459195206 2.739511371146002e-05 0.00030019173907068264 9.68903947498538e-07 0.008487721459195206 2.7395113711460015e-05 0.007115568217132662 4.8289371604530904e-05']
['59492.01209217743 0.015673944940725458 3.979420602286769e-05 0.008507852763680742 2.7403303925696267e-05 0.0003009037383195184 9.691936170720226e-07 0.008507852763680742 2.7403303925696267e-05 0.007166092177044716 4.831686971477477e-05']
['59492.01212765764 0.01564176639360371 3.978397061595807e-05 0.008511028061637652 2.7406962220564977e-05 0.00030101604151188104 9.69323002785721e-07 0.008511028061637652 2.740696222056498e-05 0.007130738331966058 4.8310515378444175e-05']
['59492.01216313785 0.015590066899019924 3.9740761536625896e-05 0.00850412082382096 2.739966305110242e-05 0.0003007717479470727 9.69064847474514e-07 0.00850412082382096 2.739966305110242e-05 0.007085946075198964 4.827079513354748e-05']
['59492.01219861805 0.015606612836038309 3.976046025246236e-05 0.008515410239361039 2.7402517270516134e-05 0.00030117102934436643 9.691657948363722e-07 0.008515410239361039 2.7402517270516134e-05 0.00709120259667727 4.8288633779064144e-05']
['59492.01223409826 0.015596966502844839 3.9734494367431516e-05 0.008534180942056002 2.7421872128068172e-05 0.00030183490714863573 9.69850332892427e-07 0.008534180942056002 2.7421872128068176e-05 0.0070627855607888375 4.8278246795462336e-05']
['59492.012269578474 0.015605579905052777 3.975880860343983e-05 0.008494048294321679 2.7390302137403428e-05 0.0003004155050894617 9.687337728773915e-07 0.008494048294321679 2.7390302137403428e-05 0.0071115316107310984 4.828034292280045e-05']
['59492.01230505868 0.01562974164270926 3.976508199693745e-05 0.00853139533721601 2.741431756098584e-05 0.00030173638653090563 9.695831447381886e-07 0.00853139533721601 2.741431756098584e-05 0.007098346305493251 4.829913615746906e-05']
['59492.01234053889 0.015613506194687777 3.97765212451363e-05 0.008523469619712003 2.741554301966135e-05 0.00030145607161572504 9.696264864728023e-07 0.008523469619712003 2.741554301966135e-05 0.0070900365749757745 4.830925006070454e-05']
['59492.0123760191 0.015606486573599187 3.974957865712603e-05 0.008474310314306094 2.739110175362858e-05 0.00029971741684809957 9.68762053516238e-07 0.008474310314306094 2.739110175362858e-05 0.007132176259293093 4.827319606879872e-05']
['59492.01241149931 0.015600751560763201 3.976308340354679e-05 0.00850337469998684 2.740346143525877e-05 0.0003007453592145485 9.69199187833235e-07 0.00850337469998684 2.740346143525877e-05 0.007097376860776361 4.829132945354821e-05']
['59492.01244697951 0.015689773769784407 3.982777542736785e-05 0.008476609862673453 2.7384225931663288e-05 0.0002997987467346649 9.685188710598834e-07 0.008476609862673453 2.7384225931663288e-05 0.007213163907110954 4.833371003108727e-05']
['59492.01248245972 0.015660770188241056 3.9790633157853014e-05 0.008520968582008837 2.7403631956202254e-05 0.00030136761550165434 9.692052187779143e-07 0.008520968582008837 2.7403631956202254e-05 0.007139801606232218 4.831411317093403e-05']
['59492.01251793993 0.015660021515158672 3.978398263678168e-05 0.008497367902347737 2.739517203927568e-05 0.00030053291220645604 9.68906010423023e-07 0.008497367902347737 2.7395172039275683e-05 0.007162653612810935 4.830383758569559e-05']
['59492.012553420136 0.015619083909100788 3.97453596973112e-05 0.008497581610909504 2.7398533959804893e-05 0.0003005404706006752 9.69024914038691e-07 0.008497581610909504 2.7398533959804893e-05 0.007121502298191284 4.8273939974019434e-05']
['59492.01258890035 0.015645510353790235 3.9798578014909354e-05 0.008523161084434154 2.740496004231587e-05 0.0003014451594124833 9.69252190215655e-07 0.008523161084434154 2.7404960042315865e-05 0.007122349269356081 4.832140981935187e-05']
['59492.01262438056 0.01558153799634771 3.9745771418667775e-05 0.00848656353691141 2.739213377295004e-05 0.0003001507859473088 9.687985537332107e-07 0.00848656353691141 2.7392133772950038e-05 0.0070949744594363 4.82706467565971e-05']
['59492.01265986076 0.015599958610813308 3.972739487014287e-05 0.008527631976264487 2.7413326837003347e-05 0.00030160328486466696 9.695481050450657e-07 0.008527631976264487 2.741332683700335e-05 0.007072326634548822 4.8267550087409885e-05']
['59492.01269534097 0.015676812429653048 3.9813939832009356e-05 0.008508698222282568 2.739757493726346e-05 0.00030093364030077624 9.689909955546897e-07 0.008508698222282568 2.7397574937263456e-05 0.00716811420737048 4.832987603325533e-05']
['59492.01273082118 0.01567731920423641 3.981210623639514e-05 0.008528581917976608 2.741696124518341e-05 0.00030163688218002996 9.696766459399701e-07 0.008528581917976608 2.741696124518341e-05 0.007148737286259803 4.833935836249693e-05']
['59492.01276630139 0.015656860167433992 3.979780067171496e-05 0.008510270984115938 2.7412843730460245e-05 0.00030098926537190673 9.695310186463156e-07 0.008510270984115938 2.7412843730460245e-05 0.0071465891833180535 4.832524122750128e-05']
['59492.012801781595 0.01562875159533547 3.9778786031478856e-05 0.008487529436571233 2.7396008544176404e-05 0.00030018494765961804 9.68935595731883e-07 0.008487529436571233 2.73960085441764e-05 0.007141222158764239 4.830003211480054e-05']
['59492.012837261806 0.015555878108880304 3.971544104296163e-05 0.008518864424400124 2.7402561253597376e-05 0.0003012931961495497 9.691673504196592e-07 0.008518864424400124 2.7402561253597376e-05 0.007037013684480181 4.825159707713432e-05']
['59492.012872742016 0.015720001028855044 3.984214615151552e-05 0.008498133635292997 2.7390048310610514e-05 0.00030055999446941745 9.687247955909956e-07 0.008498133635292997 2.7390048310610514e-05 0.007221867393562047 4.8348850621460495e-05']
['59492.01290822222 0.015664427559542823 3.980606645531331e-05 0.008505372404438851 2.7402159279534643e-05 0.00030081601355640944 9.691531334954195e-07 0.008505372404438851 2.7402159279534643e-05 0.007159055155103972 4.8325989486256835e-05']
['59492.01294370243 0.0156407944933275 3.979221598829749e-05 0.008511466343161349 2.7403007792989265e-05 0.00030103154254987265 9.691831435199937e-07 0.008511466343161349 2.7403007792989268e-05 0.007129328150166151 4.8315062758543006e-05']
['59492.01297918264 0.015652806279656855 3.978422934696127e-05 0.008480651971729756 2.738449634020877e-05 0.0002999417070984043 9.685284348058097e-07 0.008480651971729756 2.7384496340208775e-05 0.007172154307927099 4.829798696155484e-05']
['59492.01301466285 0.015562570526143037 3.9729731118756504e-05 0.008510475335634458 2.739958259314461e-05 0.000300996492828418 9.690620018563593e-07 0.008510475335634458 2.739958259314461e-05 0.007052095190508579 4.826166865170787e-05']
['59492.013050143054 0.015695993535724827 3.97927988267116e-05 0.008485124992201703 2.7391879190412014e-05 0.00030009990783588466 9.687895497177993e-07 0.008485124992201703 2.7391879190412018e-05 0.0072108685435231246 4.830923187181998e-05']
['59492.013085623264 0.015610894088589695 3.976488822254954e-05 0.008489354304778002 2.739984918651486e-05 0.00030024948916975103 9.690714306680639e-07 0.008489354304778002 2.739984918651486e-05 0.007121539783811692 4.829076589572398e-05']
['59492.013121103475 0.015631773524127927 3.977172500678969e-05 0.008519351891776267 2.740789188324729e-05 0.0003013104367812184 9.693558828771207e-07 0.008519351891776267 2.7407891883247293e-05 0.00711242163235166 4.83009590743235e-05']
['59492.01315658368 0.015650020129424392 3.978497798442893e-05 0.008499001592929621 2.739412220413363e-05 0.0003005906921912537 9.68868880100292e-07 0.008499001592929621 2.739412220413363e-05 0.007151018536494771 4.8304061988165154e-05']
['59492.01319206389 0.015646104662675762 3.97837189681658e-05 0.008534569682747104 2.741471653029128e-05 0.0003018486560380957 9.69597255390878e-07 0.008534569682747104 2.741471653029128e-05 0.007111534979928658 4.831470767141431e-05']
['59492.0132275441 0.015614513922893434 3.9764209882968455e-05 0.008534621286746953 2.7412100162246428e-05 0.00030185048115624223 9.695047203003701e-07 0.008534621286746953 2.7412100162246428e-05 0.00707989263614648 4.8297159574055665e-05']
['59492.0132630243 0.015580498494043964 3.9737295866143206e-05 0.008524800138907473 2.741617134723095e-05 0.0003015031291061334 9.696487090147096e-07 0.008524800138907473 2.7416171347230946e-05 0.0070556983551364905 4.8277314901453755e-05']
['59492.01329850451 0.015632520619101992 3.977519743385546e-05 0.008513550271582265 2.7411248680290145e-05 0.00030110524644081456 9.694746052865266e-07 0.008513550271582265 2.7411248680290145e-05 0.007118970347519727 4.8305723109326194e-05']
['59492.01333398472 0.01560801879276608 3.977084804510472e-05 0.008486489590489813 2.7389896132095638e-05 0.0003001481706276374 9.687194133770234e-07 0.008486489590489813 2.7389896132095638e-05 0.007121529202276267 4.829002758700597e-05']
['59492.013369464934 0.015592381772808625 3.974599061990021e-05 0.008493310446258492 2.7402203006371536e-05 0.0003003894090524601 9.691546800159167e-07 0.008493310446258492 2.7402203006371536e-05 0.007099071326550133 4.827654192213432e-05']
['59492.01340494514 0.01559158732661108 3.973037887020739e-05 0.008516969617333418 2.7408267307109162e-05 0.0003012261810582448 9.69369160780092e-07 0.008516969617333418 2.7408267307109162e-05 0.007074617709277663 4.826713293689787e-05']
['59492.01344042535 0.015665466415405206 3.979201855915042e-05 0.008525197617622481 2.7411970736263985e-05 0.0003015171870399706 9.695001427926211e-07 0.008525197617622481 2.7411970736263985e-05 0.007140268797782725 4.831998427832489e-05']
['59492.01347590556 0.015606383675829574 3.975575877576111e-05 0.008450625566578171 2.7377198357842232e-05 0.0002988797402532588 9.682703214795358e-07 0.008450625566578171 2.7377198357842232e-05 0.007155758109251403 4.827039823495499e-05']
['59492.01351138576 0.0156125327235443 3.977178038294336e-05 0.008501873184266732 2.739787508547522e-05 0.0003006922539592184 9.69001611126148e-07 0.008501873184266732 2.739787508547522e-05 0.007110659539277567 4.829532145072007e-05']
['59492.01354686597 0.01560632932393926 3.976562804317173e-05 0.00847659421980948 2.739253137338233e-05 0.00029979819348152593 9.688126159719162e-07 0.00847659421980948 2.7392531373382332e-05 0.007129735104129779 4.828722345206464e-05']
['59492.01358234618 0.01562825431368259 3.977271156949962e-05 0.008473352238153192 2.7389185232508566e-05 0.0002996835318357456 9.686942704473957e-07 0.008473352238153192 2.7389185232508563e-05 0.0071549020755294 4.829115916284547e-05']
['59492.013617826386 0.01558139029383997 3.9744786399732135e-05 0.008524243014239916 2.741738773092676e-05 0.0003014834248517423 9.69691729787573e-07 0.008524243014239916 2.741738773092676e-05 0.007057147279600055 4.8284171277431136e-05']
['59492.013653306596 0.015526737360100787 3.9712080811559574e-05 0.008516879374077756 2.74075977051823e-05 0.0003012229893559739 9.693454784564112e-07 0.008516879374077756 2.74075977051823e-05 0.00700985798602303 4.825169193254214e-05']
['59492.01368878681 0.015654832653126755 3.9786943708834515e-05 0.008550981735088527 2.7429495796801266e-05 0.00030242911365063356 9.701199650176195e-07 0.008550981735088527 2.7429495796801263e-05 0.007103850918038227 4.8325750168587184e-05']
['59492.01372426702 0.01567114192206328 3.981060308149327e-05 0.008512793493968086 2.740546553796196e-05 0.0003010784809078995 9.692700684669411e-07 0.008512793493968086 2.7405465537961963e-05 0.007158348428095193 4.8331601039740264e-05']
['59492.01375974722 0.015589565075213621 3.975230236285663e-05 0.008487598115277613 2.740032599241438e-05 0.0003001873766719748 9.690882942271315e-07 0.008487598115277613 2.7400325992414383e-05 0.007101966959936009 4.8280673230999545e-05']
['59492.01379522743 0.015631653227826153 3.9798667325204604e-05 0.008449992800216877 2.7377725119660367e-05 0.00029885736072120944 9.682889518677998e-07 0.008449992800216877 2.7377725119660367e-05 0.0071816604276092755 4.830604261984199e-05']
['59492.01383070764 0.015633017422433868 3.980127696036253e-05 0.008535285521646641 2.7428355564692963e-05 0.0003018739736601665 9.700796375562177e-07 0.008535285521646641 2.7428355564692963e-05 0.007097731900787227 4.8336904500171585e-05']
['59492.013866187845 0.01565969393476033 3.9812144966007146e-05 0.008501438797493408 2.7402779070358104e-05 0.0003006768906698432 9.691750541116943e-07 0.008501438797493408 2.74027790703581e-05 0.007158255137266922 4.833134787664445e-05']
['59492.013901668055 0.01563827079591808 3.9785040309660747e-05 0.008483064787786378 2.7385840646232878e-05 0.0003000270430100005 9.685759799055351e-07 0.008483064787786378 2.7385840646232878e-05 0.007155206008131703 4.8299417184291066e-05']
['59492.013937148266 0.01561475221721894 3.9778490813289816e-05 0.008497303209435848 2.740706280903991e-05 0.0003005306241627427 9.693265603752775e-07 0.008497303209435848 2.7407062809039915e-05 0.0071174490077830915 4.8306059901441366e-05']
['59492.01397262847 0.015633505572247068 3.977877931945012e-05 0.008533887845954376 2.7426501424301255e-05 0.00030182454099455245 9.700140607543229e-07 0.008533887845954376 2.7426501424301255e-05 0.007099617726292692 4.831732882230465e-05']
['59492.01400810868 0.015633579965591008 3.975513785566079e-05 0.008543336295559048 2.7426331791056558e-05 0.0003021587115410276 9.70008061205566e-07 0.008543336295559048 2.7426331791056558e-05 0.00709024367003196 4.829777077087216e-05']
['59492.01404358889 0.015634331697367672 3.978784579417577e-05 0.008550285358487775 2.743482837819944e-05 0.0003024044843665751 9.70308566504055e-07 0.008550285358487775 2.743482837819944e-05 0.0070840463388798965 4.832951976879522e-05']
['59492.0140790691 0.015641565195882414 3.979934402757265e-05 0.008527654131267529 2.7417129179630455e-05 0.00030160406843761107 9.696825854060507e-07 0.008527654131267529 2.7417129179630455e-05 0.007113911064614885 4.832894326878694e-05']
['59492.0141145493 0.01561077059237466 3.9759576201347964e-05 0.008521334669140576 2.7419909595761893e-05 0.0003013805631853474 9.697809225107554e-07 0.008521334669140576 2.7419909595761893e-05 0.007089435923234083 4.829777781586386e-05']
['59492.014150029514 0.01563338033826326 3.9778000703810075e-05 0.008494008436736221 2.739909473106667e-05 0.00030041409541574045 9.6904474726497e-07 0.008494008436736221 2.739909473106667e-05 0.007139371901527039 4.8301135929440417e-05']
['59492.014185509724 0.015618381073804786 3.977519242206062e-05 0.008499266427286524 2.739785534826321e-05 0.0003006000587905874 9.690009130650693e-07 0.008499266427286524 2.739785534826321e-05 0.007119114646518262 4.829812014867973e-05']
['59492.01422098993 0.015574933497284905 3.9732949114743285e-05 0.008489336469806414 2.7400799718334677e-05 0.0003002488583866648 9.691050488542171e-07 0.008489336469806414 2.7400799718334674e-05 0.007085597027478491 4.8265008759546175e-05']
['59492.01425647014 0.015658405989709058 3.982187627022654e-05 0.008482553174124396 2.740271854620796e-05 0.00030000894837816543 9.691729135077673e-07 0.008482553174124396 2.740271854620796e-05 0.007175852815584662 4.833932988161836e-05']
['59492.01429195035 0.01558875253947102 3.977162529457909e-05 0.008496035377539523 2.7406138110919987e-05 0.0003004857837820072 9.692938558693544e-07 0.008496035377539523 2.7406138110919987e-05 0.007092717161931498 4.829988182932981e-05']
['59492.01432743055 0.01566966315488056 3.980844711878754e-05 0.008486562517601387 2.7399538615462655e-05 0.0003001507498965913 9.690604464640329e-07 0.008486562517601387 2.7399538615462655e-05 0.007183100637279173 4.8326464575318703e-05']
['59492.01436291076 0.015570053733531394 3.97286468334522e-05 0.008486854795153667 2.7394223302183638e-05 0.00030016108710041354 9.6887245571238e-07 0.008486854795153667 2.7394223302183638e-05 0.007083198938377727 4.825773357242414e-05']
['59492.01439839097 0.015600394681531803 3.975269860345439e-05 0.008446864448197469 2.7372924043092804e-05 0.00029874671790173824 9.681191485193797e-07 0.008446864448197469 2.7372924043092804e-05 0.0071535302333343345 4.8265453659175445e-05']
['59492.01443387118 0.015622260412590188 3.977541838685965e-05 0.008486092099416871 2.7394780690927e-05 0.00030013411225672775 9.688921693065423e-07 0.008486092099416871 2.7394780690927e-05 0.007136168313173317 4.829656216495869e-05']
['59492.01446935139 0.015607036128540376 3.977341747682827e-05 0.008507700534586772 2.7411860138920303e-05 0.00030089835431667677 9.694962312117455e-07 0.008507700534586772 2.74118601389203e-05 0.007099335593953603 4.830460448095808e-05']
['59492.0145048316 0.015622568143235885 3.97725300409815e-05 0.008526523493993396 2.7423645440421285e-05 0.00030156408032405057 9.699130509872367e-07 0.008526523493993396 2.742364544042129e-05 0.007096044649242489 4.831056276946808e-05']
['59492.01454031181 0.015623052094256667 3.976184447862372e-05 0.008524732453555992 2.7418584117135927e-05 0.0003015007352265194 9.697340432940254e-07 0.008524732453555992 2.741858411713593e-05 0.007098319640700675 4.829889265118527e-05']
['59492.01457579201 0.015619106904645096 3.97633436362381e-05 0.00851990016316841 2.741681221417381e-05 0.000301329827915044 9.696713750462254e-07 0.00851990016316841 2.7416812214173813e-05 0.007099206741476686 4.829912099739319e-05']
['59492.01461127222 0.01566293455637779 3.9802730165725926e-05 0.008534359071502875 2.7425714247349547e-05 0.00030184120718907575 9.69986220064778e-07 0.008534359071502875 2.7425714247349547e-05 0.007128575484874916 4.8336602390143856e-05']
['59492.01464675243 0.015618857915136754 3.9774148737556135e-05 0.008536178968724065 2.7417396831228622e-05 0.00030190557288655833 9.696920516449117e-07 0.008536178968724065 2.741739683122862e-05 0.00708267894641269 4.830834872771272e-05']
['59492.01468223264 0.015624088262354507 3.9764848784607196e-05 0.008516436154534193 2.7417145324053672e-05 0.0003012073136712554 9.696831563982193e-07 0.008516436154534193 2.7417145324053672e-05 0.007107652107820314 4.830054923686639e-05']
['59492.014717712846 0.015644075352776468 3.978414801657006e-05 0.008513534181298325 2.7413666067816634e-05 0.00030110467736343125 9.695601028807954e-07 0.008513534181298325 2.7413666067816638e-05 0.007130541171478143 4.831446492182354e-05']
['59492.014753193056 0.015625544351426095 3.978233629492479e-05 0.008463260684632332 2.739175270111453e-05 0.00029932661614100756 9.68785076074034e-07 0.008463260684632332 2.739175270111453e-05 0.007162283666793763 4.830054241022046e-05']
['59492.01478867327 0.015598883907329655 3.97793625894048e-05 0.008495933072118749 2.740627132949345e-05 0.0003004821654679136 9.692985675125718e-07 0.008495933072118749 2.740627132949345e-05 0.007102950835210906 4.830632873863582e-05']
['59492.01482415347 0.015647870832740923 3.9774118548007906e-05 0.008478766269195945 2.7391970288744386e-05 0.00029987501401408054 9.687927716622225e-07 0.008478766269195945 2.739197028874439e-05 0.007169104563544977 4.8293897570712206e-05']
['59492.01485963368 0.015648586435413787 3.9791409409272914e-05 0.008491922880957762 2.7404052332781118e-05 0.00030034033396879924 9.692200865580223e-07 0.008491922880957762 2.7404052332781118e-05 0.007156663554456025 4.8314990914147745e-05']
['59492.01489511389 0.015673113124362353 3.9823658346893536e-05 0.00850452713459511 2.739533881067955e-05 0.00030078611825110323 9.689119087548658e-07 0.00850452713459511 2.7395338810679553e-05 0.007168585989767242 4.83366150312786e-05']
['59492.014930594094 0.015636860858270114 3.977852456802819e-05 0.008499574708019486 2.7401799440145655e-05 0.0003006109619911454 9.691404067804248e-07 0.008499574708019486 2.7401799440145658e-05 0.0071372861502506275 4.830310165369497e-05']
['59492.014966074305 0.015663986277333206 3.9807261376640506e-05 0.008527081886276178 2.7420083473373506e-05 0.0003015838294111593 9.697870721732844e-07 0.008527081886276178 2.7420083473373502e-05 0.007136904391057028 4.833713930297226e-05']
['59492.015001554515 0.015655524849943894 3.9799943389904196e-05 0.008504278972517897 2.741588162824143e-05 0.0003007773413130418 9.696384623015342e-07 0.008504278972517897 2.741588162824143e-05 0.007151245877425997 4.83287291297146e-05']
['59492.015037034726 0.015613127769747498 3.980194189501006e-05 0.008497673380817314 2.741463238288004e-05 0.00030054371629722077 9.695942792850009e-07 0.008497673380817314 2.741463238288004e-05 0.007115454388930183 4.8329666327238514e-05']
['59492.01507251493 0.015571655223218543 3.972825449950542e-05 0.008510498673402672 2.7416527182082456e-05 0.0003009973182331229 9.696612940981633e-07 0.008510498673402672 2.7416527182082456e-05 0.007061156549815871 4.8270075287939406e-05']
['59492.01510799514 0.015627612155684027 3.977741235722819e-05 0.008508341064705948 2.741114265054082e-05 0.0003009210084354914 9.694708552512554e-07 0.008508341064705948 2.741114265054082e-05 0.007119271090978079 4.830748674113846e-05']
['59492.01514347535 0.015585620063575513 3.976596730801018e-05 0.008517382565540889 2.741156021654986e-05 0.00030124078611345817 9.6948562362779e-07 0.008517382565540889 2.7411560216549856e-05 0.007068237498034624 4.829830006788306e-05']
['59492.01517895555 0.015615463200742596 3.976002232091508e-05 0.008501424924270824 2.740170828494836e-05 0.00030067640000496523 9.691371828248163e-07 0.008501424924270824 2.740170828494836e-05 0.007114038276471772 4.828781411384319e-05']
['59492.01521443576 0.01563832466186925 3.981122587842852e-05 0.008508330065550492 2.7408986854295224e-05 0.0003009206194199446 9.693946095559698e-07 0.008508330065550492 2.7408986854295224e-05 0.007129994596318757 4.833411079478121e-05']
['59492.015249915974 0.015638905275316705 3.97916095360373e-05 0.008489238366403681 2.7403978958923967e-05 0.0003002453886885583 9.692174914886758e-07 0.008489238366403681 2.7403978958923964e-05 0.007149666908913024 4.831511411814735e-05']
['59492.01528539618 0.015649032147638752 3.980062374167957e-05 0.008532932787081293 2.7422570813267207e-05 0.00030179076269664246 9.698750438264473e-07 0.008532932787081293 2.742257081326721e-05 0.00711609936055746 4.833308432363283e-05']
['59492.01532087639 0.01563062814529004 3.979712736510942e-05 0.008497546849645462 2.7398350014203955e-05 0.0003005392411724529 9.6901840829388e-07 0.008497546849645462 2.739835001420395e-05 0.0071330812956445794 4.831646644794682e-05']
['59492.0153563566 0.015672187514567462 3.980051124794309e-05 0.008507181332973688 2.740910928459244e-05 0.00030087999131596924 9.693989396419667e-07 0.008507181332973688 2.740910928459244e-05 0.0071650061815937745 4.832535532587811e-05']
['59492.01539183681 0.015621496368079739 3.9792653908520276e-05 0.008470757238453759 2.7389657544744692e-05 0.00029959175249585966 9.687109750756318e-07 0.008470757238453759 2.7389657544744692e-05 0.00715073912962598 4.830785283472723e-05']
['59492.01542731701 0.015576943739327304 3.9754769834982246e-05 0.00847974161180463 2.739176924020136e-05 0.0002999095097023873 9.687856610245725e-07 0.00847974161180463 2.739176924020136e-05 0.007097202127522673 4.827784944196309e-05']
['59492.01546279722 0.015647737791022187 3.978895272570458e-05 0.00850635652207671 2.740856210211888e-05 0.000300850819597887 9.693795870207578e-07 0.00850635652207671 2.740856210211888e-05 0.0071413812689454775 4.831552582259725e-05']
['59492.01549827743 0.01558580027544328 3.9730478563692486e-05 0.008525873477425436 2.7416831875154512e-05 0.00030154109069074333 9.69672070411173e-07 0.008525873477425436 2.7416831875154512e-05 0.007059926798017844 4.82720788548672e-05']
['59492.015533757636 0.015669062456608564 3.9817995838256795e-05 0.008500258717129453 2.7404151331461702e-05 0.00030063515386469453 9.692235879201055e-07 0.008500258717129453 2.74041513314617e-05 0.007168803739479111 4.8336945525892404e-05']
['59492.01556923785 0.015654860326168907 3.9772706244638134e-05 0.008528034240013738 2.7415754881705872e-05 0.0003016175120344714 9.696339795598334e-07 0.008528034240013738 2.7415754881705875e-05 0.007126826086155169 4.8306229181711716e-05']
['59492.01560471806 0.015574293601617046 3.9727899920596675e-05 0.008483827199459443 2.7393335633553546e-05 0.000300054007806987 9.688410608567563e-07 0.008483827199459443 2.7393335633553546e-05 0.0070904664021576025 4.825661477179538e-05']
['59492.01564019826 0.015649875025321364 3.979766185073868e-05 0.008522210247406507 2.7420147371913357e-05 0.0003014115304318111 9.697893321218341e-07 0.008522210247406507 2.7420147371913353e-05 0.007127664777914856 4.8329270330548004e-05']
['59492.01567567847 0.015578468426354148 3.97556947656741e-05 0.008482663799773443 2.740121955357353e-05 0.00030001286096013847 9.691198974883389e-07 0.008482663799773443 2.740121955357353e-05 0.007095804626580705 4.828397352460325e-05']
['59492.01571115868 0.01560566746267046 3.9791604006723474e-05 0.008508747068228281 2.741159419024091e-05 0.0003009353678727119 9.694868252013158e-07 0.008508747068228281 2.741159419024091e-05 0.007096920394442178 4.831942927517192e-05']
['59492.01574663889 0.01567309003387783 3.981162427901284e-05 0.008502742772203208 2.741051568283006e-05 0.0003007230093411169 9.694486808045163e-07 0.008502742772203208 2.7410515682830063e-05 0.0071703472616746235 4.8335305913296516e-05']
['59492.015782119095 0.015671655794952263 3.984980364654908e-05 0.008519030192857357 2.7413764044633683e-05 0.00030129905900941133 9.69563568101849e-07 0.008519030192857357 2.741376404463368e-05 0.007152625602094906 4.836859838535087e-05']
['59492.015817599306 0.01560772130961991 3.975117221332661e-05 0.008475191850326679 2.739660625623135e-05 0.00029974859480703063 9.689567354714588e-07 0.008475191850326679 2.739660625623135e-05 0.0071325294592932305 4.827763174279083e-05']
['59492.015853079516 0.015692012844380626 3.982426182776797e-05 0.00850909430884143 2.7407835322515507e-05 0.00030094764899716187 9.693538824504432e-07 0.00850909430884143 2.7407835322515507e-05 0.007182918535539196 4.8344195796318154e-05']
['59492.01588855972 0.015595100335956414 3.976329382246713e-05 0.008489758945833387 2.739668525648587e-05 0.0003002638004195605 9.68959529533906e-07 0.008489758945833387 2.7396685256485873e-05 0.007105341390123027 4.828765782945786e-05']
['59492.01592403993 0.01563852661135283 3.979576396545395e-05 0.00853100902674886 2.7423540779297598e-05 0.00030172272359303557 9.699093493571956e-07 0.00853100902674886 2.7423540779297598e-05 0.00710751758460397 4.8329632922958575e-05']
['59492.01595952014 0.015669291614895196 3.9796464442150655e-05 0.008505442063888452 2.740768180363759e-05 0.0003008184772554621 9.693484528308258e-07 0.008505442063888452 2.740768180363759e-05 0.007163849551006744 4.8321212773944406e-05']
['59492.01599500035 0.015549896924592082 3.971859986911412e-05 0.008531957840064119 2.7414748302716096e-05 0.0003017562809995234 9.695983791105367e-07 0.008531957840064119 2.74147483027161e-05 0.007017939084527964 4.8261118926772385e-05']
['59492.016030480554 0.015692554890155308 3.983165147130986e-05 0.008513315056603354 2.7413460413942116e-05 0.00030109692741268505 9.695528293628629e-07 0.008513315056603354 2.7413460413942113e-05 0.007179239833551954 4.835347216900429e-05']
['59492.016065960765 0.015666399824388985 3.980146969787315e-05 0.008474219963838472 2.7381847558502498e-05 0.00029971422135398123 9.684347533165374e-07 0.008474219963838472 2.7381847558502495e-05 0.007192179860550513 4.831068790472543e-05']
['59492.016101440975 0.01564775496556945 3.98115179334627e-05 0.008502490875971748 2.7408463975938015e-05 0.0003007141003343651 9.693761165170397e-07 0.008502490875971748 2.7408463975938015e-05 0.007145264089597703 4.833405484424739e-05']
['59492.01613692118 0.015577831757033967 3.976259591617937e-05 0.008496502817993202 2.7407071288172855e-05 0.0003005023161061859 9.6932686026326e-07 0.008496502817993202 2.7407071288172858e-05 0.007081328939040765 4.8292976617603036e-05']
['59492.01617240139 0.015584796079593387 3.9777034389900286e-05 0.008487105903865545 2.739701378000176e-05 0.00030016996825435775 9.68971148676456e-07 0.008487105903865545 2.739701378000176e-05 0.007097690175727842 4.829915971232746e-05']
['59492.0162078816 0.015588735914584708 3.972910915250893e-05 0.008542967815595055 2.743271991229509e-05 0.00030214567922820545 9.70233994777162e-07 0.008542967815595055 2.743271991229509e-05 0.007045768098989652 4.827997758738502e-05']
['59492.0162433618 0.015645308345423728 3.979898392547112e-05 0.008497216857281113 2.7404532963640327e-05 0.0003005275700800154 9.692370853973657e-07 0.008497216857281113 2.7404532963640323e-05 0.007148091488142615 4.8321501926731935e-05']
['59492.01627884201 0.015551874493230672 3.972037451235434e-05 0.008499071568313771 2.7399473297933265e-05 0.00030059316706420534 9.690581363289943e-07 0.008499071568313771 2.7399473297933262e-05 0.0070528029249169 4.8253904385094544e-05']
['59492.01631432222 0.01566902861020213 3.9816273892944714e-05 0.008497647624037822 2.740480683919081e-05 0.00030054280533749314 9.692467717635105e-07 0.008497647624037822 2.740480683919081e-05 0.007171380986164308 4.833589871525459e-05']
['59492.016349802434 0.015668324823100342 3.980981881285053e-05 0.008496801339970043 2.7406070840631167e-05 0.0003005128741613494 9.69291476669579e-07 0.008496801339970043 2.7406070840631167e-05 0.007171523483130299 4.833129827382751e-05']
['59492.01638528264 0.01567773636977065 3.981349645199392e-05 0.008499989759497955 2.7400769330635708e-05 0.0003006256414343534 9.691039741092173e-07 0.008499989759497955 2.740076933063571e-05 0.007177746610272694 4.8331321724567386e-05']
['59492.01642076285 0.01562753451099142 3.9776017407271805e-05 0.008482940744894418 2.7392098986238102e-05 0.0003000226558901314 9.687973234049532e-07 0.008482940744894418 2.7392098986238102e-05 0.007144593766097003 4.829553444838825e-05']
['59492.01645624306 0.015672116156190085 3.98350751843215e-05 0.008473728713403373 2.7382939944475023e-05 0.00029969684692397183 9.684733885670468e-07 0.008473728713403373 2.7382939944475026e-05 0.007198387442786712 4.833899683426697e-05']
['59492.01649172326 0.015595852699944665 3.9752276465838505e-05 0.00850074963531633 2.7397974100924043e-05 0.00030065251654382675 9.690051130812863e-07 0.00850074963531633 2.7397974100924043e-05 0.007095103064628336 4.8279317197443485e-05']
['59492.01652720347 0.015660882134986103 3.981131529552856e-05 0.008474261074975536 2.738828809360099e-05 0.0002997156753630212 9.686625406492224e-07 0.008474261074975536 2.7388288093600993e-05 0.007186621060010567 4.8322449754312666e-05']
['59492.01656268368 0.015587175162048005 3.975752138161705e-05 0.008475553626218808 2.7390731602152053e-05 0.0002997613900118137 9.687489620857533e-07 0.008475553626218808 2.7390731602152056e-05 0.007111621535829197 4.827952655226507e-05']
['59492.016598163886 0.015670870791293732 3.981276244486646e-05 0.00851100061576754 2.7410389291225907e-05 0.00030101507081279315 9.69444210615946e-07 0.00851100061576754 2.7410389291225907e-05 0.007159870175526191 4.833617169975216e-05']
['59492.016633644096 0.015653540523314545 3.980826447431051e-05 0.008504396762290275 2.7405270644813712e-05 0.00030078150727404614 9.69263175531848e-07 0.008504396762290275 2.7405270644813712e-05 0.00714914376102427 4.832956423941913e-05']
['59492.01666912431 0.015633549989496988 3.9804507256634355e-05 0.008476206958018597 2.7387017766471962e-05 0.0002997844968974616 9.686176120176827e-07 0.008476206958018597 2.7387017766471966e-05 0.007157343031478391 4.831612091305042e-05']
['59492.01670460452 0.015586577733375472 3.973999866983392e-05 0.008501857305048027 2.7400649642649637e-05 0.00030069169234674077 9.690997410126369e-07 0.008501857305048027 2.740064964264964e-05 0.007084720428327446 4.82707271036768e-05']
['59492.01674008472 0.015617413352127279 3.97842091251181e-05 0.008478772381185096 2.738928188076656e-05 0.00029987523018147735 9.68697688680285e-07 0.008478772381185096 2.7389281880766563e-05 0.0071386409709421825 4.830068382181786e-05']
['59492.01677556493 0.015625258827634478 3.979323809788722e-05 0.00854320094898111 2.7424352469667924e-05 0.0003021539246350477 9.699380570315728e-07 0.00854320094898111 2.7424352469667924e-05 0.007082057878653368 4.83280136845673e-05']
['59492.01681104514 0.015625697962203998 3.977398575746957e-05 0.008523122193976202 2.74257345110116e-05 0.0003014437839439006 9.69986936745218e-07 0.008523122193976202 2.7425734511011596e-05 0.0071025757682277955 4.8312947089821425e-05']
['59492.016846525345 0.015625038661676145 3.9790068815206765e-05 0.008458951165939331 2.7375517885401164e-05 0.00029917419809604356 9.682108869249301e-07 0.008458951165939331 2.7375517885401164e-05 0.007166087495736814 4.829770756270745e-05']
['59492.016882005555 0.015622317096568158 3.976168876184988e-05 0.008478623666580788 2.7397847928126817e-05 0.00029986997047828055 9.69000650631428e-07 0.008478623666580788 2.7397847928126817e-05 0.00714369342998737 4.828699580929613e-05']
['59492.016917485766 0.015604825881527323 3.976796481185973e-05 0.008531534467644347 2.7420747759807854e-05 0.0003017413072632177 9.698105664998746e-07 0.008531534467644347 2.7420747759807854e-05 0.007073291413882975 4.830515948617002e-05']
['59492.01695296597 0.015668741989903014 3.980307052229307e-05 0.008506838633278627 2.7407826766439988e-05 0.0003008678707936437 9.693535798411739e-07 0.008506838633278627 2.7407826766439988e-05 0.007161903356624387 4.8326735779088364e-05']
['59492.01698844618 0.015648551468309856 3.97882683148652e-05 0.008540819451682075 2.742964114183942e-05 0.0003020696963979141 9.70125105546792e-07 0.008540819451682075 2.7429641141839416e-05 0.007107732016627781 4.832692322780125e-05']
['59492.01702392639 0.015610056559639634 3.9772020643603944e-05 0.00851510303995525 2.7403613031552657e-05 0.000301160164387934 9.69204549455352e-07 0.00851510303995525 2.7403613031552653e-05 0.007094953519684383 4.8298774655868244e-05']
['59492.0170594066 0.015613875516348488 3.9750081203586245e-05 0.00856059510954437 2.7439884760093876e-05 0.00030276911722050933 9.704873994313128e-07 0.00856059510954437 2.743988476009388e-05 0.007053280406804117 4.830130672496276e-05']
['59492.0170948868 0.01560444291148476 3.975466553877126e-05 0.008508319618935879 2.7403715086086643e-05 0.00030092024994653253 9.692081588961409e-07 0.008508319618935879 2.7403715086086646e-05 0.007096123292548882 4.828454237764898e-05']
['59492.017130367014 0.015612614175824949 3.976798546284763e-05 0.008501453386379962 2.7407396460980582e-05 0.00030067740664615637 9.693383608987507e-07 0.008501453386379962 2.740739646098058e-05 0.007111160789444987 4.829759878650937e-05']
['59492.017165847225 0.01561358300724884 3.97735704752944e-05 0.008503164940673989 2.7404335299171085e-05 0.00030073794049643743 9.692300944468428e-07 0.008503164940673989 2.7404335299171085e-05 0.007110418066574852 4.830046067629795e-05']
['59492.01720132743 0.015650395956892844 3.977651492349622e-05 0.008524720473565053 2.741221186161343e-05 0.0003015003115210136 9.695086708573476e-07 0.008524720473565053 2.7412211861613432e-05 0.007125675483327791 4.8307354498099946e-05']
['59492.01723680764 0.015678971408384815 3.9824474103748526e-05 0.008531006066114656 2.741805686900569e-05 0.00030172261888202043 9.69715395705989e-07 0.008531006066114656 2.741805686900569e-05 0.007147965342270159 4.835016628836107e-05']
['59492.01727228785 0.015613989661272762 3.97651476185252e-05 0.008503811676589187 2.7407960363421576e-05 0.0003007608141003883 9.693583048678409e-07 0.008503811676589187 2.7407960363421576e-05 0.007110177984683575 4.82955821624089e-05']
['59492.01730776805 0.015589944808242696 3.976859084073826e-05 0.008524010210088495 2.741551400501374e-05 0.0003014751910891932 9.696254602895604e-07 0.008524010210088495 2.741551400501374e-05 0.007065934598154201 4.8302704123238854e-05']
['59492.01734324826 0.01563089639887469 3.979581849585745e-05 0.008511665610630076 2.741310547386005e-05 0.00030103859019490494 9.695402759254048e-07 0.008511665610630076 2.7413105473860054e-05 0.007119230788244613 4.832375731952355e-05']
['59492.01737872847 0.01562474147827569 3.975449422100226e-05 0.00847345345417102 2.7390053521126936e-05 0.00029968711162009173 9.687249798753167e-07 0.00847345345417102 2.7390053521126936e-05 0.007151288024104668 4.827664904131085e-05']
['59492.01741420868 0.015625059372981656 3.9792961273473196e-05 0.008519280175410057 2.7414072504323927e-05 0.00030130790033362217 9.695744776317261e-07 0.008519280175410057 2.7414072504323927e-05 0.007105779197571599 4.832195296326988e-05']
['59492.01744968889 0.015650890511055456 3.979435339431974e-05 0.008544197935420522 2.7433341996106764e-05 0.0003021891858172762 9.702559964913055e-07 0.008544197935420522 2.7433341996106764e-05 0.007106692575634933 4.833403371484075e-05']
['59492.0174851691 0.015667343404906216 3.980892598592961e-05 0.008503110680848502 2.7408290456000827e-05 0.0003007360214476735 9.693699795046555e-07 0.008503110680848502 2.7408290456000827e-05 0.007164232724057714 4.8331821545165544e-05']
['59492.01752064931 0.015663558789651852 3.98115503129338e-05 0.008514880592682461 2.7417558033848936e-05 0.00030115229692503583 9.696977530213255e-07 0.008514880592682461 2.7417558033848932e-05 0.007148678196969391 4.833923899751354e-05']
['59492.01755612951 0.015632205442307427 3.9780740344446524e-05 0.008517333136848918 2.741325002385171e-05 0.00030123903793108977 9.695453883355594e-07 0.008517333136848918 2.741325002385171e-05 0.007114872305458509 4.8311422864809946e-05']
['59492.01759160972 0.015636961978158465 3.977674242187228e-05 0.008484963112880984 2.7392381514326016e-05 0.00030009418252608983 9.688073157920096e-07 0.008484963112880984 2.7392381514326016e-05 0.007151998865277481 4.829629181130124e-05']
['59492.01762708993 0.015623543326586081 3.978077354697034e-05 0.008513012319152384 2.7410807682468236e-05 0.0003010862202656226 9.694590081791377e-07 0.008513012319152384 2.7410807682468236e-05 0.0071105310074336976 4.831006439449854e-05']
['59492.01766257014 0.015652507146657783 3.978848747520027e-05 0.008505176317711504 2.740876172595878e-05 0.00030080907840709123 9.69386647269842e-07 0.008505176317711504 2.740876172595878e-05 0.007147330828946278 4.8315255923098984e-05']
['59492.017698050346 0.015576013624390265 3.9743361327066556e-05 0.008485255983566194 2.7401370030062554e-05 0.0003001045407076982 9.691252195054604e-07 0.008485255983566194 2.740137003006255e-05 0.0070907576408240705 4.827390443187892e-05']
['59492.017733530556 0.01566635724892893 3.981966831742278e-05 0.008519134903086981 2.741040525401804e-05 0.00030130276237621954 9.69444775184229e-07 0.008519134903086981 2.741040525401804e-05 0.007147222345841947 4.834186902778029e-05']
['59492.01776901077 0.01568840220082604 3.981007998514774e-05 0.008507302888909267 2.7408082646636184e-05 0.0003008842904777492 9.693626297518547e-07 0.008507302888909267 2.7408082646636184e-05 0.0071810993119167735 4.833265420798552e-05']
['59492.01780449097 0.015639792785512592 3.979971249807031e-05 0.008518956876259292 2.7413296402754984e-05 0.0003012964659651907 9.695470286537175e-07 0.008518956876259292 2.7413296402754984e-05 0.0071208359092533 4.8327072481108904e-05']
['59492.01783997118 0.015561312667047104 3.974016929864508e-05 0.008520169866950138 2.7419566446721586e-05 0.00030133936673505126 9.697687860960926e-07 0.008520169866950138 2.7419566446721583e-05 0.007041142800096966 4.828160809263868e-05']
['59492.01787545139 0.01564433696241123 3.978460937178013e-05 0.008521294167270215 2.7415371288042033e-05 0.00030137913072470905 9.696204127092246e-07 0.008521294167270215 2.741537128804203e-05 0.007123042795141013 4.831581237779548e-05']
['59492.017910931594 0.01563987532541103 3.97917039348789e-05 0.008511505909065995 2.741602479016387e-05 0.00030103294190749543 9.696435256187828e-07 0.008511505909065995 2.741602479016387e-05 0.007128369416345034 4.8322025178338055e-05']
['59492.017946411805 0.015693617602634453 3.983622764022279e-05 0.00852257991398679 2.7418709805526863e-05 0.0003014246047125995 9.697384886115157e-07 0.00852257991398679 2.7418709805526863e-05 0.007171037688647663 4.836021794826141e-05']
['59492.017981892015 0.015620738700635779 3.9769689143374255e-05 0.00850165929268794 2.7406222986601675e-05 0.00030068468909209606 9.692968577325297e-07 0.00850165929268794 2.7406222986601675e-05 0.007119079407947839 4.8298335716170945e-05']
['59492.018017372226 0.015554424072644483 3.971722168925143e-05 0.00851310457890089 2.741559625307471e-05 0.00030108948328673885 9.696283692196633e-07 0.00851310457890089 2.741559625307471e-05 0.007041319493743594 4.826046639460448e-05']
['59492.01805285243 0.015579348315510475 3.9745947131348746e-05 0.008496974999759271 2.740197094946274e-05 0.00030051901611998763 9.691464726816694e-07 0.008496974999759271 2.7401970949462745e-05 0.007082373315751204 4.8276374400768434e-05']
['59492.01808833264 0.015650401723203516 3.980362156240504e-05 0.008494002889125878 2.740632607028387e-05 0.0003004138992091608 9.693005035719906e-07 0.008494002889125878 2.7406326070283873e-05 0.007156398834077638 4.8326338555221385e-05']
['59492.01812381285 0.015620589473453694 3.9789549729814575e-05 0.008503700458259668 2.7410771594151965e-05 0.00030075688055663147 9.69457731816044e-07 0.008503700458259668 2.7410771594151965e-05 0.007116889015194026 4.831727089859438e-05']
['59492.01815929305 0.015651307608279846 3.979432273339425e-05 0.008507100269972156 2.7407745811990152e-05 0.00030087712429877024 9.693507166632058e-07 0.008507100269972156 2.7407745811990156e-05 0.0071442073383076905 4.831948522391564e-05']
['59492.01819477326 0.015573262057529201 3.9717120515694246e-05 0.00848268296014381 2.7392165878812837e-05 0.0003000135386196174 9.687996892458255e-07 0.00848268296014381 2.7392165878812837e-05 0.007090579097385391 4.824707673621873e-05']
['59492.018230253474 0.015658363812830915 3.980505629830028e-05 0.008504850931702342 2.7416252070300962e-05 0.00030079757023114204 9.696515640092905e-07 0.008504850931702342 2.7416252070300962e-05 0.007153512881128574 4.833314995417882e-05']
['59492.01826573368 0.01557709108692654 3.9751646068564213e-05 0.008507764138627983 2.7413620270324422e-05 0.0003009006038494677 9.695584831258471e-07 0.008507764138627983 2.7413620270324422e-05 0.007069326948298557 4.8287678982178655e-05']
['59492.01830121389 0.015597389037304848 3.975484433153437e-05 0.00850989657136646 2.7408646974932496e-05 0.00030097602322972094 9.693825887824957e-07 0.00850989657136646 2.7408646974932496e-05 0.007087492465938388 4.8287488822892896e-05']
['59492.0183366941 0.015573972917005574 3.974656229881867e-05 0.0084805024802629 2.738929019219159e-05 0.00029993641991931535 9.686979826368134e-07 0.0084805024802629 2.7389290192191594e-05 0.007093470436742674 4.826968439720687e-05']
['59492.01837217431 0.015630880870590412 3.9792662050157936e-05 0.008512664179612692 2.740743871339962e-05 0.0003010739073481498 9.693398552723836e-07 0.008512664179612692 2.740743871339962e-05 0.00711821669097772 4.831794335303227e-05']
['59492.01840765451 0.015654888729601208 3.979127677682889e-05 0.008518886215656999 2.741895058707621e-05 0.0003012939668576047 9.697470045168011e-07 0.008518886215656999 2.741895058707621e-05 0.007136002513944209 4.8323333482146375e-05']
['59492.01844313472 0.015634253411388566 3.980571714984033e-05 0.008499319396455568 2.740130329342444e-05 0.0003006019321917174 9.691228591797181e-07 0.008499319396455568 2.7401303293424444e-05 0.007134934014932998 4.832521639880494e-05']
['59492.01847861493 0.015602143395366558 3.975510212666185e-05 0.008541275770919685 2.742974160383759e-05 0.0003020858353895349 9.701286586631478e-07 0.008541275770919685 2.7429741603837586e-05 0.007060867624446873 4.82996777375855e-05']
['59492.018514095136 0.015614537666026912 3.976598809540996e-05 0.008503807433652174 2.7408939776024706e-05 0.0003007606640371885 9.693929445027554e-07 0.008503807433652174 2.740893977602471e-05 0.007110730232374738 4.829683000829388e-05']
['59492.01854957535 0.015598174979767922 3.974904839776214e-05 0.008509843342739678 2.74122743231061e-05 0.00030097414065215065 9.6951087998075e-07 0.008509843342739678 2.74122743231061e-05 0.007088331637028244 4.828477640098232e-05']
['59492.01858505556 0.015553578130548905 3.9720276866999805e-05 0.008495913393412251 2.7401394774721936e-05 0.0003004814694760441 9.69126094668762e-07 0.008495913393412251 2.740139477472194e-05 0.007057664737136654 4.825491508635445e-05']
['59492.01862053576 0.015562936095278973 3.9725286601913585e-05 0.008499044349466172 2.740649354245612e-05 0.0003005922043943963 9.693064266884447e-07 0.008499044349466172 2.740649354245612e-05 0.007063891745812801 4.826193410853801e-05']
['59492.01865601597 0.015644241928070696 3.9784359651075696e-05 0.008520661994988164 2.7419749549093545e-05 0.0003013567722039148 9.69775262017779e-07 0.008520661994988164 2.741974954909354e-05 0.007123579933082533 4.83180912100339e-05']
['59492.01869149618 0.015610946069029377 3.9774227717397147e-05 0.008474715016780833 2.7394473972851695e-05 0.00029973173027017427 9.688813213736932e-07 0.008474715016780833 2.7394473972851695e-05 0.007136231052248544 4.829540759497338e-05']
['59492.01872697639 0.015623646738729895 3.977257290020985e-05 0.008492819277871048 2.7400065125304514e-05 0.00030037203752429295 9.690790679404591e-07 0.008492819277871048 2.7400065125304514e-05 0.007130827460858847 4.829721652407554e-05']
['59492.018762456595 0.015640614219061554 3.977632782775543e-05 0.008486220542673907 2.7396634447229247e-05 0.0003001386550076753 9.689577325240512e-07 0.008486220542673907 2.7396634447229247e-05 0.0071543936763876475 4.8298362648191076e-05']
['59492.018797936806 0.015658330853098857 3.979215679427499e-05 0.008484858403497265 2.7398221685502655e-05 0.00030009047918919937 9.69013869594513e-07 0.008484858403497265 2.7398221685502655e-05 0.007173472449601592 4.831229961270849e-05']
['59492.018833417016 0.01563833332874582 3.978529137968203e-05 0.008518081023540411 2.7414469772067792e-05 0.0003012654890119395 9.695885281039855e-07 0.008518081023540411 2.7414469772067792e-05 0.007120252305205408 4.831586243719365e-05']
['59492.01886889722 0.015660116027023333 3.9794205493727265e-05 0.008521060280646267 2.7405283496647008e-05 0.00030137085867752586 9.692636300724696e-07 0.008521060280646267 2.7405283496647008e-05 0.007139055746377066 4.831799203618241e-05']
['59492.01890437743 0.015588952590043727 3.9745163661579114e-05 0.008486998999605028 2.7396291892205573e-05 0.0003001661872895802 9.689456171184293e-07 0.008486998999605028 2.7396291892205576e-05 0.007101953590438699 4.8272506087095145e-05']
['59492.01893985764 0.01562453387606849 3.976419196486601e-05 0.008544437413584667 2.7430068661405276e-05 0.0003021976556247398 9.701402259583864e-07 0.008544437413584667 2.7430068661405276e-05 0.007080096462483823 4.830734550136368e-05']
['59492.01897533784 0.015579919174480828 3.973000918941287e-05 0.008497698556243417 2.7393540792802395e-05 0.0003005446066957783 9.688483168808843e-07 0.008497698556243417 2.73935407928024e-05 0.007082220618237411 4.825846772699855e-05']
['59492.019010818054 0.015614712108473842 3.978854573385897e-05 0.008509207912304041 2.7408613049245177e-05 0.0003009516668977456 9.693813889067547e-07 0.008509207912304041 2.7408613049245177e-05 0.007105504196169801 4.8315219557595304e-05']
['59492.019046298265 0.015602162940622865 3.978181049513577e-05 0.008502135310526234 2.7412965238456936e-05 0.00030070152477919927 9.695353161126041e-07 0.008502135310526234 2.7412965238456933e-05 0.007100027630096631 4.831214246372999e-05']
['59492.019081778475 0.015684150337356716 3.9838467435449106e-05 0.008485666998419024 2.7403097040669427e-05 0.0003001190773844787 9.691863000109841e-07 0.008485666998419024 2.740309704066943e-05 0.0071984833389376925 4.8353213078612307e-05']
['59492.01911725868 0.01564339314723207 3.9801978767595144e-05 0.008517275309190928 2.741343571329017e-05 0.0003012369926960639 9.695519557560062e-07 0.008517275309190928 2.741343571329017e-05 0.007126117838041141 4.832901790252713e-05']
['59492.01915273889 0.0156879206575536 3.985129436388542e-05 0.00848182410303738 2.739765138683531e-05 0.00029998316276319564 9.689936994051914e-07 0.00848182410303738 2.739765138683531e-05 0.00720609655451622 4.836069647959596e-05']
['59492.0191882191 0.015626553401111788 3.9807896194789075e-05 0.00854483505685424 2.7434207676846818e-05 0.00030221171937850423 9.702866136843987e-07 0.00854483505685424 2.743420767684682e-05 0.007081718344257547 4.834567561128362e-05']
['59492.0192236993 0.015570666156473822 3.9752713078461955e-05 0.00854716892963503 2.7431739981763e-05 0.000302294263242862 9.701993368242579e-07 0.00854716892963503 2.7431739981763e-05 0.007023497226838793 4.829884631671418e-05']
['59492.01925917951 0.015598739136557337 3.9774613602652964e-05 0.008482718587759105 2.7398787050332724e-05 0.0003000147986887474 9.690338652850364e-07 0.008482718587759105 2.7398787050332724e-05 0.0071160205487982315 4.8298172005468554e-05']
['59492.01929465972 0.01563902634542068 3.980976704501684e-05 0.008535506799169066 2.743606389808037e-05 0.00030188179975160857 9.70352264081019e-07 0.008535506799169066 2.743606389808037e-05 0.0071035195462516125 4.834826940437535e-05']
['59492.019330139934 0.01565984154409682 3.981851817492855e-05 0.008516000705377908 2.7425636444800154e-05 0.00030119191280776923 9.699834683624843e-07 0.008516000705377908 2.7425636444800154e-05 0.007143840838718912 4.834955970895149e-05']
['59492.01936562014 0.015594563977862543 3.9762523928785986e-05 0.008504392238727235 2.7416294089585315e-05 0.000300781347285731 9.696530501374706e-07 0.008504392238727235 2.741629408958532e-05 0.007090171739135308 4.829815204326051e-05']
['59492.01940110035 0.015683524501061186 3.9834454343315275e-05 0.008515275340491978 2.741386379791469e-05 0.00030116625827284897 9.695670961524628e-07 0.008515275340491978 2.7413863797914693e-05 0.007168249160569209 4.835600977293605e-05']
['59492.01943658056 0.01566052197945452 3.981839848492088e-05 0.00848732747651562 2.7400897782978553e-05 0.00030017780478380513 9.691085171815095e-07 0.00848732747651562 2.7400897782978553e-05 0.007173194502938901 4.83354327302155e-05']
['59492.01947206076 0.015625954456820794 3.9781677275144744e-05 0.008512129321786396 2.7408933746540482e-05 0.0003010549906221706 9.693927312533734e-07 0.008512129321786396 2.7408933746540482e-05 0.0071138251350343976 4.830974535169911e-05']
['59492.01950754097 0.01559918140646039 3.977205026877434e-05 0.008525088398444756 2.7424229983457287e-05 0.000301513324201745 9.699337249680432e-07 0.008525088398444756 2.7424229983457287e-05 0.007074093008015633 4.831049961206643e-05']
['59492.01954302118 0.015619760615550277 3.979309016560518e-05 0.008512170780242242 2.7421312976563435e-05 0.0003010564569150996 9.698305569533344e-07 0.008512170780242242 2.7421312976563435e-05 0.0071075898353080355 4.832616713837991e-05']
['59492.019578501386 0.01570358249936245 3.9830434311365216e-05 0.008506759436801703 2.7421246666436643e-05 0.0003008650697912486 9.69828211712344e-07 0.008506759436801703 2.742124666643664e-05 0.007196823062560748 4.8356884372067876e-05']
['59492.019613981596 0.015630655580731477 3.978086698650397e-05 0.008491392945020812 2.74052485454875e-05 0.00030032159131904645 9.69262393928069e-07 0.008491392945020812 2.74052485454875e-05 0.007139262635710665 4.8306987341769366e-05']
['59492.01964946181 0.01563396236480857 3.979961065106411e-05 0.00846729578559548 2.738966418545191e-05 0.0002994693286441542 9.68711209942605e-07 0.00846729578559548 2.738966418545191e-05 0.007166666579213089 4.831358724177002e-05']
['59492.01968494202 0.015635617942287204 3.9788011636662336e-05 0.008537126689998203 2.741747642312683e-05 0.0003019390916699922 9.69694866632474e-07 0.008537126689998203 2.7417476423126832e-05 0.007098491252289001 4.831980839585245e-05']
['59492.01972042222 0.015597615917376129 3.976534475664081e-05 0.008538034468051906 2.7425999821283595e-05 0.00030197119775098713 9.69996320176605e-07 0.008538034468051906 2.7425999821283595e-05 0.0070595814493242225 4.830598420290749e-05']
['59492.01975590243 0.01558673839475269 3.977342443731096e-05 0.008490511414248477 2.7396437923151274e-05 0.00030029041354573426 9.689507819066188e-07 0.008490511414248477 2.7396437923151274e-05 0.007096226980504213 4.829586009532873e-05']
['59492.01979138264 0.01563436689306312 3.9785566890271195e-05 0.00849831994892736 2.7413173475981067e-05 0.0003005665839662784 9.695426810084493e-07 0.00849831994892736 2.7413173475981067e-05 0.007136046944135761 4.8315353799847886e-05']
['59492.019826862845 0.015593458170750236 3.975293585624813e-05 0.008486290642190641 2.7402213988303757e-05 0.000300141134270919 9.691550684223163e-07 0.008486290642190641 2.7402213988303757e-05 0.007107167528559595 4.828226631644137e-05']
['59492.019862343055 0.015650109943932622 3.980436943864362e-05 0.008501200475407984 2.7412395231285092e-05 0.0003006684617503003 9.69515156232827e-07 0.008501200475407984 2.741239523128509e-05 0.007148909468524638 4.8330396633218395e-05']
['59492.019897823266 0.015689405389868013 3.982057613456415e-05 0.008467678419558592 2.7389268846160034e-05 0.0002994828615522929 9.686972276753827e-07 0.008467678419558592 2.7389268846160034e-05 0.007221726970309421 4.833063553912624e-05']
['59492.01993330347 0.015617278327981546 3.979277672764795e-05 0.008518963041897323 2.7420711547062185e-05 0.00030129668403002847 9.69809285735991e-07 0.008518963041897323 2.742071154706219e-05 0.007098315286084223 4.832556778190639e-05']
['59492.01996878368 0.015696102513621926 3.983885071493738e-05 0.008505946275804609 2.7413543414277155e-05 0.00030083631010408924 9.695557648992185e-07 0.008505946275804609 2.7413543414277155e-05 0.0071901562378173176 4.8359449839855756e-05']
['59492.02000426389 0.01565725813435044 3.9819745605110726e-05 0.008493988467804317 2.7407235517721137e-05 0.00030041338915924695 9.693326686953513e-07 0.008493988467804317 2.740723551772114e-05 0.007163269666546124 4.834013548573866e-05']
['59492.0200397441 0.015636459182689393 3.9796745709234627e-05 0.008513526197006809 2.741361452314881e-05 0.00030110439497688416 9.6955827986109e-07 0.008513526197006809 2.7413614523148815e-05 0.007122932985682584 4.832480967649309e-05']
['59492.0200752243 0.015662676113309987 3.9812536065029224e-05 0.00853296291303096 2.7427390302758297e-05 0.00030179182818415465 9.70045498398822e-07 0.00853296291303096 2.7427390302758297e-05 0.007129713200279027 4.83456282072029e-05']
['59492.020110704514 0.015665996782123538 3.982209280009801e-05 0.008477647079149666 2.7399827496080297e-05 0.0002998354307633862 9.690706635258687e-07 0.008477647079149666 2.7399827496080297e-05 0.007188349702973872 4.833786943789078e-05']
['59492.020146184725 0.015618303698821504 3.979231411771736e-05 0.008524707618926056 2.742325548080744e-05 0.0003014998568811607 9.698992589872034e-07 0.008524707618926056 2.7423255480807443e-05 0.0070935960798954485 4.832663038127864e-05']
['59492.02018166493 0.015626862481419933 3.977556635757111e-05 0.008531166050325929 2.7436791627551986e-05 0.0003017282771660295 9.703780022460505e-07 0.008531166050325929 2.7436791627551986e-05 0.0070956964310940045 4.8320525803008905e-05']
['59492.02021714514 0.01561576773241773 3.980162268561557e-05 0.008506226202279749 2.7408009107934705e-05 0.0003008462104779161 9.693600288523327e-07 0.008506226202279749 2.7408009107934705e-05 0.007109541530137981 4.832564672788911e-05']
['59492.02025262535 0.015610198396751485 3.977407853774224e-05 0.008505911564918442 2.7407185886338054e-05 0.0003008350824576198 9.693309133442511e-07 0.008505911564918442 2.7407185886338054e-05 0.007104286831833043 4.830249643377426e-05']
['59492.02028810555 0.01563642894307153 3.981557395263282e-05 0.00850770434088074 2.7410579125323082e-05 0.00030089848893678783 9.694509246237087e-07 0.00850770434088074 2.7410579125323082e-05 0.0071287246021907915 4.833859510953097e-05']
['59492.02032358576 0.015619924456380701 3.978827785497961e-05 0.00848470863436099 2.7402264376301765e-05 0.00030008518218956363 9.69156850533195e-07 0.00848470863436099 2.740226437630176e-05 0.007135215822019711 4.8311397698822556e-05']
['59492.02035906597 0.015572517899774057 3.97564138100331e-05 0.008489963323931753 2.7403712286934392e-05 0.0003002710288161415 9.692080598963814e-07 0.008489963323931753 2.7403712286934392e-05 0.007082554575842304 4.828598022345274e-05']
['59492.02039454618 0.015671057502397837 3.981956343920744e-05 0.008508153072943218 2.7419682051144763e-05 0.0003009143595869805 9.697728747661797e-07 0.008508153072943218 2.7419682051144763e-05 0.007162904429454619 4.8347043304373186e-05']
['59492.02043002639 0.01557158641354522 3.975377037961014e-05 0.008499439127382687 2.741140295773759e-05 0.0003006061668070267 9.694800617350528e-07 0.008499439127382687 2.741140295773759e-05 0.007072147286162534 4.828816906351113e-05']
['59492.0204655066 0.015636254409169367 3.9794242356241005e-05 0.008509650621467836 2.74143140691676e-05 0.0003009673245314723 9.69583021240381e-07 0.008509650621467836 2.7414314069167597e-05 0.007126603787701531 4.8323144978262805e-05']
['59492.02050098681 0.015656976728856693 3.9822426415319795e-05 0.008478729382089434 2.7400860525395815e-05 0.00029987370939956105 9.691071994640738e-07 0.008478729382089434 2.7400860525395812e-05 0.0071782473467672595 4.833872984611567e-05']
['59492.02053646701 0.01568036815316522 3.9823772605332055e-05 0.008529927000293211 2.742247774066663e-05 0.0003016844547354861 9.698717520565698e-07 0.008529927000293211 2.742247774066663e-05 0.007150441152872009 4.835209561082697e-05']
['59492.02057194722 0.015658314257759015 3.981010653933163e-05 0.008476337405688561 2.7399254474432042e-05 0.0002997891105400148 9.690503970307978e-07 0.008476337405688561 2.739925447443204e-05 0.007181976852070454 4.8327670422105174e-05']
['59492.02060742743 0.01562318411388218 3.9771208527158e-05 0.008489128982327003 2.7402903381323265e-05 0.00030024152001822523 9.691794507127134e-07 0.008489128982327003 2.7402903381323262e-05 0.007134055131555177 4.829770327289718e-05']
['59492.02064290764 0.015582843351670813 3.976814710827632e-05 0.008495494775005427 2.7407134250175023e-05 0.0003004666638785518 9.693290870885648e-07 0.008495494775005427 2.7407134250175023e-05 0.007087348576665386 4.829758308893545e-05']
['59492.020678387846 0.015660855434059116 3.9816655247857614e-05 0.00847141291511426 2.738936693791978e-05 0.0002996149423139905 9.687006969617027e-07 0.00847141291511426 2.738936693791978e-05 0.007189442518944857 4.832746068630919e-05']
['59492.020713868056 0.015610625720953883 3.9776094732761484e-05 0.008488296241960567 2.7399098963960968e-05 0.0003002120678525296 9.690448969729814e-07 0.008488296241960567 2.7399098963960968e-05 0.007122329478993316 4.829956869607163e-05']
['59492.02074934827 0.015656605606520435 3.981060226044474e-05 0.008494807203266114 2.7409580664116214e-05 0.0003004423460027647 9.694156112822513e-07 0.008494807203266114 2.740958066411621e-05 0.007161798403254321 4.833393388212904e-05']
['59492.02078482847 0.015592406443991336 3.975847410459355e-05 0.008504831287747212 2.7414887250810632e-05 0.0003007968754683508 9.696032933941096e-07 0.008504831287747212 2.7414887250810632e-05 0.007087575156244124 4.829401936161759e-05']
['59492.02082030868 0.01564504116688796 3.980607585313583e-05 0.00854047788713676 2.743822266762439e-05 0.0003020576160232981 9.70428614935225e-07 0.00854047788713676 2.743822266762439e-05 0.007104563279751201 4.83464552783732e-05']
['59492.02085578889 0.015580330240392742 3.9773969616500866e-05 0.008494519057028459 2.740445234518838e-05 0.0003004321549143077 9.692342341028921e-07 0.008494519057028459 2.740445234518838e-05 0.007085811183364283 4.830085576254353e-05']
['59492.020891269094 0.015679845393165796 3.983965120008493e-05 0.008526152836239892 2.741783705131036e-05 0.00030155097098768044 9.69707621245369e-07 0.008526152836239892 2.741783705131036e-05 0.007153692556925904 4.8362543319356514e-05']
['59492.020926749305 0.015679893897865737 3.981642197135673e-05 0.008477512480652441 2.7399837326694444e-05 0.0002998306703153493 9.690710112127208e-07 0.008477512480652441 2.739983732669444e-05 0.007202381417213296 4.833320332991034e-05']
['59492.020962229515 0.015651613775079197 3.979667211662997e-05 0.008528345082625424 2.7429415815898157e-05 0.0003016285058429544 9.701171362718234e-07 0.008528345082625424 2.7429415815898157e-05 0.0071232686924537734 4.83337145640597e-05']
['59492.020997709726 0.015649529526126846 3.9801237349776654e-05 0.008487076830669411 2.740086492933325e-05 0.00030016894000038527 9.691073552214988e-07 0.008487076830669411 2.7400864929333252e-05 0.007162452695457434 4.8321277854055363e-05']
['59492.02103318993 0.015640531830910503 3.979095022086585e-05 0.008515403460578504 2.741757654409969e-05 0.0003011707895939779 9.696984076875267e-07 0.008515403460578504 2.741757654409969e-05 0.007125128370331999 4.8322284952503944e-05']
['59492.02106867014 0.015611673388002746 3.977545199094943e-05 0.008526976614610281 2.7421851943997937e-05 0.00030158010618760485 9.698496190269713e-07 0.008526976614610281 2.7421851943997937e-05 0.007084696773392464 4.8311950334496595e-05']
['59492.02110415035 0.015570199525957736 3.974277972398325e-05 0.008497230343380081 2.740882411043704e-05 0.00030052804705319624 9.693888536694168e-07 0.008497230343380081 2.7408824110437036e-05 0.0070729691825776545 4.82776571439204e-05']
['59492.02113963055 0.015651839297109536 3.981230638530816e-05 0.00850985972235821 2.741525156074833e-05 0.0003009747199626518 9.696161782224211e-07 0.00850985972235821 2.7415251560748328e-05 0.007141979574751326 4.8338553535007256e-05']
['59492.02117511076 0.015607306529555474 3.977745048199156e-05 0.00852285543088743 2.7422455614306577e-05 0.0003014343491296311 9.698709694966642e-07 0.00852285543088743 2.7422455614306573e-05 0.0070844510986680445 4.831393834874057e-05']
['59492.021210590974 0.015655188595786598 3.9831458333581285e-05 0.008533302040547537 2.7432142653046186e-05 0.00030180382236651057 9.702135784076267e-07 0.008533302040547537 2.7432142653046183e-05 0.0071218865552390605 4.8363907239974916e-05']
['59492.02124607118 0.015626463070692216 3.979719768171017e-05 0.008495831003039897 2.7411463289029406e-05 0.0003004785555127055 9.694821955180118e-07 0.008495831003039897 2.7411463289029402e-05 0.007130632067652319 4.8323961581837686e-05']
['59492.02128155139 0.015643544146289084 3.981391211891501e-05 0.00851587684129678 2.7412606422766008e-05 0.0003011875320120397 9.69522625603522e-07 0.00851587684129678 2.7412606422766008e-05 0.007127667304992303 4.833837594605511e-05']
['59492.0213170316 0.01560717829857064 3.9785938658479116e-05 0.008492976257537945 2.7399414975198176e-05 0.0003003775895442822 9.69056073584198e-07 0.008492976257537945 2.7399414975198176e-05 0.007114202041032695 4.830785501261029e-05']
['59492.02135251181 0.015665219656768807 3.982766701150935e-05 0.008466793825939251 2.7387349507818324e-05 0.0002994515754529272 9.686293449677051e-07 0.008466793825939251 2.7387349507818324e-05 0.007198425830829556 4.833539047781725e-05']
['59492.02138799201 0.015641155915625867 3.9790888343730875e-05 0.008492973384476188 2.740575244700492e-05 0.00030037748793050877 9.692802157985866e-07 0.008492973384476188 2.740575244700492e-05 0.007148182531149679 4.831552610051735e-05']
['59492.02142347222 0.015617277096230188 3.978754124243726e-05 0.008535265896140858 2.7425755351018383e-05 0.0003018732795498874 9.699876738096833e-07 0.008535265896140858 2.7425755351018383e-05 0.00708201120008933 4.832411918175601e-05']
['59492.02145895243 0.0156105167920386 3.975511433589992e-05 0.008531673282076907 2.742584190573703e-05 0.00030174621681946536 9.699907350566434e-07 0.008531673282076907 2.742584190573703e-05 0.007078843509961692 4.829747322685687e-05']
['59492.021494432636 0.015608936332189119 3.976717551852919e-05 0.008501528173973472 2.7410659640647162e-05 0.00030068005171619844 9.694537722707804e-07 0.008501528173973472 2.7410659640647162e-05 0.007107408158215646 4.8298783738898755e-05']
['59492.02152991285 0.015670917780929324 3.983374772446717e-05 0.008504272738059806 2.7406197060219828e-05 0.0003007771208141923 9.692959407743457e-07 0.008504272738059806 2.7406197060219825e-05 0.007166645042869518 4.835108163299034e-05']
['59492.02156539306 0.01559073182659119 3.975675510972922e-05 0.00848223902830143 2.7395313461274957e-05 0.0002999978377424817 9.689110122030777e-07 0.00848223902830143 2.7395313461274953e-05 0.00710849279828976 4.828149517668744e-05']
['59492.02160087326 0.01565112995926463 3.979479454053228e-05 0.0085058872232403 2.7409807802636168e-05 0.00030083422154686434 9.694236446640774e-07 0.0085058872232403 2.7409807802636168e-05 0.00714524273602433 4.832104341071944e-05']
['59492.02163635347 0.015629803942504034 3.9801015580902813e-05 0.008505229598307951 2.740639596688275e-05 0.00030081096282271244 9.693029756584833e-07 0.008505229598307951 2.7406395966882755e-05 0.007124574344196083 4.832423182177691e-05']
['59492.02167183368 0.015592377862531006 3.9753637742564626e-05 0.00853703778088546 2.742744046808602e-05 0.00030193594715337464 9.700472726343506e-07 0.00853703778088546 2.742744046808602e-05 0.0070553400816455464 4.8297165593826115e-05']
['59492.02170731389 0.01565655702105208 3.982306927995135e-05 0.00851419618373229 2.7414822665017094e-05 0.0003011280909100322 9.696010091389328e-07 0.00851419618373229 2.741482266501709e-05 0.007142360837319792 4.834717518769985e-05']
['59492.021742794095 0.015596507935861096 3.975897770467761e-05 0.00851502628750184 2.742491181513833e-05 0.0003011574498251885 9.699578398307975e-07 0.00851502628750184 2.7424911815138327e-05 0.007081481648359256 4.830012521918722e-05']
['59492.021778274306 0.015619913172751224 3.977017106403486e-05 0.008511133558687801 2.7417244965308053e-05 0.00030101977270677283 9.696866804867017e-07 0.008511133558687801 2.7417244965308057e-05 0.0071087796140634225 4.830498760946229e-05']
['59492.021813754516 0.015688949085113583 3.985025619575608e-05 0.008508418582660989 2.7409513150973155e-05 0.0003009237500723188 9.694132234932643e-07 0.008508418582660989 2.7409513150973155e-05 0.007180530502452594 4.8366562106901556e-05']
['59492.02184923472 0.015658630339731344 3.9823102269543584e-05 0.008517927069177774 2.742520255366122e-05 0.0003012600439902008 9.699681226025898e-07 0.008517927069177774 2.742520255366122e-05 0.007140703270553569 4.8353088934212604e-05']
['59492.02188471493 0.015624020837432837 3.978992101897394e-05 0.008500396273041 2.7409465682455476e-05 0.0003006400189098666 9.6941154463788e-07 0.008500396273041 2.7409465682455476e-05 0.007123624564391837 4.831683582038344e-05']
['59492.02192019514 0.015593024295315859 3.977628250516395e-05 0.008503932986920933 2.7414542604701434e-05 0.00030076510457570946 9.69591104031466e-07 0.008503932986920933 2.741454260470143e-05 0.007089091308394926 4.830848575722077e-05']
['59492.02195567534 0.0156377446015838 3.979673766161936e-05 0.008521474967412953 2.7420146311393416e-05 0.00030138552522169317 9.69789294613614e-07 0.008521474967412953 2.742014631139342e-05 0.007116269634170846 4.8328508690481796e-05']
['59492.021991155554 0.015631589276363086 3.9805587065948984e-05 0.00851117973271924 2.7413253839577748e-05 0.0003010214057790719 9.695455232892618e-07 0.00851117973271924 2.7413253839577748e-05 0.007120409543643846 4.833188644919593e-05']
['59492.022026635765 0.015607445057470819 3.978303665438765e-05 0.008491695893062378 2.7399500009656573e-05 0.0003003323059142276 9.690590810629505e-07 0.008491695893062378 2.739950000965657e-05 0.007115749164408441 4.830551320732988e-05']
['59492.022062115975 0.015610013767401091 3.9776852281838684e-05 0.008486313629876164 2.7404535343644107e-05 0.00030014194729398146 9.692371695727804e-07 0.008486313629876164 2.7404535343644103e-05 0.007123700137524927 4.830327664716188e-05']
['59492.02209759618 0.01561974982875356 3.979613908475025e-05 0.008485565311060803 2.739612650434028e-05 0.00030011548092987627 9.68939767719254e-07 0.008485565311060803 2.7396126504340284e-05 0.007134184517692757 4.831439157740272e-05']
['59492.02213307639 0.015650186467420907 3.979122318439015e-05 0.00850140575163668 2.7408020377358132e-05 0.0003006757219117439 9.693604274266536e-07 0.00850140575163668 2.740802037735813e-05 0.0071487807157842274 4.831708831785734e-05']
['59492.0221685566 0.015602255791992252 3.9771404891788163e-05 0.008515460648354584 2.7418471916801702e-05 0.0003011728121978107 9.697300750189568e-07 0.008515460648354584 2.7418471916801702e-05 0.007086795143637668 4.8306699838831825e-05']
['59492.0222040368 0.015639115468306257 3.979189078141344e-05 0.00850851716434695 2.7413078172130647e-05 0.0003009272366862341 9.695393103242515e-07 0.00850851716434695 2.7413078172130647e-05 0.0071305983039593075 4.832050731140228e-05']
['59492.02223951701 0.01565186405062588 3.98179206179364e-05 0.008505405784263332 2.7409891080868138e-05 0.0003008171941262018 9.694265900290262e-07 0.008505405784263332 2.7409891080868135e-05 0.007146458266362548 4.8340137891832075e-05']
['59492.02227499722 0.0156314634500631 3.9795557572663944e-05 0.008510444430844758 2.7412568990404663e-05 0.00030099539979507446 9.695213017045576e-07 0.008510444430844758 2.7412568990404666e-05 0.0071210190192183415 4.832323810728029e-05']
['59492.022310477434 0.01563934966481634 3.978894447656327e-05 0.008538937384619735 2.74326241812884e-05 0.00030200313189209145 9.702306089854016e-07 0.008538937384619735 2.74326241812884e-05 0.007100412280196606 4.832917309483831e-05']
['59492.02234595764 0.015610086871005095 3.979537295679357e-05 0.008510285906565655 2.741003696862309e-05 0.0003009897931456035 9.69431749752879e-07 0.008510285906565655 2.741003696862309e-05 0.00709980096443944 4.8321649758587314e-05']
['59492.02238143785 0.015671718826599453 3.9825134036568614e-05 0.008561072038257735 2.743988846939021e-05 0.0003027859851232281 9.704875306208342e-07 0.008561072038257735 2.743988846939021e-05 0.007110646788341718 4.836309316248527e-05']
['59492.02241691806 0.015579580916105158 3.975712428217981e-05 0.00845458557498813 2.738190222988879e-05 0.00029901979690062115 9.684366869212872e-07 0.00845458557498813 2.738190222988879e-05 0.007124995341117027 4.8274190836469544e-05']
['59492.02245239826 0.015583795571130897 3.978452264562467e-05 0.008473862442106638 2.7406513032229348e-05 0.0002997015766093403 9.693071159981666e-07 0.008473862442106638 2.7406513032229344e-05 0.007109933129024259 4.83107151543628e-05']
['59492.02248787847 0.015666174216306835 3.9812135272770407e-05 0.008511458299421876 2.7410474962783835e-05 0.0003010312580607842 9.694472406274852e-07 0.008511458299421876 2.7410474962783835e-05 0.007154715916884959 4.833570370505398e-05']
['59492.02252335868 0.01566578144218643 3.9825784996444196e-05 0.008494449468108484 2.740516672175645e-05 0.0003004296937097303 9.692595000055671e-07 0.008494449468108484 2.7405166721756453e-05 0.007171331974077946 4.834393771332934e-05']
['59492.022558838886 0.015592957942853447 3.977091119900815e-05 0.00850315081881416 2.7406591426430218e-05 0.00030073744103781573 9.693098886258507e-07 0.00850315081881416 2.7406591426430218e-05 0.007089807124039288 4.829955104568437e-05']
['59492.022594319096 0.015596328080148686 3.97637208111381e-05 0.008520931401514574 2.7422912737263885e-05 0.0003013663005106658 9.698871369140546e-07 0.008520931401514574 2.7422912737263885e-05 0.007075396678634112 4.830289469319336e-05']
['59492.02262979931 0.015594289068280889 3.977268706119738e-05 0.00847632503929874 2.7399955335834695e-05 0.0002997886731684441 9.690751849322766e-07 0.00847632503929874 2.739995533583469e-05 0.007117964028982149 4.829724824949837e-05']
['59492.02266527952 0.015542659049200712 3.9738355831768955e-05 0.008522797085784153 2.7433049351876704e-05 0.0003014322855937218 9.702456463189096e-07 0.008522797085784153 2.7433049351876704e-05 0.007019861963416559 4.8287774031889155e-05']
['59492.02270075972 0.015636006651591924 3.9810265353145476e-05 0.008491237331387503 2.7396341854801536e-05 0.0003003160876126123 9.689473841837887e-07 0.008491237331387503 2.7396341854801536e-05 0.007144769320204421 4.832615000714422e-05']
['59492.02273623993 0.015647465296626778 3.981784664949272e-05 0.00850506234854041 2.740811798248887e-05 0.0003008050475722157 9.693638795019932e-07 0.00850506234854041 2.740811798248887e-05 0.007142402948086367 4.833907159994436e-05']
['59492.02277172014 0.015699039160531215 3.9835991342403174e-05 0.008526460571379069 2.7425514745166612e-05 0.00030156185489180556 9.699791641184286e-07 0.008526460571379069 2.7425514745166612e-05 0.007172578589152146 4.836388182589743e-05']
['59492.022807200345 0.015651156486525 3.9798988449011715e-05 0.008510402455700537 2.7406557357101103e-05 0.0003009939152280323 9.693086836698203e-07 0.008510402455700537 2.7406557357101103e-05 0.007140754030824464 4.8322653773697494e-05']
['59492.022842680555 0.015561161979009228 3.975028827032816e-05 0.00851339267547174 2.7417294737026803e-05 0.00030109967261859183 9.696884408011606e-07 0.00851339267547174 2.7417294737026806e-05 0.007047769303537489 4.8288647405691396e-05']
['59492.022878160766 0.015617477707123552 3.977764672835108e-05 0.008498309452294465 2.741078090998296e-05 0.0003005662127238315 9.694580612961666e-07 0.008498309452294465 2.7410780909982963e-05 0.007119168254829087 4.830747446659353e-05']
['59492.02291364097 0.015579468799712138 3.974984617936945e-05 0.00853565039281716 2.7425723593552002e-05 0.0003018868783380287 9.699865506190711e-07 0.00853565039281716 2.7425723593552002e-05 0.007043818406894978 4.829306975036322e-05']
['59492.02294912118 0.015678510431014907 3.981623871400185e-05 0.008483241984659199 2.7407830918479964e-05 0.00030003331006738047 9.693537266895486e-07 0.008483241984659199 2.7407830918479967e-05 0.007195268446355709 4.833758435199639e-05']
['59492.02298460139 0.015664400603175817 3.982145610054067e-05 0.008491951246637921 2.7409012127926123e-05 0.0003003413371995129 9.693955034278114e-07 0.008491951246637921 2.7409012127926123e-05 0.007172449356537896 4.8342551771664775e-05']
['59492.0230200816 0.01564712115294875 3.979411661141291e-05 0.008488496522619689 2.740484368853718e-05 0.0003002191513318418 9.692480750425382e-07 0.008488496522619689 2.740484368853718e-05 0.007158624630329062 4.831766938166497e-05']
['59492.0230555618 0.01558784024405629 3.9769336071182335e-05 0.008550007122682618 2.7433069144615008e-05 0.0003023946437879671 9.702463463438293e-07 0.008550007122682618 2.743306914461501e-05 0.007037833121373672 4.83132836209243e-05']
['59492.023091042014 0.01569423385082157 3.985091655980602e-05 0.008516325559311835 2.7421321399042106e-05 0.0003012034021654064 9.698308548375819e-07 0.008516325559311835 2.7421321399042106e-05 0.007177908291509737 4.837379887838236e-05']
['59492.023126522225 0.015632051555552577 3.980588816828865e-05 0.008518769645921243 2.742674132353701e-05 0.00030128984404656907 9.700225454541483e-07 0.008518769645921243 2.7426741323537013e-05 0.007113281909631335 4.8339785606625474e-05']
['59492.02316200243 0.0156305279558461 3.982128049105183e-05 0.008502966347276692 2.741108119534324e-05 0.0003007309166918052 9.694686817182613e-07 0.008502966347276692 2.741108119534324e-05 0.007127561608569406 4.8343580258858826e-05']
['59492.02319748264 0.015629754371382497 3.9783931266654546e-05 0.008520980125978583 2.742363785588036e-05 0.000301368023786065 9.699127827389746e-07 0.008520980125978583 2.7423637855880363e-05 0.007108774245403914 4.831994516015481e-05']
['59492.02323296285 0.015652996462300197 3.98159021797061e-05 0.008520391413134286 2.7423881626002842e-05 0.000301347202328458 9.699214043434125e-07 0.008520391413134286 2.742388162600284e-05 0.007132605049165911 4.8346409895885145e-05']
['59492.02326844305 0.015611928447989016 3.979398127036921e-05 0.008465949059998513 2.7396479584481736e-05 0.00029942169796954405 9.689522553747696e-07 0.008465949059998513 2.7396479584481736e-05 0.007145979387990503 4.831281443850503e-05']
['59492.02330392326 0.015693429720293396 3.9836257612068006e-05 0.008520458370264501 2.742134401548995e-05 0.0003013495704525133 9.698316547307974e-07 0.008520458370264501 2.7421344015489954e-05 0.007172971350028895 4.836173619868184e-05']
['59492.02333940347 0.015641588476326563 3.980745363791199e-05 0.00849525118531979 2.740582479517707e-05 0.0003004580486557617 9.69282774591747e-07 0.00849525118531979 2.7405824795177072e-05 0.007146337291006773 4.832921060640713e-05']
['59492.02337488368 0.015627935423956164 3.9791647475060226e-05 0.008487652936071474 2.7404397565634226e-05 0.0003001893155609364 9.692322966724868e-07 0.008487652936071474 2.7404397565634226e-05 0.0071402824878846905 4.831538279590472e-05']
['59492.02341036389 0.015687477176998792 3.981439518447944e-05 0.008496157765577331 2.7416278404712715e-05 0.0003004901123733833 9.696524953985804e-07 0.008496157765577331 2.741627840471272e-05 0.007191319411421461 4.834085627572826e-05']
['59492.0234458441 0.01564177552530427 3.9797372883257324e-05 0.008519383010500417 2.742505747743402e-05 0.0003013115373809453 9.6996299158066e-07 0.008519383010500417 2.742505747743402e-05 0.007122392514803852 4.833181836067814e-05']
['59492.02348132431 0.01563579078585381 3.978674436104988e-05 0.008538617359411532 2.7433954323177408e-05 0.0003019918133156916 9.702776531313238e-07 0.008538617359411532 2.743395432317741e-05 0.007097173426442277 4.832811683334784e-05']
['59492.02351680451 0.015679567664750902 3.983104835135594e-05 0.008480215619865845 2.740513681594244e-05 0.0002999262743081668 9.69258442303761e-07 0.008480215619865845 2.740513681594244e-05 0.007199352044885057 4.8348256811063814e-05']
['59492.02355228472 0.015651967041105743 3.980656067176238e-05 0.008445553557041737 2.7381894880884785e-05 0.0002987003546112293 9.684364270034396e-07 0.008445553557041737 2.7381894880884785e-05 0.007206413484064006 4.831490908386896e-05']
['59492.02358776493 0.015672533342158804 3.981425020539945e-05 0.00854242287478508 2.7430657135833118e-05 0.0003021264058896277 9.701610389837362e-07 0.00854242287478508 2.7430657135833118e-05 0.007130110467373723 4.834889316542606e-05']
['59492.02362324514 0.015611268811885827 3.9786570213672397e-05 0.008530185854186086 2.7427302332333786e-05 0.0003016936098191727 9.700423870815093e-07 0.008530185854186086 2.7427302332333783e-05 0.007081082957699741 4.832419769221964e-05']
['59492.023658725346 0.015641944948212944 3.980834229402307e-05 0.008493779009383324 2.741178563229748e-05 0.00030040598108300846 9.69493596079009e-07 0.008493779009383324 2.7411785632297484e-05 0.00714816593882962 4.833332295372559e-05']
['59492.023694205556 0.015633434819590016 3.981021937170828e-05 0.00851153046821875 2.741171446134845e-05 0.0003010338105098419 9.694910789215994e-07 0.00851153046821875 2.741171446134845e-05 0.0071219043513712655 4.833482860354464e-05']
['59492.02372968577 0.015563802193487011 3.975141772311182e-05 0.008494505021164193 2.7407267382218563e-05 0.00030043165849715696 9.693337956714122e-07 0.008494505021164193 2.7407267382218563e-05 0.007069297172322818 4.8283884644441663e-05']
['59492.02376516597 0.015621386997917378 3.978132131352325e-05 0.00853217727746691 2.7424241996427495e-05 0.00030176404201004637 9.69934149839952e-07 0.00853217727746691 2.7424241996427495e-05 0.0070892097204504675 4.8318139187352786e-05']
['59492.02380064618 0.015676994303259195 3.983123714455254e-05 0.008505599750601852 2.7407590627696413e-05 0.000300824054282106 9.693452281415527e-07 0.008505599750601852 2.7407590627696416e-05 0.007171394552657343 4.834980327241233e-05']
['59492.02383612639 0.015660261670527205 3.9823468389181615e-05 0.008501083297193339 2.7409119355966108e-05 0.0003006643174187262 9.693992958439452e-07 0.008501083297193339 2.7409119355966108e-05 0.007159178373333866 4.834427017148716e-05']
['59492.023871606594 0.01566508321143425 3.982219244285777e-05 0.00852125876582879 2.7416946328694314e-05 0.0003013778786548434 9.696761183770872e-07 0.00852125876582879 2.7416946328694314e-05 0.007143824445605459 4.8347657202252346e-05']
['59492.023907086805 0.015674453840732967 3.980837159767175e-05 0.008486910140719983 2.7400871824325174e-05 0.0003001630445494041 9.691075990819537e-07 0.008486910140719983 2.7400871824325174e-05 0.0071875437000129844 4.832715826521787e-05']
['59492.023942567015 0.015631904225716593 3.979845128250727e-05 0.008501399016089057 2.7408802019174074e-05 0.0003006754836904775 9.693880723508168e-07 0.008501399016089057 2.7408802019174074e-05 0.007130505209627536 4.832348448334811e-05']
['59492.023978047226 0.015620408028643397 3.980345239310181e-05 0.008528797697532262 2.7424677732577782e-05 0.0003016445138206745 9.699495608537747e-07 0.008528797697532262 2.7424677732577782e-05 0.007091610331111135 4.8336609015793294e-05']
['59492.02401352743 0.01565849479457946 3.9803994970435724e-05 0.008492768687373838 2.74026530572067e-05 0.00030037024825146973 9.69170597308152e-07 0.008492768687373838 2.7402653057206697e-05 0.007165726107205622 4.832456321768581e-05']
['59492.02404900764 0.01569174803459185 3.9844073627226576e-05 0.008538720915372139 2.743548063362603e-05 0.0003019954758585843 9.703316353207882e-07 0.008538720915372139 2.7435480633626026e-05 0.00715302711921971 4.8376190433000416e-05']
['59492.02408448785 0.015644410331870473 3.978912476235079e-05 0.008526558777791581 2.7424598667067943e-05 0.0003015653282331377 9.699467644833926e-07 0.008526558777791581 2.742459866706794e-05 0.007117851554078892 4.832476654267107e-05']
['59492.02411996805 0.015586670206605261 3.9754860086574585e-05 0.00851481229912775 2.7421639099307513e-05 0.0003011498815346328 9.69842091185951e-07 0.00851481229912775 2.7421639099307513e-05 0.007071857907477511 4.829487748608326e-05']
['59492.02415544826 0.01565902910209623 3.981711782860403e-05 0.008526406181046225 2.7424263873186607e-05 0.00030155993122728817 9.699349235720301e-07 0.008526406181046225 2.7424263873186604e-05 0.0071326229210500035 4.8347627875244354e-05']
['59492.024190928474 0.015656122327026494 3.983539924397197e-05 0.00852569577580823 2.742480508463227e-05 0.00030153480578168254 9.69954065011327e-07 0.00852569577580823 2.7424805084632272e-05 0.007130426551218264 4.836299170705545e-05']
['59492.02422640868 0.015615549892044287 3.977053235917799e-05 0.008474483304091389 2.739458961659863e-05 0.00029972353511019607 9.688854114345737e-07 0.008474483304091389 2.7394589616598627e-05 0.007141066587952898 4.8292429887035885e-05']
['59492.02426188889 0.015638151710269606 3.979255111920529e-05 0.008492672874603466 2.7404599367291005e-05 0.0003003668595679106 9.692394339460869e-07 0.008492672874603466 2.7404599367291005e-05 0.007145478835666141 4.8316241483131664e-05']
['59492.0242973691 0.015606605478505599 3.979146565698536e-05 0.008542827852033504 2.7431144207564884e-05 0.0003021407290298335 9.701782656223476e-07 0.008542827852033504 2.7431144207564888e-05 0.007063777626472095 4.8330408767847865e-05']
['59492.02433284931 0.0156858771353879 3.9833816549833584e-05 0.008516100034178627 2.7420179740827187e-05 0.00030119542584546385 9.69790476937976e-07 0.008516100034178627 2.7420179740827187e-05 0.007169777101209272 4.835906531298e-05']
['59492.02436832951 0.015656191398638993 3.981821866795324e-05 0.008526330785387542 2.742229742411674e-05 0.0003015572646513399 9.69865374663184e-07 0.008526330785387542 2.742229742411674e-05 0.007129860613251451 4.8347419102840014e-05']
['59492.02440380972 0.015626640808032513 3.976910466875239e-05 0.008518842471949565 2.740487088734584e-05 0.00030129241974043424 9.692490370036148e-07 0.008518842471949565 2.740487088734584e-05 0.007107798336082948 4.829708722590089e-05']
['59492.02443928993 0.01564025908985189 3.976225942349414e-05 0.008500137719543138 2.7402729970396808e-05 0.00030063087445048026 9.691733175557953e-07 0.008500137719543138 2.7402729970396808e-05 0.007140121370308752 4.8290235910499875e-05']
['59492.024474770136 0.01563252632503758 3.977937570401445e-05 0.0085260935302479 2.7416783655559247e-05 0.0003015488734672848 9.69670364991853e-07 0.0085260935302479 2.7416783655559247e-05 0.007106432794789681 4.831230441012802e-05']
['59492.02451025035 0.015666440269485344 3.980292992723409e-05 0.00849635903349814 2.7396629750208754e-05 0.000300497230769935 9.689575664009335e-07 0.00849635903349814 2.739662975020875e-05 0.007170081235987204 4.832027061660903e-05']
['59492.02454573056 0.015647946695864483 3.9786331358616545e-05 0.008501642531427617 2.7396779004375265e-05 0.0003006840962837777 9.689628451872396e-07 0.008501642531427617 2.739677900437526e-05 0.007146304164436866 4.830668341743419e-05']
['59492.02458121076 0.015619156815770988 3.978313913020019e-05 0.008529068068976225 2.740706176693897e-05 0.00030165407625440285 9.693265235184961e-07 0.008529068068976225 2.7407061766938973e-05 0.007090088746794763 4.830988712209617e-05']
['59492.02461669097 0.015661514529870437 3.981917374967361e-05 0.008486063044949626 2.7392816234995e-05 0.0003001330846651542 9.68822690890528e-07 0.008486063044949626 2.7392816234995e-05 0.007175451484920811 4.8331490556270886e-05']
['59492.02465217118 0.015679358033451128 3.982464810793392e-05 0.008472839519345729 2.7378704117661892e-05 0.0002996653981173848 9.68323576839182e-07 0.008472839519345729 2.7378704117661896e-05 0.007206518514105399 4.832800467723907e-05']
['59492.02468765139 0.015616118251870498 3.975226966534517e-05 0.008477810845092078 2.7390919383301458e-05 0.00029984122279877397 9.687556034853416e-07 0.008477810845092078 2.739091938330146e-05 0.00713830740677842 4.827530847347163e-05']
['59492.024723131595 0.015640033188508443 3.981533673086489e-05 0.008522138256906835 2.7409313627411183e-05 0.000301408984288727 9.694061667907863e-07 0.008522138256906835 2.7409313627411183e-05 0.007117894931601608 4.833768211776344e-05']
['59492.024758611806 0.015598608402622218 3.976340977737341e-05 0.008484934176155758 2.7399120293981163e-05 0.0003000931590987883 9.690456513681259e-07 0.008484934176155758 2.739912029398116e-05 0.0071136742264664606 4.8289134906388264e-05']
['59492.024794092016 0.015619383525188593 3.978004116196102e-05 0.008478967231918195 2.738867098490114e-05 0.00029988212161644127 9.68676082658797e-07 0.008478967231918195 2.7388670984901145e-05 0.007140416293270398 4.8296904384923876e-05']
['59492.02482957222 0.015610150399668605 3.976875527276902e-05 0.008505397497252739 2.7392114718628593e-05 0.0003008169010331575 9.68797879824445e-07 0.008505397497252739 2.7392114718628597e-05 0.007104752902415867 4.8289562482009535e-05']
['59492.02486505243 0.015636117454925106 3.978117838206437e-05 0.008495891418917132 2.7396999395622333e-05 0.0003004806922872618 9.68970639933103e-07 0.008495891418917132 2.7396999395622333e-05 0.007140226036007974 4.830256441794117e-05']
['59492.02490053264 0.01564451121184032 3.981459018693898e-05 0.008492742304930424 2.7402528523258344e-05 0.0003003693151634075 9.691661928207158e-07 0.008492742304930424 2.7402528523258348e-05 0.0071517689069098955 4.833322005848447e-05']
['59492.024936012844 0.015621863329171821 3.97849642201479e-05 0.00848661524093045 2.7385784132612245e-05 0.00030015261460291054 9.685739811450738e-07 0.00848661524093045 2.738578413261224e-05 0.007135248088241371 4.829932246477672e-05']
['59492.024971493054 0.015658440317107274 3.9804871744186935e-05 0.008504275860487189 2.739580012701587e-05 0.0003007772312474706 9.689282244827e-07 0.008504275860487189 2.739580012701587e-05 0.007154164456620085 4.832139980557863e-05']
['59492.025006973265 0.01565449718703534 3.9792252605531634e-05 0.008491307883232787 2.7390872393486387e-05 0.0003003185828737059 9.687539415605984e-07 0.008491307883232787 2.7390872393486387e-05 0.007163189303802551 4.830821108154072e-05']
['59492.025042453475 0.015660549550054206 3.981153356320122e-05 0.008484748282168022 2.738843061464732e-05 0.0003000865844438907 9.686675813001152e-07 0.008484748282168022 2.738843061464732e-05 0.0071758012678861845 4.832271035638675e-05']
['59492.02507793368 0.015621587634381102 3.9765940281038906e-05 0.008524607540929319 2.7411576013175497e-05 0.00030149631734607726 9.694861823191354e-07 0.008524607540929319 2.7411576013175494e-05 0.007096980093451784 4.829828678080881e-05']
['59492.02511341389 0.015613377240539248 3.978095239941654e-05 0.008492199724062868 2.7389593475756455e-05 0.0003003501252907189 9.687087090987038e-07 0.008492199724062868 2.738959347575646e-05 0.00712117751647638 4.829817806679508e-05']
['59492.0251488941 0.01562639327239667 3.97751020439904e-05 0.008487222121874971 2.7394145837890703e-05 0.00030017407862561915 9.688697159734614e-07 0.008487222121874971 2.7394145837890703e-05 0.007139171150521699 4.829594153546935e-05']
['59492.0251843743 0.015599256990981962 3.976679513767918e-05 0.008499780627854824 2.740011669333559e-05 0.00030061824491551755 9.690808917864705e-07 0.008499780627854824 2.740011669333559e-05 0.007099476363127138 4.829248792856455e-05']
['59492.02521985451 0.01564377562582372 3.9785626208863646e-05 0.008523572575859627 2.7413985381106853e-05 0.0003014597129445731 9.695713962782471e-07 0.008523572575859627 2.7413985381106853e-05 0.007120203049964094 4.8315863309134386e-05']
['59492.02525533472 0.015577523278605537 3.9744023599424075e-05 0.008493144410633473 2.7400292550648364e-05 0.00030038353674347094 9.690871114666054e-07 0.008493144410633473 2.7400292550648364e-05 0.0070843788679720646 4.8273838087857634e-05']
['59492.025290814934 0.015651888376813014 3.9791729483461585e-05 0.008534477333094353 2.7411783637640058e-05 0.0003018453898372672 9.694935255324336e-07 0.008534477333094353 2.7411783637640058e-05 0.007117411043718661 4.8319640080217666e-05']
['59492.02532629514 0.015650928493465287 3.979697848696054e-05 0.00851495061049324 2.7408674506242058e-05 0.0003011547732985225 9.69383562503386e-07 0.00851495061049324 2.7408674506242058e-05 0.007135977882972048 4.832219919333891e-05']
['59492.02536177535 0.01565002013321124 3.978958488182151e-05 0.008490547590593233 2.7387333428452976e-05 0.00030029169302219893 9.68628776276488e-07 0.008490547590593233 2.7387333428452973e-05 0.007159472542618008 4.830400705313107e-05']
['59492.02539725556 0.015643473601549197 3.9781629192184516e-05 0.008504773075549013 2.7393750809931852e-05 0.0003007948166329971 9.688557447173924e-07 0.008504773075549013 2.7393750809931852e-05 0.007138700526000184 4.830109320316787e-05']
['59492.02543273576 0.015633056535047304 3.978979724971232e-05 0.008470313378378457 2.7385630042877678e-05 0.0002995760541569651 9.685685313355324e-07 0.008470313378378457 2.7385630042877675e-05 0.007162743156668847 4.8303216228514004e-05']
['59492.02546821597 0.015581851868585734 3.975403498649551e-05 0.0085138859231053 2.7401258053932302e-05 0.0003011171176850473 9.691212591599854e-07 0.0085138859231053 2.74012580539323e-05 0.007067965945480434 4.828262876693541e-05']
['59492.02550369618 0.015672828740831275 3.981855963644821e-05 0.008533716678787991 2.7419634459699306e-05 0.00030181848719441353 9.697711915631145e-07 0.008533716678787991 2.7419634459699306e-05 0.007139112062043283 4.834618956468971e-05']
['59492.025539176386 0.015664047277086802 3.981859894799355e-05 0.008498372256548127 2.73906529669243e-05 0.0003005684339699243 9.687461809334868e-07 0.008498372256548127 2.7390652966924295e-05 0.007165675020538675 4.832979093825703e-05']
['59492.025574656596 0.015606274377083652 3.977925368337643e-05 0.008538725978823486 2.7421743165222843e-05 0.0003019956549415423 9.698457717648025e-07 0.008538725978823486 2.742174316522284e-05 0.007067548398260166 4.8315018594903416e-05']
['59492.02561013681 0.01563214421671195 3.978957627077396e-05 0.00850727609216087 2.7405119263302148e-05 0.0003008833427366456 9.692578215061017e-07 0.00850727609216087 2.7405119263302145e-05 0.007124868124551081 4.8314086368713964e-05']
['59492.02564561702 0.01565895629162059 3.9796647004351005e-05 0.00850374318470051 2.739592746860805e-05 0.0003007583916953561 9.689327282702237e-07 0.00850374318470051 2.739592746860805e-05 0.007155213106920081 4.831469708747177e-05']
['59492.02568109722 0.015619813793539116 3.975420617026961e-05 0.008502984314838305 2.7400922082553404e-05 0.00030073155216430423 9.691093766031657e-07 0.008502984314838305 2.7400922082553404e-05 0.0071168294787008115 4.828257904464575e-05']
['59492.02571657743 0.015622186797240293 3.979552131445368e-05 0.008448936199071052 2.7376846925246415e-05 0.0002988199911000462 9.682578920940275e-07 0.008448936199071052 2.737684692524642e-05 0.007173250598169241 4.83029529558754e-05']
['59492.02575205764 0.015589065490214698 3.9767981972538975e-05 0.008538877320604994 2.742992996791555e-05 0.0003020010075621252 9.701353206796165e-07 0.008538877320604994 2.7429929967915553e-05 0.007050188169609704 4.8310386545886144e-05']
['59492.025787537845 0.015592825077999743 3.973796888507142e-05 0.008503843311317486 2.7399326116206952e-05 0.00030076193295002873 9.690529308402665e-07 0.008503843311317486 2.7399326116206952e-05 0.007088981766682257 4.826830474268974e-05']
['59492.025823018055 0.015668344885730198 3.9802994589498667e-05 0.008488476927604158 2.73928853982142e-05 0.0003002184582999348 9.688251370390204e-07 0.008488476927604158 2.73928853982142e-05 0.00717986795812604 4.831820100884714e-05']
['59492.025858498266 0.015641349637934416 3.9777242682942205e-05 0.008501934747953788 2.741000936690805e-05 0.00030069443132924284 9.694307735419043e-07 0.008501934747953788 2.741000936690805e-05 0.0071394148899806276 4.8306703975242054e-05']
['59492.02589397847 0.015589638258690587 3.976431527513108e-05 0.00850205791235338 2.7401126608372922e-05 0.0003006987873788002 9.691166102243137e-07 0.00850205791235338 2.7401126608372922e-05 0.007087580346337207 4.829101892389625e-05']
['59492.02592945868 0.015654458357214986 3.9813244917809964e-05 0.008497355952661831 2.7395246060547207e-05 0.00030053248957277154 9.68908628389969e-07 0.008497355952661831 2.7395246060547207e-05 0.007157102404553155 4.8327983380267875e-05']
['59492.02596493889 0.01563181393646068 3.979893670170923e-05 0.008517492756262865 2.7411939182030695e-05 0.00030124468331303267 9.69499026789909e-07 0.008517492756262865 2.741193918203069e-05 0.007114321180197817 4.832566370269535e-05']
['59492.0260004191 0.015603904578281386 3.9769784244392244e-05 0.008487715149896843 2.739058789685397e-05 0.0003001915159249 9.687438795505225e-07 0.008487715149896843 2.739058789685397e-05 0.007116189428384543 4.828954383902164e-05']
['59492.026035899304 0.015638789824975127 3.977775070505645e-05 0.008509718093764603 2.740140546766321e-05 0.00030096971087581725 9.691264728541974e-07 0.008509718093764603 2.7401405467663213e-05 0.007129071731210523 4.8302240866826273e-05']
['59492.026071379514 0.015661255061169003 3.981507511420584e-05 0.008500373126109885 2.7398860026520663e-05 0.0003006392002546434 9.690364462897116e-07 0.008500373126109885 2.7398860026520663e-05 0.007160881935059118 4.833153977583091e-05']
['59492.026106859725 0.015621622235123004 3.976879950249803e-05 0.008513562412042222 2.741566982403709e-05 0.0003011056758217509 9.696309712601812e-07 0.008513562412042222 2.741566982403709e-05 0.007108059823080782 4.830296435800297e-05']
['59492.02614233993 0.015634828259075906 3.9773085751946634e-05 0.008523213725463403 2.741631785083421e-05 0.00030144702120804204 9.696538905197407e-07 0.008523213725463403 2.741631785083421e-05 0.007111614533612504 4.83068611558407e-05']
['59492.02617782014 0.01562531116697381 3.9791751167315346e-05 0.008498965057841257 2.7406621458012863e-05 0.0003005894000268294 9.693109507758122e-07 0.008498965057841257 2.7406621458012863e-05 0.007126346109132552 4.83167296151587e-05']
['59492.02621330035 0.015609694517529903 3.977788746059827e-05 0.008499190731702239 2.739714855448655e-05 0.0003005973816069409 9.6897591534878e-07 0.008499190731702239 2.739714855448655e-05 0.007110503785827664 4.82999387136736e-05']
['59492.02624878055 0.015634280197586746 3.979265876733021e-05 0.008543453410078537 2.7423144019671953e-05 0.0003021628536198464 9.698953168559422e-07 0.008543453410078537 2.7423144019671956e-05 0.007090826787508209 4.832685091847856e-05']
['59492.02628426076 0.01568419441134796 3.983601151337026e-05 0.008497331510065431 2.739991185708566e-05 0.00030053162509276286 9.690736471860927e-07 0.008497331510065431 2.739991185708566e-05 0.00718686290128253 4.834938451593186e-05']
['59492.02631974097 0.01567211526446459 3.982138023008908e-05 0.008493161665871315 2.739938993765836e-05 0.0003003841470226703 9.690551880623702e-07 0.008493161665871315 2.739938993765836e-05 0.007178953598593274 4.833703437722657e-05']
['59492.02635522118 0.01566498725056836 3.9814742753293524e-05 0.008510929303402777 2.740678004204543e-05 0.0003010125486538252 9.693165595386297e-07 0.008510929303402777 2.7406780042045433e-05 0.007154057947165582 4.833575625542647e-05']
['59492.02639070139 0.015648506862294277 3.980972198780328e-05 0.008525478213696609 2.7408758584731668e-05 0.00030152711109601715 9.693865361716591e-07 0.008525478213696609 2.7408758584731664e-05 0.007123028648597669 4.833274264825336e-05']
['59492.0264261816 0.015565972197936553 3.973389253653814e-05 0.008490946736102505 2.7393231168834058e-05 0.0003003058099068241 9.68837366173093e-07 0.008490946736102505 2.739323116883406e-05 0.007075025461834049 4.826148909818618e-05']
['59492.02646166181 0.015632167852752243 3.977285213691012e-05 0.008513000161045047 2.7403676844050823e-05 0.00030108579026053787 9.692068063607997e-07 0.008513000161045047 2.7403676844050823e-05 0.007119167691707196 4.8299495563387445e-05']
['59492.02649714201 0.015592464123937975 3.9757499366641786e-05 0.00848863291136172 2.7392599955642246e-05 0.0003002239750968365 9.68815041573177e-07 0.00848863291136172 2.7392599955642246e-05 0.007103831212576255 4.8280568433049476e-05']
['59492.02653262222 0.015576532320847693 3.9742403242432474e-05 0.00847428230519718 2.7391062156588635e-05 0.00029971642622851396 9.687606530574295e-07 0.00847428230519718 2.739106215658864e-05 0.007102250015650513 4.826726532081769e-05']
['59492.02656810243 0.015643291597947112 3.977983816824973e-05 0.00847939600999324 2.7392493029000687e-05 0.00029989728653869303 9.68811259816832e-07 0.00847939600999324 2.7392493029000687e-05 0.007163895587953871 4.829890473950718e-05']
['59492.026603582635 0.01562887357170193 3.978740637093132e-05 0.008460212371258661 2.7383240934743058e-05 0.00029921880410956026 9.684840339201534e-07 0.008460212371258661 2.7383240934743058e-05 0.007168661200443269 4.8299892233997933e-05']
['59492.026639062846 0.01565902605248034 3.9806786987198335e-05 0.008540997871454402 2.741973553965344e-05 0.00030207600670651655 9.697747665351918e-07 0.008540997871454402 2.741973553965344e-05 0.0071180281810259375 4.8336551255842785e-05']
['59492.026674543056 0.015598850025476936 3.976253663558883e-05 0.00848774349344816 2.739260578279322e-05 0.000300192518372966 9.68815247666484e-07 0.00848774349344816 2.7392605782793216e-05 0.007111106532028776 4.828471985284848e-05']
['59492.02671002327 0.015627965863569515 3.976767154597581e-05 0.008551464780198867 2.742608115957436e-05 0.000302446197876644 9.699991969301689e-07 0.008551464780198867 2.742608115957436e-05 0.007076501083370648 4.830794580563506e-05']
['59492.02674550347 0.015635903897049754 3.9790101179290664e-05 0.008504419547016015 2.740303658615477e-05 0.0003007823131188747 9.691841618699086e-07 0.008504419547016015 2.7403036586154772e-05 0.0071314843500337385 4.831333735109101e-05']
['59492.02678098368 0.015688278386213964 3.9817379687896414e-05 0.008493658571497151 2.740184774574342e-05 0.00030040172146413735 9.69142115241461e-07 0.008493658571497151 2.740184774574342e-05 0.007194619814716812 4.833513199620965e-05']
['59492.02681646389 0.015645813480164562 3.9798139474696265e-05 0.00854817088436464 2.742446821301989e-05 0.00030232970014241133 9.699421506152606e-07 0.00854817088436464 2.7424468213019886e-05 0.007097642595799923 4.8332115228017026e-05']
['59492.026851944094 0.015684865681834696 3.983494430295966e-05 0.008526920512529016 2.7416221592651183e-05 0.00030157812198237124 9.696504860829315e-07 0.008526920512529016 2.7416221592651187e-05 0.0071579451693056795 4.8357750092795376e-05']
['59492.026887424305 0.015628353389034073 3.9778125343215514e-05 0.008509707114764902 2.7413832597252407e-05 0.00030096932257313443 9.695659926547671e-07 0.008509707114764902 2.7413832597252407e-05 0.007118646274269171 4.8309600220771266e-05']
['59492.026922904515 0.0156213385914668 3.9775891850233914e-05 0.008488925871950671 2.738959830859078e-05 0.00030023433645813937 9.68708880025253e-07 0.008488925871950671 2.738959830859078e-05 0.007132412719516128 4.8294012755076206e-05']
['59492.026958384726 0.01564339656631392 3.979257618635293e-05 0.00851012649194268 2.7409077641411442e-05 0.00030098415500665965 9.69397820493373e-07 0.00851012649194268 2.7409077641411442e-05 0.007133270074371239 4.8318802310276925e-05']
['59492.02699386493 0.015617831644229932 3.9758244729559664e-05 0.00849276617642928 2.7400581968675885e-05 0.00030037015944497236 9.690973475354275e-07 0.00849276617642928 2.7400581968675882e-05 0.007125065467800652 4.82857113046674e-05']
['59492.02702934514 0.015586692496920636 3.9734234878767805e-05 0.008520960563793527 2.741029325566161e-05 0.0003013673319152985 9.694408140526637e-07 0.008520960563793527 2.7410293255661613e-05 0.007065731933127109 4.8271457381795055e-05']
['59492.02706482535 0.015624896204685846 3.977299783961568e-05 0.008487019979087757 2.7389164521570265e-05 0.000300166929286998 9.686935379477944e-07 0.008487019979087757 2.7389164521570268e-05 0.007137876225598088 4.829138318934049e-05']
['59492.02710030555 0.015597895303862463 3.976975703758497e-05 0.00854019142212828 2.7422549274451293e-05 0.0003020474843961598 9.698742820466649e-07 0.00854019142212828 2.7422549274451297e-05 0.007057703881734184 4.830765760765314e-05']
['59492.027135785764 0.015666858973704414 3.982340644294436e-05 0.008456403731160519 2.737582044751627e-05 0.00029908410102109863 9.68221587870755e-07 0.008456403731160519 2.7375820447516272e-05 0.007210455242543896 4.83253478610821e-05']
['59492.027171265974 0.015631498077638334 3.978242554545585e-05 0.008541930281274503 2.742560251886634e-05 0.00030210898395804025 9.699822684780255e-07 0.008541930281274503 2.7425602518866345e-05 0.0070895677963638305 4.8319820527425243e-05']
['59492.02720674618 0.01564268591629735 3.978356551722311e-05 0.008499787531175425 2.7401779480545405e-05 0.00030061848907053917 9.69139700853971e-07 0.008499787531175425 2.7401779480545405e-05 0.007142898385121926 4.8307241734170906e-05']
['59492.02724222639 0.01566259932587536 3.981906733672515e-05 0.008540945227958192 2.742523491254911e-05 0.0003020741448237069 9.699692670641365e-07 0.008540945227958192 2.7425234912549105e-05 0.007121654097917169 4.834978421435978e-05']
['59492.0272777066 0.015565209354591934 3.9751424166118386e-05 0.008520717028124703 2.740907978067434e-05 0.0003013587186029624 9.69397896154321e-07 0.008520717028124703 2.740907978067434e-05 0.007044492326467231 4.828491873927129e-05']
['59492.02731318681 0.015591517524533237 3.9764159864017756e-05 0.008493254256411054 2.739543195794642e-05 0.00030038742174313314 9.689152031655229e-07 0.008493254256411054 2.7395431957946416e-05 0.007098263268122183 4.828765993350302e-05']
['59492.02734866701 0.015612972194133058 3.976372694695584e-05 0.008482248172287748 2.739024187854663e-05 0.00029999816114484215 9.687316416562973e-07 0.008482248172287748 2.739024187854663e-05 0.00713072402184531 4.8284359070793844e-05']
['59492.02738414722 0.015607560161666518 3.976412111522475e-05 0.008474083788529596 2.7379742833625544e-05 0.0002997094051376402 9.683603139014229e-07 0.008474083788529596 2.7379742833625547e-05 0.007133476373136922 4.827872870842533e-05']
['59492.02741962743 0.0156256788740374 3.976444321387977e-05 0.008480516062047517 2.7395355758633938e-05 0.00029993690027668376 9.68912508166136e-07 0.008480516062047517 2.7395355758633938e-05 0.007145162811989882 4.828785003758178e-05']
['59492.027455107636 0.015585190804319781 3.975044896654453e-05 0.008503418595236284 2.7398087720106912e-05 0.0003007469116914212 9.690091315378606e-07 0.008503418595236284 2.7398087720106916e-05 0.007081772209083497 4.8277876959954794e-05']
['59492.02749058785 0.01564450932344535 3.978722939804844e-05 0.008496035703554148 2.7403063482554725e-05 0.0003004857953124159 9.69185113135465e-07 0.008496035703554148 2.7403063482554725e-05 0.007148473619891203 4.831098748112953e-05']
['59492.02752606806 0.015619341502542156 3.976203765187265e-05 0.008470887561483242 2.738509336936288e-05 0.00029959636173015766 9.685495503927087e-07 0.008470887561483242 2.7385093369362876e-05 0.007148453941058914 4.828004740136095e-05']
['59492.02756154826 0.015601953706706634 3.975656792287276e-05 0.008520375912584893 2.7411647188747915e-05 0.00030134665410866765 9.694886996400638e-07 0.008520375912584893 2.7411647188747915e-05 0.007081577794121741 4.829061083281497e-05']
['59492.02759702847 0.01568857730865499 3.983798948762909e-05 0.008502933771177845 2.7399128560783502e-05 0.0003007297645479922 9.690459437464495e-07 0.008502933771177845 2.7399128560783506e-05 0.007185643537477145 4.8350570341070314e-05']
['59492.02763250868 0.015656472923066222 3.9806650038181145e-05 0.008450244218041938 2.73728498156886e-05 0.0002988662528077961 9.681165232619816e-07 0.008450244218041938 2.73728498156886e-05 0.007206228705024284 4.830985711316553e-05']
['59492.02766798889 0.01566729641983985 3.980943504034285e-05 0.008504950457991775 2.740561601424004e-05 0.00030080109025357117 9.69275390476602e-07 0.008504950457991775 2.7405616014240038e-05 0.007162345961848076 4.83307242585009e-05']
['59492.027703469095 0.01556606561303275 3.974154615082314e-05 0.008457961563053193 2.7371362660911365e-05 0.00029913919805359313 9.68063925921106e-07 0.008457961563053193 2.737136266091136e-05 0.0071081040499795575 4.8255382957480897e-05']
['59492.027738949306 0.01563672506082964 3.9783759666421994e-05 0.008483049526218717 2.73938232937647e-05 0.0003000265032424599 9.688583083085683e-07 0.008483049526218717 2.7393823293764695e-05 0.007153675534610923 4.830288902173069e-05']
['59492.027774429516 0.015576332088208729 3.974287736378954e-05 0.00850511786250889 2.739962379369961e-05 0.0003008070109772144 9.690634590279117e-07 0.00850511786250889 2.739962379369961e-05 0.007071214225699838 4.8272514800758874e-05']
['59492.02780990972 0.015638332202942643 3.9793755333115095e-05 0.008490033004719103 2.7386031458055516e-05 0.00030027349326986266 9.685827284932626e-07 0.008490033004719103 2.738603145805552e-05 0.00714829919822354 4.830670432283114e-05']
['59492.02784538993 0.015622820335920624 3.9761668521595864e-05 0.008516799250551512 2.740539508507347e-05 0.00030122015556591615 9.69267576705728e-07 0.008516799250551512 2.740539508507347e-05 0.007106021085369112 4.8291261770533976e-05']
['59492.02788087014 0.015594188975841155 3.978199969290443e-05 0.00851424930234326 2.7415050796280113e-05 0.00030112996959658913 9.696090776318626e-07 0.00851424930234326 2.7415050796280116e-05 0.007079939673497895 4.831348165604366e-05']
['59492.027916350344 0.015579185412126545 3.976217461825175e-05 0.008521926136361678 2.7424019600771202e-05 0.0003014014820591063 9.69926284202614e-07 0.008521926136361678 2.7424019600771202e-05 0.007057259275764867 4.830225027300309e-05']
['59492.027951830554 0.015654972671143075 3.979496357063665e-05 0.00847464546436944 2.7385740236265472e-05 0.00029972927035682383 9.68572428629391e-07 0.00847464546436944 2.7385740236265472e-05 0.007180327206773635 4.8307534545622464e-05']
['59492.027987310765 0.015623570775106248 3.977600040852413e-05 0.008506518034485794 2.740208159119157e-05 0.00030085653193083733 9.691503858323482e-07 0.008506518034485794 2.740208159119157e-05 0.007117052740620454 4.830118304999611e-05']
['59492.028022790975 0.015630782680243833 3.977516601579487e-05 0.00853222767430756 2.7416492558629757e-05 0.00030176582443366983 9.696600695440204e-07 0.00853222767430756 2.741649255862976e-05 0.0070985550059362735 4.830867309087928e-05']
['59492.02805827118 0.01563059727493282 3.9781115223139546e-05 0.008472363465406686 2.7387016174644232e-05 0.00029964856115347873 9.686175557182934e-07 0.008472363465406686 2.7387016174644236e-05 0.007158233809526134 4.829685065661041e-05']
['59492.02809375139 0.015653942101463186 3.981183094485123e-05 0.008460143173200489 2.7378033024055076e-05 0.00029921635672889126 9.682998417581149e-07 0.008460143173200489 2.7378033024055076e-05 0.007193798928262697 4.831706298449508e-05']
['59492.0281292316 0.015569292824550805 3.9754045673761274e-05 0.00848976171054592 2.739309906626997e-05 0.00030026389820126396 9.688326940006331e-07 0.00848976171054592 2.739309906626997e-05 0.007079531114004885 4.827800766276481e-05']
['59492.0281647118 0.015617275842199492 3.9776615813613786e-05 0.00850645110088332 2.7411221144000287e-05 0.0003008541646389056 9.694736313894943e-07 0.00850645110088332 2.741122114400029e-05 0.007110824741316172 4.830687539252688e-05']
['59492.02820019201 0.015590124857995082 3.9748047584062165e-05 0.00850890904788099 2.7400363566755367e-05 0.00030094109673102493 9.690896231475984e-07 0.00850890904788099 2.7400363566755364e-05 0.007081215810114092 4.827719140893808e-05']
['59492.028235672224 0.015657379390753175 3.9819523328722215e-05 0.008485486797670562 2.7401781548063433e-05 0.00030011270408673054 9.69139773977463e-07 0.008485486797670562 2.7401781548063433e-05 0.007171892593082613 4.8336860366954356e-05']
['59492.028271152434 0.015667029433828653 3.9816385172751346e-05 0.00853488823985119 2.7413152805683498e-05 0.000301859922690934 9.695419499462197e-07 0.00853488823985119 2.7413152805683498e-05 0.007132141193977462 4.834072273945277e-05']
['59492.02830663264 0.01565246367426575 3.980430290678797e-05 0.008508369960527094 2.739670835347989e-05 0.000300922030416107 9.689603464229656e-07 0.008508369960527094 2.7396708353479886e-05 0.007144093713738656 4.832144615490066e-05']
['59492.02834211285 0.01557983021166723 3.973599599436202e-05 0.008483011750241316 2.7387487417465713e-05 0.0003000251671905636 9.686342225237234e-07 0.008483011750241316 2.7387487417465713e-05 0.007096818461425914 4.825996109308209e-05']
['59492.02837759306 0.015633642233542445 3.9799528768800585e-05 0.008529913229552129 2.740694685520219e-05 0.00030168396769514983 9.693224593471787e-07 0.008529913229552129 2.7406946855202186e-05 0.007103729003990316 4.832331969290254e-05']
['59492.02841307326 0.015588844382788845 3.974970517811168e-05 0.008500407374795453 2.7396359769338005e-05 0.00030064041155411064 9.68948017780907e-07 0.008500407374795453 2.7396359769338005e-05 0.007088437007993392 4.827628393277387e-05']
['59492.02844855347 0.01563355451020295 3.979170006386243e-05 0.008499929488601008 2.7396481418246085e-05 0.0003006235097874259 9.689523202309164e-07 0.008499929488601008 2.7396481418246085e-05 0.007133625021601942 4.831093652655362e-05']
['59492.02848403368 0.01565997075749682 3.980167907152181e-05 0.008525705717799585 2.741566739259766e-05 0.00030153515740769774 9.696308852656025e-07 0.008525705717799585 2.7415667392597662e-05 0.007134265039697236 4.8330036990405456e-05']
['59492.028519513886 0.015656283435408685 3.9795441228951455e-05 0.00848681679126382 2.739602627668134e-05 0.00030015974298776337 9.68936222890953e-07 0.00848681679126382 2.739602627668134e-05 0.007169466644144865 4.8313759927783965e-05']
['59492.028554994096 0.01559707023035489 3.97574185544979e-05 0.008497991589222681 2.739810032061617e-05 0.00030055497061736466 9.690095771897126e-07 0.008497991589222681 2.7398100320616175e-05 0.00709907864113221 4.8283622806248514e-05']
['59492.02859047431 0.015551815223112572 3.972503695435591e-05 0.00851189758479883 2.7400432825072273e-05 0.00030104679460282203 9.690920726594842e-07 0.00851189758479883 2.7400432825072273e-05 0.007039917638313742 4.8258287164239895e-05']
['59492.02862595452 0.015621770262527033 3.97695472741926e-05 0.008486988822341538 2.739363184919249e-05 0.0003001658273425154 9.688515373419027e-07 0.008486988822341538 2.7393631849192488e-05 0.0071347814401854955 4.82910753274695e-05']
['59492.02866143472 0.015566455130716954 3.972723883075598e-05 0.008525432543883328 2.741470617667864e-05 0.00030152549585678746 9.69596889206738e-07 0.008525432543883328 2.741470617667864e-05 0.007041022586833626 4.826820506160912e-05']
['59492.02869691493 0.015609439875854694 3.978161583780879e-05 0.00848255150283266 2.7376847182241436e-05 0.00030000888926831187 9.68257901183367e-07 0.00848255150283266 2.7376847182241436e-05 0.007126888373022033 4.8291497391433205e-05']
['59492.02873239514 0.015642104853241575 3.9805658828377706e-05 0.008509216959364407 2.740772091364385e-05 0.0003009519868720518 9.693498360643414e-07 0.008509216959364407 2.7407720913643845e-05 0.007132887893877168 4.832880756279213e-05']
['59492.028767875345 0.015631469810298188 3.978041709032917e-05 0.008479286000342319 2.738977485374973e-05 0.000299893395743197 9.687151240329699e-07 0.008479286000342319 2.738977485374973e-05 0.007152183809955869 4.829784001815872e-05']
['59492.028803355555 0.015619533536693792 3.9757599414369376e-05 0.008519666916917414 2.7407695553426105e-05 0.000301321578516421 9.693489391301167e-07 0.008519666916917414 2.7407695553426108e-05 0.007099866619776378 4.828921708562645e-05']
['59492.028838835766 0.015630024944977467 3.9785978499439684e-05 0.008513227618081334 2.7403996324294925e-05 0.00030109383490757477 9.692181056630374e-07 0.008513227618081334 2.7403996324294925e-05 0.007116797326896133 4.831048643617498e-05']
['59492.02887431597 0.01561520963489621 3.977344190309737e-05 0.00850450767796136 2.740667920758063e-05 0.0003007854301134505 9.693129932489614e-07 0.00850450767796136 2.740667920758063e-05 0.00711070195693485 4.830168471188447e-05']
['59492.02890979618 0.015594879201277698 3.9759832046670735e-05 0.008551589998666257 2.7430210045301634e-05 0.00030245062657398877 9.70145226390826e-07 0.008551589998666257 2.7430210045301634e-05 0.007043289202611441 4.83038369853662e-05']
['59492.02894527639 0.01564819630331134 3.981441636417152e-05 0.008503479587094208 2.7395629967014532e-05 0.0003007490688371272 9.68922206303738e-07 0.008503479587094208 2.7395629967014536e-05 0.007144716716217133 4.832916605642181e-05']
['59492.0289807566 0.015622568192731032 3.978666951785332e-05 0.008525613008527347 2.741161791818121e-05 0.00030153187848793166 9.694876644055354e-07 0.008525613008527347 2.741161791818121e-05 0.007096955184203686 4.8315379210094506e-05']
['59492.029016236804 0.015633240418815024 3.980109388330324e-05 0.008504148692280316 2.7400008139794413e-05 0.00030077273359219777 9.69077052490322e-07 0.008504148692280316 2.740000813979441e-05 0.007129091726534708 4.832067384017237e-05']
['59492.029051717014 0.015624793843258647 3.976776239634196e-05 0.008483928872324829 2.7386572419791866e-05 0.0003000576037490102 9.686018611008988e-07 0.008483928872324829 2.7386572419791863e-05 0.007140864970933818 4.828560111375247e-05']
['59492.029087197225 0.015659433717560955 3.9801613222364266e-05 0.008486875807965397 2.738594063633478e-05 0.00030016183027660356 9.685795163319746e-07 0.008486875807965397 2.7385940636334776e-05 0.007172557909595558 4.831312616297495e-05']
['59492.02912267743 0.015616693265399263 3.978279242508201e-05 0.008512804799196345 2.7401089436915306e-05 0.0003010788807485573 9.691152955529311e-07 0.008512804799196345 2.7401089436915306e-05 0.0071038884662029175 4.830621363206801e-05']
['59492.02915815764 0.01558462107754482 3.9748549183259706e-05 0.008505544778515443 2.7400136955289986e-05 0.0003008221100422651 9.690816084065148e-07 0.008505544778515443 2.740013695528999e-05 0.007079076299029376 4.8277475776418384e-05']
['59492.02919363785 0.01554869971954148 3.9737552442283924e-05 0.008513369399076702 2.7408405667579717e-05 0.00030109884938451907 9.693740542807183e-07 0.008513369399076702 2.740840566757972e-05 0.007035330320464777 4.827311648673494e-05']
['59492.02922911805 0.015581386878331658 3.975303958231471e-05 0.008521208777820847 2.7421320693775345e-05 0.0003013761106907191 9.698308298938727e-07 0.008521208777820847 2.7421320693775345e-05 0.007060178100510812 4.829319811965192e-05']
['59492.02926459826 0.0156630259845845 3.9806983129419276e-05 0.00851204286559339 2.740978224933229e-05 0.00030105193285984215 9.694227409008275e-07 0.00851204286559339 2.740978224933229e-05 0.007150983118991112 4.833106732549657e-05']
['59492.02930007847 0.015672324995199542 3.98090476456715e-05 0.008503358472773477 2.740563057380158e-05 0.00030074478529427756 9.69275905415755e-07 0.008503358472773477 2.740563057380158e-05 0.007168966522426065 4.8330413422637216e-05']
['59492.029335558684 0.01565411852772466 3.9801593733231065e-05 0.008480776396464773 2.7399468571980658e-05 0.0002999461077232089 9.690579691826125e-07 0.008480776396464773 2.7399468571980658e-05 0.007173342131259888 4.8320779606005266e-05']
['59492.02937103889 0.015582857615299995 3.9754747470064684e-05 0.008486821291075551 2.7391500608230443e-05 0.0003001599021360478 9.687761601121184e-07 0.008486821291075551 2.7391500608230443e-05 0.007096036324224444 4.8277678610091676e-05']
['59492.0294065191 0.015662884699808057 3.9798181571367995e-05 0.00848683636085776 2.7384917928483746e-05 0.00030016043512056555 9.685433454409011e-07 0.00848683636085776 2.7384917928483746e-05 0.0071760483389502975 4.8309719377547265e-05']
['59492.02944199931 0.015686226898982605 3.9817792687043116e-05 0.008483941586235694 2.739216562013833e-05 0.00030005805341162356 9.687996800970861e-07 0.008483941586235694 2.7392165620138326e-05 0.007202285312746911 4.832998398333516e-05']
['59492.02947747951 0.01565818964487604 3.980344184091548e-05 0.008525582681814008 2.7414777748278512e-05 0.0003015308058998571 9.695994205342722e-07 0.008525582681814008 2.741477774827851e-05 0.007132606963062033 4.833098407202824e-05']
['59492.02951295972 0.015567830676562911 3.972793256434274e-05 0.00851676932545574 2.7412701377718587e-05 0.0003012190971821573 9.695259839479829e-07 0.00851676932545574 2.7412701377718587e-05 0.007051061351107172 4.826763742572179e-05']
['59492.02954843993 0.015664704860071037 3.979136336855391e-05 0.008513702528054324 2.7409189061146585e-05 0.0003011106314119581 9.694017611603966e-07 0.008513702528054324 2.7409189061146582e-05 0.007151002332016713 4.831786671323529e-05']
['59492.029583920135 0.01566884717816196 3.981046723628309e-05 0.008511995164172545 2.741122043305041e-05 0.0003010502457671933 9.69473606244786e-07 0.008511995164172545 2.741122043305041e-05 0.0071568520139894155 4.833475258238579e-05']
['59492.029619400346 0.015702122010290365 3.984777742343237e-05 0.00849580441663847 2.7393483808031384e-05 0.0003004776152111042 9.68846301456887e-07 0.00849580441663847 2.739348380803138e-05 0.007206317593651895 4.8355437343987326e-05']
['59492.029654880556 0.015595631795597656 3.9760271416458284e-05 0.008521388693891211 2.7403269736016758e-05 0.0003013824739200391 9.691924078594679e-07 0.008521388693891211 2.740326973601676e-05 0.0070742431017064445 4.8288905302722716e-05']
['59492.02969036077 0.01569266615321302 3.98173295132503e-05 0.008506112680006667 2.739585862993808e-05 0.00030084219544882455 9.689302936003122e-07 0.008506112680006667 2.739585862993808e-05 0.007186553473206353 4.833169560069568e-05']
['59492.02972584097 0.015615321524966565 3.976564377593796e-05 0.008502238562733019 2.740032064725391e-05 0.00030070517657899813 9.690881051807512e-07 0.008502238562733019 2.740032064725391e-05 0.007113082962233546 4.829165555753004e-05']
['59492.02976132118 0.015573988738290093 3.9749317423113925e-05 0.008532023728779124 2.742644954100747e-05 0.00030175861133612046 9.700122257581741e-07 0.008532023728779124 2.7426449541007475e-05 0.007041965009510969 4.829304680830251e-05']
['59492.02979680139 0.015579562459095161 3.973802947716919e-05 0.008507037233740572 2.7400363736262954e-05 0.0003008748948481368 9.69089629142703e-07 0.008507037233740572 2.7400363736262954e-05 0.007072525225354589 4.826894363467965e-05']
['59492.029832281594 0.015621169191575917 3.977132921687472e-05 0.008494259856327388 2.7394284254565123e-05 0.00030042298756479037 9.688746114618926e-07 0.008494259856327388 2.7394284254565123e-05 0.007126909335248529 4.829291291169903e-05']
['59492.029867761805 0.015567569322327243 3.973227440827545e-05 0.00850056581328463 2.741244070115964e-05 0.00030064601516938366 9.695167644006708e-07 0.00850056581328463 2.741244070115964e-05 0.007067003509042612 4.827106312118156e-05']
['59492.029903242015 0.015614039678944728 3.976074088998511e-05 0.008521017621754551 2.7419794237606706e-05 0.0003013693499278629 9.697768425506166e-07 0.008521017621754551 2.7419794237606702e-05 0.007093022057190177 4.829867112202181e-05']
['59492.029938722226 0.015637925126040376 3.978094860999543e-05 0.008468285762305353 2.738074419016447e-05 0.00029950434190791466 9.683957296443045e-07 0.008468285762305353 2.738074419016447e-05 0.007169639363735023 4.8293157121048966e-05']
['59492.02997420243 0.01565747583239741 3.9777546582792484e-05 0.008529940889629925 2.742684032022957e-05 0.00030168494597028483 9.700260467459195e-07 0.008529940889629925 2.742684032022957e-05 0.0071275349427674835 4.8316506310965785e-05']
['59492.03000968264 0.015584066286005541 3.97392678700641e-05 0.008523118573113608 2.7409280745300666e-05 0.0003014436558820828 9.694050038240244e-07 0.008523118573113608 2.7409280745300662e-05 0.007060947712891933 4.8275025446118805e-05']
['59492.03004516285 0.015587944759896265 3.9745613555936065e-05 0.008495824495038391 2.7410751566382978e-05 0.0003004783253392368 9.694570234786141e-07 0.008495824495038391 2.7410751566382974e-05 0.007092120264857874 4.8281084270879575e-05']
['59492.03008064305 0.015636867762883033 3.976744388006756e-05 0.008548404093124354 2.7430374118984002e-05 0.0003023379482150515 9.701510293102885e-07 0.008548404093124354 2.7430374118984005e-05 0.007088463669758679 4.831019578786398e-05']
['59492.030116123264 0.015611103288469244 3.9773366975154115e-05 0.008522325471563695 2.7424105419760832e-05 0.00030141560565274 9.69929319428483e-07 0.008522325471563695 2.7424105419760832e-05 0.007088777816905549 4.831151289925037e-05']
['59492.030151603474 0.01562319105721839 3.977749249165494e-05 0.008523226830629477 2.742171718085408e-05 0.00030144748470847777 9.69844852755751e-07 0.008523226830629477 2.742171718085408e-05 0.007099964226588913 4.83135538132977e-05']
['59492.03018708368 0.01562510312564861 3.9780305870010034e-05 0.00852249048212493 2.7422497052434462e-05 0.00030142144170751395 9.698724350706388e-07 0.00852249048212493 2.7422497052434462e-05 0.007102612643523682 4.83163127701435e-05']
['59492.03022256389 0.01564527769426874 3.979722577193899e-05 0.008492120321674311 2.7399349098829047e-05 0.00030034731700568956 9.69053743684247e-07 0.008492120321674311 2.739934909882905e-05 0.007153157372594428 4.8317114050636236e-05']
['59492.0302580441 0.015581591748372653 3.973613310423648e-05 0.008483145066398742 2.7395766770360057e-05 0.00030002988228510765 9.689270447323316e-07 0.008483145066398742 2.7395766770360057e-05 0.007098446681973911 4.8264772982099096e-05']
['59492.03029352431 0.015617461165807941 3.979381244935649e-05 0.008491899739349135 2.740929111942101e-05 0.00030033951550182054 9.694053707334763e-07 0.008491899739349135 2.740929111942101e-05 0.0071255614264588065 4.8319941524423756e-05']
['59492.03032900451 0.015645429439845673 3.979911643407535e-05 0.008476082858733476 2.739116942543792e-05 0.00029978010778309243 9.687644469168968e-07 0.008476082858733476 2.739116942543792e-05 0.007169346581112197 4.8314033483307224e-05']
['59492.03036448472 0.015606044812116877 3.975713662957339e-05 0.008494754946931304 2.7401084219260276e-05 0.0003004404978129885 9.691151110161335e-07 0.008494754946931304 2.7401084219260276e-05 0.007111289865185572 4.828508392219652e-05']
['59492.03039996493 0.01563256595774774 3.9786626662128054e-05 0.008495966482532374 2.7406063683312823e-05 0.0003004833471195756 9.692912235312248e-07 0.008495966482532374 2.740606368331282e-05 0.007136599475215366 4.831219295131775e-05']
['59492.03043544514 0.015592570186958782 3.97423312153054e-05 0.008449496836816178 2.737395342737758e-05 0.0002988398196041397 9.681555555409937e-07 0.008449496836816178 2.7373953427377576e-05 0.007143073350142604 4.825749907186731e-05']
['59492.03047092535 0.015594266532189923 3.975252232703678e-05 0.008484336424523082 2.739368418084458e-05 0.00030007201795943686 9.68853388195483e-07 0.008484336424523082 2.7393684180844585e-05 0.007109930107666841 4.827708529272882e-05']
['59492.03050640556 0.015623758958878525 3.9776252104849746e-05 0.008519077917247106 2.741378304894072e-05 0.000301300746914419 9.695642402417168e-07 0.008519077917247106 2.7413783048940722e-05 0.007104681041631419 4.8308029690341886e-05']
['59492.03054188576 0.015565470152023805 3.9716631161133825e-05 0.008496430683350834 2.7404536414071904e-05 0.00030049976486509674 9.692372074314194e-07 0.008496430683350834 2.7404536414071904e-05 0.007069039468672971 4.825369837494054e-05']
['59492.03057736597 0.01570911502521239 3.983781919112337e-05 0.008482221032575153 2.739338952099724e-05 0.0002999972012738614 9.688429667352084e-07 0.008482221032575153 2.739338952099724e-05 0.007226893992637238 4.834717807022162e-05']
['59492.03061284618 0.015615602782655332 3.977683536447832e-05 0.008486778094916565 2.740410624636325e-05 0.0003001583743844422 9.692219933609326e-07 0.008486778094916565 2.740410624636325e-05 0.007128824687738768 4.830301927182998e-05']
['59492.03064832639 0.015659047575078817 3.9817328562998425e-05 0.008502523284569172 2.7407659765547483e-05 0.00030071524655402704 9.69347673392831e-07 0.008502523284569172 2.7407659765547486e-05 0.007156524290509645 4.83383850342332e-05']
['59492.030683806595 0.015652798112803352 3.9797716506894444e-05 0.008535896317945931 2.7434344117596738e-05 0.00030189557616022304 9.702914392887961e-07 0.008535896317945931 2.7434344117596738e-05 0.007116901794857421 4.833737142549079e-05']
['59492.030719286806 0.015654915373522246 3.9790867751118875e-05 0.008548440330656503 2.7433025832639528e-05 0.0003023392298555775 9.702448144960532e-07 0.008548440330656503 2.743302583263953e-05 0.007106475042865743 4.83309844998144e-05']
['59492.030754767016 0.015656426867332 3.978463988623765e-05 0.008534183660781434 2.7418581135062436e-05 0.00030183500330387825 9.697339378247505e-07 0.008534183660781434 2.7418581135062436e-05 0.007122243206550565 4.831765890787356e-05']
['59492.03079024722 0.015633418104601317 3.977850555460823e-05 0.008498743855536674 2.7400802103857094e-05 0.0003005815765956743 9.691051332248138e-07 0.008498743855536674 2.7400802103857094e-05 0.007134674249064643 4.830252022506421e-05']
['59492.03082572743 0.01564576175298453 3.9759555255270944e-05 0.008488780015788773 2.7398274042177406e-05 0.0003002291778516623 9.690157213330886e-07 0.008488780015788773 2.739827404217741e-05 0.007156981737195757 4.828548078446766e-05']
['59492.03086120764 0.0156829075987943 3.979511462216056e-05 0.008493286442555332 2.739349398498988e-05 0.0003003885600951245 9.688466613931649e-07 0.008493286442555332 2.739349398498988e-05 0.007189621156238966 4.831205502249489e-05']
['59492.030896687844 0.015613825993381406 3.975439954973916e-05 0.008544583446425311 2.7436346524219614e-05 0.0003022028204799492 9.703622599359319e-07 0.008544583446425311 2.7436346524219614e-05 0.007069242546956095 4.8302850787063887e-05']
['59492.030932168054 0.015560211948386997 3.972217735170983e-05 0.008495192807219089 2.7403565066978823e-05 0.0003004559839528073 9.6920285305557e-07 0.008495192807219089 2.740356506697882e-05 0.007065019141167908 4.825771183905046e-05']
['59492.030967648265 0.015619222856609424 3.976880954749113e-05 0.00850885333627574 2.7413152556629947e-05 0.0003009391263360554 9.695419411377521e-07 0.00850885333627574 2.7413152556629947e-05 0.007110369520333684 4.8301543928923106e-05']
['59492.031003128475 0.015618396873734994 3.9762511961255124e-05 0.008535444025132254 2.743112927199683e-05 0.0003018795795742182 9.701777373846845e-07 0.008535444025132254 2.7431129271996833e-05 0.00708295284860274 4.8306564881038255e-05']
['59492.03103860868 0.015656170665076987 3.981142990444052e-05 0.008514957695589456 2.741057272633566e-05 0.00030115502388254134 9.694506983058245e-07 0.008514957695589456 2.741057272633566e-05 0.007141212969487531 4.833517816478923e-05']
['59492.03107408889 0.0156331158212218 3.978583557714953e-05 0.008532643915168042 2.7421528080472113e-05 0.0003017805459426615 9.698381646978554e-07 0.008532643915168042 2.7421528080472113e-05 0.007100471906053757 4.832031575683357e-05']
['59492.0311095691 0.015591156229374651 3.9740843246469066e-05 0.008481309946279362 2.739620669360568e-05 0.00029996497818773725 9.689426038343586e-07 0.008481309946279362 2.7396206693605675e-05 0.00710984628309529 4.826890057935016e-05']
['59492.0311450493 0.015645909583320634 3.979365961549923e-05 0.008489288681750301 2.740438380787462e-05 0.0003002471682299201 9.692318100912762e-07 0.008489288681750301 2.740438380787462e-05 0.007156620901570333 4.831703216758573e-05']
['59492.03118052951 0.015588174935173534 3.9727089592723005e-05 0.00852589786402298 2.7422342859335892e-05 0.0003015419531901976 9.698669816053437e-07 0.00852589786402298 2.7422342859335896e-05 0.007062277071150555 4.827242002845114e-05']
['59492.031216009724 0.015606036823664595 3.974956962455567e-05 0.00851758584065072 2.7410085870674263e-05 0.00030124797549979974 9.694334793091393e-07 0.00851758584065072 2.7410085870674263e-05 0.007088450983013875 4.8283963101377e-05']
['59492.03125148993 0.015592350832160868 3.975741368116751e-05 0.008511474165671207 2.7413159518915848e-05 0.0003010318192145641 9.695421873782447e-07 0.008511474165671207 2.741315951891585e-05 0.00708087666648966 4.8292165590549076e-05']
['59492.03128697014 0.01563764576921695 3.979749343023003e-05 0.008505308806184147 2.7407579111491058e-05 0.0003008137642282743 9.693448208391063e-07 0.008505308806184147 2.7407579111491055e-05 0.007132336963032802 4.8322001987519554e-05']
['59492.03132245035 0.01564373273727669 3.97792507394995e-05 0.008531687199904119 2.741951141655612e-05 0.0003017467090619093 9.697668398021253e-07 0.008531687199904119 2.741951141655612e-05 0.007112045537372573 4.831374955143332e-05']
['59492.03135793056 0.01563708642238869 3.976746056459119e-05 0.008498515875632332 2.740617414468732e-05 0.00030057351345596286 9.692951303031742e-07 0.008498515875632332 2.740617414468732e-05 0.007138570546756359 4.829647296651427e-05']
['59492.03139341076 0.015711667339876407 3.984193828373226e-05 0.008509538131888466 2.7411544239190748e-05 0.00030096334602644937 9.694850585443055e-07 0.008509538131888466 2.7411544239190744e-05 0.007202129207987941 4.836086024650349e-05']
['59492.03142889097 0.015651613486759593 3.98006802074114e-05 0.008496159775311388 2.740108252170873e-05 0.00030049018345318536 9.69115050977529e-07 0.008496159775311388 2.740108252170873e-05 0.007155453711448205 4.832094233698388e-05']
['59492.03146437118 0.01563476189805835 3.976647650455016e-05 0.008525552910553291 2.7424404651839882e-05 0.00030152975295690037 9.699399025983747e-07 0.008525552910553291 2.7424404651839882e-05 0.007109208987505059 4.830601022745303e-05']
['59492.031499851386 0.015554364910543744 3.9708542412340236e-05 0.008487691132779866 2.739640588621511e-05 0.0003001906664931476 9.68949648831785e-07 0.008487691132779866 2.7396405886215107e-05 0.007066673777763878 4.824242319779205e-05']
['59492.0315353316 0.015592472707634485 3.974414080105085e-05 0.008532905451435719 2.742136512687543e-05 0.00030178979589595006 9.698324013933205e-07 0.008532905451435719 2.7421365126875428e-05 0.007059567256198766 4.828589849464515e-05']
['59492.03157081181 0.015571004923209383 3.973649446755091e-05 0.008464200270718114 2.7384259592597585e-05 0.0002993598472010104 9.685200615719018e-07 0.008464200270718114 2.7384259592597585e-05 0.007106804652491269 4.8258539824620434e-05']
['59492.03160629202 0.015629641242109096 3.979402874749739e-05 0.008521052379916324 2.7416152696098502e-05 0.00030137057924636487 9.696480493658379e-07 0.008521052379916324 2.7416152696098505e-05 0.007108588862192773 4.832401217420216e-05']
['59492.03164177222 0.01561694275820746 3.9765026186829495e-05 0.008516211284041852 2.7403903800473245e-05 0.0003011993605044973 9.69214833302243e-07 0.008516211284041852 2.7403903800473245e-05 0.007100731474165609 4.829318017220266e-05']
['59492.03167725243 0.015608479481905664 3.976371886903098e-05 0.008500684766786781 2.740067491518178e-05 0.0003006502222889093 9.69100634845618e-07 0.008500684766786781 2.740067491518178e-05 0.007107794715118883 4.829027152649695e-05']
['59492.03171273264 0.015623092780442348 3.9765079119985685e-05 0.008489311180287245 2.7406011347359702e-05 0.0003002479639528905 9.69289372525527e-07 0.008489311180287245 2.7406011347359702e-05 0.007133781600155103 4.829441971274042e-05']
['59492.031748212845 0.015586910007826691 3.973474853719632e-05 0.008505773618058609 2.74071228010549e-05 0.0003008302035854806 9.693286821587732e-07 0.008505773618058609 2.74071228010549e-05 0.007081136389768082 4.827007998280434e-05']
['59492.031783693055 0.015642181027568643 3.978482940830174e-05 0.008508313965129487 2.740594206319749e-05 0.000300920049984036 9.692869220995505e-07 0.008508313965129487 2.740594206319749e-05 0.007133867062439157 4.831064387295007e-05']
['59492.031819173266 0.015651116436038365 3.9805699515492334e-05 0.008501938616286352 2.7405509812728186e-05 0.0003006945681435204 9.69271634366474e-07 0.008501938616286352 2.7405509812728182e-05 0.007149177819752012 4.832758717350999e-05']
['59492.03185465347 0.015607395846336471 3.977051176749859e-05 0.008499002248092372 2.7404874069797973e-05 0.000300590715362896 9.692491495598344e-07 0.008499002248092372 2.7404874069797973e-05 0.007108393598244099 4.8298247680741264e-05']
['59492.03189013368 0.015647859817764394 3.9799570161485383e-05 0.008474309422912553 2.7395888508370293e-05 0.0002997173853215022 9.689313503336852e-07 0.008474309422912553 2.7395888508370293e-05 0.007173550394851841 4.831708281966176e-05']
['59492.03192561389 0.015597193433625593 3.976395369260402e-05 0.008487732015630033 2.7393910196710066e-05 0.00030019211242819025 9.688613818715293e-07 0.008487732015630033 2.7393910196710066e-05 0.007109461417995559 4.828662681460543e-05']
['59492.0319610941 0.015586931611626725 3.974694260624642e-05 0.00852566987945617 2.74246746590254e-05 0.00030153388988558513 9.69949452149096e-07 0.00852566987945617 2.7424674659025403e-05 0.007061261732170554 4.8290084144652685e-05']
['59492.031996574304 0.015635599436863372 3.978841859555801e-05 0.008502218681642809 2.7409727022815032e-05 0.00030070447342926904 9.69420787662336e-07 0.008502218681642809 2.7409727022815032e-05 0.007133380755220563 4.831574680992298e-05']
['59492.032032054514 0.015613408847756832 3.9756998008511834e-05 0.00852794538216596 2.7420461612082948e-05 0.0003016143693309811 9.698004460943471e-07 0.00852794538216596 2.7420461612082944e-05 0.007085463465590872 4.829596883455728e-05']
['59492.032067534725 0.015601438973886154 3.974620325118538e-05 0.008533011641639571 2.7413728428386884e-05 0.0003017935516061392 9.695623084347973e-07 0.008533011641639571 2.7413728428386884e-05 0.007068427332246583 4.828325982397923e-05']
['59492.03210301493 0.015663182950800783 3.979696434449812e-05 0.008474802954495122 2.7389176452424878e-05 0.0002997348404305995 9.686939599154581e-07 0.008474802954495122 2.7389176452424878e-05 0.007188379996305661 4.831113078555831e-05']
['59492.03213849514 0.01562023504508128 3.978141870745474e-05 0.008495345367507342 2.7402974009265575e-05 0.0003004613796692506 9.691819486651889e-07 0.008495345367507342 2.7402974009265575e-05 0.0071248896775739385 4.830615135705094e-05']
['59492.03217397535 0.015632916725659 3.976431766667049e-05 0.008497389984201721 2.7404661956616837e-05 0.0003005336931922814 9.692416475906627e-07 0.008497389984201721 2.7404661956616837e-05 0.007135526741457277 4.8293026996165035e-05']
['59492.03220945555 0.015624748010567546 3.9769451466494585e-05 0.008516644550000363 2.7412411402589632e-05 0.0003012146841531574 9.69515728175728e-07 0.008516644550000363 2.7412411402589636e-05 0.007108103460567183 4.8301651823210916e-05']
['59492.03224493576 0.015637872755954428 3.979494676446029e-05 0.008527685981817183 2.7420637825877402e-05 0.00030160519492037057 9.698066783824425e-07 0.008527685981817183 2.7420637825877406e-05 0.007110186774137245 4.832731284443785e-05']
fig, axs = plt.subplots(2, 2,figsize=(15,10))
#JWST pipeline: net aperture
dat = ascii.read('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/DataChallengeSimulation_nrca3_level3_asn_phot.ecsv') #call the data
normalized_net_aperture_sum_pipeline = dat['net_aperture_sum'].value/dat['net_aperture_sum'][0].value #normalized net aperture sum
std_net_aperture_sum_pipeline = np.std(normalized_net_aperture_sum_pipeline[0:20]) #calculated standard deviation
relative_error_net_aperture_sum_pipeline = (dat['net_aperture_sum_err'].value/dat['net_aperture_sum'].value)
#MAD:
deviation = normalized_net_aperture_sum_pipeline[0:seg01_len] - np.median(normalized_net_aperture_sum_pipeline[0:seg01_len])
mad = np.median(np.abs(deviation))*1.48
print(style.BOLD+"Pipeline Calculated Net Aperture Sum MAD (ppm):"+style.END + " " +str(mad*10**6))
print(style.BOLD+"Pipeline Calculated Net Aperture Sum std (ppm):"+style.END + " " +str(std_net_aperture_sum_pipeline*10**6))
print(style.BOLD+"Median Relative Error Net Aperture Sum (ppm):"+style.END + " " +str(np.median(relative_error_net_aperture_sum_pipeline)*10**6)) #ppm
axs[0,0].errorbar(dat['MJD'],normalized_net_aperture_sum_pipeline,yerr=relative_error_net_aperture_sum_pipeline,color='navy',fmt='.',markersize=4,elinewidth=1,ecolor='silver',label='Pipeline')
axs[0,0].set_title("Net Aperture Sum")
axs[0,0].set_xlabel("Time (MJD)")
axs[0,0].set_ylabel("Normalized Flux")
#JWST pipeline: aperature background
normalized_aperture__bkg_pipeline = dat['aperture_bkg'].value/dat['aperture_bkg'][0].value #normalized aperture bkg
std_aperture_bkg_pipeline = np.std(normalized_aperture__bkg_pipeline[0:20]) #calculated standard deviation
relative_error_aperture_bkg_pipeline = (dat['aperture_bkg_err'].value/dat['aperture_bkg'].value)
print(style.BOLD+"Pipeline Calculated Aperture Background std (ppm):"+style.END + " " +str(std_aperture_bkg_pipeline*10**6))
print(style.BOLD+"Median Relative Errors Aperture Background (ppm):"+style.END + " " +str(np.median(relative_error_aperture_bkg_pipeline)*10**6))
axs[0,1].errorbar(dat['MJD'],normalized_aperture__bkg_pipeline,yerr=relative_error_aperture_bkg_pipeline,color='darkred',fmt='.',markersize=4,elinewidth=1,ecolor='silver',label='Pipeline')
axs[0,1].set_title("Aperture Background")
axs[0,1].set_xlabel("Time (MJD)")
axs[0,1].set_ylabel("Normalized Flux")
axs[0,1].legend()
#JWST pipeline: annulus mean
normalized_annulus_mean_pipeline = dat['annulus_mean'].value/dat['annulus_mean'][0].value #normalized annulus mean
std_annulus_mean_pipeline = np.std(normalized_annulus_mean_pipeline[0:20]) #calculated standard deviation
relative_error_annulus_mean_pipeline = (dat['annulus_mean_err'].value/dat['annulus_mean'].value)
print(style.BOLD+"Pipeline Calculated Annulus Mean std (ppm):"+style.END + " " +str(std_annulus_mean_pipeline*10**6))
print(style.BOLD+"Median Relative Errors Annulus Mean (ppm):"+style.END + " " +str(np.median(relative_error_annulus_mean_pipeline)*10**6))
axs[1,0].errorbar(dat['MJD'],normalized_annulus_mean_pipeline,yerr=relative_error_annulus_mean_pipeline,color ='darkgreen',fmt='.',markersize=4,elinewidth=1,ecolor='silver',label='Pipeline')
axs[1,0].set_title("Annulus Mean")
axs[1,0].set_xlabel("Time (MJD)")
axs[1,0].set_ylabel("Normalized Flux")
axs[1,0].legend()
#JWST pipeline: annulus sum
normalized_annulus_sum_pipeline = dat['annulus_sum'].value/dat['annulus_sum'][0].value #normalized annulus sum
std_annulus_sum_pipeline = np.std(normalized_annulus_sum_pipeline[0:20]) #calculated standard deviation
relative_error_annulus_sum_pipeline = (dat['annulus_sum_err'].value/dat['annulus_sum'].value)
print(style.BOLD+"Pipeline Calculated Annulus Sum std (ppm):"+style.END + " " +str(std_annulus_sum_pipeline*10**6))
print(style.BOLD+"Median Relative Errors Annulus Sum (ppm):"+style.END + " " +str(np.median(relative_error_annulus_sum_pipeline)*10**6))
axs[1,1].errorbar(dat['MJD'],normalized_annulus_sum_pipeline,yerr=relative_error_annulus_sum_pipeline,color = 'indigo',fmt='.',markersize=4,elinewidth=1,ecolor='silver',label='Pipeline')
axs[1,1].set_title("Annulus Sum")
axs[1,1].set_xlabel("Time (MJD)")
axs[1,1].set_ylabel("Normalized Flux")
axs[1,1].legend()
Pipeline Calculated Net Aperture Sum MAD (ppm): 4736.324378919597 Pipeline Calculated Net Aperture Sum std (ppm): 4901.152543921391 Median Relative Error Net Aperture Sum (ppm): 6792.41700868739 Pipeline Calculated Aperture Background std (ppm): 2467.2827254687913 Median Relative Errors Aperture Background (ppm): 3226.1524992874106 Pipeline Calculated Annulus Mean std (ppm): 2467.28272546883 Median Relative Errors Annulus Mean (ppm): 3226.1524992874106 Pipeline Calculated Annulus Sum std (ppm): 2467.2827254687913 Median Relative Errors Annulus Sum (ppm): 3226.1524992874106
<matplotlib.legend.Legend at 0x7f96fa52b070>
From: https://tshirt.readthedocs.io/en/latest/phot_pipeline/phot_pipeline.html
The Time Series Helper & Integration Reduction Tool (tshirt) is a general-purpose tool for time series science. Its main application is transiting exoplanet science. tshirt can:
Reduce raw data: flat field, bias subtract, gain correct, etc. Extract Spectroscopy and in our interest extract photometry. This photometric pipeline will take image data that have been reduced (using the JWST pipeline) and calculate lightcurves on the stars/sources in the field. Therefore, we can use this external method and bypass stage 2 & 3 of the JWST Science Calibration Pipeline.
NOTE: yaml file values used in tshirt are pulled from jwst pipeline header information as well as the jwst pipeline stage 3 results. [e.g. refStarPos in yaml is pulled from the stage3 results: xcenter,ycenter values]. Currently, tshirt is using the adjusted centered positions. tshirt is also utlizing the colrow background subtraction method for comparison with the pipelines mean method.
#read in yaml parameter file, a file required to run tshirt
with open("/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/DataChallengeSimulation_NRCA3_ROEBA_phot_pipeline.yaml", "r") as stream:
paramfile = yaml.safe_load(stream)
paramfile
{'procFiles': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/splintegrate/jw00042001001_01101_00001-seg*.fits',
'excludeList': None,
'srcName': 'DataChallengeSimulation_NRCA3_GJ436b',
'srcNameShort': 'NRCA3_GJ436b',
'nightName': 'NRCA3_GJ436b_2021_10_04',
'refStarPos': [[1055.0, 23.0]],
'refPhotCentering': None,
'copyCentroidFile': None,
'srcGeometry': 'Circular',
'bkgSub': True,
'bkgGeometry': 'CircularAnnulus',
'bkgMethod': 'mean',
'apRadius': 3,
'apHeight': None,
'apWidth': None,
'backStart': 4,
'backEnd': 5,
'backHeight': None,
'backWidth': None,
'backOffset': [0.0, 0.0],
'boxFindSize': 5,
'jdRef': 2457551,
'timingMethod': 'JWSTint',
'scaleAperture': False,
'apScale': 2.5,
'apRange': [2, 17],
'isCube': False,
'cubePlane': 0,
'doCentering': True,
'FITSextension': 0,
'HEADextension': 0,
'isSlope': True,
'subpixelMethod': 'exact',
'readNoise': 16.2,
'detectorGain': 2.05,
'dateFormat': 'Two Part',
'diagnosticMode': False,
'bkgOrderX': 0,
'bkgOrderY': 0,
'backsub_directions': ['X'],
'saturationVal': None,
'satNPix': 5,
'nanReplaceValue': '22e3'}
#Assignimg a object phot
phot = phot_pipeline.phot(paramFile='/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/DataChallengeSimulation_NRCA3_ROEBA_phot_pipeline.yaml') #create a photometric object
phot.showStarChoices(showAps=True,showPlot=True,apColor='red',backColor='red', figSize=(30,20), xLim=[900,1200]) #Plot the source and background subtraction area
phot.get_allimg_cen(recenter=True, useMultiprocessing=True) #recenter the centroids each time.
phot.do_phot(useMultiprocessing=True) #extract the photometric data
0%| | 0/2198 [00:00<?, ?it/s]2022-02-15 21:32:27,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,224 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
0%| | 1/2198 [00:00<14:05, 2.60it/s]2022-02-15 21:32:27,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
0%|▏ | 7/2198 [00:00<02:03, 17.76it/s]2022-02-15 21:32:27,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,546 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▏ | 11/2198 [00:00<02:04, 17.55it/s]2022-02-15 21:32:27,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,706 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▎ | 18/2198 [00:00<01:16, 28.60it/s]2022-02-15 21:32:27,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,960 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:27,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▍ | 23/2198 [00:01<01:30, 24.00it/s]2022-02-15 21:32:28,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,045 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,263 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▌ | 31/2198 [00:01<01:24, 25.56it/s]2022-02-15 21:32:28,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▋ | 36/2198 [00:01<01:13, 29.28it/s]2022-02-15 21:32:28,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▊ | 41/2198 [00:01<01:21, 26.37it/s]2022-02-15 21:32:28,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,739 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▊ | 46/2198 [00:01<01:10, 30.42it/s]2022-02-15 21:32:28,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,918 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▉ | 51/2198 [00:02<01:16, 27.89it/s]2022-02-15 21:32:28,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:28,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█ | 56/2198 [00:02<01:09, 30.63it/s]2022-02-15 21:32:29,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,283 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█▏ | 61/2198 [00:02<01:14, 28.64it/s]2022-02-15 21:32:29,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█▏ | 66/2198 [00:02<01:05, 32.54it/s]2022-02-15 21:32:29,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,474 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█▎ | 71/2198 [00:02<01:14, 28.62it/s]2022-02-15 21:32:29,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▍ | 78/2198 [00:02<00:58, 36.47it/s]2022-02-15 21:32:29,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:29,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▌ | 83/2198 [00:03<01:17, 27.27it/s]2022-02-15 21:32:30,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▋ | 90/2198 [00:03<01:01, 34.49it/s]2022-02-15 21:32:30,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,198 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▊ | 95/2198 [00:03<01:13, 28.61it/s]2022-02-15 21:32:30,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|█▊ | 101/2198 [00:03<01:19, 26.49it/s]2022-02-15 21:32:30,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,693 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|██ | 110/2198 [00:03<01:00, 34.34it/s]2022-02-15 21:32:30,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:30,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,039 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|██ | 115/2198 [00:04<01:11, 29.23it/s]2022-02-15 21:32:31,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▏ | 121/2198 [00:04<01:16, 27.07it/s]2022-02-15 21:32:31,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▎ | 129/2198 [00:04<00:58, 35.38it/s]2022-02-15 21:32:31,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▍ | 134/2198 [00:04<01:15, 27.41it/s]2022-02-15 21:32:31,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▌ | 141/2198 [00:05<01:13, 28.16it/s]2022-02-15 21:32:31,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:31,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▋ | 145/2198 [00:05<01:09, 29.59it/s]2022-02-15 21:32:32,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▋ | 151/2198 [00:05<01:09, 29.59it/s]2022-02-15 21:32:32,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,311 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▊ | 155/2198 [00:05<01:12, 28.27it/s]2022-02-15 21:32:32,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▉ | 161/2198 [00:05<01:06, 30.66it/s]2022-02-15 21:32:32,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,717 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███ | 165/2198 [00:05<01:09, 29.16it/s]2022-02-15 21:32:32,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,913 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███ | 171/2198 [00:06<01:05, 31.10it/s]2022-02-15 21:32:32,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:32,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███▏ | 175/2198 [00:06<01:09, 29.21it/s]2022-02-15 21:32:33,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,086 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███▎ | 181/2198 [00:06<01:06, 30.51it/s]2022-02-15 21:32:33,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███▎ | 185/2198 [00:06<01:08, 29.23it/s]2022-02-15 21:32:33,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,455 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▍ | 191/2198 [00:06<01:05, 30.78it/s]2022-02-15 21:32:33,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▌ | 195/2198 [00:06<01:08, 29.07it/s]2022-02-15 21:32:33,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,913 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▋ | 201/2198 [00:07<01:04, 30.83it/s]2022-02-15 21:32:33,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:33,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▋ | 205/2198 [00:07<01:07, 29.74it/s]2022-02-15 21:32:34,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|███▊ | 211/2198 [00:07<01:02, 31.85it/s]2022-02-15 21:32:34,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,389 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|███▉ | 215/2198 [00:07<01:06, 29.89it/s]2022-02-15 21:32:34,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|████ | 220/2198 [00:07<00:58, 33.93it/s]2022-02-15 21:32:34,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|████ | 224/2198 [00:07<01:08, 28.87it/s]2022-02-15 21:32:34,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|████▏ | 230/2198 [00:07<01:02, 31.54it/s]2022-02-15 21:32:34,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:34,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▎ | 234/2198 [00:08<01:07, 29.18it/s]2022-02-15 21:32:35,061 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▎ | 238/2198 [00:08<01:03, 30.77it/s]2022-02-15 21:32:35,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▍ | 242/2198 [00:08<01:05, 30.00it/s]2022-02-15 21:32:35,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▍ | 246/2198 [00:08<01:09, 28.24it/s]2022-02-15 21:32:35,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▌ | 251/2198 [00:08<01:01, 31.67it/s]2022-02-15 21:32:35,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,717 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▋ | 255/2198 [00:08<01:09, 27.77it/s]2022-02-15 21:32:35,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▋ | 261/2198 [00:08<01:00, 32.18it/s]2022-02-15 21:32:35,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:35,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,045 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▊ | 265/2198 [00:09<01:08, 28.20it/s]2022-02-15 21:32:36,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,198 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▉ | 271/2198 [00:09<00:58, 32.85it/s]2022-02-15 21:32:36,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████ | 275/2198 [00:09<01:07, 28.55it/s]2022-02-15 21:32:36,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████ | 281/2198 [00:09<00:58, 32.84it/s]2022-02-15 21:32:36,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████▏ | 285/2198 [00:09<01:07, 28.31it/s]2022-02-15 21:32:36,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,822 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████▎ | 291/2198 [00:09<00:58, 32.70it/s]2022-02-15 21:32:36,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:36,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████▎ | 295/2198 [00:10<01:07, 28.31it/s]2022-02-15 21:32:37,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,150 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▍ | 301/2198 [00:10<00:58, 32.69it/s]2022-02-15 21:32:37,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▌ | 305/2198 [00:10<01:06, 28.43it/s]2022-02-15 21:32:37,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,411 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▋ | 310/2198 [00:10<00:57, 32.74it/s]2022-02-15 21:32:37,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,542 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,542 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▋ | 314/2198 [00:10<01:07, 27.84it/s]2022-02-15 21:32:37,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▊ | 318/2198 [00:10<01:02, 30.02it/s]2022-02-15 21:32:37,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|█████▉ | 323/2198 [00:11<00:56, 33.41it/s]2022-02-15 21:32:37,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:37,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|█████▉ | 327/2198 [00:11<01:02, 29.92it/s]2022-02-15 21:32:38,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|██████ | 331/2198 [00:11<00:58, 31.96it/s]2022-02-15 21:32:38,188 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|██████ | 335/2198 [00:11<01:05, 28.48it/s]2022-02-15 21:32:38,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|██████▏ | 340/2198 [00:11<00:56, 33.08it/s]2022-02-15 21:32:38,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,693 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▎ | 344/2198 [00:11<01:10, 26.32it/s]2022-02-15 21:32:38,726 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▎ | 350/2198 [00:11<00:55, 33.30it/s]2022-02-15 21:32:38,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:38,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▍ | 354/2198 [00:12<01:06, 27.62it/s]2022-02-15 21:32:39,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▌ | 358/2198 [00:12<01:01, 30.03it/s]2022-02-15 21:32:39,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▌ | 363/2198 [00:12<00:54, 33.87it/s]2022-02-15 21:32:39,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▋ | 367/2198 [00:12<01:04, 28.47it/s]2022-02-15 21:32:39,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▊ | 373/2198 [00:12<00:55, 33.17it/s]2022-02-15 21:32:39,569 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,716 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▊ | 377/2198 [00:12<01:04, 28.34it/s]2022-02-15 21:32:39,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▉ | 383/2198 [00:12<00:54, 33.00it/s]2022-02-15 21:32:39,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,918 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:39,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,042 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████ | 387/2198 [00:13<01:04, 28.23it/s]2022-02-15 21:32:40,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████▏ | 393/2198 [00:13<00:54, 33.27it/s]2022-02-15 21:32:40,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,304 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████▏ | 397/2198 [00:13<01:04, 28.04it/s]2022-02-15 21:32:40,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,455 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████▎ | 403/2198 [00:13<00:53, 33.64it/s]2022-02-15 21:32:40,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▍ | 407/2198 [00:13<01:03, 27.99it/s]2022-02-15 21:32:40,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▌ | 413/2198 [00:13<00:52, 34.15it/s]2022-02-15 21:32:40,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:40,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▌ | 417/2198 [00:14<01:04, 27.78it/s]2022-02-15 21:32:41,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▋ | 424/2198 [00:14<01:01, 28.97it/s]2022-02-15 21:32:41,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▊ | 428/2198 [00:14<00:59, 29.72it/s]2022-02-15 21:32:41,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|███████▉ | 434/2198 [00:14<00:59, 29.43it/s]2022-02-15 21:32:41,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|███████▉ | 438/2198 [00:14<00:58, 29.91it/s]2022-02-15 21:32:41,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|████████ | 444/2198 [00:15<00:58, 29.86it/s]2022-02-15 21:32:41,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:41,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|████████▏ | 448/2198 [00:15<00:58, 30.09it/s]2022-02-15 21:32:42,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,247 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▎ | 454/2198 [00:15<00:58, 29.96it/s]2022-02-15 21:32:42,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▎ | 458/2198 [00:15<00:57, 30.37it/s]2022-02-15 21:32:42,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▍ | 464/2198 [00:15<00:57, 30.15it/s]2022-02-15 21:32:42,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▌ | 468/2198 [00:15<00:57, 30.10it/s]2022-02-15 21:32:42,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▋ | 474/2198 [00:16<00:56, 30.38it/s]2022-02-15 21:32:42,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:42,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▋ | 478/2198 [00:16<00:57, 30.05it/s]2022-02-15 21:32:43,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,150 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,247 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▊ | 484/2198 [00:16<00:55, 31.07it/s]2022-02-15 21:32:43,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▉ | 488/2198 [00:16<00:59, 28.77it/s]2022-02-15 21:32:43,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,490 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▉ | 494/2198 [00:16<00:53, 31.94it/s]2022-02-15 21:32:43,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████ | 498/2198 [00:16<01:01, 27.70it/s]2022-02-15 21:32:43,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████▏ | 504/2198 [00:17<00:52, 32.37it/s]2022-02-15 21:32:43,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:43,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,086 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████▏ | 508/2198 [00:17<01:01, 27.39it/s]2022-02-15 21:32:44,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████▎ | 514/2198 [00:17<00:51, 32.70it/s]2022-02-15 21:32:44,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▍ | 518/2198 [00:17<01:00, 27.92it/s]2022-02-15 21:32:44,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▌ | 524/2198 [00:17<00:50, 33.47it/s]2022-02-15 21:32:44,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▌ | 528/2198 [00:17<01:01, 26.96it/s]2022-02-15 21:32:44,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:44,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▋ | 535/2198 [00:18<00:58, 28.32it/s]2022-02-15 21:32:45,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|█████████▊ | 539/2198 [00:18<00:55, 30.01it/s]2022-02-15 21:32:45,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|█████████▉ | 545/2198 [00:18<00:57, 28.70it/s]2022-02-15 21:32:45,368 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|█████████▉ | 549/2198 [00:18<00:53, 30.75it/s]2022-02-15 21:32:45,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|██████████ | 555/2198 [00:18<00:57, 28.44it/s]2022-02-15 21:32:45,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|██████████▏ | 560/2198 [00:18<00:53, 30.59it/s]2022-02-15 21:32:45,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:45,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▎ | 565/2198 [00:19<00:56, 28.88it/s]2022-02-15 21:32:46,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▎ | 570/2198 [00:19<00:53, 30.70it/s]2022-02-15 21:32:46,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▍ | 575/2198 [00:19<00:58, 27.52it/s]2022-02-15 21:32:46,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▌ | 580/2198 [00:19<00:52, 31.04it/s]2022-02-15 21:32:46,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,545 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,569 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▋ | 585/2198 [00:19<00:56, 28.40it/s]2022-02-15 21:32:46,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▋ | 590/2198 [00:19<00:51, 31.05it/s]2022-02-15 21:32:46,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:46,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▊ | 595/2198 [00:20<00:55, 29.06it/s]2022-02-15 21:32:47,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▉ | 600/2198 [00:20<00:51, 31.26it/s]2022-02-15 21:32:47,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,188 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████ | 605/2198 [00:20<00:53, 29.98it/s]2022-02-15 21:32:47,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████ | 610/2198 [00:20<00:52, 30.48it/s]2022-02-15 21:32:47,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████▏ | 615/2198 [00:20<00:51, 30.75it/s]2022-02-15 21:32:47,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████▎ | 619/2198 [00:20<00:49, 31.79it/s]2022-02-15 21:32:47,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████▎ | 624/2198 [00:20<00:45, 34.65it/s]2022-02-15 21:32:47,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,947 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:47,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▍ | 628/2198 [00:21<00:53, 29.21it/s]2022-02-15 21:32:48,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▌ | 634/2198 [00:21<00:46, 33.52it/s]2022-02-15 21:32:48,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,304 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▌ | 638/2198 [00:21<00:54, 28.56it/s]2022-02-15 21:32:48,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▋ | 644/2198 [00:21<00:46, 33.24it/s]2022-02-15 21:32:48,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▊ | 648/2198 [00:21<00:55, 28.07it/s]2022-02-15 21:32:48,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|███████████▉ | 654/2198 [00:21<00:46, 33.15it/s]2022-02-15 21:32:48,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:48,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|███████████▉ | 658/2198 [00:22<00:55, 27.77it/s]2022-02-15 21:32:49,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|████████████ | 663/2198 [00:22<00:48, 31.71it/s]2022-02-15 21:32:49,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,360 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|████████████▏ | 667/2198 [00:22<00:57, 26.52it/s]2022-02-15 21:32:49,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▏ | 673/2198 [00:22<00:46, 32.53it/s]2022-02-15 21:32:49,542 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▎ | 677/2198 [00:22<00:56, 26.86it/s]2022-02-15 21:32:49,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▍ | 683/2198 [00:22<00:45, 33.04it/s]2022-02-15 21:32:49,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:49,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,042 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▌ | 687/2198 [00:23<00:56, 26.91it/s]2022-02-15 21:32:50,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,106 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▌ | 692/2198 [00:23<00:47, 31.38it/s]2022-02-15 21:32:50,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▋ | 696/2198 [00:23<00:49, 30.53it/s]2022-02-15 21:32:50,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▋ | 700/2198 [00:23<00:49, 30.47it/s]2022-02-15 21:32:50,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▊ | 705/2198 [00:23<00:43, 34.20it/s]2022-02-15 21:32:50,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▉ | 709/2198 [00:23<00:52, 28.14it/s]2022-02-15 21:32:50,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████ | 715/2198 [00:23<00:43, 34.14it/s]2022-02-15 21:32:50,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:50,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,039 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████ | 719/2198 [00:24<00:55, 26.80it/s]2022-02-15 21:32:51,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████▏ | 726/2198 [00:24<00:50, 29.22it/s]2022-02-15 21:32:51,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████▎ | 730/2198 [00:24<00:53, 27.54it/s]2022-02-15 21:32:51,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████▍ | 736/2198 [00:24<00:48, 30.27it/s]2022-02-15 21:32:51,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▍ | 740/2198 [00:24<00:49, 29.34it/s]2022-02-15 21:32:51,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:51,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▌ | 746/2198 [00:25<00:47, 30.40it/s]2022-02-15 21:32:52,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▋ | 750/2198 [00:25<00:49, 29.28it/s]2022-02-15 21:32:52,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▊ | 756/2198 [00:25<00:46, 30.72it/s]2022-02-15 21:32:52,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|█████████████▊ | 760/2198 [00:25<00:48, 29.36it/s]2022-02-15 21:32:52,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|█████████████▉ | 766/2198 [00:25<00:46, 31.03it/s]2022-02-15 21:32:52,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|██████████████ | 770/2198 [00:25<00:48, 29.32it/s]2022-02-15 21:32:52,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:52,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|██████████████ | 776/2198 [00:26<00:45, 31.33it/s]2022-02-15 21:32:52,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,045 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|██████████████▏ | 780/2198 [00:26<00:47, 29.60it/s]2022-02-15 21:32:53,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▎ | 786/2198 [00:26<00:45, 31.36it/s]2022-02-15 21:32:53,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▍ | 790/2198 [00:26<00:47, 29.65it/s]2022-02-15 21:32:53,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▍ | 796/2198 [00:26<00:44, 31.33it/s]2022-02-15 21:32:53,657 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,716 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▌ | 800/2198 [00:26<00:45, 30.43it/s]2022-02-15 21:32:53,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▋ | 804/2198 [00:26<00:42, 32.43it/s]2022-02-15 21:32:53,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:53,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▋ | 808/2198 [00:27<00:44, 31.14it/s]2022-02-15 21:32:54,039 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▊ | 812/2198 [00:27<00:43, 31.91it/s]2022-02-15 21:32:54,188 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▊ | 816/2198 [00:27<00:46, 29.64it/s]2022-02-15 21:32:54,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,368 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▉ | 820/2198 [00:27<00:44, 30.70it/s]2022-02-15 21:32:54,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▉ | 824/2198 [00:27<00:44, 31.19it/s]2022-02-15 21:32:54,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,653 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████ | 828/2198 [00:27<00:44, 30.65it/s]2022-02-15 21:32:54,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████▏ | 832/2198 [00:27<00:44, 30.79it/s]2022-02-15 21:32:54,822 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████▏ | 836/2198 [00:28<00:48, 28.32it/s]2022-02-15 21:32:54,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:54,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████▎ | 842/2198 [00:28<00:43, 31.10it/s]2022-02-15 21:32:55,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,247 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████▍ | 846/2198 [00:28<00:47, 28.57it/s]2022-02-15 21:32:55,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▌ | 852/2198 [00:28<00:43, 31.06it/s]2022-02-15 21:32:55,486 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,546 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▌ | 856/2198 [00:28<00:46, 28.87it/s]2022-02-15 21:32:55,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,717 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,726 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▋ | 862/2198 [00:28<00:42, 31.11it/s]2022-02-15 21:32:55,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:55,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▊ | 866/2198 [00:29<00:45, 28.97it/s]2022-02-15 21:32:55,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|███████████████▊ | 872/2198 [00:29<00:42, 31.05it/s]2022-02-15 21:32:56,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|███████████████▉ | 876/2198 [00:29<00:45, 29.13it/s]2022-02-15 21:32:56,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|████████████████ | 882/2198 [00:29<00:42, 31.21it/s]2022-02-15 21:32:56,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,535 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|████████████████ | 886/2198 [00:29<00:44, 29.24it/s]2022-02-15 21:32:56,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,717 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▏ | 892/2198 [00:29<00:41, 31.28it/s]2022-02-15 21:32:56,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,846 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▎ | 896/2198 [00:30<00:44, 29.32it/s]2022-02-15 21:32:56,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:56,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,050 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▍ | 902/2198 [00:30<00:41, 31.36it/s]2022-02-15 21:32:57,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,206 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▍ | 906/2198 [00:30<00:43, 29.37it/s]2022-02-15 21:32:57,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▌ | 912/2198 [00:30<00:40, 31.38it/s]2022-02-15 21:32:57,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▋ | 916/2198 [00:30<00:43, 29.27it/s]2022-02-15 21:32:57,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,704 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▊ | 922/2198 [00:30<00:40, 31.46it/s]2022-02-15 21:32:57,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▊ | 926/2198 [00:31<00:43, 29.38it/s]2022-02-15 21:32:57,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:57,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,061 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▉ | 930/2198 [00:31<00:40, 30.94it/s]2022-02-15 21:32:58,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▉ | 934/2198 [00:31<00:40, 30.87it/s]2022-02-15 21:32:58,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,224 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████ | 938/2198 [00:31<00:42, 29.73it/s]2022-02-15 21:32:58,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,368 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████▏ | 942/2198 [00:31<00:39, 31.62it/s]2022-02-15 21:32:58,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████▏ | 946/2198 [00:31<00:43, 29.02it/s]2022-02-15 21:32:58,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,657 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████▎ | 950/2198 [00:31<00:39, 31.29it/s]2022-02-15 21:32:58,726 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████▎ | 954/2198 [00:31<00:42, 29.01it/s]2022-02-15 21:32:58,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:58,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▍ | 958/2198 [00:32<00:40, 30.28it/s]2022-02-15 21:32:59,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,061 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▌ | 962/2198 [00:32<00:38, 31.87it/s]2022-02-15 21:32:59,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▌ | 966/2198 [00:32<00:41, 29.72it/s]2022-02-15 21:32:59,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▋ | 970/2198 [00:32<00:39, 30.98it/s]2022-02-15 21:32:59,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▋ | 974/2198 [00:32<00:42, 28.97it/s]2022-02-15 21:32:59,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▊ | 977/2198 [00:32<00:45, 26.97it/s]2022-02-15 21:32:59,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|█████████████████▉ | 983/2198 [00:32<00:37, 32.41it/s]2022-02-15 21:32:59,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:32:59,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|█████████████████▉ | 987/2198 [00:33<00:43, 28.06it/s]2022-02-15 21:33:00,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|██████████████████ | 992/2198 [00:33<00:37, 32.59it/s]2022-02-15 21:33:00,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|██████████████████▏ | 996/2198 [00:33<00:39, 30.24it/s]2022-02-15 21:33:00,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,368 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|█████████████████▋ | 1000/2198 [00:33<00:37, 31.81it/s]2022-02-15 21:33:00,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|█████████████████▊ | 1004/2198 [00:33<00:40, 29.53it/s]2022-02-15 21:33:00,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|█████████████████▉ | 1008/2198 [00:33<00:40, 29.14it/s]2022-02-15 21:33:00,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|█████████████████▉ | 1013/2198 [00:33<00:38, 30.79it/s]2022-02-15 21:33:00,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:00,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|██████████████████ | 1017/2198 [00:34<00:41, 28.18it/s]2022-02-15 21:33:00,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,050 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|██████████████████▏ | 1022/2198 [00:34<00:36, 32.24it/s]2022-02-15 21:33:01,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,188 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▏ | 1026/2198 [00:34<00:39, 29.92it/s]2022-02-15 21:33:01,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▎ | 1030/2198 [00:34<00:36, 31.62it/s]2022-02-15 21:33:01,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▎ | 1034/2198 [00:34<00:38, 30.12it/s]2022-02-15 21:33:01,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▍ | 1038/2198 [00:34<00:41, 28.01it/s]2022-02-15 21:33:01,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▌ | 1043/2198 [00:34<00:37, 30.69it/s]2022-02-15 21:33:01,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,947 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:01,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▌ | 1047/2198 [00:35<00:40, 28.39it/s]2022-02-15 21:33:01,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,042 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▋ | 1052/2198 [00:35<00:36, 31.07it/s]2022-02-15 21:33:02,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▋ | 1056/2198 [00:35<00:37, 30.41it/s]2022-02-15 21:33:02,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▊ | 1060/2198 [00:35<00:35, 31.80it/s]2022-02-15 21:33:02,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,490 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▉ | 1064/2198 [00:35<00:36, 30.84it/s]2022-02-15 21:33:02,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,535 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,579 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|██████████████████▉ | 1068/2198 [00:35<00:39, 28.34it/s]2022-02-15 21:33:02,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████ | 1072/2198 [00:35<00:36, 30.60it/s]2022-02-15 21:33:02,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,864 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████ | 1076/2198 [00:36<00:36, 30.49it/s]2022-02-15 21:33:02,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:02,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████▏ | 1080/2198 [00:36<00:35, 31.82it/s]2022-02-15 21:33:03,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████▏ | 1084/2198 [00:36<00:35, 31.24it/s]2022-02-15 21:33:03,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,304 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████▎ | 1088/2198 [00:36<00:39, 28.09it/s]2022-02-15 21:33:03,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▍ | 1092/2198 [00:36<00:35, 30.75it/s]2022-02-15 21:33:03,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▍ | 1096/2198 [00:36<00:36, 30.14it/s]2022-02-15 21:33:03,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▌ | 1100/2198 [00:36<00:34, 32.15it/s]2022-02-15 21:33:03,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▌ | 1104/2198 [00:36<00:36, 30.33it/s]2022-02-15 21:33:03,834 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:03,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▋ | 1108/2198 [00:37<00:39, 27.44it/s]2022-02-15 21:33:04,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▋ | 1113/2198 [00:37<00:35, 30.51it/s]2022-02-15 21:33:04,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,304 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▊ | 1117/2198 [00:37<00:41, 25.96it/s]2022-02-15 21:33:04,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▉ | 1123/2198 [00:37<00:34, 31.52it/s]2022-02-15 21:33:04,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▉ | 1127/2198 [00:37<00:40, 26.52it/s]2022-02-15 21:33:04,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████ | 1133/2198 [00:37<00:33, 32.08it/s]2022-02-15 21:33:04,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,898 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:04,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▏ | 1137/2198 [00:38<00:39, 27.07it/s]2022-02-15 21:33:05,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▎ | 1143/2198 [00:38<00:32, 32.40it/s]2022-02-15 21:33:05,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▎ | 1147/2198 [00:38<00:38, 27.37it/s]2022-02-15 21:33:05,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▍ | 1153/2198 [00:38<00:32, 32.45it/s]2022-02-15 21:33:05,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,542 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▌ | 1157/2198 [00:38<00:37, 27.93it/s]2022-02-15 21:33:05,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,704 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▋ | 1163/2198 [00:38<00:32, 32.34it/s]2022-02-15 21:33:05,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:05,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▋ | 1167/2198 [00:39<00:36, 27.99it/s]2022-02-15 21:33:06,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,045 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▊ | 1173/2198 [00:39<00:31, 32.65it/s]2022-02-15 21:33:06,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|████████████████████▉ | 1177/2198 [00:39<00:35, 28.54it/s]2022-02-15 21:33:06,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|████████████████████▉ | 1183/2198 [00:39<00:30, 33.70it/s]2022-02-15 21:33:06,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,546 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|█████████████████████ | 1187/2198 [00:39<00:34, 29.01it/s]2022-02-15 21:33:06,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|█████████████████████▏ | 1192/2198 [00:39<00:30, 32.76it/s]2022-02-15 21:33:06,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,834 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|█████████████████████▏ | 1196/2198 [00:39<00:30, 32.52it/s]2022-02-15 21:33:06,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:06,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▎ | 1200/2198 [00:40<00:35, 28.25it/s]2022-02-15 21:33:07,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▍ | 1205/2198 [00:40<00:30, 32.87it/s]2022-02-15 21:33:07,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,247 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,360 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,368 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▍ | 1209/2198 [00:40<00:35, 27.84it/s]2022-02-15 21:33:07,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▌ | 1215/2198 [00:40<00:30, 32.62it/s]2022-02-15 21:33:07,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▋ | 1219/2198 [00:40<00:35, 27.95it/s]2022-02-15 21:33:07,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▋ | 1225/2198 [00:40<00:32, 30.16it/s]2022-02-15 21:33:07,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:07,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▊ | 1229/2198 [00:41<00:33, 29.13it/s]2022-02-15 21:33:08,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▉ | 1233/2198 [00:41<00:31, 31.04it/s]2022-02-15 21:33:08,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,224 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▉ | 1237/2198 [00:41<00:35, 27.41it/s]2022-02-15 21:33:08,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|██████████████████████ | 1240/2198 [00:41<00:35, 26.85it/s]2022-02-15 21:33:08,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████ | 1245/2198 [00:41<00:32, 29.29it/s]2022-02-15 21:33:08,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▏ | 1249/2198 [00:41<00:30, 31.04it/s]2022-02-15 21:33:08,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▏ | 1253/2198 [00:41<00:29, 32.08it/s]2022-02-15 21:33:08,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,960 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:08,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▎ | 1257/2198 [00:42<00:33, 28.39it/s]2022-02-15 21:33:08,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▎ | 1260/2198 [00:42<00:35, 26.69it/s]2022-02-15 21:33:09,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▍ | 1265/2198 [00:42<00:29, 31.82it/s]2022-02-15 21:33:09,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▌ | 1269/2198 [00:42<00:29, 31.89it/s]2022-02-15 21:33:09,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,433 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▌ | 1273/2198 [00:42<00:28, 32.38it/s]2022-02-15 21:33:09,486 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▋ | 1277/2198 [00:42<00:32, 28.23it/s]2022-02-15 21:33:09,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▋ | 1280/2198 [00:42<00:34, 26.59it/s]2022-02-15 21:33:09,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|██████████████████████▊ | 1286/2198 [00:43<00:29, 30.69it/s]2022-02-15 21:33:09,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,960 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:09,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|██████████████████████▉ | 1290/2198 [00:43<00:32, 28.01it/s]2022-02-15 21:33:10,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,169 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|██████████████████████▉ | 1295/2198 [00:43<00:27, 32.70it/s]2022-02-15 21:33:10,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|███████████████████████ | 1299/2198 [00:43<00:27, 32.73it/s]2022-02-15 21:33:10,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|███████████████████████ | 1303/2198 [00:43<00:28, 31.03it/s]2022-02-15 21:33:10,490 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|███████████████████████▏ | 1307/2198 [00:43<00:30, 29.13it/s]2022-02-15 21:33:10,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▎ | 1311/2198 [00:43<00:30, 28.94it/s]2022-02-15 21:33:10,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▎ | 1316/2198 [00:44<00:29, 29.61it/s]2022-02-15 21:33:10,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:10,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▍ | 1320/2198 [00:44<00:31, 28.07it/s]2022-02-15 21:33:11,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▌ | 1325/2198 [00:44<00:26, 32.53it/s]2022-02-15 21:33:11,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▌ | 1329/2198 [00:44<00:26, 32.83it/s]2022-02-15 21:33:11,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▋ | 1333/2198 [00:44<00:29, 29.56it/s]2022-02-15 21:33:11,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▋ | 1337/2198 [00:44<00:29, 29.41it/s]2022-02-15 21:33:11,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,704 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▊ | 1341/2198 [00:44<00:29, 29.46it/s]2022-02-15 21:33:11,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,834 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▉ | 1346/2198 [00:45<00:30, 27.99it/s]2022-02-15 21:33:11,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:11,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▉ | 1350/2198 [00:45<00:29, 29.21it/s]2022-02-15 21:33:12,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████ | 1355/2198 [00:45<00:25, 33.07it/s]2022-02-15 21:33:12,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,283 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████ | 1359/2198 [00:45<00:25, 32.72it/s]2022-02-15 21:33:12,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████▏ | 1363/2198 [00:45<00:28, 29.40it/s]2022-02-15 21:33:12,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████▎ | 1367/2198 [00:45<00:30, 27.57it/s]2022-02-15 21:33:12,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████▎ | 1371/2198 [00:45<00:27, 29.91it/s]2022-02-15 21:33:12,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▍ | 1376/2198 [00:46<00:27, 29.70it/s]2022-02-15 21:33:12,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:12,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▍ | 1380/2198 [00:46<00:28, 28.72it/s]2022-02-15 21:33:13,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,106 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▌ | 1385/2198 [00:46<00:24, 33.09it/s]2022-02-15 21:33:13,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▋ | 1389/2198 [00:46<00:26, 31.03it/s]2022-02-15 21:33:13,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▋ | 1393/2198 [00:46<00:26, 29.87it/s]2022-02-15 21:33:13,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|████████████████████████▊ | 1397/2198 [00:46<00:28, 28.05it/s]2022-02-15 21:33:13,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|████████████████████████▊ | 1400/2198 [00:46<00:28, 27.65it/s]2022-02-15 21:33:13,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|████████████████████████▉ | 1406/2198 [00:47<00:26, 29.60it/s]2022-02-15 21:33:13,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:13,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|█████████████████████████ | 1410/2198 [00:47<00:27, 29.13it/s]2022-02-15 21:33:14,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|█████████████████████████ | 1416/2198 [00:47<00:25, 30.15it/s]2022-02-15 21:33:14,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▏ | 1420/2198 [00:47<00:26, 29.55it/s]2022-02-15 21:33:14,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,546 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▎ | 1426/2198 [00:47<00:26, 29.60it/s]2022-02-15 21:33:14,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▎ | 1430/2198 [00:47<00:25, 29.91it/s]2022-02-15 21:33:14,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,846 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▍ | 1436/2198 [00:48<00:25, 29.56it/s]2022-02-15 21:33:14,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:14,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▌ | 1440/2198 [00:48<00:25, 30.22it/s]2022-02-15 21:33:15,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▋ | 1445/2198 [00:48<00:21, 34.43it/s]2022-02-15 21:33:15,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▋ | 1449/2198 [00:48<00:26, 28.68it/s]2022-02-15 21:33:15,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▊ | 1454/2198 [00:48<00:23, 32.07it/s]2022-02-15 21:33:15,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▊ | 1458/2198 [00:48<00:23, 31.01it/s]2022-02-15 21:33:15,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|█████████████████████████▉ | 1462/2198 [00:48<00:23, 31.23it/s]2022-02-15 21:33:15,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,822 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:15,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████ | 1466/2198 [00:49<00:27, 26.83it/s]2022-02-15 21:33:15,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████ | 1471/2198 [00:49<00:24, 29.45it/s]2022-02-15 21:33:16,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,247 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████▏ | 1476/2198 [00:49<00:24, 29.77it/s]2022-02-15 21:33:16,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████▎ | 1480/2198 [00:49<00:24, 29.05it/s]2022-02-15 21:33:16,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,455 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▎ | 1486/2198 [00:49<00:23, 30.29it/s]2022-02-15 21:33:16,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▍ | 1490/2198 [00:49<00:23, 30.40it/s]2022-02-15 21:33:16,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▌ | 1495/2198 [00:49<00:21, 32.19it/s]2022-02-15 21:33:16,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:16,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▌ | 1499/2198 [00:50<00:24, 28.13it/s]2022-02-15 21:33:17,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▋ | 1505/2198 [00:50<00:21, 31.57it/s]2022-02-15 21:33:17,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▊ | 1509/2198 [00:50<00:24, 28.48it/s]2022-02-15 21:33:17,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▉ | 1515/2198 [00:50<00:21, 31.33it/s]2022-02-15 21:33:17,563 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,657 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▉ | 1519/2198 [00:50<00:23, 28.79it/s]2022-02-15 21:33:17,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|███████████████████████████ | 1525/2198 [00:50<00:21, 31.41it/s]2022-02-15 21:33:17,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:17,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▏ | 1529/2198 [00:51<00:25, 26.43it/s]2022-02-15 21:33:18,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▏ | 1535/2198 [00:51<00:21, 30.17it/s]2022-02-15 21:33:18,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▎ | 1539/2198 [00:51<00:24, 27.25it/s]2022-02-15 21:33:18,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▍ | 1545/2198 [00:51<00:20, 31.20it/s]2022-02-15 21:33:18,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▍ | 1549/2198 [00:51<00:23, 27.61it/s]2022-02-15 21:33:18,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▌ | 1555/2198 [00:52<00:20, 31.87it/s]2022-02-15 21:33:18,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:18,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▋ | 1559/2198 [00:52<00:23, 27.59it/s]2022-02-15 21:33:19,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▊ | 1565/2198 [00:52<00:20, 31.53it/s]2022-02-15 21:33:19,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,304 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▊ | 1569/2198 [00:52<00:23, 27.11it/s]2022-02-15 21:33:19,474 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|███████████████████████████▉ | 1575/2198 [00:52<00:19, 32.19it/s]2022-02-15 21:33:19,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|████████████████████████████ | 1579/2198 [00:52<00:22, 27.45it/s]2022-02-15 21:33:19,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,834 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|████████████████████████████ | 1585/2198 [00:53<00:18, 32.29it/s]2022-02-15 21:33:19,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:19,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|████████████████████████████▏ | 1589/2198 [00:53<00:21, 28.34it/s]2022-02-15 21:33:20,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,206 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▎ | 1595/2198 [00:53<00:19, 31.23it/s]2022-02-15 21:33:20,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▎ | 1599/2198 [00:53<00:20, 29.40it/s]2022-02-15 21:33:20,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,490 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▍ | 1604/2198 [00:53<00:18, 32.57it/s]2022-02-15 21:33:20,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▌ | 1609/2198 [00:53<00:20, 29.19it/s]2022-02-15 21:33:20,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▋ | 1614/2198 [00:53<00:18, 31.14it/s]2022-02-15 21:33:20,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:20,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▋ | 1619/2198 [00:54<00:19, 29.57it/s]2022-02-15 21:33:21,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,169 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▊ | 1623/2198 [00:54<00:19, 29.90it/s]2022-02-15 21:33:21,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▉ | 1628/2198 [00:54<00:17, 33.36it/s]2022-02-15 21:33:21,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,411 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▉ | 1632/2198 [00:54<00:19, 28.35it/s]2022-02-15 21:33:21,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|█████████████████████████████ | 1636/2198 [00:54<00:18, 30.42it/s]2022-02-15 21:33:21,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████ | 1640/2198 [00:54<00:21, 25.41it/s]2022-02-15 21:33:21,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:21,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▏ | 1647/2198 [00:55<00:16, 32.88it/s]2022-02-15 21:33:21,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,050 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▎ | 1651/2198 [00:55<00:19, 27.51it/s]2022-02-15 21:33:22,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▍ | 1657/2198 [00:55<00:16, 33.44it/s]2022-02-15 21:33:22,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▍ | 1661/2198 [00:55<00:19, 27.50it/s]2022-02-15 21:33:22,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,546 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▌ | 1667/2198 [00:55<00:15, 33.70it/s]2022-02-15 21:33:22,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▋ | 1672/2198 [00:55<00:18, 29.13it/s]2022-02-15 21:33:22,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▊ | 1677/2198 [00:56<00:15, 32.68it/s]2022-02-15 21:33:22,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:22,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▊ | 1681/2198 [00:56<00:19, 27.01it/s]2022-02-15 21:33:23,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|█████████████████████████████▉ | 1687/2198 [00:56<00:15, 33.10it/s]2022-02-15 21:33:23,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|██████████████████████████████ | 1691/2198 [00:56<00:18, 27.53it/s]2022-02-15 21:33:23,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|██████████████████████████████ | 1697/2198 [00:56<00:15, 33.21it/s]2022-02-15 21:33:23,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,834 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|██████████████████████████████▏ | 1701/2198 [00:56<00:17, 27.62it/s]2022-02-15 21:33:23,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▎ | 1707/2198 [00:57<00:14, 33.30it/s]2022-02-15 21:33:23,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:23,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▎ | 1711/2198 [00:57<00:17, 27.37it/s]2022-02-15 21:33:24,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▍ | 1718/2198 [00:57<00:15, 31.66it/s]2022-02-15 21:33:24,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▌ | 1722/2198 [00:57<00:16, 29.02it/s]2022-02-15 21:33:24,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▋ | 1726/2198 [00:57<00:16, 27.98it/s]2022-02-15 21:33:24,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▋ | 1731/2198 [00:57<00:16, 28.34it/s]2022-02-15 21:33:24,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:24,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▊ | 1736/2198 [00:58<00:14, 31.22it/s]2022-02-15 21:33:24,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,019 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▊ | 1740/2198 [00:58<00:14, 32.42it/s]2022-02-15 21:33:25,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,224 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▉ | 1744/2198 [00:58<00:14, 30.55it/s]2022-02-15 21:33:25,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████ | 1748/2198 [00:58<00:14, 31.06it/s]2022-02-15 21:33:25,360 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████ | 1752/2198 [00:58<00:15, 28.70it/s]2022-02-15 21:33:25,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████▏ | 1758/2198 [00:58<00:14, 31.30it/s]2022-02-15 21:33:25,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████▎ | 1762/2198 [00:58<00:15, 28.58it/s]2022-02-15 21:33:25,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:25,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████▎ | 1768/2198 [00:59<00:13, 31.49it/s]2022-02-15 21:33:26,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▍ | 1772/2198 [00:59<00:15, 27.40it/s]2022-02-15 21:33:26,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▌ | 1778/2198 [00:59<00:12, 32.48it/s]2022-02-15 21:33:26,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▌ | 1782/2198 [00:59<00:14, 28.29it/s]2022-02-15 21:33:26,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▋ | 1788/2198 [00:59<00:12, 33.19it/s]2022-02-15 21:33:26,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|███████████████████████████████▊ | 1792/2198 [00:59<00:14, 28.57it/s]2022-02-15 21:33:26,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:26,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|███████████████████████████████▉ | 1798/2198 [01:00<00:12, 33.09it/s]2022-02-15 21:33:26,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|███████████████████████████████▉ | 1802/2198 [01:00<00:13, 28.54it/s]2022-02-15 21:33:27,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|████████████████████████████████ | 1807/2198 [01:00<00:12, 32.03it/s]2022-02-15 21:33:27,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|████████████████████████████████▏ | 1811/2198 [01:00<00:13, 28.38it/s]2022-02-15 21:33:27,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▏ | 1815/2198 [01:00<00:12, 30.59it/s]2022-02-15 21:33:27,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▎ | 1819/2198 [01:00<00:11, 31.77it/s]2022-02-15 21:33:27,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▎ | 1823/2198 [01:00<00:13, 27.35it/s]2022-02-15 21:33:27,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:27,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▍ | 1829/2198 [01:01<00:11, 31.56it/s]2022-02-15 21:33:28,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▌ | 1833/2198 [01:01<00:12, 28.13it/s]2022-02-15 21:33:28,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▋ | 1839/2198 [01:01<00:11, 31.61it/s]2022-02-15 21:33:28,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▋ | 1843/2198 [01:01<00:12, 28.99it/s]2022-02-15 21:33:28,545 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▊ | 1848/2198 [01:01<00:10, 32.60it/s]2022-02-15 21:33:28,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,822 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,860 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▊ | 1852/2198 [01:01<00:12, 27.42it/s]2022-02-15 21:33:28,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:28,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|████████████████████████████████▉ | 1858/2198 [01:02<00:10, 32.04it/s]2022-02-15 21:33:29,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,039 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,039 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,050 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████ | 1862/2198 [01:02<00:11, 28.24it/s]2022-02-15 21:33:29,198 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████▏ | 1868/2198 [01:02<00:10, 31.72it/s]2022-02-15 21:33:29,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████▏ | 1872/2198 [01:02<00:11, 27.56it/s]2022-02-15 21:33:29,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████▎ | 1878/2198 [01:02<00:10, 31.97it/s]2022-02-15 21:33:29,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▍ | 1882/2198 [01:02<00:10, 28.97it/s]2022-02-15 21:33:29,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▍ | 1887/2198 [01:03<00:09, 32.47it/s]2022-02-15 21:33:29,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:29,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▌ | 1891/2198 [01:03<00:11, 27.90it/s]2022-02-15 21:33:30,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▋ | 1897/2198 [01:03<00:09, 32.52it/s]2022-02-15 21:33:30,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▋ | 1901/2198 [01:03<00:10, 27.77it/s]2022-02-15 21:33:30,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|█████████████████████████████████▊ | 1907/2198 [01:03<00:08, 32.56it/s]2022-02-15 21:33:30,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,717 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|█████████████████████████████████▉ | 1911/2198 [01:03<00:10, 27.49it/s]2022-02-15 21:33:30,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|██████████████████████████████████ | 1917/2198 [01:04<00:08, 32.83it/s]2022-02-15 21:33:30,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:30,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|██████████████████████████████████ | 1921/2198 [01:04<00:10, 27.30it/s]2022-02-15 21:33:31,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▏ | 1927/2198 [01:04<00:08, 33.09it/s]2022-02-15 21:33:31,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▎ | 1931/2198 [01:04<00:09, 27.07it/s]2022-02-15 21:33:31,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▎ | 1937/2198 [01:04<00:07, 33.14it/s]2022-02-15 21:33:31,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,716 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▍ | 1941/2198 [01:04<00:09, 27.13it/s]2022-02-15 21:33:31,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▌ | 1947/2198 [01:05<00:07, 33.21it/s]2022-02-15 21:33:31,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:31,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,150 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▋ | 1952/2198 [01:05<00:08, 27.88it/s]2022-02-15 21:33:32,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▋ | 1958/2198 [01:05<00:07, 33.73it/s]2022-02-15 21:33:32,311 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,542 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▊ | 1963/2198 [01:05<00:08, 28.26it/s]2022-02-15 21:33:32,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|██████████████████████████████████▉ | 1970/2198 [01:05<00:07, 31.08it/s]2022-02-15 21:33:32,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████ | 1974/2198 [01:05<00:07, 29.77it/s]2022-02-15 21:33:32,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,898 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:32,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,061 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████▏ | 1980/2198 [01:06<00:07, 30.88it/s]2022-02-15 21:33:33,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████▏ | 1984/2198 [01:06<00:07, 29.49it/s]2022-02-15 21:33:33,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▎ | 1990/2198 [01:06<00:06, 30.42it/s]2022-02-15 21:33:33,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,545 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▍ | 1994/2198 [01:06<00:06, 29.72it/s]2022-02-15 21:33:33,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▍ | 1999/2198 [01:06<00:05, 33.64it/s]2022-02-15 21:33:33,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,716 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,739 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▌ | 2003/2198 [01:06<00:07, 27.19it/s]2022-02-15 21:33:33,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:33,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▋ | 2009/2198 [01:07<00:05, 33.66it/s]2022-02-15 21:33:34,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▋ | 2013/2198 [01:07<00:07, 26.18it/s]2022-02-15 21:33:34,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▊ | 2020/2198 [01:07<00:05, 30.18it/s]2022-02-15 21:33:34,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,433 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▉ | 2024/2198 [01:07<00:06, 28.56it/s]2022-02-15 21:33:34,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,579 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|████████████████████████████████████ | 2030/2198 [01:07<00:05, 30.35it/s]2022-02-15 21:33:34,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████ | 2034/2198 [01:08<00:05, 28.83it/s]2022-02-15 21:33:34,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:34,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▏ | 2040/2198 [01:08<00:05, 30.66it/s]2022-02-15 21:33:35,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,247 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▎ | 2044/2198 [01:08<00:05, 28.51it/s]2022-02-15 21:33:35,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,372 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▎ | 2050/2198 [01:08<00:04, 30.56it/s]2022-02-15 21:33:35,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▍ | 2054/2198 [01:08<00:05, 28.49it/s]2022-02-15 21:33:35,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▌ | 2060/2198 [01:08<00:04, 30.84it/s]2022-02-15 21:33:35,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▌ | 2064/2198 [01:09<00:04, 28.50it/s]2022-02-15 21:33:35,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:35,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▋ | 2070/2198 [01:09<00:04, 30.81it/s]2022-02-15 21:33:36,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▊ | 2074/2198 [01:09<00:04, 28.34it/s]2022-02-15 21:33:36,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,304 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|████████████████████████████████████▉ | 2080/2198 [01:09<00:03, 30.54it/s]2022-02-15 21:33:36,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,474 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|████████████████████████████████████▉ | 2084/2198 [01:09<00:04, 28.08it/s]2022-02-15 21:33:36,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|█████████████████████████████████████ | 2090/2198 [01:09<00:03, 30.95it/s]2022-02-15 21:33:36,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,947 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|█████████████████████████████████████▏ | 2094/2198 [01:10<00:03, 27.79it/s]2022-02-15 21:33:36,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:36,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▎ | 2100/2198 [01:10<00:03, 32.49it/s]2022-02-15 21:33:37,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▎ | 2104/2198 [01:10<00:03, 27.72it/s]2022-02-15 21:33:37,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▍ | 2110/2198 [01:10<00:02, 32.60it/s]2022-02-15 21:33:37,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▌ | 2114/2198 [01:10<00:03, 27.17it/s]2022-02-15 21:33:37,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▌ | 2120/2198 [01:10<00:02, 32.86it/s]2022-02-15 21:33:37,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,834 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,913 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▋ | 2124/2198 [01:11<00:02, 27.20it/s]2022-02-15 21:33:37,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:37,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▊ | 2130/2198 [01:11<00:02, 33.21it/s]2022-02-15 21:33:38,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▊ | 2134/2198 [01:11<00:02, 27.24it/s]2022-02-15 21:33:38,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▉ | 2140/2198 [01:11<00:01, 33.39it/s]2022-02-15 21:33:38,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,545 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████ | 2145/2198 [01:11<00:01, 29.73it/s]2022-02-15 21:33:38,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▏| 2150/2198 [01:11<00:01, 32.70it/s]2022-02-15 21:33:38,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,884 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,913 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▏| 2154/2198 [01:12<00:01, 28.45it/s]2022-02-15 21:33:38,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:38,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▎| 2159/2198 [01:12<00:01, 31.71it/s]2022-02-15 21:33:39,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▍| 2164/2198 [01:12<00:01, 29.32it/s]2022-02-15 21:33:39,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▍| 2168/2198 [01:12<00:00, 31.10it/s]2022-02-15 21:33:39,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▌| 2173/2198 [01:12<00:00, 35.16it/s]2022-02-15 21:33:39,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▋| 2177/2198 [01:12<00:00, 27.60it/s]2022-02-15 21:33:39,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,864 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▊| 2184/2198 [01:13<00:00, 28.78it/s]2022-02-15 21:33:39,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:39,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:40,019 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:40,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:40,042 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
100%|██████████████████████████████████████▊| 2188/2198 [01:13<00:00, 29.21it/s]2022-02-15 21:33:40,050 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:40,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:40,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:40,086 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:40,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:40,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:40,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:40,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:40,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:40,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:40,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
100%|██████████████████████████████████████▉| 2194/2198 [01:13<00:00, 30.12it/s]2022-02-15 21:33:40,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:40,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:40,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-15 21:33:40,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
100%|███████████████████████████████████████| 2198/2198 [01:13<00:00, 29.92it/s]
2022-02-15 21:33:40,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
100%|██████████████████████████████████████| 2198/2198 [00:13<00:00, 157.97it/s]
#Tshirt: net aperture
Flux, Flux_error = phot.get_tSeries() #The flux data and flux data errors
normalized_flux_tshirt = Flux['Flux 0']/Flux['Flux 0'][0] #normalized net aperture sum
std_tshirt = np.std(normalized_flux_tshirt[0:20]) #calculated standard deviation
relative_error_tshirt = (Flux_error['Error 0']/Flux['Flux 0'])
#MAD:
deviation = normalized_flux_tshirt[0:seg01_len] - np.median(normalized_flux_tshirt[0:seg01_len])
mad = np.median(np.abs(deviation))*1.48
print(style.BOLD+"Tshirt Calculated Net Aperture Sum MAD (ppm):"+style.END + " " +str(mad*10**6))
print(style.BOLD+"Tshirt Calculated Net Aperture Sum std (ppm):"+style.END + " " +str(std_tshirt*10**6))
print(style.BOLD+"Median Relative Errors Net Aperture Sum (ppm):"+style.END + " " +str(np.median(relative_error_tshirt)*10**6))
plt.errorbar(Flux['Time (JD)'],normalized_flux_tshirt,yerr=relative_error_tshirt,fmt='b.',markersize=4,elinewidth=1,ecolor='silver')
Tshirt Calculated Net Aperture Sum MAD (ppm): 4224.378380950769 Tshirt Calculated Net Aperture Sum std (ppm): 4651.19216892029 Median Relative Errors Net Aperture Sum (ppm): 4114.624672101598
<ErrorbarContainer object of 3 artists>
Initial pipeline results with altered aperture sizes. In this particular simulation, there is an edge effect (the observation is cut off on the top and bottom). We want to see how observations that turn out this way in real life can effect the results the pipline returns.
TSOPHOT reference files are ASDF format. An object called ‘radii’ in a TSOPHOT file defines the radii that the step needs. This object is a list of one or more dictionaries. Each such dictionary has four keys: ‘pupil’, ‘radius’, ‘radius_inner’, and ‘radius_outer’. The particular one of these dictionaries to use is selected by comparing meta.instrument.pupil with the value corresponding to ‘pupil’ in each dictionary. If an exact match is found, that dictionary will be used. If no match is found, the first dictionary with ‘pupil’: ‘ANY’ will be selected. The radii will be taken from the values of keys ‘radius’, ‘radius_inner’, and ‘radius_outer’.
NOTE: You must run these sections in order because it requires re-running stage 3 (will take a few minutes).
The original radii parameters are:
radii': [{'pupil': 'WLP8',
'radius': 50.0,
'radius_inner': 60.0,
'radius_outer': 70.0},
{'pupil': 'ANY', 'radius': 3.0, 'radius_inner': 4.0, 'radius_outer': 5.0}]}
The altered radii parameters are (to try the pupil = ANY parameters):
radius: 30.0,
radius_inner: 30.0, and
radius_outer: 50.0
original_tsophot=asdf.open("/fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_tsophot_0001.asdf") #the original tsophot reference file
original_tsophot.tree #print the original tsophot reference file
#adjust the radii parameters
original_tsophot.tree['radii'] = [{'pupil': 'WLP8',
'radius': 50.0,
'radius_inner': 60.0,
'radius_outer': 70.0}, #For this particular data set, the outer radius limit is 62 due to edge effects on detector
{'pupil': 'ANY', 'radius': 30.0, 'radius_inner': 30.0, 'radius_outer': 50.0}]
original_tsophot.write_to('adjusted_jwst_nircam_tsophot_0001.asdf')
adjusted_tsophot=asdf.open('adjusted_jwst_nircam_tsophot_0001.asdf') #the adjusted tsophot reference file
adjusted_tsophot.tree #print the adjusted tsophot reference file
{'asdf_library': {'author': 'Space Telescope Science Institute',
'homepage': 'http://github.com/spacetelescope/asdf',
'name': 'asdf',
'version': '2.7.2'},
'history': {'entries': [{'description': 'File created based on values of aperture radii for NIRCam that were specified as constants in tso_photometry_step.py.',
'time': datetime.datetime(2018, 7, 13, 17, 20, 5)}],
'extensions': [{'extension_class': 'asdf.extension.BuiltinExtension',
'software': {'name': 'asdf', 'version': '2.1.0.dev1406'}}]},
'meta': {'author': 'NIRCam IDT; P. Hodge',
'date': '2018-07-13T17:20:00',
'description': 'aperture radii for tso_photometry',
'exposure': {'type': 'NRC_TSIMAGE'},
'filename': 'nircam_tsophot.asdf',
'instrument': {'name': 'NIRCAM'},
'model_type': 'TsoPhotModel',
'pedigree': 'GROUND',
'reftype': 'tsophot',
'telescope': 'JWST',
'useafter': '2015-01-01T00:00:00',
'visit': {'tsovisit': True}},
'radii': [{'pupil': 'WLP8',
'radius': 50.0,
'radius_inner': 60.0,
'radius_outer': 70.0},
{'pupil': 'ANY',
'radius': 30.0,
'radius_inner': 30.0,
'radius_outer': 50.0}]}
#The file to use is the stage 3 association file defined above.
# Instantiate the class. Do not provide a configuration file.
pipeline_stage3 = Tso3Pipeline()
pipeline_stage3.outlier_detection.skip = True
pipeline_stage3.tso_photometry.override_tsophot = 'adjusted_jwst_nircam_tsophot_0001.asdf' #use the modified tso_phot ref file
# Specify that you want results saved to a file
pipeline_stage3.save_results = True
pipeline_stage3.output_dir = '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/303050_radii'
# Execute the pipeline using the run method
result_stage3 = pipeline_stage3.run(level3_asn)
2022-02-22 20:20:06,962 - stpipe.Tso3Pipeline - INFO - Tso3Pipeline instance created.
2022-02-22 20:20:06,969 - stpipe.Tso3Pipeline.outlier_detection - INFO - OutlierDetectionStep instance created.
2022-02-22 20:20:06,973 - stpipe.Tso3Pipeline.tso_photometry - INFO - TSOPhotometryStep instance created.
2022-02-22 20:20:06,980 - stpipe.Tso3Pipeline.extract_1d - INFO - Extract1dStep instance created.
2022-02-22 20:20:06,985 - stpipe.Tso3Pipeline.white_light - INFO - WhiteLightStep instance created.
2022-02-22 20:20:07,632 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/stpipe/step.py:359: ResourceWarning: unclosed file <_io.BufferedReader name='/fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_tsophot_0001.asdf'>
gc.collect()
2022-02-22 20:20:07,634 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/stpipe/step.py:359: ResourceWarning: unclosed file <_io.BufferedReader name='adjusted_jwst_nircam_tsophot_0001.asdf'>
gc.collect()
2022-02-22 20:20:07,636 - stpipe.Tso3Pipeline - INFO - Step Tso3Pipeline running with args ('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/nrca3_level3_asn.json',).
2022-02-22 20:20:07,649 - stpipe.Tso3Pipeline - INFO - Step Tso3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/303050_radii', 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'scale_detection': False, 'steps': {'outlier_detection': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}, 'tso_photometry': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'save_catalog': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}, 'white_light': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '', 'min_wavelength': None, 'max_wavelength': None}}}
2022-02-22 20:20:14,141 - stpipe.Tso3Pipeline - INFO - Prefetching reference files for dataset: 'jw00042001001_01101_00001-seg002_nrca3_1_calints.fits' reftypes = ['gain', 'readnoise']
2022-02-22 20:20:16,313 - stpipe.Tso3Pipeline - INFO - Prefetch for GAIN reference file is '/fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits'.
2022-02-22 20:20:16,315 - stpipe.Tso3Pipeline - INFO - Prefetch for READNOISE reference file is '/fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits'.
2022-02-22 20:20:16,318 - stpipe.Tso3Pipeline - INFO - Starting calwebb_tso3...
2022-02-22 20:21:42,778 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-22 20:21:43,420 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-22 20:21:43,424 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-22 20:21:43,426 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-22 20:21:43,499 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-22 20:21:55,862 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-22 20:21:56,661 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-22 20:21:56,665 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-22 20:21:56,667 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-22 20:21:56,740 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-22 20:22:09,043 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-22 20:22:09,869 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-22 20:22:09,873 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-22 20:22:09,875 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-22 20:22:09,947 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-22 20:22:22,371 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-22 20:22:23,202 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-22 20:22:23,205 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-22 20:22:23,206 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-22 20:22:23,279 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-22 20:22:35,623 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-22 20:22:36,460 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-22 20:22:36,464 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-22 20:22:36,465 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-22 20:22:36,540 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-22 20:22:48,947 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-22 20:22:49,797 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-22 20:22:49,801 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-22 20:22:49,803 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-22 20:22:49,879 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-22 20:23:02,224 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-22 20:23:03,078 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-22 20:23:03,082 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-22 20:23:03,084 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-22 20:23:03,156 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-22 20:23:15,541 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-22 20:23:16,392 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-22 20:23:16,396 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-22 20:23:16,398 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-22 20:23:16,470 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-22 20:23:28,908 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-22 20:23:29,764 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-22 20:23:29,769 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-22 20:23:29,770 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-22 20:23:29,845 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-22 20:23:42,178 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-22 20:23:43,019 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-22 20:23:43,023 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-22 20:23:43,025 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-22 20:23:43,098 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-22 20:23:55,453 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-22 20:23:56,302 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-22 20:23:56,307 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-22 20:23:56,308 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-22 20:23:56,381 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-22 20:24:08,685 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-22 20:24:09,527 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-22 20:24:09,531 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-22 20:24:09,532 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-22 20:24:09,604 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-22 20:24:21,866 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-22 20:24:22,713 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-22 20:24:22,717 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-22 20:24:22,720 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-22 20:24:22,790 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-22 20:24:35,150 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-22 20:24:36,000 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-22 20:24:36,004 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-22 20:24:36,005 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-22 20:24:36,080 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-22 20:24:41,817 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-22 20:24:42,626 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-22 20:24:42,630 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-22 20:24:42,632 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-22 20:24:42,667 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-22 20:24:43,241 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg002_nrca3_1_calints.fits>,).
2022-02-22 20:24:43,244 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-22 20:24:43,682 - stpipe - ERROR - Internal Python error in the inspect module.
Below is the traceback from this internal error.
2022-02-22 20:24:43,906 - stpipe - INFO -
Unfortunately, your original traceback can not be constructed.
Traceback (most recent call last):
File "/home/kglidic/.local/lib/python3.9/site-packages/IPython/core/interactiveshell.py", line 3441, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "/tmp/ipykernel_2885319/2114582101.py", line 14, in <module>
result_stage3 = pipeline_stage3.run(level3_asn)
File "/home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/stpipe/step.py", line 407, in run
step_result = self.process(*args)
File "/home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/jwst/pipeline/calwebb_tso3.py", line 140, in process
phot_result_list.append(self.tso_photometry(cube))
File "/home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/stpipe/step.py", line 407, in run
step_result = self.process(*args)
File "/home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/jwst/tso_photometry/tso_photometry_step.py", line 71, in process
catalog = tso_aperture_photometry(model, xcenter, ycenter,
File "/home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/jwst/tso_photometry/tso_photometry.py", line 66, in tso_aperture_photometry
datamodel.err *= factor
KeyboardInterrupt
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/kglidic/.local/lib/python3.9/site-packages/IPython/core/interactiveshell.py", line 2061, in showtraceback
stb = value._render_traceback_()
AttributeError: 'KeyboardInterrupt' object has no attribute '_render_traceback_'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/kglidic/.local/lib/python3.9/site-packages/IPython/core/ultratb.py", line 1101, in get_records
return _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset)
File "/home/kglidic/.local/lib/python3.9/site-packages/IPython/core/ultratb.py", line 248, in wrapped
return f(*args, **kwargs)
File "/home/kglidic/.local/lib/python3.9/site-packages/IPython/core/ultratb.py", line 281, in _fixed_getinnerframes
records = fix_frame_records_filenames(inspect.getinnerframes(etb, context))
File "/home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/inspect.py", line 1541, in getinnerframes
frameinfo = (tb.tb_frame,) + getframeinfo(tb, context)
File "/home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/inspect.py", line 1503, in getframeinfo
lines, lnum = findsource(frame)
File "/home/kglidic/.local/lib/python3.9/site-packages/IPython/core/ultratb.py", line 182, in findsource
lines = linecache.getlines(file, globals_dict)
File "/home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/linecache.py", line 46, in getlines
return updatecache(filename, module_globals)
File "/home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/linecache.py", line 136, in updatecache
with tokenize.open(fullname) as fp:
File "/home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/tokenize.py", line 394, in open
encoding, lines = detect_encoding(buffer.readline)
File "/home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/tokenize.py", line 363, in detect_encoding
first = read_or_stop()
File "/home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/tokenize.py", line 321, in read_or_stop
return readline()
KeyboardInterrupt
--------------------------------------------------------------------------- KeyboardInterrupt Traceback (most recent call last) [... skipping hidden 1 frame] /tmp/ipykernel_2885319/2114582101.py in <module> 13 # Execute the pipeline using the run method ---> 14 result_stage3 = pipeline_stage3.run(level3_asn) ~/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/stpipe/step.py in run(self, *args) 406 try: --> 407 step_result = self.process(*args) 408 except TypeError as e: ~/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/jwst/pipeline/calwebb_tso3.py in process(self, input) 139 # Extract Photometry from imaging data --> 140 phot_result_list.append(self.tso_photometry(cube)) 141 ~/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/stpipe/step.py in run(self, *args) 406 try: --> 407 step_result = self.process(*args) 408 except TypeError as e: ~/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/jwst/tso_photometry/tso_photometry_step.py in process(self, input_data) 70 # Compute the aperture photometry ---> 71 catalog = tso_aperture_photometry(model, xcenter, ycenter, 72 radius, radius_inner, ~/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/jwst/tso_photometry/tso_photometry.py in tso_aperture_photometry(datamodel, xcenter, ycenter, radius, radius_inner, radius_outer) 65 datamodel.data *= factor ---> 66 datamodel.err *= factor 67 datamodel.meta.bunit_data = 'Jy' KeyboardInterrupt: During handling of the above exception, another exception occurred: AttributeError Traceback (most recent call last) ~/.local/lib/python3.9/site-packages/IPython/core/interactiveshell.py in showtraceback(self, exc_tuple, filename, tb_offset, exception_only, running_compiled_code) 2060 # in the engines. This should return a list of strings. -> 2061 stb = value._render_traceback_() 2062 except Exception: AttributeError: 'KeyboardInterrupt' object has no attribute '_render_traceback_' During handling of the above exception, another exception occurred: TypeError Traceback (most recent call last) [... skipping hidden 1 frame] ~/.local/lib/python3.9/site-packages/IPython/core/interactiveshell.py in showtraceback(self, exc_tuple, filename, tb_offset, exception_only, running_compiled_code) 2061 stb = value._render_traceback_() 2062 except Exception: -> 2063 stb = self.InteractiveTB.structured_traceback(etype, 2064 value, tb, tb_offset=tb_offset) 2065 ~/.local/lib/python3.9/site-packages/IPython/core/ultratb.py in structured_traceback(self, etype, value, tb, tb_offset, number_of_lines_of_context) 1365 else: 1366 self.tb = tb -> 1367 return FormattedTB.structured_traceback( 1368 self, etype, value, tb, tb_offset, number_of_lines_of_context) 1369 ~/.local/lib/python3.9/site-packages/IPython/core/ultratb.py in structured_traceback(self, etype, value, tb, tb_offset, number_of_lines_of_context) 1265 if mode in self.verbose_modes: 1266 # Verbose modes need a full traceback -> 1267 return VerboseTB.structured_traceback( 1268 self, etype, value, tb, tb_offset, number_of_lines_of_context 1269 ) ~/.local/lib/python3.9/site-packages/IPython/core/ultratb.py in structured_traceback(self, etype, evalue, etb, tb_offset, number_of_lines_of_context) 1122 """Return a nice text document describing the traceback.""" 1123 -> 1124 formatted_exception = self.format_exception_as_a_whole(etype, evalue, etb, number_of_lines_of_context, 1125 tb_offset) 1126 ~/.local/lib/python3.9/site-packages/IPython/core/ultratb.py in format_exception_as_a_whole(self, etype, evalue, etb, number_of_lines_of_context, tb_offset) 1080 1081 -> 1082 last_unique, recursion_repeat = find_recursion(orig_etype, evalue, records) 1083 1084 frames = self.format_records(records, last_unique, recursion_repeat) ~/.local/lib/python3.9/site-packages/IPython/core/ultratb.py in find_recursion(etype, value, records) 380 # first frame (from in to out) that looks different. 381 if not is_recursion_error(etype, value, records): --> 382 return len(records), 0 383 384 # Select filename, lineno, func_name to track frames with TypeError: object of type 'NoneType' has no len()
#Import the stage 3 result file with all the data
with open('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/303050_radii/DataChallengeSimulation_nrca3_level3_asn_phot.ecsv', 'r') as file:
reader = csv.reader(file)
for row in reader:
print(row)
['# %ECSV 0.9']
['# ---']
['# datatype:']
['# - {name: MJD', ' datatype: float64}']
['# - {name: aperture_sum', ' unit: Jy', ' datatype: float64}']
['# - {name: aperture_sum_err', ' unit: Jy', ' datatype: float64}']
['# - {name: annulus_sum', ' unit: Jy', ' datatype: float64}']
['# - {name: annulus_sum_err', ' unit: Jy', ' datatype: float64}']
['# - {name: annulus_mean', ' unit: Jy', ' datatype: float64}']
['# - {name: annulus_mean_err', ' unit: Jy', ' datatype: float64}']
['# - {name: aperture_bkg', ' unit: Jy', ' datatype: float64}']
['# - {name: aperture_bkg_err', ' unit: Jy', ' datatype: float64}']
['# - {name: net_aperture_sum', ' unit: Jy', ' datatype: float64}']
['# - {name: net_aperture_sum_err', ' unit: Jy', ' datatype: float64}']
['# meta: !!omap']
['# - {instrument: NIRCAM}']
['# - {detector: NRCA3}']
['# - {channel: SHORT}']
['# - {subarray: SUBGRISM64}']
['# - {filter: WLP4}']
['# - {pupil: CLEAR}']
['# - {target_name: UNKNOWN}']
['# - {xcenter: 1054.0}']
['# - {ycenter: 22.0}']
['# - ra_icrs: !numpy.ndarray']
['# buffer: !!binary |']
['# RjByVEdwN3haVUE9']
['# dtype: float64']
['# order: C']
['# shape: !!python/tuple []']
['# - dec_icrs: !numpy.ndarray']
['# buffer: !!binary |']
['# Wkg2dmxQdXpPa0E9']
['# dtype: float64']
['# order: C']
['# shape: !!python/tuple []']
['# - {apertures: Photometry measured in a circular aperture of r=30.0 pixels. Background calculated as the mean in a circular annulus']
['# with r_inner=30.0 pixels and r_outer=50.0 pixels.}']
['# - {number_of_integrations: 2198}']
['# - __serialized_columns__:']
['# annulus_mean:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: &id001 !astropy.units.Unit {unit: Jy}']
['# value: !astropy.table.SerializedColumn {name: annulus_mean}']
['# annulus_mean_err:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: annulus_mean_err}']
['# annulus_sum:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: annulus_sum}']
['# annulus_sum_err:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: annulus_sum_err}']
['# aperture_bkg:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: aperture_bkg}']
['# aperture_bkg_err:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: aperture_bkg_err}']
['# aperture_sum:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: aperture_sum}']
['# aperture_sum_err:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: aperture_sum_err}']
['# net_aperture_sum:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: net_aperture_sum}']
['# net_aperture_sum_err:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: net_aperture_sum_err}']
['# schema: astropy-2.0']
['MJD aperture_sum aperture_sum_err annulus_sum annulus_sum_err annulus_mean annulus_mean_err aperture_bkg aperture_bkg_err net_aperture_sum net_aperture_sum_err']
['59491.954294918054 1.6974694190103736 0.0004287661311490103 0.18685640463978592 0.00013035933342397344 3.717390055850162e-05 2.5934165365737377e-08 0.10510672760987959 7.332712505098505e-05 1.592362691400494 0.0004349911062179698']
['59491.954330398265 1.6978480989289992 0.00042876668100085393 0.18733131395388442 0.00013038863605636808 3.7268380764575566e-05 2.5939994939226393e-08 0.10537386409905998 7.334360778170705e-05 1.5924742348299392 0.00043499442702053657']
['59491.954365878475 1.6970028038974863 0.00042870623549739936 0.18729462554392073 0.0001303779760297099 3.726108183732569e-05 2.5937874194306215e-08 0.1053532268684554 7.333761151671181e-05 1.5916495770290309 0.00043493383590763297']
['59491.95440135868 1.6965425605342996 0.00042871823673648477 0.18717008414248312 0.00013037455489702164 3.7236305112752704e-05 2.5937193581583328e-08 0.10528317233014675 7.333568712957466e-05 1.5912593882041528 0.00043494534083860176']
['59491.95443683889 1.6965638253985196 0.0004286873583107166 0.18673221936362946 0.00013036590478387558 3.714919468280221e-05 2.5935472696251453e-08 0.10503687339204157 7.333082144093001e-05 1.591526952006478 0.00043491408410009245']
['59491.9544723191 1.6973318144470224 0.00042874527717473576 0.18708805157501274 0.00013037485460560497 3.721998525199341e-05 2.5937253206711486e-08 0.10523702901094464 7.33358557156528e-05 1.5920947854360779 0.00043497202258672686']
['59491.9545077993 1.6986337080744598 0.0004288356560002498 0.18746175541335083 0.0001303806070313158 3.729433126839832e-05 2.5938397615444794e-08 0.10544723742000985 7.333909145511514e-05 1.5931864706544498 0.0004350616533235564']
['59491.95454327951 1.697753095046468 0.0004287543815365183 0.1871200945659621 0.00013038195412334858 3.722636000249471e-05 2.5938665610889562e-08 0.10525505319335367 7.333984919438356e-05 1.5924980418531145 0.0004349816699202591']
['59491.95457875972 1.6969262716280797 0.0004286732462421491 0.18665853880988403 0.00013036440483966591 3.713453640237929e-05 2.593517429183229e-08 0.10499542808055977 7.332997772231206e-05 1.59193084354752 0.0004349000318194251']
['59491.954614239934 1.6968485034758203 0.00042870030696228893 0.18696951334911088 0.00013037232612981813 3.7196402821246385e-05 2.593675018243653e-08 0.10517035125887486 7.33344334480227e-05 1.5916781522169454 0.0004349274563863533']
['59491.95464972014 1.6982599913698768 0.0004288002824232315 0.18785833594258652 0.00013039855955194853 3.737322845785064e-05 2.5941969155944366e-08 0.10567031396770492 7.334918974797104e-05 1.592589677402172 0.0004350284885417586']
['59491.95468520035 1.6972186451486326 0.0004287434404366262 0.18720980361609177 0.00013037216563042676 3.7244207050954985e-05 2.5936718252097157e-08 0.10530551453405163 7.333434316711506e-05 1.591913130614581 0.00043496995712944016']
['59491.95472068056 1.698000472895957 0.00042881005526725503 0.1869947631665952 0.0001303752213961521 3.720142611282738e-05 2.5937326177372303e-08 0.10518455428120979 7.333606203533554e-05 1.5928159186147473 0.0004350359082801751']
['59491.95475616076 1.6978234934481884 0.0004287913579886588 0.187145331697326 0.00013038357905733854 3.7231380770252246e-05 2.593898888123544e-08 0.10526924907974587 7.334076321975293e-05 1.5925542443684426 0.0004350182711512403']
['59491.95479164097 1.6978584953241938 0.00042878078744584976 0.18703868811171787 0.00013037669852083598 3.721016470300402e-05 2.5937620041991058e-08 0.10520926206284129 7.333689291797024e-05 1.5926492332613524 0.0004350071994180611']
['59491.95482712118 1.697651657544676 0.00042877250287786447 0.18702035464195804 0.00013037553861674963 3.720651737508364e-05 2.5937389286404988e-08 0.10519894948610138 7.333624047192166e-05 1.5924527080585746 0.0004349989234362584']
['59491.954862601386 1.6982682580303 0.00042880983879295767 0.18715546531675933 0.00013038410105554134 3.723339678978253e-05 2.5939092729478265e-08 0.10527494924067712 7.3341056843742e-05 1.5929933087896229 0.00043503653693063453']
['59491.954898081596 1.6979106077832713 0.0004287729730140882 0.18694372638223217 0.0001303779029269171 3.7191272667188765e-05 2.593785965096768e-08 0.10515584609000558 7.333757039639085e-05 1.5927547616932658 0.0004349996110561314']
['59491.95493356181 1.697429577544332 0.00042875064984627416 0.18710231961794327 0.0001303855973872215 3.7222823788944216e-05 2.593939041520752e-08 0.10524505478509308 7.33418985303121e-05 1.5921845227592388 0.00043497833718891447']
['59491.95496904202 1.6983471299058284 0.0004288211689541841 0.1875964542617019 0.0001303864636127609 3.732112875282814e-05 2.593956274530305e-08 0.10552300552220731 7.3342385782178e-05 1.592824124383621 0.00043504792896352783']
['59491.95500452222 1.6978244726169112 0.00042878236286256796 0.18685053040543753 0.00013037196398718825 3.717273191670984e-05 2.593667813644947e-08 0.10510342335305861 7.333422974279339e-05 1.5927210492638526 0.00043500830331612717']
['59491.95504000243 1.6972283141927644 0.0004287464277916031 0.18700157761474323 0.00013037208337726887 3.720278180421138e-05 2.5936701888351324e-08 0.10518838740829306 7.333429689971373e-05 1.5920399267844714 0.00043497289392080017']
['59491.95507548264 1.6973546006798053 0.0004287341492511865 0.18694550088191442 0.0001303704003743577 3.7191625692683696e-05 2.5936367065560637e-08 0.10515684424607685 7.333335021057621e-05 1.5921977564337284 0.00043496063153720667']
['59491.955110962845 1.6972169586435273 0.0004287270307901511 0.1866177707670192 0.00013036881614596357 3.7126425857951635e-05 2.5936051893335746e-08 0.10497249605644829 7.333245908210451e-05 1.592244462587079 0.00043495346473521474']
['59491.955146443055 1.6972782423847321 0.0004287352761902011 0.18694176494328685 0.000130376663542551 3.7190882451309116e-05 2.5937613083282363e-08 0.10515474278059884 7.333687324268494e-05 1.5921234996041334 0.00043496233633143644']
['59491.955181923266 1.697706771053444 0.0004287829952190571 0.1872204294629809 0.0001303750929907929 3.724632099602616e-05 2.5937300631937757e-08 0.10531149157292675 7.3335989807321e-05 1.5923952794805172 0.00043500922333905226']
['59491.95521740347 1.6968686942541606 0.0004286868318612713 0.1871475402245782 0.00013037964193009642 3.723182014278867e-05 2.5938205614657733e-08 0.10527049137632521 7.333854858567922e-05 1.5915982028778355 0.00043491486812927875']
['59491.95525288368 1.6970710765351622 0.00042871056971235445 0.18734027268684283 0.00013038307831604514 3.7270163047868285e-05 2.593888926192037e-08 0.1053789033863491 7.334048155277538e-05 1.5916921731488132 0.00043493859200752064']
['59491.95528836389 1.698130656089175 0.00042879320356013534 0.1874387870244802 0.0001303824113694391 3.7289761852618794e-05 2.5938756577108958e-08 0.1054343177012701 7.334010639530949e-05 1.592696338387905 0.00043501997957040887']
['59491.9553238441 1.6976286159262775 0.0004287755157629028 0.18695391173739756 0.00013037833266983718 3.719329897921592e-05 2.5937945145605168e-08 0.10516157535228612 7.33378121267834e-05 1.5924670405739914 0.00043500215816164256']
['59491.9553593243 1.6971029913968667 0.0004287459148536998 0.18689544881766235 0.0001303775122613229 3.718166815088661e-05 2.5937781930517163e-08 0.10512868995993506 7.333735064699413e-05 1.5919743014369316 0.0004349729031832399']
['59491.955394804514 1.6971263054877919 0.0004287339272607687 0.18717747273780713 0.00013037634524147535 3.72377750270881e-05 2.5937549759295388e-08 0.10528732841501649 7.333669419832989e-05 1.5918389770727754 0.00043496097652591945']
['59491.955430284725 1.697664149378335 0.00042875795585728014 0.18673589806732638 0.00013037445050989178 3.714992653764912e-05 2.593717281442369e-08 0.10503894266287107 7.333562841181412e-05 1.592625206715464 0.00043498448145361354']
['59491.95546576493 1.6969188803274549 0.0004287117457812864 0.18706890207082974 0.0001303789328424961 3.721617557918281e-05 2.593806454616189e-08 0.10522625741484172 7.333814972390406e-05 1.5916926229126132 0.00043493935804404284']
['59491.95550124514 1.6977259210680198 0.00042874796087745957 0.18707799648841147 0.00013037563010801772 3.721798485607365e-05 2.5937407488014446e-08 0.10523137302473144 7.333629193575997e-05 1.5924945480432884 0.00043497474141778234']
['59491.95553672535 1.6970151097086499 0.0004287261915817905 0.18700940344199818 0.00013037397974421618 3.720433870307564e-05 2.59370791585683e-08 0.10519278943612397 7.33353636061216e-05 1.591822320272526 0.00043495312724875105']
['59491.95557220555 1.6971641129266315 0.0004287695975075337 0.1870818606646661 0.00013037776537904084 3.7218753609513526e-05 2.5937832286687158e-08 0.10523354662387466 7.333749302571047e-05 1.5919305663027568 0.00043499627082317454']
['59491.95560768576 1.6971476394679788 0.00042873213639610456 0.1867700968315097 0.0001303679929959653 3.7156730165608384e-05 2.593588813284683e-08 0.1050581794677242 7.333199606023046e-05 1.5920894600002546 0.0004349584191907839']
['59491.95564316597 1.6973481024335326 0.00042876186388262586 0.18716583374409063 0.00013037329960686274 3.723545952285986e-05 2.5936943849541076e-08 0.10528078148105097 7.333498102886029e-05 1.5920673209524816 0.0004349882243953354']
['59491.95567864618 1.69740978939973 0.00042874241590552673 0.18687039473270625 0.00013037145279852416 3.717668379905485e-05 2.5936576438696038e-08 0.10511459703714726 7.333394219916984e-05 1.5922951923625828 0.0004349688796626476']
['59491.95571412639 1.6978950528760226 0.0004287861566460729 0.18727918044287262 0.00013044330569563607 3.7258009132102736e-05 2.595087111838458e-08 0.10534453899911583 7.337435945379528e-05 1.5925505138769067 0.0004350188096583472']
['59491.9557496066 1.6971297596090809 0.0004286956949923537 0.18707948806660052 0.0001303791281621285 3.7218281596125895e-05 2.5938103403768112e-08 0.10523221203746277 7.333825959119727e-05 1.5918975475716182 0.0004349235556104578']
['59491.95578508681 1.6979254903096872 0.0004287765115270684 0.18719449757652695 0.0001303862284525032 3.724116201113511e-05 2.593951596165626e-08 0.10529690488679641 7.334225350453304e-05 1.5926285854228908 0.0004350038884727876']
['59491.95582056701 1.6974502800957443 0.0004287594597801547 0.18696661273650883 0.00013042041078521627 3.719582576270437e-05 2.5946316320678383e-08 0.1051687196642862 7.336148106668415e-05 1.592281560431458 0.00043499032317428346']
['59491.95585604722 1.697256199010163 0.0004287470785255761 0.18721005662684242 0.00013037385759804177 3.7244257385844515e-05 2.5937054858359005e-08 0.10530565685259886 7.333529489889849e-05 1.591950542157564 0.00043497370359841863']
['59491.95589152743 1.6976826325454788 0.0004287602095326153 0.18718989792494456 0.0001303831533132515 3.724024693952781e-05 2.593890418214051e-08 0.10529431758278131 7.334052373870396e-05 1.5923883149626974 0.0004349875282128438']
['59491.95592700764 1.6981334888665092 0.00042881584536271004 0.18743598687488322 0.00013038111861492734 3.72892047805566e-05 2.593849939177052e-08 0.10543274261712181 7.333937922089662e-05 1.5927007462493874 0.00043504217471256984']
['59491.955962487846 1.6969573507911422 0.0004286921044900318 0.18733313381255973 0.0001303745063235353 3.726874281395545e-05 2.5937183918195264e-08 0.10537488776956484 7.33356598069886e-05 1.5915824630215774 0.00043491957814223393']
['59491.955997968056 1.6977886408386427 0.00042876877309027604 0.1873048293329155 0.0001303779257442208 3.7263111816646666e-05 2.593786419032602e-08 0.10535896649976495 7.33375832311242e-05 1.5924296743388777 0.0004349954734149801']
['59491.95603344827 1.6968343809035784 0.0004287091343910528 0.1870332026161593 0.00013037508956746403 3.72090733983372e-05 2.593729995088812e-08 0.1052061764715896 7.333598788169851e-05 1.5916282044319887 0.00043493641952463625']
['59491.95606892847 1.6970730487074666 0.0004287226700505806 0.18727749610668049 0.0001303814348871035 3.725767404406423e-05 2.593856231212077e-08 0.10534359156000776 7.333955712399572e-05 1.5917294571474587 0.0004349503632076226']
['59491.95610440868 1.6977707634060597 0.00042877129369933904 0.18772114460493125 0.0001303919451944821 3.734593510842911e-05 2.594065327133667e-08 0.10559314384027381 7.334546917189618e-05 1.592177619565786 0.00043499928752660093']
['59491.95613988889 1.6969258187337861 0.0004287097221650564 0.1870721705533715 0.00013037820626946592 3.721682582312397e-05 2.5937919999050302e-08 0.10522809593627146 7.333774102657458e-05 1.5916977227975146 0.000434937294489356']
['59491.956175369094 1.6974209097280792 0.0004287743202469762 0.1869366680778496 0.00013037044038770586 3.7189868462148346e-05 2.5936375025963325e-08 0.10515187579379039 7.333337271808454e-05 1.5922690339342889 0.0004350002313303592']
['59491.956210849305 1.6975894689756574 0.00042876255171627305 0.18675197071869648 0.00013036948677296926 3.7153124090041805e-05 2.5936185310339406e-08 0.10504798352926677 7.33328363097952e-05 1.5925414854463906 0.00043498854080939757']
['59491.956246329515 1.6983460666831203 0.00042881095392854256 0.1874099509517663 0.00013038784128713193 3.7284025098229075e-05 2.5939836824910703e-08 0.10541809741036853 7.33431607240117e-05 1.5929279692727518 0.0004350379907940166']
['59491.956281809726 1.6972450339320444 0.00042872775256295667 0.18714053884785123 0.00013037719571629984 3.7230427263145485e-05 2.5937718955885753e-08 0.10526655310191631 7.333717259041866e-05 1.591978480830128 0.0004349549708892182']
['59491.95631728993 1.6971084311164666 0.0004287306496223714 0.1873986529944392 0.00013038962192262764 3.7281777441034765e-05 2.594019107108694e-08 0.10541174230937204 7.334416233147805e-05 1.5916966888070945 0.0004349590050495872']
['59491.95635277014 1.6976398584718142 0.00042877311488779884 0.18703298394084705 0.00013037859740026083 3.720902989426611e-05 2.5937997812049556e-08 0.10520605346672646 7.333796103764671e-05 1.5924338050050877 0.0004349998167582889']
['59491.95638825035 1.6982397642393676 0.00042878958160736324 0.18764257051121616 0.00013039360492644403 3.7330303289161956e-05 2.5940983464519104e-08 0.10554894591255908 7.334640277112476e-05 1.5926908183268085 0.0004350174710221208']
['59491.95642373055 1.697410211515535 0.0004287551713479478 0.18708354725928525 0.000130379861099036 3.721908914685182e-05 2.5938249216932867e-08 0.10523449533334794 7.333867186820775e-05 1.592175716182187 0.0004349822499240638']
['59491.95645921076 1.6977952959511342 0.00042877860661295723 0.18702626331653874 0.0001303743031599034 3.7207692868541944e-05 2.593714350007492e-08 0.10520227311555304 7.333554552744566e-05 1.5925930228355811 0.0004350048226477003']
['59491.956494690974 1.697536122349294 0.00042874399678993194 0.1871639411722471 0.0001303817175563599 3.723508300765479e-05 2.5938618547382537e-08 0.10527971690938899 7.333971612545243e-05 1.5922564054399049 0.0004349714114108732']
['59491.95653017118 1.6972710102654252 0.00042874772600853144 0.18721375406672947 0.00013038307214726578 3.724499296813802e-05 2.593888803468071e-08 0.10530773666253532 7.334047808283699e-05 1.59196327360289 0.000434975215711086']
['59491.95656565139 1.6981380840755014 0.0004287961345106244 0.18733300766946792 0.00013038272380629036 3.72687177185847e-05 2.5938818734445563e-08 0.1053748168140757 7.334028214103833e-05 1.5927632672614256 0.00043502289819707257']
['59491.9566011316 1.6966300573146014 0.00042868517312321243 0.18703965341314577 0.00013039319674750048 3.72103567436213e-05 2.5940902259898437e-08 0.10520980504489448 7.334617317046901e-05 1.591420252269707 0.00043491451892806594']
['59491.95663661181 1.697568237171623 0.00042875453131507396 0.18677471228945164 0.00013037215847873436 3.7157648381790996e-05 2.5936716829313158e-08 0.10506077566281653 7.333433914428808e-05 1.5925074615088064 0.00043498088856976026']
['59491.95667209201 1.6978783879398591 0.0004287573972065975 0.18686481151876352 0.00013036449372255527 3.717557305393319e-05 2.5935191974521287e-08 0.10511145647930446 7.333002771893734e-05 1.5927669314605546 0.00043498298659216104']
['59491.95670757222 1.6970070080609034 0.0004287077228578592 0.18693602557858496 0.00013037451765404856 3.718974064098098e-05 2.5937186172329252e-08 0.10515151438795405 7.333566618040231e-05 1.5918554936729494 0.00043493497395828543']
['59491.95674305243 1.6973707961429538 0.0004287475341218564 0.18685360975864979 0.00013044753275835342 3.717334453456641e-05 2.595171206579236e-08 0.1051051554892405 7.337673717657378e-05 1.5922656406537132 0.0004349811416305912']
['59491.956778532636 1.6980698820744617 0.00042881527468203887 0.18705804310364083 0.00013037303252870099 3.721401525630157e-05 2.5936890716029032e-08 0.10522014924579795 7.33348307973943e-05 1.5928497328286637 0.0004350408454486945']
['59491.95681401285 1.6972386723457085 0.00042868931740159 0.18722004824960642 0.00013039058343660093 3.724624515603501e-05 2.5940382358214064e-08 0.1053112771404036 7.334470318308802e-05 1.5919273952053048 0.00043491835594655745']
['59491.95684949306 1.6971437738655788 0.00042872886063420444 0.18700383969898499 0.00013037197753633088 3.720323183157234e-05 2.593668083196575e-08 0.10518965983067904 7.333423736418613e-05 1.5919541140348998 0.0004349555682026497']
['59491.95688497326 1.6972786297548677 0.00042874247593840774 0.18711557117524785 0.00013037465544763716 3.7225460102505076e-05 2.5937213585492693e-08 0.1052525087860769 7.33357436892959e-05 1.5920261209687907 0.00043496924256349235']
['59491.95692045347 1.6968877774857234 0.00042872380560962637 0.18674635613736604 0.00013037204795237755 3.715200710457664e-05 2.593669484079312e-08 0.10504482532726839 7.333427697321236e-05 1.591842952158455 0.0004349505922235128']
['59491.95695593368 1.6970554979320918 0.0004287118010476175 0.1872257016909593 0.00013038063485799778 3.7247369872456005e-05 2.5938403151387277e-08 0.10531445720116461 7.333910710762375e-05 1.5917410407309271 0.0004349395739511817']
['59491.95699141389 1.6980058108998954 0.0004288072491359916 0.18682280593263823 0.00013036743378078757 3.7167216308096555e-05 2.5935776880522098e-08 0.105087828337109 7.3331681501693e-05 1.5929179825627864 0.00043503240387750665']
['59491.957026894095 1.6973944544743578 0.0004287462489602133 0.18712665662647904 0.00013037488802413472 3.722766548295489e-05 2.5937259855116734e-08 0.10525874435239446 7.333587451357577e-05 1.5921357101219633 0.0004349729836301608']
['59491.957062374306 1.6979401327509513 0.00042879087243396044 0.18713946631109674 0.00013037279208991226 3.723021388873783e-05 2.593684288225186e-08 0.1052659497999919 7.333469555057564e-05 1.5926741829509594 0.00043501676962408303']
['59491.957097854516 1.6976140733178586 0.0004287709980979514 0.1866853796013756 0.00013036782242138292 3.713987620818227e-05 2.5935854198111892e-08 0.10501052602577378 7.333190011202789e-05 1.5926035472920848 0.00043499670847485023']
['59491.95713333472 1.698368249692785 0.0004288017199680361 0.1872534414059915 0.00013037298203431754 3.725288851341517e-05 2.5936880670490625e-08 0.1053300607908702 7.333480239430362e-05 1.5930381889019147 0.0004350274799248407']
['59491.95716881493 1.6981171244247169 0.00042882093738683423 0.18704905141226497 0.00013037394508024473 3.7212226416140044e-05 2.5937072262390295e-08 0.10521509141939904 7.333534410763765e-05 1.5929020330053179 0.0004350465136473442']
['59491.95720429514 1.6978386798515486 0.0004287754254722968 0.18702139522590697 0.00013037619287432767 3.7206724392682614e-05 2.5937519446814488e-08 0.10519953481457267 7.333660849180931e-05 1.592639145036976 0.0004350018662420083']
['59491.95723977534 1.6978682450083908 0.00042880464411126906 0.1870947962286371 0.00013037794401479896 3.722132705819811e-05 2.5937867825142057e-08 0.10524082287860835 7.333759350832442e-05 1.5926274221297825 0.0004350308327383064']
['59491.957275255554 1.6977082794006426 0.00042876812053241364 0.18719180294439852 0.00013039008122793738 3.724062593110629e-05 2.594028244697498e-08 0.10529538915622416 7.334442069071478e-05 1.5924128902444186 0.0004349959830059985']
['59491.957310735765 1.6975824692099895 0.00042875977818879646 0.18745116434757395 0.00013042524346891746 3.7292224242809564e-05 2.5947277752552688e-08 0.10544127994551034 7.336419945126606e-05 1.592141189264479 0.000434991095487748']
['59491.957346215975 1.6974550543050027 0.0004287331890123186 0.1872920964347044 0.00013038706190375074 3.726057868703394e-05 2.5939681771513604e-08 0.10535180424452122 7.334272232085979e-05 1.5921032500604815 0.00043496126526175547']
['59491.95738169618 1.6976886019333748 0.00042874962712667315 0.1872384070160611 0.0001303823133563664 3.7249897516572925e-05 2.59387370780277e-08 0.10532160394653436 7.334005126295609e-05 1.5923669979868404 0.00043497701764635136']
['59491.95741717639 1.6975194742013997 0.0004287205686984813 0.18744607078908954 0.00013038722573769398 3.729121091154616e-05 2.5939714365240995e-08 0.10543841481886286 7.334281447745285e-05 1.5920810593825367 0.00043494884119931083']
['59491.9574526566 1.6978688485399798 0.00042877004113076 0.18726557310752312 0.00013044101161865967 3.7255302038748756e-05 2.5950414726271298e-08 0.10533688487298173 7.337306903549606e-05 1.5925319636669981 0.00043500270738348434']
['59491.9574881368 1.6972510459967092 0.0004287226782185349 0.1870563514635309 0.00013039982781346934 3.721367871519479e-05 2.594222146855708e-08 0.10521919769823612 7.33499031450765e-05 1.592031848298473 0.00043495211588204225']
['59491.95752361701 1.69777332637817 0.00042877526352286184 0.18727230842165468 0.00013039850676194544 3.72566419869204e-05 2.5941958653706946e-08 0.10534067348718075 7.334916005359431e-05 1.5924326528909893 0.00043500382284488885']
['59491.95755909722 1.69787051165136 0.0004287842470001664 0.18698398679662556 0.00013036824461810394 3.719928222214081e-05 2.593593819148078e-08 0.10517849257310187 7.333213759768346e-05 1.592692019078258 0.0004350098077976464']
['59491.957594577434 1.69700912821482 0.000428722713176895 0.1870407577182405 0.00013037499823828839 3.7210576438139434e-05 2.5937281781525927e-08 0.10521042621651026 7.33359365090372e-05 1.5917987019983098 0.0004349497952378133']
['59491.95763005764 1.6970848851245222 0.00042874625376522577 0.1868243385103367 0.00013036764262181502 3.7167521204742036e-05 2.59358184281244e-08 0.1050886904120644 7.333179897477095e-05 1.5919961947124577 0.0004349723012544495']
['59491.95766553785 1.697442133774503 0.0004287513779451085 0.18708628733679442 0.0001303707230869466 3.7219634267951864e-05 2.5936431267190286e-08 0.10523603662694685 7.333353173640745e-05 1.592206097147556 0.00043497764421492275']
['59491.95770101806 1.6971434761631963 0.00042871641829709124 0.1870238669347092 0.00013038249896530843 3.720721612352481e-05 2.5938774003753457e-08 0.10520092515077392 7.334015566798599e-05 1.5919425510124223 0.00043494430189495634']
['59491.95773649826 1.69703837014417 0.000428713115116276 0.18667739533547323 0.00013036942839589683 3.713828778895061e-05 2.5936173696589854e-08 0.10500603487620369 7.333280347269197e-05 1.5920323352679664 0.00043493980633860794']
['59491.95777197847 1.697935268306641 0.0004287897360931685 0.1870442903379485 0.0001303743671095696 3.721127923050018e-05 2.5937156222456775e-08 0.10521241331509602 7.333558149913289e-05 1.592722854991545 0.0004350157989000688']
['59491.95780745868 1.6969749243752315 0.00042871397986991513 0.18690455757477487 0.00013037331418997705 3.7183480280536464e-05 2.5936946750759485e-08 0.10513381363581087 7.333498923186209e-05 1.5918411107394206 0.00043494102724569376']
['59491.957842938886 1.6972861612127605 0.0004287264071615437 0.18713090136383784 0.00013037483503291572 3.722850994662086e-05 2.593724931284868e-08 0.10526113201715878 7.333584470601508e-05 1.5920250291956017 0.00043495342085836104']
['59491.957878419096 1.6970605160952572 0.00042870284253105874 0.18686230108512192 0.00013036424028026492 3.7175073619028986e-05 2.5935141553779668e-08 0.10511004436038107 7.332988515764902e-05 1.5919504717348762 0.00043492918877840764']
['59491.95791389931 1.6970733375862532 0.0004287235904928412 0.18698726458142867 0.00013037381624670874 3.719993431670807e-05 2.5937046631772686e-08 0.10518033632705362 7.333527163877366e-05 1.5918930012591996 0.00043495054789183344']
['59491.95794937952 1.697769362036084 0.00042878214117202877 0.18716325049078936 0.00013038139455511915 3.723494560094466e-05 2.5938554288327426e-08 0.105279328401069 7.333953443725451e-05 1.5924900336350152 0.00043500897910220526']
['59491.95798485972 1.6982713805339527 0.00042882247078942544 0.1868609147273431 0.00013037093993205297 3.7174797811912244e-05 2.5936474407153495e-08 0.10510926453413048 7.333365371177979e-05 1.5931621159998222 0.0004350477401626939']
['59491.95802033993 1.6975496858210415 0.00042876665847665045 0.1871238754392961 0.0001303678583460238 3.72271121833451e-05 2.5935861345092115e-08 0.10525717993460404 7.333192031963839e-05 1.5922925058864374 0.00043499243436983864']
['59491.95805582014 1.6978265345105799 0.00042878582173896815 0.18702071494000497 0.00013038217807651 3.720658905410259e-05 2.5938710164955393e-08 0.10519915215375279 7.333997516803688e-05 1.592627382356827 0.00043501268128873027']
['59491.958091300345 1.6972857735702593 0.0004287397154138236 0.186872375442435 0.00013037641702341946 3.7177077848735054e-05 2.5937564039859422e-08 0.10511571118636968 7.333673457567345e-05 1.5921700623838897 0.00043496668862264524']
['59491.958126780555 1.6979835126896616 0.00042879606884013596 0.18669166737643156 0.00013035846245625592 3.714112712128377e-05 2.593399209221548e-08 0.10501406289924274 7.332663513164394e-05 1.592969449790419 0.0004350205329320489']
['59491.958162260766 1.6970388360618793 0.0004287214052293545 0.18711443406212058 0.00013036871907219167 3.722523388103625e-05 2.5936032581122443e-08 0.10525186915994282 7.333240447810781e-05 1.5917869669019364 0.00043494791050006573']
['59491.95819774097 1.697447489055278 0.0004287632140160416 0.18709203754432446 0.00013037163808800914 3.722077823539213e-05 2.5936613300867835e-08 0.1052392711186825 7.333404642450514e-05 1.5922082179365955 0.0004349893976390199']
['59491.95823322118 1.698034159903928 0.0004288286819815831 0.18679714344258966 0.00013036864159719696 3.716211091791746e-05 2.5936017167961975e-08 0.10507339318645667 7.333236089842328e-05 1.5929607667174712 0.00043505364456006843']
['59491.95826870139 1.6974164217848764 0.0004287562724524722 0.18695090482597793 0.0001303703311857331 3.719270077319607e-05 2.5936353300921122e-08 0.10515988396461257 7.333331129197486e-05 1.5922565378202638 0.0004349824314985425']
['59491.9583041816 1.6975932557694087 0.0004287405216211318 0.18694007121604223 0.00013036963557496454 3.719054549498008e-05 2.593621491355577e-08 0.10515379005902376 7.333292001091756e-05 1.5924394657103849 0.0004349668401582905']
['59491.9583396618 1.6974220633444375 0.00042876290675808497 0.18727074152653705 0.00013039160948838467 3.7256330263041304e-05 2.5940586484730626e-08 0.10533979210867708 7.334528033721637e-05 1.5920822712357603 0.000434990988825501']
['59491.958375142014 1.6966306422701407 0.00042868305786160804 0.18713964106815859 0.0001304341210871337 3.7230248655550625e-05 2.5949043898580186e-08 0.1052660481008392 7.33691931115127e-05 1.5913645941693015 0.00043491631677302386']
['59491.958410622225 1.6969575935922627 0.00042871475593959295 0.1869708729897836 0.00013037024934798083 3.719667331316375e-05 2.593633701981762e-08 0.10517111605675326 7.333326525823921e-05 1.5917864775355095 0.00043494150153070016']
['59491.95844610243 1.6975790119065233 0.0004287358511282786 0.18708724172439076 0.00013037735332323174 3.721982413733135e-05 2.5937750310788598e-08 0.1052365734699698 7.333726124431785e-05 1.5923424384365534 0.0004349629684576686']
['59491.95848158264 1.6976322546372542 0.00042874435030416735 0.18727417846530742 0.0001304397003482342 3.7257014020284316e-05 2.595015385730887e-08 0.10534172538673542 7.337233144588174e-05 1.5922905292505187 0.0004349772602556907']
['59491.95851706285 1.697651571842141 0.0004287828419947057 0.18694004246471158 0.00013037346381799893 3.719053977508458e-05 2.593697651830862e-08 0.10515377388640025 7.333507339762439e-05 1.5924977979557406 0.000435008917815821']
['59491.95855254305 1.6972232841845687 0.00042872278882004805 0.1872376721725224 0.00013037622269540376 3.724975132409595e-05 2.593752537952907e-08 0.10532119059704385 7.33366252661646e-05 1.5919020935875248 0.00043494998592834717']
['59491.95858802326 1.6973125989381779 0.0004287315377366019 0.18722022522222898 0.00013039736782407998 3.72462803636196e-05 2.5941732069217993e-08 0.10531137668750379 7.334851940104499e-05 1.592001222250674 0.0004349606151691401']
['59491.95862350347 1.6964791179637533 0.0004287513512639874 0.18687817720234562 0.00013036378001209274 3.717823207219556e-05 2.593504998633623e-08 0.10511897467631941 7.332962625680217e-05 1.5913601432874338 0.00043497695950206076']
['59491.95865898368 1.6981871590331297 0.0004288034392459251 0.18742762857272924 0.00013038713899376375 3.728754194917702e-05 2.5939697108084394e-08 0.10542804107216018 7.33427656839921e-05 1.5927591179609695 0.0004350305170758837']
['59491.95869446389 1.6973720329160518 0.00042873113209876483 0.18707939224377176 0.000130381657086533 3.7218262532779826e-05 2.5938606517292714e-08 0.10523215813712161 7.33396821111748e-05 1.5921398747789302 0.0004349587251715463']
['59491.9587299441 1.6981451427624705 0.0004287652989149704 0.18725484980964172 0.00013037917588840214 3.725316870641867e-05 2.5938112898608568e-08 0.10533085301792347 7.33382864372262e-05 1.592814289744547 0.0004349921675285574']
['59491.95876542431 1.6969820038638963 0.00042868984001868065 0.18675579837663325 0.0001303699079293493 3.715388557839318e-05 2.5936269096739025e-08 0.10505013658685619 7.333307321025897e-05 1.5919318672770402 0.00043491690995143336']
['59491.95880090451 1.6977489911034023 0.0004287462863265982 0.18722371881956967 0.00013038049316939614 3.724697539272703e-05 2.5938374963335614e-08 0.10531334183600793 7.333902740778532e-05 1.5924356492673943 0.000434973552046523']
['59491.95883638472 1.6980327098576429 0.0004287910233850556 0.18708909929313727 0.00013037726570166262 3.7220193688891524e-05 2.593773287903129e-08 0.1052376183523897 7.333721195718522e-05 1.5927950915052531 0.0004350173426350453']
['59491.95887186493 1.6972520817815122 0.000428700323333958 0.186863357339775 0.00013037226278890882 3.717528375421549e-05 2.5936737581163008e-08 0.10511063850362341 7.333439781876121e-05 1.5921414432778889 0.0004349274665160622']
['59491.95890734514 1.697202207484223 0.00042873109124462125 0.18690269188660913 0.00013037703082261778 3.7183109113669156e-05 2.593768615133002e-08 0.10513276418621763 7.333707983772249e-05 1.5920694432980054 0.0004349582461328078']
['59491.958942825346 1.6974214154641443 0.0004287614975838669 0.18723324977226635 0.00013038579460430247 3.7248871515519596e-05 2.5939429650299142e-08 0.10531870299689981 7.334200946492013e-05 1.5921027124672444 0.0004349890483250271']
['59491.958978305556 1.6978294229537845 0.00042878519448686286 0.1870992868323636 0.00013038506920234812 3.722222043542379e-05 2.5939285336165688e-08 0.10524334884320452 7.334160142632082e-05 1.59258607411058 0.00043501233719391697']
['59491.95901378577 1.6971539938223168 0.00042871232178187083 0.18706086009233974 0.0001303710100893682 3.7214575678396656e-05 2.5936488364507885e-08 0.1052217338019411 7.333369317526961e-05 1.5919322600203758 0.00043493917437076985']
['59491.95904926597 1.697534474738281 0.0004288050770010998 0.18718466546266435 0.00013038214468450275 3.7239205974232266e-05 2.5938703521826624e-08 0.1052913743227487 7.33399563850328e-05 1.5922431004155324 0.0004350316577727162']
['59491.95908474618 1.6965942699928729 0.00042868612035539287 0.18705293244644752 0.0001303763193760018 3.721299852335812e-05 2.593754461352292e-08 0.10521727450112672 7.333667964900101e-05 1.5913769954917463 0.00043491385166179587']
['59491.95912022639 1.6976601278554777 0.00042876937675277174 0.18732129644207868 0.0001303822965601164 3.726638784392386e-05 2.5938733736519932e-08 0.10536822924866925 7.334004181506547e-05 1.5922918986068084 0.0004349964829448577']
['59491.959155706594 1.6977951885982665 0.0004287754980150307 0.1871282506942305 0.00013038065042821252 3.7227982612657725e-05 2.593840624898308e-08 0.10525964101550465 7.333911586586954e-05 1.5925355475827618 0.00043500236046948643']
['59491.959191186805 1.697541922867217 0.0004287480937840663 0.18704503112795348 0.00013037970969737408 3.721142660598903e-05 2.593821909652926e-08 0.10521283000947382 7.333858670477292e-05 1.5923290928577432 0.0004349752593232447']
['59491.959226667015 1.6972324351704746 0.00042874465939639307 0.18710387862633765 0.00013038210182969774 3.7223133943809575e-05 2.5938694996134056e-08 0.10524593172731492 7.333993227920496e-05 1.5919865034431597 0.0004349721009761976']
['59491.959262147226 1.6975571638617328 0.0004288298328600967 0.18718304036993016 0.00013037193969547768 3.723888267230523e-05 2.59366733037672e-08 0.1052904602080857 7.33342160787062e-05 1.592266703653647 0.0004350550916823027']
['59491.95929762743 1.6979442813315018 0.0004288322278490999 0.18727701431423133 0.00013038868563389414 3.725757819450195e-05 2.5940004802361817e-08 0.10534332055175512 7.334363566906545e-05 1.5926009607797467 0.0004350590402866937']
['59491.95933310764 1.6971776078350058 0.000428714228121604 0.18691144658708492 0.0001303706882390275 3.7184850805989166e-05 2.5936424334417062e-08 0.10513768870523525 7.333351213445297e-05 1.5920399191297705 0.0004349410228937674']
['59491.95936858785 1.6976520887108606 0.0004287700795931662 0.18729284223003895 0.00013039190093576023 3.7260727058301475e-05 2.5940644466343716e-08 0.1053522237543969 7.334544427636512e-05 1.5922998649564637 0.00043499808660547856']
['59491.95940406805 1.69737358777506 0.00042874193526213717 0.18693055993304133 0.00013036339785468947 3.7188653285349154e-05 2.5934973958536518e-08 0.10514843996233574 7.332941129326282e-05 1.5922251478127243 0.0004349676420297711']
['59491.95943954826 1.6972644307371823 0.00042872178468103116 0.1870937532157581 0.0001303801458524998 3.7221119557378864e-05 2.593830586683452e-08 0.10524023618386392 7.333883204203112e-05 1.5920241945533182 0.0004349493682549472']
['59491.959475028474 1.6974967939588301 0.00042875152230362906 0.18721327614093813 0.0001303835228315629 3.724489788782287e-05 2.5938977695472787e-08 0.10530746782927769 7.334073159275412e-05 1.5921893261295526 0.0004349790003991454']
['59491.95951050868 1.69816303584158 0.00042880296734907545 0.18692904737086816 0.00013036976627146452 3.7188352370665914e-05 2.5936240914798288e-08 0.10514758914611334 7.333299352769879e-05 1.5930154466954667 0.0004350284045290672']
['59491.95954598889 1.6968627786024264 0.00042869284608753667 0.18698251630854304 0.00013037334056954818 3.719898967783195e-05 2.5936951998808414e-08 0.10517766542355544 7.333500407037085e-05 1.591685113178871 0.00043492019855214097']
['59491.9595814691 1.697239842349939 0.00042874406271620435 0.18684160862780663 0.00013036813366995814 3.717095698544593e-05 2.593591611904849e-08 0.10509840485314122 7.333207518935144e-05 1.592141437496798 0.0004349701881347425']
['59491.95961694931 1.6976379850731966 0.00042877537546728964 0.18705449704954108 0.00013037134537656437 3.721330979125352e-05 2.5936555067776168e-08 0.10521815459036686 7.333388177431746e-05 1.5924198304828299 0.00043500135726593403']
['59491.95965242951 1.6973419724593364 0.00042875480706220135 0.18689682794628942 0.00013036600754879195 3.7181942519809306e-05 2.5935493140681974e-08 0.10512946571978779 7.333087924619547e-05 1.5922125067395485 0.00043498057707208674']
['59491.95968790972 1.6973696973336845 0.00042874801549385144 0.18697565336203872 0.0001303471229970721 3.719762433800653e-05 2.5931736178489117e-08 0.10517380501614679 7.332025668585306e-05 1.5921958923175377 0.0004349720920132638']
['59491.95972338993 1.698547855096412 0.0004288566326940561 0.18700241133875276 0.00013035188378070174 3.7202947668332995e-05 2.5932683306298674e-08 0.10518885637804841 7.332293462664473e-05 1.5933589987183636 0.0004350796066789936']
['59491.959758870136 1.697274687568774 0.0004287304929200181 0.18681117235445371 0.00013034594056403952 3.7164901881254166e-05 2.5931500940911604e-08 0.10508128444938021 7.331959156727223e-05 1.5921934031193938 0.0004349547080639929']
['59491.95979435035 1.697876953757203 0.00042877222063034874 0.18711198482958827 0.00013035799553214733 3.722474662170588e-05 2.5933899200615568e-08 0.1052504914666434 7.332637248683286e-05 1.5926264622905595 0.0004349969816979863']
['59491.95982983056 1.6981248896630698 0.000428804269429799 0.18708137353508938 0.00013036006881760395 3.7218656698163454e-05 2.5934311667651644e-08 0.10523327261348776 7.332753870990222e-05 1.5928916170495822 0.000435028768490632']
['59491.95986531076 1.6969827685217997 0.0004287094145300024 0.18712408518703802 0.0001303594872378651 3.722715391133251e-05 2.5934195966038845e-08 0.10525729791770888 7.33272115712991e-05 1.5917254706040909 0.00043493521593851133']
['59491.95990079097 1.6973347152818632 0.00042871616480844255 0.1872601087673612 0.000130351546801173 3.725421494281438e-05 2.5932616266351527e-08 0.10533381118164067 7.332274507565981e-05 1.5920009041002225 0.00043494111660486855']
['59491.95993627118 1.6974052035468916 0.00042872533822369897 0.18700971797251795 0.0001303476449862436 3.720440127693436e-05 2.593184002493522e-08 0.10519296635954134 7.332055030476201e-05 1.5922122371873502 0.00043494978874810157']
['59491.95997175139 1.6972782008150964 0.00042874937947988206 0.1870784089267052 0.00013034865263437733 3.721806690806511e-05 2.5932040490161945e-08 0.10523160502127166 7.332111710683725e-05 1.5920465957938248 0.0004349735815175198']
['59491.960007231595 1.697876061841946 0.0004287913839318937 0.18671377969835648 0.0001303447320836134 3.714552622795576e-05 2.5931260521369792e-08 0.10502650108032552 7.331891179703254e-05 1.5928495607616204 0.0004350146132733126']
['59491.960042711806 1.6968622065119559 0.0004287182157677632 0.18693710345511602 0.00013035474272997714 3.7189955077703426e-05 2.593325207618521e-08 0.10515212069350276 7.332454278561213e-05 1.5917100858184532 0.00043494344127232616']
['59491.960078192016 1.6975356582248664 0.0004287515731312617 0.18683912630362154 0.00013035432082718386 3.717046314274041e-05 2.5933168141291394e-08 0.1050970085457871 7.332430546529092e-05 1.5924386496790792 0.0004349762812320908']
['59491.96011367222 1.69771566066325 0.0004287673905459206 0.1871158622142976 0.00013035013012615532 3.722551800288433e-05 2.5932334427811752e-08 0.1052526724955424 7.332194819596236e-05 1.5924629881677075 0.0004349914749541759']
['59491.96014915243 1.6979603001788477 0.00042878742138482685 0.18703246731962608 0.00013035609881624166 3.720892711573983e-05 2.5933521860975532e-08 0.10520576286728968 7.332530558413592e-05 1.592754537311558 0.0004350117851011119']
['59491.96018463264 1.6973444546132204 0.0004287526865648519 0.18736228072699934 0.00013036068001009022 3.727454140834162e-05 2.593443326053336e-08 0.10539128290893712 7.332788250567575e-05 1.5919531717042832 0.0004349779817293564']
['59491.960220112844 1.6969917584674628 0.00042870197037404097 0.1869790673467569 0.00013035591722840377 3.719830352868595e-05 2.5933485735223024e-08 0.10517572538255075 7.332520344097711e-05 1.591816033084912 0.0004349275397836354']
['59491.960255593054 1.6976229819444564 0.0004287525142294396 0.18709021134400805 0.000130357095901252 3.722041492438284e-05 2.593372022473563e-08 0.10523824388100453 7.332586644445425e-05 1.592384738063452 0.0004349774720004425']
['59491.960291073265 1.6973264960098546 0.000428763235323218 0.18745338858984456 0.0001303757320281338 3.729266674174957e-05 2.593742776437729e-08 0.10544253108178755 7.333634926582526e-05 1.5918839649280672 0.0004349898068788191']
['59491.960326553475 1.69756704274376 0.0004287413617664501 0.18700444144163297 0.00013035031914816048 3.7203351544468465e-05 2.5932372032544845e-08 0.10518999831091855 7.332205452084026e-05 1.5923770444328413 0.00043496583655329424']
['59491.96036203368 1.6978855831281678 0.0004287708654324695 0.1868836723808573 0.0001303507001329953 3.717932530322469e-05 2.5932447827069476e-08 0.10512206571423222 7.332226882480985e-05 1.5927635174139356 0.00043499495416536333']
['59491.96039751389 1.6979794277877844 0.0004288018309325525 0.18693803325931946 0.00013034911935192467 3.719014005637228e-05 2.5932133340667807e-08 0.10515264370836719 7.332137963545763e-05 1.5928267840794172 0.0004350253267601281']
['59491.9604329941 1.697544496482578 0.00042877250188379397 0.18687986182020014 0.00013035473486713072 3.717856721626902e-05 2.5933250511921618e-08 0.10511992227386256 7.332453836276103e-05 1.5924245742087155 0.0004349969497568921']
['59491.9604684743 1.6976630378554682 0.00042878264117843804 0.1868762069697685 0.0001303471008216979 3.717784010687845e-05 2.5931731766838588e-08 0.10511786642049478 7.332024421220506e-05 1.5925451714349734 0.0004350062201708092']
['59491.96050395451 1.6975119060431902 0.0004287696822837524 0.18722116794801497 0.0001303664171429042 3.7246467912955624e-05 2.593557462684151e-08 0.1053119069707584 7.333110964288362e-05 1.5921999990724318 0.00043499527823548454']
['59491.96053943472 1.697937181824924 0.00042878234316567486 0.187331314027799 0.00013036043958918392 3.726838077928041e-05 2.5934385430313783e-08 0.10537386414063694 7.332774726891595e-05 1.592563317684287 0.0004350071911246762']
['59491.960574914934 1.6975608942165845 0.0004287630297021554 0.18675834904503352 0.00013034971313385374 3.7154393017748293e-05 2.5932251469829215e-08 0.10505157133783134 7.332171363779272e-05 1.5925093228787532 0.00043498713697091536']
['59491.96061039514 1.697459061294913 0.0004287373624116163 0.1870206200302784 0.0001303559701344638 3.720657017241242e-05 2.5933496260549244e-08 0.10519909876703158 7.332523320063589e-05 1.5922599625278815 0.00043496243027599203']
['59491.96064587535 1.6975898014787032 0.00042874427843941145 0.18702851442448326 0.00013035517466769025 3.720814071223795e-05 2.5933338007462896e-08 0.10520353936377183 7.332478575057576e-05 1.5923862621149314 0.0004349691718960085']
['59491.96068135556 1.6966365557617402 0.00042868213547578196 0.18697047438165432 0.00013042765455832417 3.7196594012596084e-05 2.5947757423549333e-08 0.10517089183968055 7.336555568905734e-05 1.5914656639220597 0.000434914793997216']
['59491.96071683576 1.6973442099672165 0.00042873210589918376 0.1871385916143052 0.00013035473727383083 3.723003987334023e-05 2.5933250990719393e-08 0.10526545778304668 7.332453971652984e-05 1.5920787521841697 0.0004349571320870482']
['59491.96075231597 1.6976491905469224 0.0004287604036883403 0.18745322777919787 0.00013037862350931517 3.729263474948792e-05 2.593800300628088e-08 0.1054424406257988 7.333797572398978e-05 1.5922067499211237 0.00043498728999165137']
['59491.96078779618 1.69871402937209 0.0004288476607739651 0.18765896825458805 0.000130373026994209 3.733356551655344e-05 2.5936889614976837e-08 0.10555816964320577 7.333482768424257e-05 1.5931558597288842 0.0004350727675950075']
['59491.960823276386 1.697120514783444 0.0004287156280876291 0.1871540366640116 0.0001303565079158554 3.723311256834907e-05 2.5933603248757713e-08 0.10527414562350651 7.332553570266866e-05 1.5918463691599376 0.00043494105802126064']
['59491.960858756596 1.697673584382331 0.0004287425943850293 0.1869077805280449 0.0001303488661550304 3.7184121466716814e-05 2.5932082968746182e-08 0.10513562654702525 7.33212372122046e-05 1.5925379578353056 0.00043496691376049984']
['59491.96089423681 1.6975024332573598 0.0004287448355107875 0.18674972376642043 0.00013034701678790492 3.715267707308977e-05 2.5931715048846665e-08 0.10504671961861149 7.33201969431965e-05 1.5924557136387483 0.00043496894746287507']
['59491.96092971702 1.6973564553137663 0.0004287283736665761 0.1872137821734968 0.00013036829228887234 3.724499855980172e-05 2.5935947675278817e-08 0.10530775247259196 7.333216441249068e-05 1.5920487028411743 0.00043495473870761297']
['59491.96096519722 1.6973373417181308 0.00042875029243142504 0.18670027305445186 0.00013034207196169792 3.7142839166528256e-05 2.59307313069297e-08 0.10501890359312917 7.331741547845508e-05 1.5923184381250015 0.0004349738574586671']
['59491.96100067743 1.697287009166757 0.00042873024513091236 0.18738154916152983 0.0001303708400165505 3.727837474159309e-05 2.5936454529595856e-08 0.10540212140336053 7.333359750930965e-05 1.5918848877633964 0.0004349568249995276']
['59491.96103615764 1.697456985985409 0.0004287548678278368 0.1869482261249737 0.00013034868096755545 3.719216786256371e-05 2.5932046126868636e-08 0.1051583771952977 7.332113304424995e-05 1.5922986087901112 0.00043497899401805416']
['59491.961071637845 1.6976335590936436 0.00042875766409217317 0.1872800585965939 0.00013037036443291406 3.725818383523466e-05 2.5936359915237615e-08 0.10534503296058408 7.333332999351415e-05 1.5922885261330595 0.0004349838063718171']
['59491.961107118055 1.6978373340626542 0.0004287648561592621 0.1873248079770063 0.00013036283736938878 3.726708644160082e-05 2.5934862453528845e-08 0.10537020448706602 7.332909602028118e-05 1.5924671295755881 0.00043499018172876534']
['59491.961142598266 1.697013914088314 0.0004287184334567904 0.18696560465627937 0.00013034677994269427 3.719562521151493e-05 2.5931667929989137e-08 0.10516815261915714 7.332006371776552e-05 1.5918457614691568 0.0004349429007688499']
['59491.96117807847 1.6971613795612575 0.0004287417311342134 0.18700996903309233 0.00013035292777395836 3.720445122384865e-05 2.5932891002157856e-08 0.10519310758111443 7.332352187285158e-05 1.5919682719801431 0.00043496644798857837']
['59491.96121355868 1.697537344380652 0.0004287449053145634 0.18711812478012668 0.00013036720675077047 3.722596812605404e-05 2.5935731714335285e-08 0.10525394518882125 7.333155379730839e-05 1.5922833991918308 0.0004349709307706912']
['59491.96124903889 1.6974333494102014 0.00042875279975307287 0.18719643615184942 0.00013035934680773604 3.7241547678441516e-05 2.5934168028352346e-08 0.1052979953354153 7.332713257935152e-05 1.592135354074786 0.0004349779668769539']
['59491.9612845191 1.6984269241140661 0.00042882221336692274 0.18728116443075032 0.0001303625214121172 3.725840383394995e-05 2.5934799595826876e-08 0.10534565499229705 7.332891829431593e-05 1.593081269121769 0.0004350466882245181']
['59491.961319999304 1.6970788966396735 0.0004287162643135089 0.18690912340011873 0.00013035191060655073 3.718438862262742e-05 2.5932688643131763e-08 0.10513638191256677 7.332294971618478e-05 1.5919425147271067 0.0004349412491843152']
['59491.961355479514 1.6982685963525648 0.0004288060224130583 0.18746359058361345 0.0001303629527428372 3.7294696363921705e-05 2.593488540634712e-08 0.10544826970328255 7.332916091784592e-05 1.5928203266492822 0.00043503076982970247']
['59491.961390959725 1.6972957377971236 0.00042873806223991294 0.18698801345278357 0.00013034568474502606 3.720008329993041e-05 2.593145004733594e-08 0.10518075756719075 7.331944766907715e-05 1.5921149802299328 0.00043496214481232045']
['59491.96142643993 1.697992232661797 0.00042880400038057976 0.18699454742049793 0.00013035443123603232 3.720138319150509e-05 2.5933190106433884e-08 0.10518443292403008 7.332436757026817e-05 1.592807799737767 0.00043502796878128197']
['59491.96146192014 1.6978777384805235 0.00042878455355322575 0.18702560154232967 0.0001303547402875976 3.7207561212746215e-05 2.5933251590289243e-08 0.10520190086756044 7.332454141177365e-05 1.592675837612963 0.0004350088294955472']
['59491.96149740035 1.6977166374640538 0.0004287757855921951 0.1868420701284591 0.00013034079628286555 3.7171048798083535e-05 2.5930477518689735e-08 0.10509866444725825 7.331669790911186e-05 1.5926179730167955 0.00043499886494392147']
['59491.96153288055 1.6975843610025876 0.00042874014337578275 0.1873785641325848 0.00013036175823478115 3.727778088895324e-05 2.5934647766520014e-08 0.10540044232457894 7.332848900706439e-05 1.5921839186780087 0.00043496572030672246']
['59491.96156836076 1.6969052659464827 0.00042867121945006445 0.18707234231011116 0.00013035878754395118 3.7216859993041634e-05 2.593405676635753e-08 0.10522819254943754 7.332681799347253e-05 1.5916770733970451 0.0004348975012826047']
['59491.96160384097 1.6973138627397586 0.00042873760890584306 0.18710916943211647 0.0001303610125815326 3.7224186516175376e-05 2.5934499423519593e-08 0.10524890780556552 7.332806957711208e-05 1.592064954934193 0.0004349631514027429']
['59491.96163932118 1.6982470137145764 0.00042878647815127157 0.18731586903904185 0.00013035899882511362 3.726530809639703e-05 2.593409879940926e-08 0.10536517633446103 7.332693683912641e-05 1.5928818373801155 0.0004350111303306849']
['59491.96167480139 1.6974186258650366 0.0004287486107536268 0.18729644018299899 0.0001303638235652002 3.7261442848299726e-05 2.5935058650951655e-08 0.10535424760293692 7.332965075542512e-05 1.5920643782620996 0.00043497426234557563']
['59491.9617102816 1.6969047363471035 0.0004286605516916383 0.1868803135652503 0.00013035415375881718 3.717865708809121e-05 2.5933134904095904e-08 0.10512017638045329 7.332421148933466e-05 1.5917845599666502 0.000434886546776412']
['59491.96174576181 1.6980524537705786 0.0004287741270613001 0.18719745331182763 0.00013041793060164083 3.724175003598958e-05 2.5945822903833626e-08 0.10529856748790305 7.336008596342296e-05 1.5927538862826756 0.0004350045450908999']
['59491.96178124201 1.6979108557929596 0.0004287768759296251 0.18720083325674197 0.00013036120444309042 3.72424224546652e-05 2.5934537593163738e-08 0.10530046870691735 7.332817749923836e-05 1.5926103870860422 0.0004350018746480628']
['59491.96181672222 1.6976282115289303 0.00042875139141970026 0.18691101266389726 0.00013035213609514056 3.718476447971387e-05 2.5932733502661365e-08 0.1051374446234422 7.332307655351657e-05 1.5924907669054882 0.00043497589496384955']
['59491.96185220243 1.6971169055974786 0.00042872760320979993 0.1868038029702277 0.00013035009424607944 3.716343578884527e-05 2.593232728969746e-08 0.10507713917075308 7.332192801341969e-05 1.5920397664267256 0.00043495225356540544']
['59491.961887682635 1.6975916736771075 0.0004287600013936859 0.18698266032243033 0.0001303618944568384 3.7199018328484496e-05 2.5934674867037227e-08 0.10517774643136706 7.33285656319716e-05 1.5924139272457405 0.00043498530703088795']
['59491.961923162846 1.6975448838107745 0.0004287419057898693 0.18675657834741435 0.00013034657912243264 3.715404074864978e-05 2.59316279780675e-08 0.10505057532042056 7.331995075636835e-05 1.592494308490354 0.0004349660181660694']
['59491.961958643056 1.69731881552734 0.00042876932449726436 0.1871299293986012 0.00013035653488255457 3.722831658028096e-05 2.593360861361205e-08 0.10526058528671318 7.332555087143693e-05 1.5920582302406268 0.00043499398851069203']
['59491.96199412327 1.6976313918010142 0.0004287236053775717 0.1871610415485808 0.00013036682075172776 3.723450614585529e-05 2.593565492226569e-08 0.10527808587107669 7.333133667284686e-05 1.5923533059299375 0.0004349498991219221']
['59491.96202960347 1.6970365947567279 0.0004287128697827451 0.1866712276050712 0.00013034514421183212 3.7137060757974187e-05 2.593134251167379e-08 0.10500256552785255 7.331914361915556e-05 1.5920340292288753 0.0004349372616118367']
['59491.96206508368 1.6974494935663418 0.00042874591998767183 0.1870258763847051 0.00013035283021980024 3.720761589089949e-05 2.5932871594374752e-08 0.10520205546639662 7.332346699863763e-05 1.5922474380999452 0.0004349705676465655']
['59491.96210056389 1.697417174170044 0.00042873549158953164 0.18738026729195312 0.00013036897036093468 3.7278119721743666e-05 2.5936082573429435e-08 0.10540140035172361 7.333254582802574e-05 1.5920157738183203 0.0004349618190440821']
['59491.962136044094 1.6977326472225718 0.0004287581131293758 0.187123649249627 0.00013036210239240878 3.7227067184340205e-05 2.5934716234504565e-08 0.10525705270291516 7.332868259572994e-05 1.5924755945196567 0.0004349834655081592']
['59491.962171524305 1.6974681148949262 0.0004287520084243273 0.18691733387722265 0.0001303473330835069 3.7186022045147716e-05 2.5931777973857336e-08 0.10514100030593775 7.332037485947263e-05 1.5923271145889886 0.00043497604772841']
['59491.962207004515 1.6970459808435219 0.0004286918084888063 0.18711633288320023 0.00013035604971126577 3.7225611639487346e-05 2.5933512091850978e-08 0.10525293724680013 7.3325277962587e-05 1.5917930435967218 0.00043491753592341393']
['59491.962242484726 1.698318801790533 0.000428815689570133 0.18734922005534577 0.0001303537806529327 3.7271943070274416e-05 2.5933060677038637e-08 0.10538393628113199 7.332400161727464e-05 1.592934865509401 0.0004350394290575037']
['59491.96227796493 1.6969171001387866 0.0004287142389131768 0.1868504712427428 0.00013035145557658938 3.717272014666569e-05 2.5932598117797258e-08 0.1051033900740428 7.332269376183153e-05 1.5918137100647438 0.00043493920962290325']
['59491.96231344514 1.6975385284668372 0.00042876596252396906 0.18709622956431982 0.0001303550181371004 3.722161221127188e-05 2.59333068666915e-08 0.10524162912992989 7.332469770211897e-05 1.5922968993369073 0.0004349905308305145']
['59491.96234892535 1.6971035244705326 0.0004287089777978979 0.18733704182325106 0.00013035996006045513 3.7269520287979426e-05 2.5934290031104356e-08 0.10537708602557873 7.3327477534006e-05 1.5917264384449539 0.00043493483029761906']
['59491.96238440555 1.696985045693883 0.00042870566495016804 0.186748740336434 0.00013034558401478743 3.715248142591036e-05 2.5931430007691695e-08 0.10504616643924411 7.331939100831792e-05 1.591938879254639 0.00043493020159353883']
['59491.962419885764 1.6972529506282927 0.00042873481503871773 0.1870314888697791 0.00013035677895553127 3.720873245932769e-05 2.593365717038795e-08 0.10520521248925074 7.332568816248634e-05 1.5920477381390419 0.00043495999605801185']
['59491.962455365974 1.696955425380356 0.00042868557399782187 0.18665987996888123 0.00013033894293275602 3.713480321748413e-05 2.5930108806400723e-08 0.10499618248249568 7.331565539967526e-05 1.5919592428978604 0.0004349097684353916']
['59491.96249084618 1.697359755510814 0.00042875402077208717 0.1869541059948714 0.00013034849038419405 3.719333762551241e-05 2.5932008211513586e-08 0.10516168462211516 7.332102584110914e-05 1.592198070888699 0.0004349781410124237']
['59491.96252632639 1.6970596928364612 0.00042870667767137756 0.1872903523152581 0.00013035939146200312 3.726023170549491e-05 2.5934176912036514e-08 0.10535082317733267 7.332715769737675e-05 1.5917088696591286 0.0004349325091735571']
['59491.9625618066 1.6973807273336114 0.00042875210185151265 0.18695809937808403 0.00013034605670553305 3.7194132083859844e-05 2.5931524046527593e-08 0.10516393090017226 7.331965689686234e-05 1.5922167964334393 0.00043497601879823614']
['59491.96259728681 1.6969801251605938 0.0004287230228735575 0.18693780217549538 0.00013035077678898643 3.719009408370619e-05 2.593246307729436e-08 0.10515251372371615 7.332231194380487e-05 1.5918276114368777 0.000434947803501323']
['59491.96263276701 1.6969502661313107 0.00042871371016564065 0.18673881146255142 0.0001303554554228545 3.715050613921318e-05 2.5933393861928135e-08 0.10504058144768516 7.332494367535565e-05 1.5919096846836256 0.00043493906774280807']
['59491.96266824722 1.6975907633899412 0.0004287677726597581 0.1870218399202935 0.00013036766861565882 3.720681286181984e-05 2.5935823599435312e-08 0.10519978495516509 7.333181359630809e-05 1.592390978434776 0.0004349935146147971']
['59491.96270372743 1.697750649612643 0.0004287750035482172 0.18711202922235728 0.00013035992551706523 3.722475545336666e-05 2.593428315891529e-08 0.10525051643757596 7.332745810334918e-05 1.5925001331750672 0.0004349999077927168']
['59491.962739207636 1.6977925136243268 0.00042879122223634167 0.1868621141226426 0.00013035258615688543 3.717503642402554e-05 2.5932823039600605e-08 0.10510993919398645 7.332332971324805e-05 1.5926825744303403 0.0004350151985243428']
['59491.96277468785 1.697601361529426 0.0004287659284503676 0.18699518023425316 0.0001303557857765888 3.720150908580159e-05 2.5933459583715364e-08 0.10518478888176738 7.33251294993312e-05 1.5924165726476587 0.00043499057003112084']
['59491.96281016806 1.6968890477957532 0.00042868221807481043 0.18712050508628317 0.0001303612151298892 3.722644167291764e-05 2.5934539719234802e-08 0.10525528411103428 7.332818351056268e-05 1.5916337636847189 0.00043490857267993474']
['59491.96284564826 1.6968288098251831 0.0004287068225654881 0.18710976031680343 0.0001303615374918293 3.722430406894878e-05 2.5934603851105087e-08 0.10524924017820192 7.332836483915396e-05 1.5915795696469812 0.00043493285551241234']
['59491.96288112847 1.6972312229613635 0.00042871864430204176 0.18704800963746593 0.00013035059630479447 3.721201916162898e-05 2.5932427171105232e-08 0.10521450542107459 7.332221042144688e-05 1.5920167175402888 0.000434943470480093']
['59491.96291660868 1.697569850825895 0.0004287692780980704 0.18702845826770975 0.00013035799001387052 3.720812954020283e-05 2.593389810278928e-08 0.10520350777558672 7.332636938280217e-05 1.5923663430503083 0.00043499408075007597']
['59491.96295208889 1.6973985950378103 0.00042874798037671405 0.18687940799725006 0.00013034514140822202 3.717847693106178e-05 2.593134195391328e-08 0.10511966699845315 7.331914204212488e-05 1.5922789280393572 0.00043497186951216104']
['59491.962987569095 1.6969499150285385 0.00042870880639030417 0.1869735821478295 0.00013034945626052847 3.7197212283032024e-05 2.5932200366504887e-08 0.10517263995815408 7.332156914654726e-05 1.5917772750703845 0.00043493366526254463']
['59491.963023049306 1.697023097507175 0.0004287122690271265 0.18707496641347354 0.00013036136183085473 3.7217382041818265e-05 2.5934568904464575e-08 0.10522966860757886 7.332826602985578e-05 1.591793428899596 0.00043493820735057595']
['59491.963058529516 1.697852732201821 0.0004287820173170424 0.18691869660564567 0.00013035007491941762 3.7186293151353486e-05 2.5932323444780257e-08 0.1051417668406757 7.332191714217241e-05 1.5927109653611453 0.000435005887210594']
['59491.96309400972 1.697312354951387 0.00042874150001668285 0.18739396251551826 0.00013037143236937614 3.72808442999026e-05 2.5936572374446176e-08 0.10540910391497901 7.333393070777407e-05 1.5919032510364082 0.00043496797494713086']
['59491.96312948993 1.6970579960778513 0.00042869946338276927 0.1870898706293242 0.0001303581707547563 3.722034714135019e-05 2.5933934060046018e-08 0.10523805222899485 7.332647104955042e-05 1.5918199438488565 0.000434925282389119']
['59491.96316497014 1.69750366586148 0.0004287353234883426 0.18699419162033348 0.000130356054031353 3.720131240731143e-05 2.5933512951305025e-08 0.10518423278643757 7.332528039263605e-05 1.5923194330750423 0.0004349604284889747']
['59491.963200450344 1.6973927131964954 0.0004287677690648872 0.18705241187460403 0.00013035277591329453 3.7212894958880464e-05 2.593286079043872e-08 0.10521698167946476 7.332343645122816e-05 1.5921757315170306 0.0004349920989189318']
['59491.963235930554 1.6967684040037878 0.00042867661464920367 0.18712090505567552 0.00013035938490638056 3.7226521244299987e-05 2.5934175607836847e-08 0.10525550909381748 7.332715400983906e-05 1.5915128949099704 0.00043490287589562397']
['59491.963271410765 1.6978331414135814 0.0004287822187811956 0.18701483656166618 0.00013035709506264694 3.720541958789011e-05 2.5933720057900455e-08 0.10519584556593721 7.33258659727389e-05 1.5926372958476442 0.00043500675139999506']
['59491.963306890975 1.6966164384220774 0.0004286707500502015 0.18697251862318318 0.00013035404131269763 3.7197000701526324e-05 2.5933112533651205e-08 0.10517204172554052 7.33241482383924e-05 1.5914443966965368 0.0004348965884707399']
['59491.96334237118 1.6973939881548312 0.00042871694188751817 0.18709041089102213 0.00013036254725996125 3.722045462299993e-05 2.593480473809206e-08 0.10523835612619994 7.332893283372819e-05 1.5921556320286312 0.0004349429257407448']
['59491.96337785139 1.697666574644491 0.0004287602069768082 0.18662347275563015 0.00013034556606817186 3.712756023254275e-05 2.593142643732597e-08 0.10497570342504196 7.331938091334666e-05 1.592690871219449 0.0004349839614334209']
['59491.9634133316 1.6979408395318472 0.0004287662435549754 0.18713056720847643 0.00013035483249702483 3.722844346852395e-05 2.593326993477192e-08 0.10526094405476798 7.332459327957646e-05 1.592679895477079 0.0004349907902379771']
['59491.9634488118 1.6968161319775863 0.0004287060121683982 0.18709174673385554 0.00013040943608969165 3.722072038048759e-05 2.5944132974376297e-08 0.10523910753779372 7.335530780045155e-05 1.5915770244397927 0.0004349366000370971']
['59491.96348429201 1.6980266560715418 0.0004288071320562142 0.1869397999147556 0.0001303545411389866 3.719049152130403e-05 2.5933211970931926e-08 0.10515363745205002 7.332442939067996e-05 1.5928730186194917 0.000435031066072004']
['59491.963519772224 1.6967589121436895 0.00042870771349603354 0.18671220142320655 0.00013033606281941945 3.7145212240091175e-05 2.5929535826057998e-08 0.10502561330055368 7.331403533592343e-05 1.5917332988431359 0.0004349313180126653']
['59491.963555252434 1.6976980804435091 0.00042875857105581066 0.18694078942579948 0.0001303569816530158 3.719068837827138e-05 2.5933697495771218e-08 0.10515419405201219 7.332580217982138e-05 1.592543886391497 0.00043498343131564786']
['59491.96359073264 1.6976501478546906 0.0004287592974712214 0.18729438131996798 0.00013041408951849003 3.726103325051406e-05 2.594505874462078e-08 0.10535308949248197 7.335792535415064e-05 1.5922970583622087 0.0004349895635302995']
['59491.96362621285 1.6975486071788697 0.0004287315418350457 0.1868614129999046 0.0001303527618593774 3.717489694008871e-05 2.5932857994500744e-08 0.10510954481244633 7.332342854589978e-05 1.5924390623664233 0.00043495638877706026']
['59491.96366169306 1.6974622250828681 0.0004287591947513697 0.18705584876228729 0.00013035844840732097 3.7213578705960015e-05 2.593398929726868e-08 0.10521891492878659 7.332662722911805e-05 1.5922433101540816 0.00043498418516612876']
['59491.96369717326 1.697522804320957 0.0004287295606756518 0.18692766461966787 0.0001303551603185072 3.718807728105517e-05 2.593333515278363e-08 0.10514681134856316 7.332477767916029e-05 1.5923759929723937 0.00043495466340624014']
['59491.96373265347 1.69809543087599 0.0004288430660999453 0.18700626790370467 0.0001303565334159964 3.7203714907552316e-05 2.593360832184957e-08 0.10519102569583388 7.332555004649795e-05 1.592904405180156 0.0004350666749265261']
['59491.96376813368 1.6981080387449172 0.00042879944077270257 0.18715214298112132 0.00013041866246479668 3.723273583210828e-05 2.5945968503382276e-08 0.10527308042688073 7.336049763644812e-05 1.5928349583180366 0.0004350295656854253']
['59491.963803613886 1.6970182447550477 0.000428695778016348 0.1870679567156659 0.00013035756773523762 3.7215987506748684e-05 2.5933814093124542e-08 0.10522572565256207 7.332613185107115e-05 1.5917925191024855 0.00043492159259029964']
['59491.963839094096 1.697648494263518 0.00042875160966027496 0.18671524375891937 0.0001303380969970163 3.714581749355022e-05 2.592994051283258e-08 0.10502732461439214 7.331517956082167e-05 1.5926211696491257 0.00043497477897035857']
['59491.96387457431 1.6977001163310563 0.00042875985477999973 0.18716206837244329 0.0001303581062675997 3.723471042597204e-05 2.593392123073384e-08 0.10527866345949934 7.332643477552482e-05 1.592421452871557 0.00043498480330680033']
['59491.96391005452 1.6973200652825469 0.0004287283370057645 0.18707660290090172 0.00013035352781382974 3.721770761064764e-05 2.5933010376297336e-08 0.1052305891317572 7.332385939527923e-05 1.5920894761507896 0.0004349533024456155']
['59491.96394553472 1.6972191184204897 0.0004287323120301215 0.18716536579626353 0.0001303520244803947 3.723536642759762e-05 2.593271129761321e-08 0.10528051826039823 7.332301377022203e-05 1.5919386001600915 0.00043495707802844365']
['59491.96398101493 1.6970564398943138 0.0004287100709233326 0.1869923816954734 0.00013036117877079744 3.7200952334201295e-05 2.5934532485823324e-08 0.10518321470370377 7.332816305857355e-05 1.59187322519061 0.0004349360233512897']
['59491.96401649514 1.6975166848045748 0.00042872122790841443 0.18708279531693262 0.00013036017709376778 3.721893955267389e-05 2.593433320851001e-08 0.10523407236577459 7.332759961524438e-05 1.5922826124388003 0.0004349469256410858']
['59491.964051975345 1.698149797920098 0.00042877769848866684 0.18697584807686454 0.00013035279633757347 3.71976630752903e-05 2.593286485371991e-08 0.1051739145432363 7.332344793988507e-05 1.5929758833768617 0.00043500188820168485']
['59491.964087455555 1.6977125646411142 0.0004287536898627537 0.18696204647096248 0.00013035403099270968 3.71949173330379e-05 2.593311048055484e-08 0.10516615113991638 7.33241424333992e-05 1.5925464135011977 0.0004349783401900833']
['59491.964122935766 1.6973979658585632 0.00042874027181964567 0.18696860060416154 0.00013035683854538418 3.71962212364083e-05 2.593366902541251e-08 0.10516983783984087 7.33257216817786e-05 1.5922281280187223 0.0004349653803926668']
['59491.96415841597 1.6977948914149739 0.00042876517838602997 0.18690137986888958 0.00013035609647953067 3.718284809603729e-05 2.5933521396101652e-08 0.10513202617625038 7.3325304269736e-05 1.5926628652387236 0.0004349898601607323']
['59491.96419389618 1.6973873126348997 0.00042874934898605644 0.18746300320710027 0.00013036872869871778 3.7294579509077294e-05 2.5936034496258964e-08 0.10544793930399389 7.333240989302875e-05 1.5919393733309057 0.00043497545516579025']
['59491.96422937639 1.6980619618618684 0.00042879009069759886 0.18729519899014688 0.00013036550587229134 3.726119592082755e-05 2.5935393335313344e-08 0.10535354943195761 7.333059705316387e-05 1.592708412429911 0.0004350153081727453']
['59491.9642648566 1.697916599267672 0.00042877873504642216 0.187100572258247 0.0001303619850272602 3.722247616277794e-05 2.5934692885450138e-08 0.10524407189526393 7.332861657783386e-05 1.592672527372408 0.0004350037811757834']
['59491.964300336804 1.6975833584317788 0.0004287736628209388 0.18694892265859697 0.00013035419528666713 3.719230643352518e-05 2.593314316579915e-08 0.1051587689954608 7.332423484875026e-05 1.592424589436318 0.0004349980429209295']
['59491.964335817014 1.6987402052761786 0.00042883416742762803 0.18699655113547448 0.0001303592158477391 3.720178181793392e-05 2.593414197468877e-08 0.10518556001370438 7.332705891435324e-05 1.5935546452624743 0.00043505815786211384']
['59491.964371297225 1.6969231090272383 0.00042871993674808235 0.18710308106513995 0.00013035035248721433 3.7222975274050785e-05 2.5932378665138867e-08 0.10524548309914121 7.332207327405806e-05 1.5916776259280971 0.00043494472130891075']
['59491.96440677743 1.6975737208718822 0.00042873577577200417 0.18695181933308658 0.00013035300032676635 3.7192882708604614e-05 2.5932905436080392e-08 0.10516039837486119 7.332356268380607e-05 1.592413322497021 0.00043496058473322416']
['59491.96444225764 1.6972537067886404 0.00042873216294850205 0.18697542790078664 0.00013035821427550442 3.7197579483915595e-05 2.5933942718223754e-08 0.10517367819419247 7.332649552997123e-05 1.5920800285944479 0.0004349575180327474']
['59491.96447773785 1.697391094459141 0.0004287198722547858 0.18679896396717116 0.000130346606120574 3.716247309977516e-05 2.5931633349177063e-08 0.10507441723153377 7.331996594282287e-05 1.5923166772276072 0.0004349443024940281']
['59491.96451321805 1.6971064567125151 0.0004287164236909157 0.18717875136558684 0.0001303591997813056 3.72380294020025e-05 2.5934138778373383e-08 0.10528804764314259 7.332704987698439e-05 1.5918184090693726 0.0004349420975095311']
['59491.96454869826 1.6972264776379509 0.00042871682640697334 0.18716884132540323 0.00013035518966053583 3.723605786215067e-05 2.5933340990194754e-08 0.10528247324553931 7.33247941840514e-05 1.5919440043924116 0.0004349421141791174']
['59491.96458417847 1.6982333300885848 0.0004287864885897368 0.18743745778230683 0.0001303622269666672 3.7289497408290726e-05 2.5934741017765825e-08 0.10543357000254759 7.33287526687503e-05 1.5927997600860373 0.0004350114467057979']
['59491.964619658684 1.6977210898179815 0.0004287588679521654 0.18699780714461842 0.00013034997787600227 3.7202031693013706e-05 2.5932304138606196e-08 0.10518626651884785 7.332186255525128e-05 1.5925348232991337 0.0004349830598726732']
['59491.96465513889 1.6977064234247914 0.0004287651493129947 0.18726912185967398 0.00013036148847862393 3.7256008040557034e-05 2.59345941002377e-08 0.10533888104606662 7.332833726922595e-05 1.5923675423787247 0.0004349903427802323']
['59491.9646906191 1.69750999462627 0.0004287415063716267 0.18688292368987458 0.00013035381364096698 3.717917635588626e-05 2.5933067239799537e-08 0.10512164457555444 7.332402017304392e-05 1.5923883500507154 0.00043496631044271527']
['59491.96472609931 1.6982858700664067 0.0004287923574373574 0.18710566932805608 0.00013036226815503723 3.722349019259719e-05 2.593474921193169e-08 0.10524693899703155 7.332877583720844e-05 1.593038931069375 0.00043501723547748083']
['59491.96476157951 1.6970420202891825 0.0004287200650136414 0.18702873907091105 0.0001303538596072612 3.7208185404224735e-05 2.5933076384503214e-08 0.10520366572738746 7.332404602908443e-05 1.5918383545617951 0.000434945180305951']
['59491.96479705972 1.6971201256242485 0.0004287927212879403 0.18691692464131457 0.00013035628036455848 3.7185940630250635e-05 2.5933557978865572e-08 0.10514077011073944 7.332540770506413e-05 1.591979355513509 0.00043501702638475094']
['59491.96483253993 1.697680867245265 0.0004287628396090781 0.18701695521912937 0.00013035057123472884 3.720584108140009e-05 2.5932422183574148e-08 0.10519703731076026 7.332219631953497e-05 1.5924838299345048 0.00043498703095926945']
['59491.964868020135 1.6977059493620286 0.0004287539147507574 0.18716033482451044 0.00013036580270827451 3.7234365547568794e-05 2.5935452388955857e-08 0.10527768833878712 7.333076402340442e-05 1.5924282610232414 0.00043497967810732945']
['59491.964903500346 1.6975769528263476 0.000428782013213883 0.1868971159997943 0.000130360502669279 3.718199982623328e-05 2.593439797969996e-08 0.1051296277498843 7.332778275146942e-05 1.5924473250764632 0.0004350068718756029']
['59491.964938980556 1.6976440795639722 0.00042878435672952486 0.1870422787299114 0.0001303540282365706 3.721087903379684e-05 2.5933109932238393e-08 0.10521128178557515 7.332414088307097e-05 1.5924327977783972 0.00043500856797561225']
['59491.96497446077 1.6976332606608353 0.000428767791036825 0.18698255917597115 0.0001303582695084202 3.71989982060358e-05 2.5933953706463215e-08 0.10517768953648376 7.332652659848636e-05 1.5924555711243515 0.00043499264147063105']
['59491.96500994097 1.697476590199262 0.00042876274200278806 0.18705275371970823 0.0001304116131562653 3.7212962966803095e-05 2.594456608800959e-08 0.10521717396733588 7.335653240039923e-05 1.5922594162319261 0.00043499272381910045']
['59491.96504542118 1.6972519648932023 0.00042875693548689024 0.18706230106106367 0.0001303511263691444 3.721486235001572e-05 2.5932532624057044e-08 0.1052225443468483 7.332250858264372e-05 1.5920294205463539 0.00043498126395623206']
['59491.96508090139 1.6972906250438826 0.0004287308721461633 0.18716962781162508 0.00013037680343493246 3.7236214328613024e-05 2.5937640913987376e-08 0.1052829156440391 7.333695193214951e-05 1.5920077093998435 0.00043495800860532293']
['59491.965116381594 1.6970133658445996 0.00042869345638736 0.18722139326353746 0.0001303806122859863 3.724651273805458e-05 2.5938398660828273e-08 0.10531203371073983 7.333909441086729e-05 1.5917013321338598 0.00043492148983275986']
['59491.965151861805 1.6975383139587248 0.00042876469735182986 0.18723753304482416 0.00013037556793052033 3.7249723645519824e-05 2.593739511819437e-08 0.10532111233771357 7.333625696091768e-05 1.5922172016210112 0.0004349912324176707']
['59491.965187342015 1.6974449585171931 0.0004287201674303413 0.18716728629353133 0.0001303739020059841 3.7235748498389325e-05 2.5937063693038423e-08 0.10528159854011136 7.333531987836605e-05 1.5921633599770817 0.00043494718196944573']
['59491.965222822226 1.69738934259787 0.0004287282456462134 0.18677487686845234 0.0001303598297860015 3.715768112374287e-05 2.5934264113825287e-08 0.10506086823850444 7.332740425462584e-05 1.5923284743593658 0.0004349538099954997']
['59491.96525830243 1.6969041394240532 0.00042870135901221197 0.1871148432112737 0.00013037443285345257 3.722531527867398e-05 2.5937169301786715e-08 0.10525209930634145 7.333561848006706e-05 1.5916520401177117 0.000434928693186333']
['59491.96529378264 1.6972320414969255 0.00042874876590185714 0.18730637481706536 0.00013038437707847496 3.726341928094907e-05 2.593914764249613e-08 0.10535983583459926 7.334121210664216e-05 1.5918722056623262 0.0004349763644793093']
['59491.96532926285 1.6978597875733474 0.00042877512676266254 0.187382600617385 0.00013037561103453204 3.727858392208907e-05 2.5937403693465035e-08 0.10540271284727905 7.333628120692427e-05 1.5924570747260685 0.0004350015166313773']
['59491.96536474305 1.6975488560422742 0.0004287361476312775 0.18716928792417048 0.0001303770173185263 3.723614671015241e-05 2.593768346477638e-08 0.10528272445734589 7.333707224167104e-05 1.5922661315849282 0.0004349632288489323']
['59491.965400223264 1.6968717139778908 0.00042867477270449813 0.1870834976068197 0.00013037032367819553 3.7219079268807654e-05 2.5936351807343982e-08 0.10523446740383606 7.333330706898498e-05 1.5916372465740547 0.0004349020978092968']
['59491.965435703474 1.6970661852222904 0.00042872050918060545 0.18712774524303546 0.0001303748417855485 3.72278820563375e-05 2.5937250656242286e-08 0.10525935669920744 7.333584850437103e-05 1.5918068285230829 0.00043494760795747997']
['59491.96547118368 1.6970186518299943 0.00042869914761210466 0.18719317514894637 0.00013037125089267144 3.72408989225272e-05 2.5936536270802915e-08 0.10529616102128234 7.333382862712769e-05 1.591722490808712 0.00043492621165487145']
['59491.96550666389 1.6972122516655532 0.0004287536897664815 0.18681330900868032 0.00013036130593731317 3.716532695510647e-05 2.5934557784797795e-08 0.10508248631738268 7.332823458973865e-05 1.5921297653481705 0.00043497902992721386']
['59491.9655421441 1.6977252170579926 0.0004287465866430232 0.18710651528157332 0.00013037400208681485 3.7223658489702055e-05 2.5937083603487075e-08 0.10524741484588498 7.333537617383335e-05 1.5924778022121076 0.00043497323245988485']
['59491.96557762431 1.6976475543805403 0.0004287381818278308 0.18722228074337968 0.00013037335456220876 3.7246689296559306e-05 2.5936954782559785e-08 0.10531253291815107 7.333501194124242e-05 1.5923350214623893 0.0004349648865523012']
['59491.96561310451 1.6984418378232728 0.00042880661389442065 0.18688743657399368 0.00013037396343440992 3.7180074165655205e-05 2.593707591383544e-08 0.10512418307287144 7.333535443185557e-05 1.5933176547504013 0.00043503239687320375']
['59491.96564858472 1.697486711288044 0.0004287589029751938 0.18729609689780294 0.00013037724709981166 3.7261374553879924e-05 2.5937729178310626e-08 0.10535405450501414 7.333720149364406e-05 1.5921326567830298 0.0004349856802279944']
['59491.96568406493 1.6974243795631387 0.0004287438416801644 0.1873085022467364 0.0001303705260797993 3.726384251963435e-05 2.5936392073863646e-08 0.10536103251378923 7.33334209198871e-05 1.5920633470493495 0.0004349701971428378']
['59491.96571954514 1.697402309392456 0.0004287455635778858 0.18701161081598966 0.00013036952643482742 3.720477784617814e-05 2.593619320081538e-08 0.10519403108399417 7.333285861959042e-05 1.592208278308462 0.0004349717995928469']
['59491.96575502535 1.6971595028582955 0.00042872132446250067 0.18676975669174423 0.00013036557272383512 3.7156662496952115e-05 2.59354066350054e-08 0.10505798813910612 7.333063465715725e-05 1.5921015147191895 0.0004349475325003031']
['59491.96579050556 1.6976782454968893 0.00042880398445440526 0.1872525941225789 0.00013037034396656713 3.725271995173603e-05 2.5936355843587266e-08 0.10532958419395064 7.333331848119401e-05 1.5923486613029387 0.0004350294618568242']
['59491.96582598576 1.697238084923296 0.0004287447745734499 0.1872297217181389 0.00013038026012692364 3.724816963145224e-05 2.5938328601008806e-08 0.10531671846645312 7.333889632139456e-05 1.5919213664568428 0.00043497203983437673']
['59491.96586146597 1.6972454678812716 0.0004287037424522902 0.18716276666359044 0.00013037114495453238 3.723484934658178e-05 2.5936515195079798e-08 0.10527905624826962 7.333376903692446e-05 1.591966411633002 0.00043493073066151646']
['59491.96589694618 1.697224172774641 0.0004287281517495533 0.18701829400564354 0.00013036389454494358 3.7206107424514436e-05 2.5935072771922926e-08 0.10519779037817449 7.332969068153076e-05 1.5920263823964667 0.0004349541029097633']
['59491.96593242639 1.6978146082493826 0.00042874575956463413 0.18702150433931838 0.00013037047435206234 3.720674610010609e-05 2.593638178295735e-08 0.10519959619086658 7.333339182303506e-05 1.592615012058516 0.0004349720826684465']
['59491.965967906595 1.6979733563551251 0.0004287592866211003 0.18683367510564222 0.00013037724477343166 3.7169378661360184e-05 2.593772871549203e-08 0.10509394224692374 7.33372001850553e-05 1.5928794141082014 0.0004349860581614285']
['59491.966003386806 1.6973673991500002 0.000428741752892445 0.1871922006935979 0.00013037279764798707 3.724070506079528e-05 2.593684398799571e-08 0.10529561289014881 7.333469867699273e-05 1.5920717862598515 0.00043496835368027836']
['59491.966038867016 1.6976599075183725 0.0004287413744027475 0.1871852880719782 0.00013043430279005027 3.723932983841966e-05 2.594908004722687e-08 0.10529172454048774 7.336929531940327e-05 1.5923681829778848 0.000434973814867542']
['59491.96607434722 1.6970022159534701 0.0004287194157777875 0.18728090128102254 0.00013037559028501454 3.725835148197501e-05 2.593739956547969e-08 0.10534550697057517 7.333626953532068e-05 1.591656708982895 0.00043494660119858925']
['59491.96610982743 1.6973385587882384 0.0004287130607025561 0.1870976861689832 0.00013037495116950988 3.722190199356227e-05 2.5937272417489973e-08 0.10524244847005304 7.33359100328493e-05 1.5920961103181854 0.0004349402764947157']
['59491.96614530764 1.6977730555181407 0.00042876329709803256 0.18698132457847652 0.00013036529049104438 3.7198752590668304e-05 2.5935350486575713e-08 0.10517699507539305 7.333047590121246e-05 1.5925960604427476 0.000434988877598352']
['59491.966180787844 1.6973126687392126 0.0004287580577898883 0.18699245718034121 0.00013036245009347903 3.72009673514386e-05 2.5934785407434625e-08 0.10518325716394192 7.332887817758195e-05 1.5921294115752707 0.0004349834439315361']
['59491.966216268054 1.6974979346665822 0.00042873168887040713 0.18716400409911085 0.00013037703112039444 3.7235095526556566e-05 2.5937686210570805e-08 0.10527975230574985 7.333708000522187e-05 1.5922181823608323 0.00043495883523083414']
['59491.966251748265 1.6980636255704586 0.0004287951026771607 0.18723963063229435 0.00013038643935153827 3.725014094728789e-05 2.593955791868617e-08 0.10532229223066557 7.334237213524027e-05 1.592741333339793 0.0004350222334896699']
['59491.966287228475 1.697396237254624 0.0004287323010192649 0.18688890188392404 0.0001303645232921575 3.718036567980343e-05 2.5935197857206736e-08 0.10512500730970727 7.333004435183859e-05 1.5922712299449169 0.00043495825241270705']
['59491.96632270868 1.6974566431180753 0.00042870401432066436 0.1874294277956604 0.00013037741969948967 3.7287899893206045e-05 2.593776351592554e-08 0.10542905313505896 7.333729858096293e-05 1.5920275899830163 0.000434931593768268']
['59491.96635818889 1.6970160114701622 0.0004286845159086495 0.18697292989211628 0.00013037122952871136 3.719708252088088e-05 2.5936532020578102e-08 0.1051722730643154 7.333381660990014e-05 1.5918437384058468 0.0004349117874217801']
['59491.9663936691 1.6973241088282505 0.0004287338895939247 0.18721931564389716 0.00013037580090215033 3.7246099408760055e-05 2.5937441466427514e-08 0.10531086504969216 7.333638800745955e-05 1.5920132437785584 0.00043496088777304596']
['59491.9664291493 1.697526471956742 0.0004287286171216136 0.1873937478169698 0.00013038472252816636 3.728080158698352e-05 2.59392163675286e-08 0.10540898314704551 7.334140642209357e-05 1.5921174888096965 0.00043495653694936216']
['59491.96646462951 1.697164440006815 0.0004287982075986269 0.18670496367901865 0.00013036431705455581 3.714377233663575e-05 2.593515682753954e-08 0.10502154206944798 7.332992834318764e-05 1.592142897937367 0.00043502319619833165']
['59491.966500109724 1.6973222719107859 0.0004287304910137562 0.1872150560257662 0.00013037603386869875 3.724525198465852e-05 2.593748781364971e-08 0.10530846901449349 7.333651905114304e-05 1.5920138028962925 0.0004349575599428468']
['59491.96653558993 1.6966684891587416 0.00042869144985003166 0.18674595997883553 0.00013036002809949728 3.7151928291341166e-05 2.5934303567041706e-08 0.10504460248809498 7.332751580596722e-05 1.5916238866706467 0.0004349175597153978']
['59491.96657107014 1.6971493647796112 0.0004287137283013883 0.18699276578415258 0.000130376172238706 3.720102874621615e-05 2.5937515341487994e-08 0.10518343075358583 7.333659688427211e-05 1.5919659340260255 0.00043494105034664503']
['59491.96660655035 1.6974916381044096 0.00042872160142551526 0.18736389567185946 0.00013038576308747052 3.7274862691413256e-05 2.5939423380224647e-08 0.10539219131542094 7.334199173670216e-05 1.5920994467889886 0.00043494972040543356']
['59491.96664203056 1.6976958961149653 0.0004287337483645821 0.18726906696101 0.00013043614091928977 3.725599711881485e-05 2.5949445731420003e-08 0.10533885016556811 7.33703292671005e-05 1.5923570459493972 0.0004349664725050743']
['59491.96667751076 1.6977158119041025 0.0004287621730796325 0.18746757379450862 0.00013038016742915293 3.7295488798550885e-05 2.5938310159373276e-08 0.10545051025941109 7.333884417889852e-05 1.5922653016446915 0.00043498918047402683']
['59491.96671299097 1.6974987848546843 0.00042874261358801066 0.1870757156928161 0.00013037251247800675 3.7217531106207176e-05 2.593678725523072e-08 0.10523009007720906 7.333453826887878e-05 1.5922686947774753 0.00043496917501058377']
['59491.96674847118 1.697505559975066 0.0004287294918523812 0.18732377435313874 0.00013038290473470497 3.726688080866605e-05 2.5938854729009975e-08 0.10536962307364053 7.334038391327153e-05 1.5921359369014254 0.0004349572267436731']
['59491.966783951386 1.697752073222216 0.0004287701882635994 0.1869612830496391 0.0001303678054464378 3.719476545519131e-05 2.5935850821053864e-08 0.10516572171542199 7.333189056362127e-05 1.592586351506794 0.0004349959086212621']
['59491.9668194316 1.6972091844648114 0.0004287051480061647 0.18716025315684892 0.0001303762758973136 3.7234349300303765e-05 2.593753596371274e-08 0.10527764240072751 7.33366551922389e-05 1.5919315420640838 0.0004349326027349214']
['59491.96685491181 1.6967690735441714 0.00042867854163144563 0.18701622532137582 0.00013035906789791532 3.7205695872855805e-05 2.593411254100654e-08 0.10519662674327389 7.332697569257736e-05 1.5915724468008976 0.00043490474522529977']
['59491.96689039202 1.6974232292542992 0.00042869461780085667 0.18721290097497378 0.0001303792295899089 3.7244823250925734e-05 2.5938123582183883e-08 0.10530725679842275 7.333831664432375e-05 1.5921159724558764 0.00043492250346429035']
['59491.96692587222 1.697281925312875 0.00042869887101121946 0.18685418839590776 0.0001303638732414625 3.7173459650791236e-05 2.5935068533730027e-08 0.1051054809726981 7.332967869832266e-05 1.592176444340177 0.00043492523930474926']
['59491.96696135243 1.697630405577085 0.0004287417117100485 0.18681031817995308 0.00013036793101310238 3.7164731948636614e-05 2.593587580174806e-08 0.1050808039762236 7.333196119487008e-05 1.5925496016008613 0.000434967851562329']
['59491.96699683264 1.6978239237748882 0.00042875482431076314 0.18698455628997618 0.00013036988993922005 3.719939551924307e-05 2.5936265517716533e-08 0.10517881291311158 7.333306309081127e-05 1.5926451108617767 0.0004349809622409173']
['59491.967032312845 1.6974589601204628 0.0004287722050935767 0.18692927196470788 0.00013036798456455065 3.7188397052190636e-05 2.5935886455470184e-08 0.10514771548014817 7.333199131755973e-05 1.5923112446403147 0.000434997913571326']
['59491.967067793055 1.6977245012349294 0.000428741040710248 0.18693512032887255 0.0001303635611443007 3.71895605472729e-05 2.5935006443972494e-08 0.1051510051849908 7.332950314366913e-05 1.5925734960499385 0.00043496677576638414']
['59491.967103273266 1.6968329019090966 0.00042870696084426944 0.18715035272437883 0.00013037356579444174 3.7232379671845814e-05 2.593699680587731e-08 0.10527207340746308 7.333513075937348e-05 1.5915608285016336 0.0004349341325762148']
['59491.96713875347 1.6973997118817366 0.0004287550869772779 0.18700157415711535 0.00013036252741380956 3.7202781116338177e-05 2.5934800789825632e-08 0.10518838546337739 7.332892167026787e-05 1.5922113264183593 0.00043498052296880765']
['59491.96717423368 1.6976408611399645 0.0004287649814462003 0.18722249139626634 0.0001303876410395626 3.724673120461954e-05 2.5939796986922576e-08 0.1053126514103998 7.334304808475396e-05 1.5923282097295646 0.00043499265742874674']
['59491.96720971389 1.6972806948069978 0.0004287419464624924 0.18690944302325618 0.0001303716992904248 3.718445220963024e-05 2.5936625476701565e-08 0.1051365617005816 7.333408085086395e-05 1.5921441331064163 0.00043496844031571736']
['59491.9672451941 1.6976651357827095 0.0004287520449855833 0.18740002191949304 0.00013037848590592913 3.728204978002107e-05 2.5937975630957035e-08 0.10541251232971484 7.333789832208513e-05 1.5922526234529946 0.00043497903789679356']
['59491.967280674304 1.697342261749868 0.000428738913013461 0.18704462661691254 0.00013038081904936252 3.721134613107441e-05 2.5938439795094993e-08 0.1052126024720133 7.333921071526641e-05 1.5921296592778547 0.00043496631520188126']
['59491.967316154514 1.6975913978622788 0.00042875769969022074 0.1870475138021539 0.00013036698690143002 3.721192051832789e-05 2.59356879766987e-08 0.10521422651371157 7.333143013205438e-05 1.5923771713485673 0.00043498352116932184']
['59491.967351634725 1.6971199477476422 0.0004287153887351708 0.18708047220633145 0.00013037182676700786 3.721847738450449e-05 2.5936650837361965e-08 0.10523276561606144 7.333415255644191e-05 1.5918871821315808 0.00043494227487049373']
['59491.96738711493 1.6981971238137237 0.00042877771648904223 0.18709708545469472 0.00013036456390420464 3.722178248525177e-05 2.5935205936716802e-08 0.10524211056826578 7.33300671961151e-05 1.592955013245458 0.00043500302172806135']
['59491.96742259514 1.6972412695289254 0.0004287341087557037 0.18716749398071691 0.0001303702312950542 3.723578981644208e-05 2.593633342830198e-08 0.10528171536415326 7.333325510346798e-05 1.5919595541647722 0.00043496057558659024']
['59491.96745807535 1.6969071563031748 0.00042870070144826694 0.18740892736628612 0.00013038867182257047 3.728382146236802e-05 2.5940002054686277e-08 0.10541752164353595 7.334362790019589e-05 1.5914896346596388 0.0004349293956216325']
['59491.96749355555 1.6981055335693203 0.0004287972285700336 0.1868167432254696 0.00013036500291523057 3.7166010170828545e-05 2.5935293275185365e-08 0.10508441806432664 7.333031413981719e-05 1.5930211155049936 0.00043502229621156875']
['59491.96752903576 1.698041341277433 0.00042878501004575415 0.18695998545877507 0.0001303727291903891 3.719450730769116e-05 2.5936830368789325e-08 0.10516499182056098 7.333466016959386e-05 1.5928763494568718 0.00043501098517408424']
['59491.96756451597 1.6975087828505413 0.0004287410132545967 0.18696332088255407 0.0001303722658356824 3.719517086916833e-05 2.593673818729935e-08 0.10516686799643667 7.333439953257135e-05 1.5923419148541047 0.00043496757419534283']
['59491.967599996184 1.6980295276435016 0.00042877302628395924 0.18756444862968044 0.00013038636515044286 3.73147614346494e-05 2.5939543156847274e-08 0.10550500235419524 7.33423303971241e-05 1.5925245252893063 0.0004350004660880097']
['59491.96763547639 1.6976156175237738 0.00042873894926468055 0.18705436001876583 0.00013037173289096504 3.721328252984697e-05 2.593663216131665e-08 0.10521807751055576 7.333409975116783e-05 1.592397540013218 0.0004349654892090826']
['59491.9676709566 1.697985787420925 0.0004287841317564008 0.18707432010428646 0.0001303625328049056 3.7217253462690905e-05 2.5934801862350112e-08 0.10522930505866113 7.332892470275939e-05 1.592756482362264 0.00043500915259814184']
['59491.96770643681 1.697010027615378 0.0004287235869460669 0.18710382919380902 0.00013037520074816403 3.722312410952048e-05 2.5937322069585596e-08 0.10524590392151757 7.333605042084227e-05 1.5917641236938602 0.00043495067570384355']
['59491.96774191701 1.6972649719267814 0.00042874339896167336 0.18714513048967318 0.00013037199571436133 3.723134074126158e-05 2.593668444837e-08 0.10526913590044117 7.333424758932824e-05 1.5919958360263402 0.0004349699001341375']
['59491.96777739722 1.6983591554815909 0.0004287935434209454 0.18713365915135738 0.0001303769331498259 3.722905859101553e-05 2.593766671994548e-08 0.10526268327263852 7.333702489677707e-05 1.5930964722089525 0.0004350197950670759']
['59491.96781287743 1.6969416850472003 0.00042874553766704464 0.1871267917143217 0.00013037258458874847 3.7227692357827274e-05 2.5936801601206965e-08 0.10525882033930593 7.333457883117101e-05 1.5916828647078944 0.00043497206407049684']
['59491.967848357635 1.6970256917961408 0.0004286755454063537 0.18697964643648518 0.00013036824927519907 3.7198418734926885e-05 2.5935939117980415e-08 0.1051760511205229 7.333214021729946e-05 1.591849640675618 0.00043490266269394635']
['59491.967883837846 1.697806062057159 0.0004287973337184917 0.18711849449517043 0.00013037200708330176 3.7226041678524976e-05 2.5936686710148835e-08 0.10525415315353337 7.333425398435724e-05 1.5925519089036255 0.0004350230639995192']
['59491.96791931806 1.6973915788395448 0.00042872069214196804 0.18698260275016243 0.0001303664452134616 3.719900687484572e-05 2.593558021130146e-08 0.10517771404696637 7.333112543257213e-05 1.5922138647925785 0.0004349469919747644']
['59491.96795479827 1.6973020842044881 0.00042872180807769955 0.18712457234709506 0.00013037669470920558 3.722725082874646e-05 2.5937619283691284e-08 0.10525757194524098 7.333689077392813e-05 1.5920445122592473 0.0004349490639946233']
['59491.96799027847 1.697662080585847 0.0004287392180486367 0.18685107977148147 0.0001303722630571358 3.717284120961166e-05 2.593673763452507e-08 0.10510373237145833 7.333439796963888e-05 1.5925583482143888 0.0004349658044243545']
['59491.96802575868 1.6978991095257965 0.00042875653485137215 0.18711344410058037 0.00013038122933528337 3.722503693444551e-05 2.5938521418885474e-08 0.10525131230657644 7.33394415010969e-05 1.5926477972192201 0.00043498372366957447']
['59491.96806123889 1.6975363175002705 0.0004287567972365592 0.1869992767536794 0.00013036910248047208 3.7202324062446786e-05 2.5936108857776256e-08 0.10518709317394465 7.333262014526554e-05 1.5923492243263258 0.0004349828322519427']
['59491.968096719094 1.6973870781341684 0.0004288006768718699 0.18707900767563806 0.0001303729827160839 3.721818602538053e-05 2.5936880806123735e-08 0.1052319418175464 7.333480277779719e-05 1.592155136316622 0.0004350264518213026']
['59491.968132199305 1.6978921546998262 0.00042876872855726166 0.18694649213548797 0.00013037434037331072 3.719182289631631e-05 2.5937150903447076e-08 0.10515740182621199 7.333556645998728e-05 1.5927347528736142 0.00043499508950862645']
['59491.968167679515 1.6972981711498647 0.0004287420456790054 0.18685694480193232 0.00013037251452961742 3.717400802034621e-05 2.5936787663385697e-08 0.10510703145108692 7.33345394229098e-05 1.5921911396987778 0.0004349686154257439']
['59491.968203159726 1.696959712680313 0.0004286815983999706 0.1867504131425625 0.00013036109828425734 3.71528142201156e-05 2.593451647353494e-08 0.10504710739269141 7.332811778489475e-05 1.5919126052876216 0.0004349079507949114']
['59491.96823863993 1.6977179449583752 0.00042875000239014216 0.18698354822573338 0.00013036857758099533 3.719919497123408e-05 2.5936004432343317e-08 0.10517824587697501 7.333232488930987e-05 1.5925396990814003 0.00043497608488653514']
['59491.96827412014 1.6984625304168623 0.0004288043769029566 0.18714179042759263 0.0001303713753515315 3.7230676257023634e-05 2.59365610311064e-08 0.10526725711552085 7.333389863523645e-05 1.5931952733013415 0.0004350299464866482']
['59491.96830960035 1.697924985251337 0.0004287852804260984 0.18703669299503387 0.00013037279294186673 3.720976778715114e-05 2.5936843051742816e-08 0.10520813980970654 7.333469602980003e-05 1.5927168454416305 0.0004350112577300397']
['59491.96834508055 1.6977678065329607 0.00042875243516503017 0.18696679417800144 0.00013037513358812357 3.719586185934241e-05 2.5937308708520073e-08 0.1051688217251258 7.33360126433195e-05 1.5925989848078348 0.0004349791045675235']
['59491.968380560764 1.6970192436927025 0.0004286900443824455 0.18703263669296033 0.00013037143832856247 3.7208960811494046e-05 2.5936573559988628e-08 0.10520585813979018 7.333393405981639e-05 1.5918133855529124 0.0004349172565411869']
['59491.968416040974 1.6976546381608144 0.00042876023109394317 0.18725498630183407 0.00013039655213485115 3.7253195860677554e-05 2.5941569793001996e-08 0.10533092979478166 7.334806057585376e-05 1.5923237083660327 0.000434988820267798']
['59491.96845152118 1.697102552814995 0.0004287086993331249 0.18696501446921282 0.00013037047605929974 3.7195507797528695e-05 2.5936382122601442e-08 0.10516782063893221 7.33333927833561e-05 1.5919347321760628 0.0004349355531351946']
['59491.96848700139 1.6979491027831104 0.00042878451672234485 0.18719607615331052 0.0001303717223883371 3.72414760590078e-05 2.5936630071885212e-08 0.10529779283623715 7.333409384343962e-05 1.5926513099468733 0.0004350104034395651']
['59491.9685224816 1.6971018237190258 0.000428705933879317 0.18718103443361764 0.00013037201425578591 3.7238483603955646e-05 2.593668813706922e-08 0.10528933186890992 7.333425801887958e-05 1.591812491850116 0.00043493297316082733']
['59491.96855796181 1.6971292897686416 0.0004287088817920053 0.18675862933966517 0.00013036343091131082 3.715444878059348e-05 2.5934980534942378e-08 0.10505172900356165 7.332942988761233e-05 1.59207756076508 0.0004349350648257666']
['59491.96859344201 1.697592492432408 0.0004287470116980809 0.18698306433552464 0.00013037093080916037 3.719909870433578e-05 2.5936472592211678e-08 0.10517797368873259 7.33336485801527e-05 1.5924145187436753 0.00043497336016601253']
['59491.96862892222 1.6989611660789792 0.0004288862175713403 0.18712054719239668 0.00013038795986463432 3.722645004966276e-05 2.593986041515526e-08 0.10525530779572312 7.33432274238568e-05 1.593705858283256 0.0004351121885578461']
['59491.96866440243 1.697996319608623 0.00042877742333511136 0.18720392032692662 0.00013037108317819803 3.7243036607764646e-05 2.5936502905068577e-08 0.10530220518389623 7.333373428773639e-05 1.5926941144247266 0.00043500335096006054']
['59491.96869988264 1.6976033900757328 0.0004287537560299407 0.18696031527785723 0.00013037526011879612 3.719457292311272e-05 2.593733388099756e-08 0.10516517734379469 7.33360838168228e-05 1.592438212731938 0.0004349804185240641']
['59491.96873536285 1.6971374307808285 0.0004287078269547133 0.1868168853963508 0.00013036790193456744 3.716603845482668e-05 2.5935870016757342e-08 0.10508449803544732 7.333194483819418e-05 1.5920529327453812 0.00043493444911386865']
['59491.96877084306 1.6976575257818174 0.0004287569532293107 0.18718673844470812 0.00013038303984637663 3.7239618380906275e-05 2.5938881608622994e-08 0.10529254037514832 7.334045991358685e-05 1.592364985406669 0.0004349843077661742']
['59491.96880632326 1.6974316402367036 0.00042874237420958327 0.18713929940420693 0.00013037321033359774 3.7230180683667146e-05 2.5936926089189312e-08 0.1052658559148664 7.333493081264873e-05 1.592165784321837 0.00043496900524079445']
['59491.96884180347 1.6979862965856714 0.0004287688511751065 0.18694648905571598 0.00013037470763532227 3.719182228361514e-05 2.593722396790276e-08 0.10515740009384023 7.333577304486877e-05 1.5928288964918311 0.00043499524519942644']
['59491.96887728368 1.6975797388058917 0.00042877370525448613 0.18677417778443028 0.0001303673112554872 3.715754204539568e-05 2.593575250488809e-08 0.10506047500374203 7.333161258121154e-05 1.5925192638021497 0.00043499932841490897']
['59491.96891276389 1.6981904846732865 0.0004287773537473263 0.18737531405282162 0.00013037947402850955 3.727713430612855e-05 2.5938172211698355e-08 0.10539861415471216 7.333845414103662e-05 1.5927918705185744 0.0004350040780755471']
['59491.968948244095 1.697443645937213 0.0004287220157156507 0.18686373493809427 0.00013036875097155782 3.717535887501426e-05 2.59360389272997e-08 0.10511085090267804 7.333242242150127e-05 1.592332795034535 0.0004349485152722057']
['59491.968983724306 1.6970606737782101 0.0004287202138294346 0.1871838149398633 0.00013037831511286658 3.723903676809726e-05 2.5937941652756847e-08 0.10529089590367309 7.333780225098745e-05 1.591769777874537 0.00043494764625752496']
['59491.96901920452 1.697494955388025 0.00042873083803908306 0.18688088933081856 0.00013037277685697138 3.7178771633011524e-05 2.593683985175456e-08 0.10512050024858544 7.333468698204639e-05 1.5923744551394394 0.00043495759310586724']
['59491.96905468472 1.69755012150303 0.0004287414256132655 0.18753152182098848 0.00013038448107260717 3.730821085419494e-05 2.5939168331471374e-08 0.10548648102430602 7.334127060334153e-05 1.5920636404787238 0.0004349691391473743']
['59491.96909016493 1.6975065012449113 0.00042872603266541246 0.1870426042433851 0.000130374057195611 3.721094379264482e-05 2.5937094567033722e-08 0.1052114648869041 7.33354071725312e-05 1.5922950363580073 0.0004349529779530027']
['59491.96912564514 1.6969916258050002 0.00042871593445065805 0.18670241358796535 0.00013041189765794107 3.714326501214016e-05 2.5944622687819612e-08 0.1050201076432305 7.335669243259185e-05 1.5919715181617697 0.00043494661370856863']
['59491.969161125344 1.697667396027488 0.0004287787581062577 0.18734940496418337 0.00013037780505103147 3.7271979856718824e-05 2.5937840179178923e-08 0.10538404029235314 7.33375153412052e-05 1.5922833557351348 0.00043500530405911857']
['59491.969196605554 1.6976675068457554 0.0004287551362470027 0.18694972244061955 0.00013037473686428383 3.719246554510304e-05 2.5937229782819902e-08 0.1051592188728485 7.333578948615965e-05 1.5925082879729069 0.0004349817293608367']
['59491.969232085765 1.6971482147570685 0.0004287241736722344 0.18668834421558805 0.000130360003203173 3.7140465999440106e-05 2.5934298614075363e-08 0.10501219362126828 7.33275018017848e-05 1.5921360211358002 0.0004349498127501964']
['59491.969267565975 1.6976816980085347 0.00042875662332851074 0.1871445416846938 0.00013037299680132255 3.723122360223284e-05 2.5936883608292928e-08 0.10526880469764024 7.333481070074392e-05 1.5924128933108945 0.0004349830301386255']
['59491.96930304618 1.6971511474618992 0.0004287428368448498 0.1871223630927001 0.0001303699512190311 3.722681131154958e-05 2.5936277708947585e-08 0.1052563292396438 7.3333097560705e-05 1.5918948182222554 0.000434969152174746']
['59491.96933852639 1.6983557111636878 0.0004288275417907031 0.18738815452916396 0.0001303787429305689 3.7279688837730474e-05 2.593802676438443e-08 0.10540583692265472 7.3338042898445e-05 1.592949874241033 0.0004350534784764183']
['59491.9693740066 1.696699262791428 0.0004286822198500295 0.18693420736082228 0.00013037326930207712 3.718937891805029e-05 2.5936937820595536e-08 0.10515049164046253 7.333496398241837e-05 1.5915487711509653 0.000434909717709149']
['59491.9694094868 1.697542822088598 0.00042873568006336393 0.1870602445351363 0.00013037207351736788 3.721445321718206e-05 2.593669992678635e-08 0.10522138755101418 7.333429135351942e-05 1.5923214345375838 0.00043496229911075976']
['59491.96944496701 1.698137168504476 0.00042879662062844675 0.1867812364142969 0.00013036107842088934 3.715894631518909e-05 2.5934512521843433e-08 0.105064445483042 7.332810661175024e-05 1.5930727230214339 0.0004350213248584951']
['59491.969480447224 1.6977671799588046 0.0004287409090292334 0.1870387436298816 0.0001303687205132906 3.721017574799176e-05 2.5936032867819965e-08 0.10520929329180839 7.333240528872596e-05 1.592557886666996 0.0004349671352420127']
['59491.96951592743 1.6975628282015987 0.00042874668387053743 0.1870397429973043 0.0001303634813606137 3.721037456582337e-05 2.593499057151229e-08 0.10520985543598367 7.33294582653452e-05 1.592352972765615 0.00043497233059066134']
['59491.96955140764 1.6974253274934066 0.0004287482708944492 0.18698057571112753 0.00013036536738513958 3.719860360824291e-05 2.5935365784169898e-08 0.10517657383750922 7.333051915414101e-05 1.5922487536558974 0.00043497407374968434']
['59491.96958688785 1.697776242003065 0.00042878391365768663 0.18694380667609775 0.00013037349733156317 3.719128864114578e-05 2.5936983185620382e-08 0.10515589125530499 7.333509224900428e-05 1.59262035074776 0.0004350099773186501']
['59491.96962236806 1.6978304611995219 0.0004287703990669991 0.18733523063771051 0.00013037302680652063 3.726915996406488e-05 2.593688957763742e-08 0.10537606723371216 7.333482757866785e-05 1.5924543939658098 0.0004349966115409023']
['59491.96965784826 1.697667898258612 0.0004287818080177968 0.18694104320429275 0.00013036210249191076 3.719073886589845e-05 2.5934716254299854e-08 0.10515433680241468 7.332868265169979e-05 1.5925135614561974 0.0004350068213102462']
['59491.96969332847 1.6970466736067598 0.0004287261854926988 0.18675819723918724 0.00013036177714448395 3.7154362816934764e-05 2.5934651528485857e-08 0.10505148594704282 7.332849964377222e-05 1.591995187659717 0.00043495196399962']
['59491.96972880868 1.6979359456144274 0.00042878840006927376 0.18702829404119514 0.000130375520583307 3.720809686837585e-05 2.5937385698765567e-08 0.10520341539817225 7.333623032811019e-05 1.5927325302162552 0.00043501459137907685']
['59491.969764288886 1.697587209316671 0.0004287400469277061 0.18709242660020253 0.00013038064178643607 3.72208556355998e-05 2.593840452975628e-08 0.10523948996261392 7.333911100487029e-05 1.5923477193540572 0.0004349674160699355']
['59491.9697997691 1.6974512923784078 0.0004287407814929353 0.18735997884032946 0.0001303864480548591 3.727408346253918e-05 2.5939559650156836e-08 0.10538998809768531 7.334237703085824e-05 1.5920613042807223 0.0004349686908085563']
['59491.96983524931 1.6970635637567448 0.00042871396634190043 0.18745640489159246 0.00013038075454958696 3.729326681591586e-05 2.5938426963272358e-08 0.10544422775152075 7.333917443414266e-05 1.591619336005224 0.00043494171959388507']
['59491.96987072952 1.6969618535000592 0.00042871405015383515 0.18693863803078464 0.00013036688935082747 3.719026037183244e-05 2.5935668569622952e-08 0.10515298389231637 7.333137525984045e-05 1.5918088696077428 0.0004349404871896897']
['59491.96990620972 1.697298191098409 0.00042872585668254817 0.18709281315859308 0.0001303766426514288 3.722093253894811e-05 2.5937608927125654e-08 0.10523970740170861 7.33368614914287e-05 1.5920584836967004 0.00043495304969800805']
['59491.96994168993 1.6970186537279486 0.00042870882285802535 0.18670231305135376 0.00013035839565129264 3.714324501101679e-05 2.593397880179032e-08 0.10502005109138647 7.33265975538521e-05 1.591998602636562 0.00043493452921691367']
['59491.96997717014 1.6975069062384986 0.00042874924289424933 0.18700378308245763 0.00013037071877017306 3.7203220568072104e-05 2.593643040839548e-08 0.10518962798388241 7.333352930822234e-05 1.5923172782546162 0.0004349755393159389']
['59491.970012650345 1.6967598005051578 0.0004287101011555679 0.18675615070512042 0.000130367227191526 3.715395567191858e-05 2.5935735780894388e-08 0.10505033477163021 7.333156529523337e-05 1.5917094657335276 0.00043493662676471193']
['59491.970048130555 1.6975810439750496 0.0004287532801942433 0.18680658595922356 0.0001303618408017497 3.716398944691435e-05 2.5934664192696494e-08 0.10507870460206326 7.332853545098421e-05 1.5925023393729862 0.0004349786769356741']
['59491.970083610766 1.6966249974578584 0.00042865587799368314 0.18731955071826262 0.00013037345043367192 3.726604054320561e-05 2.5936973855581366e-08 0.10536724727902272 7.333506586894046e-05 1.5912577501788356 0.00043488377024733537']
['59491.97011909097 1.6976303473145071 0.00042875260153154383 0.18713180695268106 0.00013037587567289356 3.722869010779687e-05 2.5937456341594245e-08 0.1052616414108831 7.333643006600263e-05 1.592368705903624 0.00043497933892875013']
['59491.97015457118 1.6969233503970678 0.0004287089024710244 0.1869090937897818 0.0001303739856013702 3.718438273183806e-05 2.5937080323812068e-08 0.10513636525675224 7.333536690077073e-05 1.5917869851403155 0.00043493608622001114']
['59491.97019005139 1.697511368344144 0.00042875609575732495 0.1872384388840902 0.00013037176230739505 3.724990385651587e-05 2.5936638013529455e-08 0.10532162187230074 7.333411629790971e-05 1.5921897464718433 0.000434982393048569']
['59491.9702255316 1.6969474827414475 0.00042868143072546694 0.18705610314224724 0.00013037402614753167 3.721362931324508e-05 2.5937088390214597e-08 0.10521905801751406 7.333538970798656e-05 1.5917284247239334 0.0004349090116707811']
['59491.970261011804 1.696662225813279 0.0004286557197765977 0.18708512061645366 0.0001303807223429954 3.721940215631507e-05 2.593842055597455e-08 0.10523538034675517 7.333915631793491e-05 1.591426845466524 0.0004348843040931916']
['59491.970296492014 1.696834117867742 0.0004286709979731413 0.18690888097373404 0.00013036948631464036 3.71843403934306e-05 2.593618521915777e-08 0.1051362455477254 7.33328360519852e-05 1.5916978723200166 0.00043489829770501084']
['59491.970331972225 1.69689925276165 0.000428691309273902 0.18685968007690468 0.00013035973510071495 3.7174552186011915e-05 2.593424527678605e-08 0.10510857004325887 7.332735099415216e-05 1.5917906827183912 0.0004349173933642938']
['59491.97036745243 1.6971331272085788 0.0004287177133809897 0.1868896735984431 0.00013036688346792114 3.7180519207528886e-05 2.5935667399255926e-08 0.10512544139912425 7.333137195070563e-05 1.5920076858094545 0.00043494409741804427']
['59491.97040293264 1.6966127442436154 0.0004286669085602475 0.18706122894274485 0.00013037146533847492 3.72146490588532e-05 2.5936578933439976e-08 0.10522194128029397 7.333394925289214e-05 1.5913908029633215 0.0004348944545606731']
['59491.97043841285 1.6976317077621124 0.0004287447772723 0.18703611259139363 0.0001303657247067126 3.720965231951573e-05 2.5935436871038172e-08 0.10520781333265891 7.333072014752583e-05 1.5924238944294535 0.0004349706640172747']
['59491.97047389305 1.6966321959152904 0.0004282812611335675 0.18705703560201675 0.00013021308629561397 3.721381482022202e-05 2.5905070423998123e-08 0.10521958252613442 7.324486104128286e-05 1.591412613389156 0.0004344993076025736']
['59491.97050937326 1.6970130252065063 0.00042830399708046875 0.18700601993261215 0.0001302128179304959 3.720366557527091e-05 2.5905017034454254e-08 0.10519088621209433 7.324471008590394e-05 1.591822138994412 0.00043452169275040147']
['59491.97054485347 1.6969100984239796 0.00042829676918211253 0.18715091131762635 0.0001302184326946528 3.7232490800441465e-05 2.5906134056291586e-08 0.10527238761616481 7.32478683907422e-05 1.5916377108078148 0.00043451510067617124']
['59491.970580333684 1.6963746420956936 0.0004282704856043882 0.18687531840088117 0.0001302095228236631 3.7177663331715084e-05 2.5904361493778685e-08 0.10511736660049566 7.324285658831048e-05 1.591257275495198 0.00043448834838351455']
['59491.97061581389 1.6966061465850837 0.00042827134183350945 0.18705095421924545 0.00013021908339356123 3.721260496756091e-05 2.5906263508726263e-08 0.10521616174832556 7.324823440887819e-05 1.591389984836758 0.00043449009894345423']
['59491.9706512941 1.6963120983385407 0.00042823440045026647 0.18692933523560637 0.00013021407412712482 3.7188409639535946e-05 2.5905266946832988e-08 0.10514775107002858 7.32454166965077e-05 1.5911643472685122 0.00043445321128522484']
['59491.97068677431 1.6962078052014182 0.00042825771558160474 0.18693341631227836 0.00013021517916175513 3.7189221543942804e-05 2.5905486786487617e-08 0.10515004667565658 7.324603827848726e-05 1.5910577585257617 0.0004344762974877551']
['59491.97072225451 1.6961382412755412 0.00042822575233265463 0.18697252557644645 0.00013027599773604985 3.71970020848341e-05 2.5917586257401125e-08 0.10517204563675112 7.328024872652804e-05 1.5909661956387902 0.00043445056084011433']
['59491.97075773472 1.6962212203197258 0.0004282432797692888 0.1871251368727087 0.0001302141785077588 3.722736313754885e-05 2.5905287712700316e-08 0.10525788949089863 7.324547541061433e-05 1.5909633308288271 0.00043446197340582553']
['59491.97079321493 1.6966812147230663 0.0004282648496510268 0.18700050071045332 0.0001302172051707544 3.720256756091016e-05 2.5905889848171345e-08 0.10518778164962998 7.324717790854934e-05 1.5914934330734363 0.00043448352157266363']
['59491.970828695135 1.6966711797042446 0.00042827500095191426 0.18725286914618763 0.00013022342089905105 3.725277466594452e-05 2.5907126428025503e-08 0.10532973889473053 7.32506742557162e-05 1.5913414408095141 0.0004344941170134289']
['59491.970864175346 1.6956826279744792 0.00042819658195203744 0.18701489513308495 0.0001302734803862456 3.720543124030363e-05 2.5917085446570077e-08 0.10519587851236027 7.327883271726314e-05 1.5904867494621189 0.00043442156958398435']
['59491.97089965556 1.6957655998862866 0.00042819656844192416 0.18729645018966357 0.0001302212765950411 3.726144483906239e-05 2.5906699832297156e-08 0.10535425323168575 7.32494680847106e-05 1.5904113466546008 0.0004344166039645958']
['59491.97093513577 1.6960596153880587 0.00042828361469998417 0.18702225043889428 0.00013021832235349368 3.720689453190052e-05 2.590611210461546e-08 0.10520001587187802 7.324780632384019e-05 1.5908595995161807 0.0004345021239899056']
['59491.97097061597 1.6966010657306885 0.0004282548550354849 0.18706425015187547 0.0001302761594872457 3.721525010931227e-05 2.591761843677909e-08 0.10522364071042996 7.32803397115757e-05 1.5913774250202586 0.00043447926193284313']
['59491.97100609618 1.695730124188361 0.0004281850527654313 0.18715255567667965 0.00013021739051177655 3.7232817935280906e-05 2.5905926720596134e-08 0.1052733125681323 7.32472821628743e-05 1.590456811620229 0.00043440488459038174']
['59491.97104157639 1.6965097579682025 0.000428277772206263 0.1869310930529401 0.00013021510415941843 3.718875934618309e-05 2.590547186524683e-08 0.1051487398422788 7.324599608967286e-05 1.5913610181259237 0.00043449605994660994']
['59491.971077056594 1.696335225062341 0.0004282334635443489 0.18662478514122482 0.00013019976711500764 3.712782132336104e-05 2.5902420657208835e-08 0.10497644164193896 7.32373690021918e-05 1.591358783420402 0.00043445093108146563']
['59491.971112536805 1.6959290985294566 0.0004282120626202328 0.1867076036354876 0.00013020764549738224 3.7144297539287725e-05 2.590398801158194e-08 0.10502302704496178 7.32418005922775e-05 1.590906071484495 0.00043443058355446514']
['59491.971148017015 1.69582188294584 0.0004281836480416564 0.18703760321801444 0.00013022336349318366 3.720994887025949e-05 2.590711500749106e-08 0.10520865181013313 7.32506419649158e-05 1.5906132311357069 0.00043440406650782333']
['59491.97118349722 1.6963937279003973 0.0004282730000300594 0.18697743081031842 0.00013021170690446964 3.719797795010628e-05 2.5904796002849277e-08 0.1051748048308041 7.324408513376417e-05 1.5912189230695932 0.0004344910339257064']
['59491.97121897743 1.6950859568395997 0.00042812988028545853 0.1869963254611376 0.0001302721559002659 3.720173692145111e-05 2.591682194845667e-08 0.10518543307188988 7.327808769389957e-05 1.5899005237677097 0.00043435569816604905']
['59491.97125445764 1.6954661326375025 0.0004281621218088973 0.18657797637636991 0.0001302004580058548 3.711850901547768e-05 2.5902558105575664e-08 0.10495011171170807 7.323775762829333e-05 1.5905160209257945 0.00043438067601392864']
['59491.97128993785 1.6948505956624251 0.0004281327583307071 0.1865657507035747 0.00013020448394770822 3.7116076795155204e-05 2.5903359041258875e-08 0.10494323477076076 7.324002222058587e-05 1.5899073608916643 0.00043435211477640067']
['59491.97132541805 1.696215400368002 0.000428241552201069 0.18701369607604718 0.0001302218232052443 3.7205192695485376e-05 2.5906808576941894e-08 0.10519520404277653 7.324977555294992e-05 1.5910201963252253 0.000434460995545214']
['59491.971360898264 1.695989448265774 0.00042820508795579176 0.1870674998191948 0.00013021845350053078 3.721589661008386e-05 2.5906138195489495e-08 0.10522546864829707 7.324788009404857e-05 1.5907639796174768 0.0004344247337450982']
['59491.971396378474 1.6957354205068569 0.000428213352673374 0.18685007946917967 0.0001302082937428444 3.717264220579176e-05 2.590411697591899e-08 0.10510316970141355 7.324216523034998e-05 1.5906322508054433 0.00043443191661686335']
['59491.97143185868 1.695926944019504 0.0004282301925132521 0.18690416579879943 0.00013021631641317447 3.718340233918261e-05 2.5905713035468775e-08 0.10513359326182466 7.324667798241063e-05 1.5907933507576792 0.00043444927622841764']
['59491.97146733889 1.6954331480216673 0.0004281636163571565 0.18705284112690973 0.00013026698689585044 3.721298035591332e-05 2.5915793607702192e-08 0.1052172231338867 7.327518012891587e-05 1.5902159248877807 0.0004343884602460836']
['59491.9715028191 1.6952550879249864 0.0004281389792749874 0.18689978553646888 0.00013020953603609903 3.7182530913680184e-05 2.5904364122309293e-08 0.10513112936426373 7.324286402030569e-05 1.5901239585607225 0.0004343587258298434']
['59491.97153829931 1.6946545107440198 0.000428109386283902 0.18660676543973487 0.0001301966590231039 3.7124236417654577e-05 2.590180232197125e-08 0.10496630555985084 7.323562070049594e-05 1.589688205184169 0.00043432833520709433']
['59491.97157377951 1.6951331712377216 0.00042814015841186704 0.1865944761962895 0.00013019955352448014 3.7121791550353094e-05 2.590237816472352e-08 0.10495939286041284 7.323724885752007e-05 1.5901737783773087 0.0004343589412745603']
['59491.97160925972 1.69474944611265 0.00042810527844401776 0.1865168271953289 0.00013019057111777417 3.710634377244181e-05 2.5900591171688374e-08 0.1049157152973725 7.323219625374796e-05 1.5898337308152775 0.0004343237087700572']
['59491.97164473993 1.694827922060921 0.0004281083478009813 0.18674614603382633 0.00013020574025217013 3.715196530580551e-05 2.5903608975090302e-08 0.1050447071440273 7.32407288918457e-05 1.5897832149168938 0.00043432817295853003']
['59491.97168022014 1.6945882179105682 0.00042810844091209006 0.18665974336811647 0.00013020860108857113 3.713477604162546e-05 2.5904178120408548e-08 0.10499610564456552 7.324233811232125e-05 1.5895921122660028 0.00043432853610180866']
['59491.97171570035 1.6951411403447518 0.00042814155852323075 0.18685402950530838 0.00013020652457125095 3.717342804051086e-05 2.5903765010413644e-08 0.10510539159673596 7.324117007132866e-05 1.590035748748016 0.00043436098251122685']
['59491.97175118056 1.6947244969602249 0.00042812788163573603 0.18656186126275567 0.00013020124266080582 3.711530301548994e-05 2.5902714207718255e-08 0.10494104696030006 7.323819899670326e-05 1.5897834499999248 0.00043434700048024217']
['59491.97178666076 1.6946242097622295 0.0004281216777614841 0.18672102962303289 0.00013020737761438507 3.714696855464238e-05 2.5903934717952978e-08 0.105030579162956 7.32416499080916e-05 1.5895936305992735 0.0004343414673394281']
['59491.97182214097 1.6946749998841362 0.00042814604485459786 0.1867431780633486 0.0001302110818504573 3.7151374846839905e-05 2.590467165230457e-08 0.10504303766063358 7.324373354088223e-05 1.5896319622235027 0.00043436583685603437']
['59491.97185762118 1.6948812026374087 0.0004281262660977083 0.18631424742718056 0.0001301958082019078 3.7066041808102784e-05 2.5901633056472442e-08 0.10480176417778905 7.323514211357313e-05 1.5900794384596197 0.00043434489264081486']
['59491.97189310139 1.6945187214243083 0.0004281013136022629 0.1868822404182643 0.000130214339705181 3.7179040423318444e-05 2.5905319781908513e-08 0.10512126023527366 7.32455660841643e-05 1.5893974611890347 0.0004343220552297255']
['59491.971928581595 1.6947867812647195 0.0004281370988388345 0.18694936996548375 0.00013020978661411147 3.7192395422402815e-05 2.5904413973220932e-08 0.1051590206055846 7.324300497043769e-05 1.589627760659135 0.00043435689608803667']
['59491.971964061806 1.6949134776689347 0.0004281083171525876 0.1867921365188348 0.0001302068626238252 3.716111482208587e-05 2.5903832263836414e-08 0.10507057679184457 7.324136022590166e-05 1.5898429008770902 0.0004343282492113088']
['59491.97199954202 1.695016550829893 0.0004281391860625265 0.186880773268974 0.0001302117977865359 3.7178748543241194e-05 2.590481408326188e-08 0.10512043496379789 7.324413625492644e-05 1.5898961158660951 0.0004343591441860214']
['59491.97203502222 1.6943690347158276 0.0004280849017809077 0.18669977501626672 0.00013020020968371236 3.714274008497949e-05 2.59025087034551e-08 0.10501862344665003 7.32376179470882e-05 1.5893504112691774 0.0004343045381012419']
['59491.97207050243 1.6943876806551141 0.0004281031039371486 0.18663570135417168 0.00013019926300426456 3.712999303492396e-05 2.5902320367563047e-08 0.10498258201172157 7.32370854398988e-05 1.5894050986433925 0.0004343223898031877']
['59491.97210598264 1.6951499033644786 0.00042813844502293425 0.18714215851734894 0.0001302181622640251 3.7230749486153906e-05 2.5906080255827637e-08 0.10526746416600877 7.324771627351412e-05 1.5898824391984698 0.0004343590174566902']
['59491.972141462844 1.6953565443397116 0.000428181230219857 0.18684167952684066 0.0001302104466307913 3.717097109036059e-05 2.590454527936733e-08 0.10509844473384787 7.32433762298201e-05 1.5902580996058637 0.0004344004581882173']
['59491.972176943054 1.6942242081884125 0.00042806488595904064 0.18640561417226392 0.00013019694241773167 3.708421864449558e-05 2.5901858701541073e-08 0.10485315797189845 7.323578010997407e-05 1.589371050216514 0.00043428449900893644']
['59491.972212423265 1.694044287774069 0.0004280319294975936 0.18657968722849488 0.00013025989297584935 3.7118849378693416e-05 2.59143823171596e-08 0.10495107406602837 7.327118979891526e-05 1.5890932137080405 0.00043425798774919685']
['59491.972247903475 1.693926042456717 0.00042802212023729366 0.18676686074543913 0.00013020971575281937 3.715608636674038e-05 2.5904399875814792e-08 0.1050563591693095 7.324296511096089e-05 1.5888696832874076 0.0004342435576386525']
['59491.97228338368 1.6934018210216588 0.0004280204160299417 0.1863365555868313 0.00013019104457300988 3.7070479875452406e-05 2.5900685362614745e-08 0.10481431251759259 7.323246257231805e-05 1.5885875085040662 0.00043424010652270517']
['59491.97231886389 1.6932320952019428 0.00042799411461107005 0.18646374589943604 0.00013019816576529704 3.709578358415797e-05 2.5902102078806257e-08 0.10488585706843277 7.323646824297957e-05 1.58834623813351 0.00043421485744089724']
['59491.9723543441 1.6945867962561894 0.0004280916775160916 0.18644699345957744 0.00013020154625346047 3.7092450792142537e-05 2.5902774605557848e-08 0.1048764338210123 7.323836976757151e-05 1.5897103624351772 0.00043431134358286436']
['59491.9723898243 1.6940169395105258 0.00042806790357310416 0.18668588768688327 0.0001302104378136855 3.713997728858234e-05 2.5904543525259864e-08 0.10501081182387184 7.324337127019809e-05 1.589006127686654 0.0004342887536012146']
['59491.97242530451 1.693664003135138 0.0004280552207467151 0.18670769460033015 0.00013020333598697589 3.714431563616815e-05 2.5903130661727595e-08 0.10502307821268571 7.323937649267393e-05 1.5886409249224522 0.00043427557872571495']
['59491.972460784724 1.6937938069693494 0.00042802994376551557 0.18661568303258746 0.0001301952665064659 3.712601051638329e-05 2.590152528958841e-08 0.10497132170583044 7.323483740988706e-05 1.588822485263519 0.00043424989829631856']
['59491.97249626493 1.6939127698682124 0.00042804823503422965 0.18667939902661085 0.00013020178154293015 3.7138686410636835e-05 2.5902821414910546e-08 0.10500716195246859 7.323850211789821e-05 1.5889056079157438 0.00043426854561249596']
['59491.97253174514 1.694018377538844 0.0004280581909130085 0.18653865313220871 0.00013019549488566586 3.711068590461935e-05 2.5901570724186625e-08 0.1049279923868674 7.323496587318704e-05 1.5890903851519766 0.0004342777625370248']
['59491.97256722535 1.6941142678951897 0.0004280565768118639 0.18667983395848498 0.00013020274320003886 3.7138772937583935e-05 2.590301273051356e-08 0.1050074066016478 7.323904305002186e-05 1.589106861293542 0.0004342768591334036']
['59491.97260270556 1.6936666844477257 0.00042803964162639493 0.18613630938064177 0.00013019664141604429 3.703064215851433e-05 2.590179881915804e-08 0.10470167402661099 7.32356107965249e-05 1.5889650104211148 0.00043425958768044797']
['59491.97263818576 1.6924911482611797 0.00042794319569156865 0.1863140377074183 0.00013019232391554654 3.7066000085681754e-05 2.5900939879725516e-08 0.10480164621042279 7.323318220249492e-05 1.5876895020507569 0.00043416411380285225']
['59491.97267366597 1.693565951255276 0.00042799021822018416 0.18647328971379576 0.00013019563783565327 3.709768226569709e-05 2.5901599163183015e-08 0.1048912254640101 7.323504628255496e-05 1.588674725791266 0.0004342107770382592']
['59491.97270914618 1.6933627661929953 0.0004280074725629361 0.1865912245975349 0.0001301964282661647 3.712114466533466e-05 2.5901756414336844e-08 0.10495756383611338 7.323549089971763e-05 1.588405202356882 0.0004342278591903508']
['59491.972744626386 1.6937795598642078 0.00042805140543997807 0.18663138904504156 0.00013019339970948675 3.712913512828121e-05 2.590115390212968e-08 0.10498015633783586 7.323378733658629e-05 1.588799403526372 0.000434270875499153']
['59491.9727801066 1.6928766636464632 0.00042796728058166084 0.18650117534012794 0.00013019903337541198 3.710322993478707e-05 2.5902274684354344e-08 0.10490691112882197 7.323695627366923e-05 1.5879697525176413 0.0004341884901891036']
['59491.97281558681 1.693618852103806 0.0004280515621391814 0.18683516449494392 0.00013020144979340313 3.716967496594713e-05 2.590275541543918e-08 0.10509478002840596 7.323831550878925e-05 1.5885240720754001 0.0004342717935905559']
['59491.97285106702 1.6927267987104204 0.00042795840253231915 0.1864382661758116 0.00013018936331907912 3.709071455420366e-05 2.5900350887772654e-08 0.10487152472389401 7.3231516866982e-05 1.5878552739865264 0.0004341788218702676']
['59491.97288654722 1.6934422378892575 0.00042801285493203366 0.18670564945141033 0.00013026602527367286 3.7143908766718215e-05 2.5915602299048503e-08 0.10502192781641831 7.327463921644097e-05 1.5884203100728391 0.00043423976872157815']
['59491.97292202743 1.693731311380081 0.00042805184869335354 0.1867558438511838 0.00013019844928178063 3.715389462526756e-05 2.5902158482618522e-08 0.10505016216629087 7.32366277210016e-05 1.58868114921379 0.00043427179140457904']
['59491.97295750764 1.6933495629620177 0.00042796552224273987 0.1867675441369693 0.00013019674773466364 3.71562223231655e-05 2.5901819970575304e-08 0.10505674357704523 7.323567060074828e-05 1.5882928193849724 0.00043418654018387347']
['59491.972992987845 1.692849904672126 0.00042794498097869447 0.18652093536861208 0.00013019637497948977 3.710716106754818e-05 2.59017458132897e-08 0.1049180261448443 7.323546092596299e-05 1.5879318785272816 0.00043416625788042696']
['59491.973028468055 1.692403795232198 0.00042804005490718343 0.18655669920262705 0.00013019715800947259 3.711427605625743e-05 2.5901901592155142e-08 0.1049381433014777 7.323590138032833e-05 1.5874656519307202 0.00043426004404726644']
['59491.973063948266 1.692416352660117 0.00042793279865657003 0.18644083308508624 0.00013018671781976594 3.709122522457807e-05 2.5899824582406855e-08 0.104872968610361 7.323002877361834e-05 1.5875433840497561 0.00043415333383521246']
['59491.97309942847 1.693336580049278 0.000428001099504267 0.1866267697742418 0.0001301977449670896 3.712821615355464e-05 2.5902018363662808e-08 0.10497755799801102 7.32362315439879e-05 1.5883590220512669 0.00043422170234527204']
['59491.97313490868 1.6930321033919196 0.0004279623882343657 0.1870773370071599 0.0001302088661718191 3.721785365644732e-05 2.5904230857045104e-08 0.10523100206652743 7.324248722164824e-05 1.587801101325392 0.0004341846009218605']
['59491.97317038889 1.692003239997912 0.0004279074779447363 0.18654351517055628 0.0001302050853146809 3.7111653176415e-05 2.590347867941677e-08 0.1049307272834379 7.3240360489508e-05 1.587072512714474 0.0004341301188418722']
['59491.9732058691 1.6928310260478203 0.00042795529395770544 0.18641556946135457 0.00013019272952327613 3.7086199186331434e-05 2.590102057281942e-08 0.10485875782201194 7.323341035684282e-05 1.5879722682258084 0.0004341760772070702']
['59491.973241349304 1.692335883998086 0.00042793128605899755 0.18647605881282805 0.00013019477030540034 3.709823316044572e-05 2.590142657352297e-08 0.10489278308221577 7.323455829678769e-05 1.5874431009158703 0.00043415260694487737']
['59491.973276829514 1.6928117291323712 0.0004279877568228138 0.18673560831692984 0.00013025067481032027 3.714986889363928e-05 2.591254842139686e-08 0.10503877967827303 7.326600458080515e-05 1.5877729494540982 0.0004342135735067002']
['59491.973312309725 1.692895039538492 0.0004279619308571834 0.18653149058497817 0.00013019352324249305 3.710926096112326e-05 2.590117847824042e-08 0.10492396345405021 7.323385682390234e-05 1.5879710760844419 0.0004341826943215407']
['59491.97334778993 1.6915359930881122 0.0004278445520474916 0.18651485389558103 0.000130196255588004 3.7105951196930464e-05 2.59017220611083e-08 0.10491460531626431 7.323539376825226e-05 1.5866213877718478 0.00043406725702027985']
['59491.97338327014 1.6924596668966352 0.00042793525853736697 0.1866268820427216 0.00013020262178010925 3.7128238488659025e-05 2.5902988574786076e-08 0.10497762114903089 7.323897475131145e-05 1.5874820457476042 0.0004341572674988481']
['59491.97341875035 1.6919581129266499 0.00042788940182213257 0.18632270478396423 0.0001301907364213251 3.7067724345774804e-05 2.5900624057784926e-08 0.10480652144097988 7.323228923699536e-05 1.58715159148567 0.00043411094017381475']
['59491.97345423055 1.6916351489843429 0.00042785395349249667 0.18632173183433548 0.0001301807067765435 3.706753078359631e-05 2.5898628723354364e-08 0.10480597415681371 7.32266475618057e-05 1.5868291748275292 0.00043407504815676793']
['59491.97348971076 1.6923716232995334 0.00042792843506778383 0.1863082824442503 0.00013018758224690955 3.706485511245427e-05 2.5899996554722915e-08 0.10479840887489078 7.323051501388661e-05 1.5875732144246426 0.0004341491147851871']
['59491.97352519097 1.690889604926742 0.00042783953753496577 0.1860745359789408 0.0001301760034053836 3.7018352730723946e-05 2.5897693017392752e-08 0.1046669264881542 7.322400191552827e-05 1.5862226784385878 0.0004340603924970103']
['59491.973560671184 1.6913411092033332 0.00042782584159585144 0.18652087109616167 0.00013019281697884547 3.710714828095044e-05 2.590103797155212e-08 0.10491798999159092 7.323345955060057e-05 1.5864231192117424 0.00043404848846061893']
['59491.97359615139 1.6921620782674052 0.00042791542672782155 0.1861542914400623 0.00013018158467868843 3.7034219575569015e-05 2.5898803376436764e-08 0.10471178893503504 7.322714138176224e-05 1.58745028933237 0.00043413572378531374']
['59491.9736316316 1.692886888860528 0.00042794071117173253 0.18651007333333589 0.00013019453760665132 3.710500013429037e-05 2.5901380279577773e-08 0.10491191625000142 7.323442740374137e-05 1.5879749726105266 0.00043416187492146527']
['59491.97366711181 1.6921686602674346 0.0004279143624129851 0.1863375404822949 0.00013018652681817723 3.707067581417923e-05 2.589978658384813e-08 0.10481486652129086 7.322992133522469e-05 1.5873537937461437 0.00043413514363395503']
['59491.97370259201 1.6924089499407058 0.00042790184959179455 0.18646335372780065 0.00013019457416702215 3.709570556409008e-05 2.5901387553032446e-08 0.10488563647188787 7.323444796894995e-05 1.587523313468818 0.0004341235737130565']
['59491.97373807222 1.6920132212214614 0.00042789673530756417 0.18607977576226142 0.0001301697426928811 3.70193951524942e-05 2.5896447488215185e-08 0.10466987386627204 7.322048026474561e-05 1.5873433473551892 0.00043411617663601486']
['59491.97377355243 1.6915268951269926 0.0004278695602956615 0.18638622409171518 0.00013018821419717865 3.708036111053772e-05 2.590012227723431e-08 0.10484225105158977 7.323087048591298e-05 1.5866846440754028 0.00043409114367806126']
['59491.973809032635 1.6908708090906162 0.00042781862956465226 0.18630010095343322 0.00013018692333337286 3.7063227456572526e-05 2.5899865468039874e-08 0.10479380678630618 7.323014437502223e-05 1.58607700230431 0.00043404082048554345']
['59491.973844512846 1.692463345439581 0.0004279405501064252 0.18609811812785548 0.00013017563053372162 3.7023044250184566e-05 2.589761883693257e-08 0.10468019144691869 7.322379217521841e-05 1.5877831539926623 0.0004341599223395791']
['59491.97387999306 1.6915329547626559 0.00042785369376169253 0.18679344355769328 0.00013019557092543404 3.7161374849204796e-05 2.5901585851817846e-08 0.10507131200120245 7.323500864555664e-05 1.5864616427614533 0.0004340762027073575']
['59491.97391547327 1.6910581253309753 0.00042783423500733253 0.18619846101660675 0.0001301830470260757 3.7043006833620676e-05 2.589909430120577e-08 0.1047366343218413 7.322796395216758e-05 1.586321491009134 0.00043405583436798706']
['59491.97395095347 1.691718933029858 0.0004278607346886576 0.18647032204941788 0.00013025329876753595 3.709709186762812e-05 2.5913070441098533e-08 0.10488955615279755 7.326748055673898e-05 1.5868293768770605 0.00043408862228288127']
['59491.97398643368 1.6909847713463741 0.00042781275544664243 0.1865955433794474 0.00013019863070216144 3.712200385969655e-05 2.59021945750565e-08 0.10495999315093915 7.32367297699658e-05 1.586024778195435 0.00043403614170970566']
['59491.97402191389 1.691497419875283 0.00042784631913721547 0.18634864061870943 0.00013019046311961462 3.707288411615344e-05 2.5900569686137206e-08 0.10482111034802405 7.323213550478322e-05 1.586676309527259 0.00043406844906057726']
['59491.974057394094 1.6915084089265222 0.00042782443326103825 0.18618105685295727 0.00013018185375948481 3.703954438527668e-05 2.589885690836031e-08 0.10472684447978846 7.322729273971021e-05 1.5867815644467338 0.00043404605987972726']
['59491.974092874305 1.690999898366824 0.00042780957029901946 0.1864030599734897 0.00013018767742263923 3.708371050279488e-05 2.5900015489332716e-08 0.10485172123508794 7.323056855023456e-05 1.586148177131736 0.0004340319626589985']
['59491.974128354515 1.6909988847716502 0.0004278113028327688 0.18611436369548157 0.00013018213603352655 3.702627620317335e-05 2.5898913064996618e-08 0.10468932957870837 7.322745151885867e-05 1.5863095551929418 0.00043403314445721513']
['59491.97416383472 1.6916035076493565 0.0004278578362013131 0.18652065203481746 0.00013019780788762716 3.7107104700080734e-05 2.5902030881306027e-08 0.10491786676958482 7.323626693679027e-05 1.5866856408797716 0.0004340804980573378']
['59491.97419931493 1.6909560612425087 0.00042779717178643983 0.18659867648825915 0.00013019939901775027 3.712262717188984e-05 2.590234742658627e-08 0.10496175552464578 7.323716194748452e-05 1.585994305717863 0.00043402085442821614']
['59491.97423479514 1.690746082738487 0.00042778580229107323 0.18596185358195466 0.0001301826714730121 3.699593528012421e-05 2.5899019587297684e-08 0.10460354263984949 7.322775270356931e-05 1.5861425400986375 0.0004340080603028385']
['59491.97427027535 1.6913922637023422 0.0004278339282321572 0.18605412796218096 0.00013018039616062102 3.70142926847914e-05 2.5898566928280036e-08 0.10465544697872678 7.322647284034932e-05 1.5867368167236153 0.0004340552804323397']
['59491.97430575555 1.6908891450817751 0.0004278152478679895 0.18636870435808972 0.00013018543604712812 3.707687567027754e-05 2.589956958184282e-08 0.10483239620142545 7.322930777650956e-05 1.5860567488803496 0.0004340373461187137']
['59491.974341235764 1.6911281740430755 0.00042781007462501796 0.1863069338015882 0.00013018553559695725 3.70645868085216e-05 2.5899589386652056e-08 0.10479765026339334 7.322936377328844e-05 1.586330523779682 0.0004340322564848194']
['59491.974376715974 1.6903496583043918 0.00042776086662098126 0.18638350166484138 0.0001301925925010618 3.7079819500920014e-05 2.5900993313116015e-08 0.10484071968647328 7.323333328184726e-05 1.5855089386179184 0.0004339844238171493']
['59491.97441219618 1.6902576104221776 0.00042777353922753854 0.18642062191084885 0.00013018887740193702 3.708720433922111e-05 2.590025421762878e-08 0.10486159982485248 7.323124353858957e-05 1.585396010597325 0.000433996562075626']
['59491.97444767639 1.6914002224686873 0.000427833152015254 0.18611260395050933 0.0001301767940986849 3.702592611303471e-05 2.5897850320826964e-08 0.10468833972216149 7.322444668051025e-05 1.5867118827465259 0.00043405417352558']
['59491.9744831566 1.6905637101545068 0.0004277905216321748 0.18624819913483287 0.00013020075960458235 3.70529019178404e-05 2.5902618106736062e-08 0.10476461201334349 7.323792727757758e-05 1.5857990981411634 0.00043401442878116843']
['59491.97451863681 1.6905632327779274 0.00042776396872975375 0.18623565246835833 0.00013018451977024143 3.705040583785446e-05 2.589938729434812e-08 0.10475755451345155 7.32287923707608e-05 1.5858056782644758 0.00043398671520624885']
['59491.97455411701 1.6905419915025865 0.00042775848112518215 0.1864022534191485 0.00013019467596938312 3.7083550043907046e-05 2.5901407805968656e-08 0.10485126754827104 7.3234505232778e-05 1.5856907239543154 0.0004339822702959334']
['59491.97458959722 1.6900918868354218 0.0004276917662040943 0.1864380225580376 0.00013025066332677057 3.7090666087987466e-05 2.5912546136817234e-08 0.10487138768889614 7.326599812130843e-05 1.5852204991465255 0.0004339218286275643']
['59491.97462507743 1.6900874222485944 0.0004277318511331118 0.18620971387078272 0.00013018093312905284 3.704524551782817e-05 2.5898673754755296e-08 0.10474296405231527 7.322677488509222e-05 1.5853444581962792 0.00043395471772274865']
['59491.97466055764 1.6896826309999544 0.00042768237943004866 0.18614987750864898 0.00013017656150806993 3.703334145181539e-05 2.5897804048394352e-08 0.10470930609861503 7.322431584828932e-05 1.5849733249013394 0.00043390554053434043']
['59491.97469603785 1.6903329122328834 0.00042774201200067286 0.186285672154698 0.00013018421510426463 3.706035693827054e-05 2.5899326682977873e-08 0.10478569058701762 7.322862099614886e-05 1.5855472216458657 0.0004339650444026355']
['59491.97473151806 1.6906268977951469 0.00042774516838341614 0.18631666520149961 0.00013018449505364287 3.706652280902048e-05 2.5899382377137074e-08 0.10480312417584352 7.322877846767411e-05 1.5858237736193033 0.0004339681820954443']
['59491.97476699826 1.6898999292594423 0.0004277244665743062 0.18607105907745314 0.0001301896311085491 3.701766102315094e-05 2.5900404162794975e-08 0.10466497073106738 7.323166749855887e-05 1.585234958528375 0.00043394826469395434']
['59491.97480247847 1.6900059371803078 0.00042772135934990947 0.1861752743346726 0.00013018635501746163 3.7038393989816026e-05 2.5899752405181735e-08 0.10472359181325333 7.322982469732216e-05 1.5852823453670544 0.0004339448910510814']
['59491.97483795868 1.690341454530134 0.00042772688735570987 0.1863935873724097 0.0001301870504717531 3.708182598868761e-05 2.5899890761416966e-08 0.10484639289698046 7.323021589036112e-05 1.5854950616331536 0.00043395040579120674']
['59491.97487343889 1.6899492782466887 0.00042767974267335975 0.18642874373379076 0.00013018929486033736 3.708882012455626e-05 2.5900337268338716e-08 0.1048661683502573 7.323147835893976e-05 1.5850831098964315 0.0004339041503786142']
['59491.974908919095 1.690121441629814 0.00042772799057418277 0.18612442343062735 0.00013018289539738065 3.7028277523891656e-05 2.5899064135635352e-08 0.10469498817972787 7.322787866102662e-05 1.5854264534500861 0.00043395109878167405']
['59491.974944399306 1.6893575872965942 0.0004276906903962978 0.18608628856147563 0.00013017683503261447 3.7020690832729585e-05 2.5897858464373504e-08 0.10467353731583004 7.322446970584563e-05 1.5846840499807642 0.00043391375826927193']
['59491.97497987952 1.6891444070032287 0.00042763648941034516 0.18595673743351906 0.0001301764440453262 3.699491745473281e-05 2.5897780679923985e-08 0.10460066480635447 7.322424977549598e-05 1.5845437421968742 0.0004338602975963443']
['59491.97501535972 1.6889972373929694 0.0004276623714448501 0.1859540600323924 0.0001301734846834093 3.699438480270288e-05 2.5897191933577144e-08 0.10459915876822072 7.322258513441772e-05 1.5843980786247487 0.00043388552744197406']
['59491.97505083993 1.6900259376321616 0.0004277074910486029 0.18615363071759317 0.00013017982626118826 3.70340881290103e-05 2.58984535503903e-08 0.10471141727864615 7.322615227191839e-05 1.5853145203535155 0.0004339306019119197']
['59491.97508632014 1.6893078788403302 0.00042767424994234434 0.18609910004347266 0.0001301879364263233 3.702323959608978e-05 2.5900067016478462e-08 0.10468074377445336 7.323071423980684e-05 1.584627135065877 0.0004338986074785434']
['59491.975121800344 1.690130401178791 0.0004277389167630699 0.1861465326173085 0.00013017727787954848 3.7032676006826716e-05 2.589794656597173e-08 0.10470742459723602 7.322471880724601e-05 1.585422976581555 0.0004339613350957026']
['59491.975157280554 1.688721213487152 0.000427621434446384 0.18620314165043272 0.00013018978174371762 3.704393801613343e-05 2.5900434130709565e-08 0.1047392671783684 7.323175223084115e-05 1.5839819463087836 0.00043384672493034036']
['59491.975192760765 1.689478586999814 0.0004276585554959407 0.1862883099154377 0.00013017804042992511 3.706088170409606e-05 2.5898098270548977e-08 0.1047871743274337 7.322514774183286e-05 1.5846914126723801 0.00043388219870223746']
['59491.975228240975 1.6889616449749192 0.0004276455419621989 0.18593594735398938 0.00013017310925321555 3.6990781399827286e-05 2.5897117244113245e-08 0.10458897038661903 7.322237395493375e-05 1.5843726745883002 0.00043386890371140797']
['59491.97526372118 1.689108350128405 0.0004276527214472894 0.18575786487219853 0.00013016803615544285 3.6955353015758425e-05 2.58961079833791e-08 0.10448879899061167 7.32195203374366e-05 1.5846195511377934 0.0004338754986395489']
['59491.97529920139 1.6895697203067752 0.0004276761240918025 0.1864232749490891 0.00013018988871841628 3.708773214440879e-05 2.5900455412649663e-08 0.10486309215886261 7.323181240410916e-05 1.5847066281479125 0.00043390064008500554']
['59491.9753346816 1.6889582789839443 0.00042763892691088056 0.18610201976386245 0.0001301773871998886 3.702382045600539e-05 2.5897968314562365e-08 0.10468238611717263 7.322478029993732e-05 1.5842758928667717 0.0004338627896691113']
['59491.9753701618 1.6895289338914936 0.0004276994456105055 0.1861301957900951 0.00013017428024845705 3.70294258983199e-05 2.589735020621452e-08 0.10469823513192848 7.322303263975708e-05 1.584830698759565 0.000433922145418388']
['59491.97540564201 1.6896304879564665 0.0004277186152934749 0.18600589674351414 0.0001301724060308926 3.700469738871369e-05 2.5896977342477254e-08 0.1046283169182267 7.322197839237708e-05 1.5850021710382398 0.0004339408623168154']
['59491.975441122224 1.6887688589702363 0.0004276304885452296 0.18628167718034738 0.00013018963979304432 3.705956216337626e-05 2.59004058905204e-08 0.10478344341394541 7.323167238358742e-05 1.583985415556291 0.0004338556356364739']
['59491.97547660243 1.6891707276196415 0.0004276812720470323 0.18604019211058687 0.00013017699236413612 3.701152023520716e-05 2.589788976448522e-08 0.10464760806220512 7.322455820482656e-05 1.5845231195574363 0.00043390448993304936']
['59491.97551208264 1.6889852660223252 0.0004276174854693627 0.1860366388858491 0.00013017613276114495 3.701081334360599e-05 2.5897718751903796e-08 0.10464560937329011 7.322407467814403e-05 1.584339656649035 0.000433841536729266']
['59491.97554756285 1.6888631486445103 0.00042763674552856093 0.18597601708565978 0.00013017645461706605 3.699875301965692e-05 2.5897782783104804e-08 0.1046115096106836 7.322425572209965e-05 1.5842516390338266 0.00043386055104412824']
['59491.97558304306 1.6885383051035354 0.0004275933684829619 0.1858646712057969 0.00013017193834769322 3.697660146069055e-05 2.589688429986103e-08 0.10454887755326074 7.322171532057744e-05 1.5839894275502746 0.0004338173675235856']
['59491.97561852326 1.688468073768491 0.0004275926187264586 0.18602718232038964 0.0001301818902170381 3.700893201968407e-05 2.589886416136008e-08 0.10464029005521917 7.322731324708392e-05 1.5838277837132717 0.0004338175734046941']
['59491.97565400347 1.6888851391279265 0.0004276575314063768 0.186145772441129 0.00013018056504108532 3.703252477458098e-05 2.5898600525980892e-08 0.10470699699813506 7.322656783561049e-05 1.5841781421297914 0.0004338814289706111']
['59491.97568948368 1.688885755060074 0.00042762280110621067 0.18611467008670013 0.00013018429128881223 3.7026337157769545e-05 2.5899341839412045e-08 0.10468950192376883 7.322866384995687e-05 1.5841962531363052 0.0004338475506847674']
['59491.975724963886 1.6888678574330074 0.00042765138023204304 0.18634313904674715 0.00013018203103615315 3.7071789613187726e-05 2.5898892176432884e-08 0.10481801571379526 7.322739245783615e-05 1.5840498417192121 0.0004338755052092079']
['59491.9757604441 1.6887097301345322 0.0004275968175956568 0.18594268955716928 0.0001301737234809886 3.6992122718531545e-05 2.5897239440846077e-08 0.10459276287590771 7.322271945805609e-05 1.5841169672586244 0.0004338209366348823']
['59491.97579592431 1.6887203672759954 0.00042760852476987426 0.18588550907402793 0.000130178911217956 3.698074702285614e-05 2.589827150832335e-08 0.10456059885414071 7.322563756010023e-05 1.5841597684218547 0.000433832968378328']
['59491.97583140452 1.6890035329845432 0.0004276439924332943 0.1861578828672093 0.00013017762259130206 3.7034934067298014e-05 2.5898015144196136e-08 0.10471380911280521 7.322491270760741e-05 1.584289723871738 0.00043386780487300993']
['59491.97586688472 1.6874404254868551 0.0004270233220176832 0.18580343010040018 0.0001300050068894258 3.696441792988518e-05 2.586367434143503e-08 0.1045144294314751 7.312781637530202e-05 1.58292599605538 0.0004332396508571646']
['59491.97590236493 1.6882869306683066 0.00042708131551189786 0.18671955943553076 0.00013003500583389828 3.714667607013208e-05 2.5869642441810447e-08 0.10502975218248604 7.314469078156777e-05 1.5832571784858205 0.00043329966056864666']
['59491.97593784514 1.6888467231761257 0.00042715426805856955 0.18626993270566258 0.00013002143716951732 3.7057225674376126e-05 2.586694304180122e-08 0.1047768371469352 7.313705840785349e-05 1.5840698860291904 0.00043337027820699247']
['59491.975973325345 1.6889186181246345 0.00042714027897194543 0.1863180740829113 0.00013001357826370857 3.7066803097071606e-05 2.5865379562167772e-08 0.10480391667163759 7.313263777333606e-05 1.5841147014529968 0.00043335574373477197']
['59491.976008805555 1.6878916736231655 0.00042710292011054245 0.1857854006329912 0.00012999843292236417 3.6960831081310865e-05 2.5862366492243054e-08 0.10450428785605755 7.312411851882984e-05 1.583387385767108 0.0004333174830030613']
['59491.976044285766 1.6882346752777413 0.00042709478762153905 0.18606948544518728 0.00013001145665888884 3.701734795895879e-05 2.586495748229984e-08 0.10466408556291784 7.313144437062497e-05 1.5835705897148236 0.000433310703501796']
['59491.97607976597 1.6880349303266384 0.00042705924563397565 0.18583784559979852 0.0001300039912903589 3.6971264675945456e-05 2.5863472294420407e-08 0.10453378814988666 7.312724510082688e-05 1.5835011421767518 0.00043327496264785107']
['59491.97611524618 1.6876434477473583 0.0004270528029190825 0.18598969587659306 0.00013001411522447335 3.700147432864761e-05 2.5865486387117724e-08 0.10461920393058358 7.313293981376626e-05 1.5830242438167748 0.00043326957355305793']
['59491.97615072639 1.68819523287462 0.0004270769929591272 0.18598258728971512 0.0001300122708814161 3.700006012022258e-05 2.5865119466724827e-08 0.10461520535046474 7.313190237079656e-05 1.5835800275241552 0.00043329324141899803']
['59491.9761862066 1.6887351151656615 0.00042715357405414016 0.18604258443479033 0.00013001380827128267 3.7011996172985236e-05 2.586542532072073e-08 0.10464895374456956 7.31327671525965e-05 1.584086161421092 0.00043336886996947726']
['59491.976221686804 1.6882743926767685 0.00042711048568250606 0.1861042508991957 0.0001300665659519093 3.702426432627663e-05 2.587592112779297e-08 0.10468364113079758 7.316244334794897e-05 1.5835907515459708 0.00043333140908153434']
['59491.976257167014 1.6881586911838626 0.0004270814694885263 0.18622527404397832 0.00013001290982856065 3.704834111592748e-05 2.5865246581220363e-08 0.1047517166497378 7.313226177856537e-05 1.5834069745341248 0.0004332977143873801']
['59491.976292647225 1.6886248325103717 0.0004270927588138692 0.1860360258742683 0.0001300144462719064 3.701069138882692e-05 2.5865552246911935e-08 0.1046452645542759 7.313312602794735e-05 1.5839795679560957 0.0004333089876218372']
['59491.97632812743 1.686969623357127 0.00042702305428028405 0.1855906205645117 0.0001299900661644406 3.6922080817918e-05 2.5860701978641565e-08 0.10439472406753783 7.311941221749782e-05 1.5825748992895892 0.0004332379684767885']
['59491.97636360764 1.6876917241733882 0.0004270327336963547 0.18608727531392188 0.0001300082428977558 3.702088714089137e-05 2.5864318124837034e-08 0.10467409236408104 7.312963662998762e-05 1.5830176318093072 0.0004332492347388692']
['59491.97639908785 1.6881079981283866 0.0004270804991367757 0.18609466065478383 0.00013001967016422063 3.7022356407772116e-05 2.586659150726692e-08 0.10467824661831589 7.31360644673741e-05 1.5834297515100708 0.00043329739979452146']
['59491.97643456805 1.6879335350168898 0.0004270812780177563 0.18595910543754057 0.00013001101583611337 3.6995388554164416e-05 2.586486978339516e-08 0.10460199680861657 7.313119640781376e-05 1.5833315382082733 0.0004332973458507659']
['59491.97647004826 1.6877930414497913 0.0004270839920945649 0.18623066795992466 0.00013002251258799279 3.7049414201409334e-05 2.5867156989509047e-08 0.10475475072745762 7.313766333074594e-05 1.5830382907223337 0.0004333011125082786']
['59491.97650552847 1.687674261712016 0.00042707882831284253 0.18569358188407886 0.00012999685772599576 3.694256432161347e-05 2.5862053116882587e-08 0.10445263980979436 7.312323247087261e-05 1.5832216219022217 0.0004332935872131732']
['59491.976541008684 1.6873599502212633 0.0004270382298486737 0.18605852849882953 0.00013000985528837232 3.701516814374125e-05 2.5864638899758056e-08 0.1046579222805916 7.313054359970942e-05 1.5827020279406716 0.0004332548051198944']
['59491.97657648889 1.6880430981387535 0.00042707644959765146 0.18632606081792846 0.00013001709685131005 3.7068392007518045e-05 2.586607956292962e-08 0.10480840921008476 7.31346169788619e-05 1.5832346889286688 0.0004332931640374449']
['59491.9766119691 1.687642502880837 0.0004270518257305778 0.18637316512789415 0.00013001625438591622 3.707776311223301e-05 2.5865911959764853e-08 0.10483490538444046 7.313414309207787e-05 1.5828075974963967 0.00043326881349300034']
['59491.97664744931 1.6878401138178698 0.0004270720882094573 0.18589720325182263 0.0001300064913080652 3.698307350560791e-05 2.5863969657140127e-08 0.10456717682915022 7.312865136078667e-05 1.5832729369887195 0.00043328785833142604']
['59491.97668292951 1.6869606669982984 0.0004269573095797811 0.18622126055984367 0.0001300091193891586 3.7047542658628665e-05 2.5864492497261204e-08 0.10474945906491205 7.31301296564017e-05 1.5822112079333863 0.0004331749762707527']
['59491.97671840972 1.6877817474317929 0.0004270553989023274 0.1856981480670599 0.00013000432194588946 3.6943472734854085e-05 2.5863538076248097e-08 0.10445520828772117 7.312743109456282e-05 1.5833265391440716 0.00043327120249344524']
['59491.97675388993 1.6877060391344372 0.000427095257411042 0.18608062481925944 0.00013001301502015057 3.701956406701695e-05 2.5865267508422248e-08 0.10467035146083342 7.313232094883469e-05 1.5830356876736038 0.000433311314496134']
['59491.976789370136 1.687631100244097 0.0004270851001373185 0.18643219481019305 0.0001300225942663481 3.708950669439178e-05 2.5867173238901538e-08 0.10486810958073359 7.31377092748208e-05 1.5827629906633633 0.00043330221240754304']
['59491.976824850346 1.687640772666219 0.0004270320088673849 0.18603016546186485 0.00013001244174201774 3.700952549682372e-05 2.586515345836149e-08 0.10464196807229897 7.313199847988498e-05 1.58299880459392 0.0004332489189818899']
['59491.97686033056 1.6874098027557474 0.00042702799393670173 0.18605684802865644 0.00013001367931084591 3.7014833824822795e-05 2.5865399664857014e-08 0.10465697701611924 7.313269461235082e-05 1.5827528257396282 0.00043324507917213225']
['59491.97689581077 1.6878096286520081 0.0004270599985343034 0.18611147663367905 0.00013000858054368068 3.702570184047725e-05 2.586438529735949e-08 0.10468770560644446 7.312982655582038e-05 1.5831219230455638 0.0004332761404464866']
['59491.97693129097 1.6875100749627223 0.000427029521766528 0.185696777265051 0.0001299998111791137 3.694320002245944e-05 2.5862640687711227e-08 0.10445443721159117 7.312489378825146e-05 1.5830556377511311 0.00043324526835464993']
['59491.97696677118 1.6869017594220015 0.0004269536076591101 0.18623511647724433 0.00013002411592274416 3.70502992058104e-05 2.5867475962822935e-08 0.10475725301844993 7.313856520654359e-05 1.5821445064035515 0.0004331727516979815']
['59491.97700225139 1.6873203097636766 0.00042706450235139513 0.18622729974475533 0.0001300176554485544 3.7048744116292335e-05 2.5866190692320417e-08 0.10475285610642486 7.313493118981186e-05 1.5825674536572518 0.00043328144124666045']
['59491.977037731594 1.687486347078485 0.00042704184649680616 0.18609786234980827 0.00013002097616461993 3.7022993364758884e-05 2.5866851327790956e-08 0.10468004757176715 7.31367990925987e-05 1.582806299506718 0.0004332594257958076']
['59491.977073211805 1.687422574027408 0.0004270337999679514 0.1863426060816583 0.00013001491824992834 3.7071683583152246e-05 2.5865646143955964e-08 0.1048177159209328 7.313339151558469e-05 1.5826048581064753 0.00043325091952544097']
['59491.977108692015 1.6872232354064025 0.00042701700217161355 0.18600387811616634 0.0001300100627292354 3.700429579556286e-05 2.58646801688065e-08 0.10462718144034355 7.31306602851949e-05 1.5825960539660588 0.00043323390174059603']
['59491.97714417222 1.6867944444371397 0.0004270009421460994 0.18555849813636904 0.00012999564039096074 3.691569026388923e-05 2.5861810935772307e-08 0.10437665520170758 7.312254771991541e-05 1.582417789235432 0.0004332167027928492']
['59491.97717965243 1.6871287371331491 0.0004269983465477875 0.18580371227510847 0.00013001200645743765 3.696447406675973e-05 2.5865066861245775e-08 0.10451458815474851 7.313175363230867e-05 1.5826141489784007 0.00043321569840424885']
['59491.97721513264 1.6869132279056733 0.0004269916097836551 0.18587197318134585 0.00013000638333731353 3.697805414256924e-05 2.586394817704158e-08 0.10455298491450704 7.312859062723886e-05 1.5823602429911663 0.00043320852437684493']
['59491.97725061285 1.6870400674192607 0.0004269835565197769 0.18625101505330177 0.00013001192646921816 3.705346212701998e-05 2.586505094809512e-08 0.10476619596748224 7.313170863893521e-05 1.5822738714517786 0.00043320111304880976']
['59491.97728609305 1.6873957931554835 0.0004270380813569746 0.1858184765859641 0.00013000727275908338 3.696741133307725e-05 2.5864125121880536e-08 0.1045228930796048 7.312909092698439e-05 1.5828729000758788 0.0004332544135595773']
['59491.977321573264 1.6871542118446499 0.0004269992925933967 0.18595611339168194 0.00013006074944440374 3.699479330555397e-05 2.5874763970391668e-08 0.10460031378282109 7.31591715624771e-05 1.5825538980618288 0.0004332212601650214']
['59491.977357053474 1.6862235307396058 0.0004269411880154315 0.18544591590206444 0.00012999471448113973 3.689329274002184e-05 2.586162673186622e-08 0.10431332769491124 7.312202689564109e-05 1.5819102030446945 0.000433157718205915']
['59491.97739253368 1.6875065432188774 0.0004270155477410375 0.18574064158173892 0.00013000780813539724 3.6951926550992234e-05 2.5864231631613993e-08 0.10447911088972814 7.312939207616094e-05 1.5830274323291493 0.00043323225410627864']
['59491.97742801389 1.687109912276064 0.00042700592702430584 0.18595433006161677 0.00013003840956953252 3.699443852331017e-05 2.5870319593499408e-08 0.10459931065965943 7.314660538286204e-05 1.5825106016164046 0.00043322567743951066']
['59491.9774634941 1.687086383372023 0.00042698646985254085 0.18556569705229592 0.00012999631470116818 3.6917122442707556e-05 2.5861945085525674e-08 0.10438070459191644 7.31229270194071e-05 1.5827056787801066 0.0004332025021777002']
['59491.97749897431 1.6877539940701638 0.0004270427447418577 0.1862400957180803 0.0001300131484165871 3.7051289794300266e-05 2.5865294046800077e-08 0.10476005384142018 7.313239598433024e-05 1.5829939402287436 0.0004332595679025084']
['59491.97753445451 1.6866384860820385 0.00042694241276345084 0.18599622066414512 0.0001300160294717935 3.700277239388703e-05 2.586586721452185e-08 0.10462287412358164 7.313401657788384e-05 1.5820156119584567 0.000433160949529261']
['59491.97756993472 1.687081607867535 0.00042699172061742944 0.18603917018651725 0.00013000433374836778 3.701131692987323e-05 2.586354042427655e-08 0.10464703322991595 7.312743773345687e-05 1.5824345746376192 0.00043320843900516705']
['59491.97760541493 1.6861865101099889 0.0004269373237877724 0.18579797646898605 0.00013000106374957217 3.696333296438848e-05 2.586288987868627e-08 0.10451136176380466 7.312559835913434e-05 1.5816751483461842 0.0004331545123607125']
['59491.97764089514 1.6868259875044256 0.0004269626284711626 0.1857765554354343 0.00013000819433469255 3.6959071385168606e-05 2.586430846352258e-08 0.10449931243243178 7.312960931326455e-05 1.5823266750719938 0.0004331801309724567']
['59491.97767637535 1.687043747660423 0.00042699031482530334 0.18585735158207026 0.00013000435042201397 3.697514526781847e-05 2.5863543741393065e-08 0.10454476026491452 7.312744711238285e-05 1.5824989873955084 0.00043320705497000626']
['59491.97771185556 1.6874452856507463 0.00042703486817442825 0.1863014997865192 0.00013001426161595917 3.706350574557277e-05 2.5865515510778465e-08 0.10479459362991704 7.313302215897702e-05 1.5826506920208292 0.0004332519100556358']
['59491.97774733576 1.6869716363771499 0.00042697736792476893 0.1861093224594329 0.00013001426808075624 3.70252732811278e-05 2.5865516796908978e-08 0.104686493883431 7.313302579542537e-05 1.5822851424937188 0.00043319523564088033']
['59491.97778281597 1.6865065249796465 0.00042695053952968443 0.1859417450310225 0.00013000804520711245 3.699193481102512e-05 2.586427879553317e-08 0.10459223157995015 7.312952542900075e-05 1.5819142933996964 0.0004331682013885131']
['59491.97781829618 1.6863999451243872 0.0004269527849699488 0.1861679066970539 0.0001300079903080999 3.7036928244883616e-05 2.5864267873721647e-08 0.1047194475170928 7.312949454830618e-05 1.5816804976072945 0.0004331704093846741']
['59491.97785377639 1.6865792378465718 0.00042698189050380036 0.1857835708055148 0.00012999759963079328 3.696046704870102e-05 2.5862200714152375e-08 0.10450325857810208 7.312364979232123e-05 1.5820759792684698 0.00043319811054198906']
['59491.977889256596 1.686772198442225 0.00042696718542235753 0.18603264748566303 0.00013004822318889986 3.701001927976916e-05 2.5872271951039324e-08 0.10464336421068546 7.315212554375616e-05 1.5821288342315396 0.00043318842424406874']
['59491.977924736806 1.6861799741428234 0.00042694056571327435 0.18598412192211033 0.00013000205910503176 3.7000365425636993e-05 2.586308789836318e-08 0.10461606858118706 7.312615824658037e-05 1.5815639055616364 0.00043315780227473063']
['59491.97796021702 1.6874727529024933 0.00042701146704761617 0.18616271448626617 0.0001300060616359725 3.7035895287368066e-05 2.5863884176593302e-08 0.10471652689852472 7.312840967023453e-05 1.5827562260039687 0.000433228066139597']
['59491.97799569722 1.6867588311549047 0.0004269723743430746 0.18624296505288881 0.00013001583137423032 3.705186063032296e-05 2.5865827804263857e-08 0.10476166784224995 7.313390514800454e-05 1.5819971633126546 0.0004331904621922786']
['59491.97803117743 1.687125395802353 0.00042699356522473043 0.18591513140779298 0.00013000623708589036 3.698664019891192e-05 2.5863919081245418e-08 0.10457726141688355 7.312850836081333e-05 1.5825481343854695 0.0004332104378687149']
['59491.97806665764 1.6878471732894127 0.0004270363001034494 0.18644687491056827 0.00013002197711449069 3.7092427207566526e-05 2.5867050460440604e-08 0.10487636713719464 7.3137362126901e-05 1.582970806152218 0.00043325405404326546']
['59491.978102137844 1.6871361099927245 0.0004269983405538179 0.1857989635665763 0.00013000724556551908 3.696352934121448e-05 2.5864119711892815e-08 0.10451191700619916 7.312907563060448e-05 1.5826241929865252 0.00043321524042708946']
['59491.978137618054 1.6864117659595514 0.00042693579101246476 0.1857762504245648 0.00013000256175476675 3.695901070518414e-05 2.586318789735064e-08 0.1044991408638177 7.31264409870563e-05 1.5819126250957338 0.0004331531438404579']
['59491.978173098265 1.686643505497764 0.0004269848989682183 0.18559525048885245 0.00012999900811028447 3.6923001912099214e-05 2.5862480922243955e-08 0.10439732839997949 7.312444206203501e-05 1.5822461770977845 0.000433201209571007']
['59491.978208578475 1.6869547551228405 0.00042701133313547535 0.18567557202880033 0.00012999719241236818 3.693898137474854e-05 2.5862119700620783e-08 0.10444250926620019 7.31234207319571e-05 1.5825122458566403 0.0004332270920495147']
['59491.97824405868 1.6872917653983424 0.00042702189087224406 0.1857183723881115 0.00013000073578614847 3.694749623568664e-05 2.5862824632436225e-08 0.10446658446831271 7.31254138797085e-05 1.5828251809300296 0.00043323783472728393']
['59491.97827953889 1.6872103070196016 0.00042700415101804 0.18601465612098095 0.00013000426970135234 3.70064400114915e-05 2.586352768252768e-08 0.10463324406805177 7.312740170701069e-05 1.5825770629515499 0.00043322068494827855']
['59491.9783150191 1.6870003738829655 0.0004269955629309708 0.18579141093494264 0.00013000579839955213 3.6962026792892174e-05 2.5863831807371422e-08 0.10450766865090524 7.312826159974807e-05 1.5824927052320603 0.0004332123652521219']
['59491.9783504993 1.686805518829681 0.00042706079186730436 0.18534482559426319 0.00012998885561997902 3.687318146229028e-05 2.586046114847295e-08 0.10425646439677304 7.311873128623819e-05 1.5825490544329082 0.0004332750498415968']
['59491.97838597951 1.6869032418930572 0.0004269806022295151 0.18579729636755865 0.00012999949068355176 3.696319766250851e-05 2.5862576927145074e-08 0.10451097920675173 7.312471350949786e-05 1.5823922626863054 0.0004331970203107652']
['59491.978421459724 1.6867269868045829 0.0004269750410668766 0.18578212942424682 0.00013000701155565519 3.696018029500892e-05 2.58640731571096e-08 0.10450244780113883 7.312894400005603e-05 1.582224539003444 0.00043319225309858007']
['59491.97845693993 1.6864767753889933 0.0004269616242765655 0.18580294249049245 0.00013000258387095494 3.6964320922976284e-05 2.586319229722648e-08 0.104514155150902 7.312645342741216e-05 1.5819626202380914 0.00043317860842354']
['59491.97849242014 1.686338401037059 0.00042691979047990657 0.18581036022578734 0.00012999787190081123 3.696579663452469e-05 2.586225488055139e-08 0.10451832762700537 7.312380294420632e-05 1.5818200734100536 0.00043313692761115443']
['59491.97852790035 1.686391425996808 0.00042693908532881437 0.18583730440817314 0.00013000539637153535 3.697115700929253e-05 2.5863751826438757e-08 0.10453348372959738 7.312803545898863e-05 1.5818579422672105 0.0004331566600567233']
['59491.97856338056 1.6868961457467153 0.00042700345696143 0.18570721579030608 0.00012999560519128813 3.694527670107561e-05 2.5861803933019947e-08 0.10446030888204716 7.312252792009957e-05 1.582435836864668 0.0004332191781840198']
['59491.97859886076 1.6866558970227425 0.000426997511848514 0.18553235386187314 0.00012999429823864795 3.691048902573976e-05 2.5861543923053605e-08 0.10436194904730364 7.312179275923947e-05 1.582293947975439 0.0004332131942833078']
['59491.97863434097 1.6873754772296279 0.00042700005241442493 0.18609546435821922 0.00013001421864609496 3.702251629949027e-05 2.58655069621956e-08 0.10467869870149829 7.31329979884284e-05 1.5826967785281296 0.00043321758985144764']
['59491.97866982118 1.6860935680506108 0.0004269115452181579 0.1853447157985496 0.00012998186621113699 3.68731596191271e-05 2.5859070649764826e-08 0.10425640263668415 7.311479974376456e-05 1.5818371654139267 0.0004331272808103019']
['59491.978705301386 1.6867746072826453 0.0004269712916374995 0.18625669596821154 0.00013001905612217425 3.705459230913145e-05 2.5866469347483235e-08 0.10476939148211899 7.3135719068723e-05 1.5820052158005262 0.0004331897012698869']
['59491.9787407816 1.6867788565347397 0.0004269976871943809 0.18583848481366888 0.0001300086886932392 3.697139184350441e-05 2.5864406813030523e-08 0.10453414770768875 7.312988738994703e-05 1.582244708827051 0.0004332147334740783']
['59491.97877626181 1.686118681517618 0.0004269189645160542 0.18610175424266576 0.00013000937171699946 3.70237676322417e-05 2.5864542696290146e-08 0.10468223676149949 7.313027159081219e-05 1.5814364447561184 0.0004331372056131935']
['59491.97881174201 1.6873600745871082 0.00042703919625358336 0.18594213422765432 0.00013000419697990423 3.699201223923486e-05 2.5863513215055262e-08 0.10459245050305556 7.312736080119612e-05 1.5827676240840527 0.00043325522043554743']
['59491.97884722222 1.68713580077106 0.00042698537708641716 0.18588050479079168 0.00012999693456839056 3.6979751452339033e-05 2.5862068404191303e-08 0.1045577839448203 7.31232756947197e-05 1.5825780168262396 0.0004332014839470842']
['59491.97888270243 1.6870310660222763 0.00042697540636013777 0.18605361719867014 0.00013000128060605465 3.701419107161953e-05 2.586293302091268e-08 0.10465515967425196 7.312572034090574e-05 1.5823759063480243 0.00043319206896223425']
['59491.97891818264 1.6868603309701407 0.0004269798405243639 0.18573332595669304 0.00012999474862618218 3.695047115363241e-05 2.586163352480658e-08 0.10447499585063982 7.312204610222747e-05 1.5823853351195007 0.00043319581927851926']
['59491.978953662845 1.685916992872286 0.0004269180311269068 0.18616232301356572 0.00013001507950546125 3.703581740634886e-05 2.5865678224724916e-08 0.1047163066951307 7.313348222182195e-05 1.5812006861771553 0.0004331368277151738']
['59491.978989143056 1.6862179069486913 0.00042694461504185475 0.1855338580318164 0.00012999883946508245 3.691078827084191e-05 2.5862447371347043e-08 0.10436279514289672 7.312434719910887e-05 1.5818551118057946 0.00043316148774623695']
['59491.979024623266 1.6860919207734146 0.00042696974692949766 0.18577763297905064 0.00013000113553150922 3.695928575565978e-05 2.5862904159248905e-08 0.10449991855071598 7.312563873647394e-05 1.5815920022226986 0.00043318647697458955']
['59491.97906010347 1.6866097229873809 0.0004269614915158375 0.1857177283916464 0.00013000813616414857 3.69473681166607e-05 2.5864296890860557e-08 0.10446622222030111 7.312957659233357e-05 1.5821435007670797 0.00043317900481210135']
['59491.97909558368 1.6863008207491565 0.0004269431627043215 0.1858100020855156 0.0001300022195866202 3.696572538478149e-05 2.5863119825160773e-08 0.10451812617310252 7.312624851747386e-05 1.581782694576054 0.0004331603772301987']
['59491.97913106389 1.6860176019827784 0.00042690652882209685 0.18612791084083052 0.000130012662132947 3.702897132210719e-05 2.5865197303743745e-08 0.10469694984796717 7.313212244978268e-05 1.5813206521348113 0.0004331252609637792']
['59491.9791665441 1.6872079344885273 0.0004269906633727336 0.18621399118685494 0.0001300071883147866 3.704609646282325e-05 2.5864108322221478e-08 0.1047453700426059 7.312904342706747e-05 1.5824625644459214 0.00043320766798389553']
['59491.979202024304 1.6859228527647705 0.0004269041252843707 0.18585787077262983 0.00012999844094215295 3.697524855749842e-05 2.5862368087729335e-08 0.10454505230960427 7.312412302996103e-05 1.5813778004551662 0.0004331215413180399']
['59491.979237504514 1.6859343540683942 0.00042691585903573495 0.18619583059966816 0.00013001754117225546 3.704248352879796e-05 2.5866167957773094e-08 0.10473515471231333 7.313486690939369e-05 1.5811991993560808 0.00043313492061258953']
['59491.979272984725 1.6863479227936076 0.00042694970445000113 0.18545962144534517 0.00012999218230540016 3.6896019371222956e-05 2.5861122971509056e-08 0.10432103706300666 7.312060254678758e-05 1.5820268857306008 0.0004331658719783319']
['59491.97930846493 1.6860628123958556 0.0004269110202411704 0.18550825522895986 0.0001299856450062061 3.690569475505238e-05 2.5859822417157553e-08 0.10434839356628992 7.311692531599094e-05 1.5817144188295658 0.00043312712218357007']
['59491.97934394514 1.686344157168314 0.0004269531263189865 0.1859276599209187 0.00013001022120544845 3.698913266740386e-05 2.586471169664734e-08 0.10458430870551677 7.313074942806474e-05 1.5817598484627973 0.00043317095768930175']
['59491.97937942535 1.686922273391274 0.0004269619215550597 0.18587884382856074 0.0001300081752402092 3.6979421014402356e-05 2.5864304664795814e-08 0.10455684965356542 7.312959857261767e-05 1.5823654237377087 0.0004331794323896059']
['59491.97941490555 1.6859736447091946 0.000426912883458473 0.1860626723337749 0.00013000818139287824 3.701599253350989e-05 2.5864305888830427e-08 0.10466025318774838 7.3129602033494e-05 1.5813133915214463 0.0004331310988100542']
['59491.97945038576 1.6865571714731773 0.00042695095312850743 0.18562285614682542 0.0001299964038307624 3.692849388325384e-05 2.5861962817295045e-08 0.1044128565825893 7.312297715480384e-05 1.582144314890588 0.0004331675035887652']
['59491.97948586597 1.6867135603992767 0.0004269349677257531 0.18607599905982797 0.0001300003220688447 3.701864380141811e-05 2.5862742325993804e-08 0.10466774947115322 7.312518116372514e-05 1.5820458109281235 0.00043315211968454853']
['59491.979521346184 1.686616063094709 0.00042696199046992516 0.18575211796641264 0.0001300010426065574 3.695420970517929e-05 2.586288567241713e-08 0.1044855663561071 7.312558646618853e-05 1.5821304967386018 0.00043317882300738625']
['59491.97955682639 1.6862658967580968 0.00042691153968832623 0.18618052690428394 0.0001300064107321396 3.7039438955337996e-05 2.586395362706906e-08 0.1047265463836597 7.312860603682852e-05 1.581539350374437 0.0004331296061688084']
['59491.9795923066 1.6864470370461886 0.00042694423212675457 0.18561352086027988 0.0001299906298020106 3.692663668700521e-05 2.586081411077329e-08 0.10440760548390741 7.311972926363096e-05 1.5820394315622812 0.000433160330771287']
['59491.97962778681 1.6868845177243579 0.0004270003966650731 0.1857296639026142 0.00012999928957333536 3.694974261112176e-05 2.5862536917538764e-08 0.10447293594522047 7.312460038500114e-05 1.5824115817791373 0.00043321651161237594']
['59491.97966326701 1.686827309160523 0.00042695421702706045 0.18580149897451878 0.0001300045681669526 3.6964033744597984e-05 2.5863587060372214e-08 0.10451334317316681 7.312756959391084e-05 1.5823139659873562 0.0004331714959134575']
['59491.97969874722 1.6865092165198226 0.00042696757701619426 0.18586583685095215 0.0001300119816696334 3.697683335842599e-05 2.5865061929868806e-08 0.10454953322866058 7.313173968916879e-05 1.581959683291162 0.00043318536814283576']
['59491.97973422743 1.6863383840680002 0.00042692258962933666 0.18587093911835162 0.00013001315386433355 3.697784842227299e-05 2.5865295130594797e-08 0.10455240325407276 7.313239904868761e-05 1.5817859808139274 0.0004331411378828332']
['59491.979769707636 1.687158703341073 0.00042701661582389384 0.18577499133918685 0.00013000197318906374 3.695876021810704e-05 2.5863070805924427e-08 0.1044984326282926 7.312610991884835e-05 1.5826602707127806 0.00043323275284949827']
['59491.979805187846 1.6868131671283586 0.0004269942834744772 0.18591863468670677 0.0001300073832166325 3.698733715410712e-05 2.5864147096711717e-08 0.10457923201127256 7.312915305935577e-05 1.582233935117086 0.0004332112546403439']
['59491.97984066806 1.6865672356017916 0.0004269721618784121 0.185624358483033 0.00012999351038021602 3.6928792763545866e-05 2.5861387183598732e-08 0.10441370164670605 7.31213495888715e-05 1.5821535339550854 0.0004331881332456176']
['59491.97987614827 1.6859571936345914 0.0004268844479604456 0.18619894195792647 0.00013002001828654467 3.704310251385614e-05 2.586666076400276e-08 0.10473690485133363 7.313626028618137e-05 1.5812202887832578 0.0004331041958687799']
['59491.97991162847 1.686453381052236 0.00042696100974958586 0.18579146091454568 0.0001300039857128501 3.696203673601827e-05 2.5863471184810293e-08 0.10450769676443195 7.312724196347819e-05 1.581945684287804 0.00043317813583279']
['59491.97994710868 1.6858905051247137 0.00042687859019257916 0.18595269910650142 0.00013000665400821458 3.699411405509946e-05 2.58640020253064e-08 0.10459839324740705 7.31287428796207e-05 1.5812921118773067 0.0004330971528421281']
['59491.97998258889 1.6857503405581336 0.00042689342342063907 0.1858373440276788 0.00013000480435389683 3.697116489134274e-05 2.5863634048271794e-08 0.10453350601556932 7.312770244906695e-05 1.5812168345425643 0.0004331115974264281']
['59491.980018069095 1.6864258370891547 0.0004269342142474634 0.18575093883176266 0.00012999787242146083 3.695397512379415e-05 2.5862254984131336e-08 0.1044849030928665 7.312380323707172e-05 1.5819409339962882 0.0004331511443999114']
['59491.980053549305 1.6860472647680853 0.0004269148018989756 0.1857413070629286 0.00013000176172540338 3.6952058944268325e-05 2.586302873656589e-08 0.10447948522289734 7.31259909705394e-05 1.581567779545188 0.00043313238003624827']
['59491.980089029516 1.686766741467563 0.00042697461585145826 0.18564736209524801 0.00012999251761039945 3.6933369186787105e-05 2.5861189678319158e-08 0.104426641178577 7.312079115584969e-05 1.5823401002889859 0.000433190457744348']
['59491.98012450972 1.686700594177073 0.0004269619490111331 0.18584142768639886 0.0001300041014980129 3.697197730943174e-05 2.5863494219536534e-08 0.10453580307359936 7.312730709263225e-05 1.5821647911034735 0.0004331790726085524']
['59491.98015998993 1.6858461795079958 0.0004269253497041456 0.18589342158977407 0.00012999935074183293 3.698232116784775e-05 2.5862549086624703e-08 0.1045650496442479 7.312463479228102e-05 1.581281129863748 0.00043314254747543735']
['59491.98019547014 1.686705932375069 0.0004269699775397654 0.18585553892178636 0.00013000428482960228 3.697478465051306e-05 2.586353069219738e-08 0.10454374064350481 7.312741021665129e-05 1.5821621917315642 0.0004331870033199313']
['59491.98023095035 1.6865684751150634 0.0004269664202633048 0.18560274971277171 0.00012999487951088798 3.692449383529435e-05 2.5861659563491458e-08 0.10440154671343409 7.312211972487449e-05 1.5821669284016293 0.00043318260401996745']
['59491.98026643055 1.686459750096288 0.0004269485892467457 0.1857744384156486 0.00012999945923443938 3.695865021746421e-05 2.586257067054296e-08 0.10449812160880233 7.312469581937215e-05 1.5819616284874856 0.00043316546376467055']
['59491.980301910764 1.686597332280526 0.0004269594412739437 0.1860661389498422 0.00013001355314511652 3.701668219486353e-05 2.5865374564982663e-08 0.10466220315928623 7.313262364412804e-05 1.5819351291212398 0.00043317749841610177']
['59491.980337390974 1.6867135665575534 0.00042698499772706854 0.1859615222618427 0.00013000837499673294 3.699586936608225e-05 2.5864344405093527e-08 0.10460335627228651 7.312971093566228e-05 1.5821102102852669 0.00043320219633044137']
['59491.98037287118 1.6863485042717827 0.0004269199079645312 0.18560529047696328 0.00013002881026965424 3.6924999304269746e-05 2.5868409873467094e-08 0.10440297589329185 7.31412057766805e-05 1.581945528378491 0.00043313998175983535']
['59491.98040835139 1.6856529913741984 0.0004269532722411408 0.18608573910043238 0.00013000756689354027 3.702058152092825e-05 2.5864183638071472e-08 0.10467322824399321 7.31292563776164e-05 1.5809797631302052 0.000433170849452916']
['59491.9804438316 1.6861712231985049 0.00042691679901429245 0.18609991931213093 0.00013001047827548227 3.702340258441064e-05 2.5864762839105593e-08 0.10468120461307365 7.313089402995877e-05 1.5814900185854313 0.0004331351762928414']
['59491.98047931181 1.68634492687157 0.00042694325043312557 0.1859411913687726 0.00013001130297719365 3.699182466342028e-05 2.5864926908298023e-08 0.10459192014493458 7.313135792467143e-05 1.5817530067266354 0.0004331613263003854']
['59491.98051479201 1.685904934827883 0.00042692817798300147 0.18541884491932475 0.00012998891213914906 3.688790713912512e-05 2.5860472392604565e-08 0.10429810026712016 7.311876307827135e-05 1.5816068345607628 0.0004331443439201091']
['59491.98055027222 1.6862927299478343 0.0004269148934771682 0.18585461545497908 0.0001300014960261419 3.6974600932629106e-05 2.586297587737734e-08 0.10454322119342573 7.312584151470482e-05 1.5817495087544087 0.0004331324450671591']
['59491.98058575243 1.6860302161134055 0.0004269127390778165 0.18574667033503822 0.00013000043416026228 3.695312593335256e-05 2.5862764625872786e-08 0.10448250206345899 7.312524421514752e-05 1.5815477140499465 0.0004331302207517374']
['59491.98062123264 1.6861361361871223 0.0004269137981887462 0.18607196117123126 0.00013000406150485798 3.7017840489005835e-05 2.5863486263151168e-08 0.10466547815881758 7.312728459648262e-05 1.5814706580283047 0.0004331316091402202']
['59491.98065671285 1.6863591396653137 0.000426945702464099 0.18562517439166779 0.00012999438072045088 3.6928955083411294e-05 2.586156033228692e-08 0.10441416059531312 7.312183915525362e-05 1.5819449790700006 0.00043316213617306134']
['59491.98069219306 1.6859573963317793 0.0004269006447938916 0.1860319971523101 0.00013000599380972114 3.700988990005944e-05 2.586387068298933e-08 0.10464299839817444 7.312837151796813e-05 1.5813143979336048 0.00043311882809029487']
['59491.98072767326 1.6857720684115813 0.00042688359165169473 0.18563753052508253 0.0001299975579978752 3.6931413258049366e-05 2.5862192431546487e-08 0.10442111092035891 7.312362637380479e-05 1.5813509574912223 0.000433101218603119']
['59491.98076315347 1.6863163478177934 0.00042692922923197936 0.18581816009969326 0.00013000082130726367 3.696734837013422e-05 2.5862841646321506e-08 0.10452271505607745 7.312546198533581e-05 1.581793632761716 0.0004331465109673409']
['59491.98079863368 1.6865033740082391 0.0004269438148602213 0.18611133137428895 0.00013000988981842103 3.702567294203979e-05 2.5864645769292978e-08 0.10468762389803753 7.313056302286183e-05 1.5818157501102017 0.0004331617484213486']
['59491.98083411389 1.6870692567905516 0.00042701350059040074 0.18627340151459787 0.00013002144868107747 3.705791577198699e-05 2.5866945331953345e-08 0.10477878835196129 7.313706488310608e-05 1.5822904684385903 0.0004332315315696491']
['59491.980869594096 1.6854194849308275 0.0004268472951484923 0.18575987996586069 0.0001300049687013583 3.6955753905904835e-05 2.5863666744160394e-08 0.10448993248079663 7.312779489451404e-05 1.5809295524500309 0.0004330661470973207']
['59491.980905074306 1.6859583894768435 0.0004268962328895545 0.1858666646072104 0.00013000196864108624 3.697699803530121e-05 2.586306990113305e-08 0.10454999884155584 7.3126107360611e-05 1.5814083906352876 0.0004331140972457585']
['59491.98094055452 1.686572099348265 0.00042696157376560616 0.18575733567158276 0.00012999154578319577 3.6955247734641064e-05 2.5860996339440037e-08 0.10448850131526528 7.312024450304761e-05 1.5820835980329997 0.0004331775105295618']
['59491.98097603472 1.6867355573104872 0.00042696781406002414 0.18588109656123258 0.0001300064843962194 3.697986918132759e-05 2.5863968282072095e-08 0.10455811681569332 7.312864747287341e-05 1.582177440494794 0.00043318507975737935']
['59491.98101151493 1.6859592809748822 0.00042690697165709523 0.18579025742718394 0.00013000029409161458 3.6961797309815054e-05 2.586273676010072e-08 0.10450701980279095 7.312516542653319e-05 1.5814522611720914 0.00043312452282004275']
['59491.98104699514 1.6865996441663629 0.00042694882776234057 0.18596236619600992 0.00013000436681169934 3.69960372614502e-05 2.5863547002017368e-08 0.10460383098525558 7.312745633158087e-05 1.5819958131811074 0.00043316616488036557']
['59491.981082475344 1.6859406518072722 0.00042688764832718944 0.18580928955219064 0.00013000282228442362 3.696558363078051e-05 2.586323972807903e-08 0.10451772537310723 7.312658753498828e-05 1.5814229264341648 0.00043310571700086166']
['59491.981117955555 1.686913034239918 0.0004270051495322854 0.18574298038339063 0.00012999836226447472 3.695239184079696e-05 2.5862352435302586e-08 0.10448042646565722 7.312407877376702e-05 1.5824326077742608 0.00043322110823873933']
['59491.981153435765 1.6862467904693745 0.00042692168345631625 0.18586560923056747 0.00013000835833493633 3.697678807478928e-05 2.5864341090334408e-08 0.10454940519219419 7.312970156340168e-05 1.5816973852771803 0.00043313978927815816']
['59491.981188915976 1.6861980385114101 0.0004269225887354015 0.18576674389196493 0.00012999969441492826 3.6957119440615464e-05 2.5862617458214614e-08 0.10449379343923026 7.312482810839715e-05 1.5817042450721799 0.0004331398587736061']
['59491.98122439618 1.6860739632481634 0.00042690039869401744 0.18583610012864432 0.00012999625492926634 3.6970917425492685e-05 2.5861933194283628e-08 0.10453280632236242 7.312289339771232e-05 1.5815411569258009 0.0004331176606234895']
['59491.98125987639 1.6860342413238805 0.0004268335329304447 0.18574614600722578 0.0001299759937123419 3.695302162164863e-05 2.5857902353250403e-08 0.1044822071290645 7.311149646319232e-05 1.581552034194816 0.0004330498305610711']
['59491.9812953566 1.6867280113930425 0.00042691587384411067 0.18574634152107364 0.00012998223834029453 3.695306051789279e-05 2.585914468250844e-08 0.10448231710560392 7.311500906641568e-05 1.5822456942874386 0.00043313158265227285']
['59491.9813308368 1.6867337099777484 0.00042690607373163 0.1858265407181019 0.0001299830894843157 3.69690156411916e-05 2.5859314012231256e-08 0.10452742915393232 7.311548783492759e-05 1.582206280823816 0.0004331220040015231']
['59491.98136631701 1.6858103381996918 0.0004268151685324236 0.18557531888621404 0.00012997975068840378 3.6919036645744656e-05 2.585864977988956e-08 0.10438611687349539 7.311360976222712e-05 1.5814242213261964 0.0004330320865961602']
['59491.981401797224 1.6873707688464743 0.00042697023158824824 0.18592597339290193 0.00012998050902020736 3.698879714331569e-05 2.585880064520836e-08 0.10458336003350732 7.311403632386664e-05 1.582787408812967 0.0004331849962430486']
['59491.98143727743 1.6868221494570101 0.0004269482054056557 0.18573897831365244 0.00012997314549952809 3.695159565432017e-05 2.5857335719315032e-08 0.1044781753014295 7.310989434348454e-05 1.5823439741555807 0.00043316258696940284']
['59491.98147275764 1.686307940457897 0.00042688463922619003 0.1854864617912645 0.00013004754181196955 3.690135908838215e-05 2.5872136395406116e-08 0.10433613475758627 7.315174226923287e-05 1.5819718057003107 0.0004331069990248353']
['59491.98150823785 1.6870033433323544 0.00042692996081756444 0.18610157158222737 0.00012998606979579107 3.7023731293102105e-05 2.5859906926360327e-08 0.1046821340150029 7.311716426013247e-05 1.5823212093173515 0.0004331458312775621']
['59491.98154371806 1.685726568841364 0.0004268023355446806 0.18574777473609508 0.00012998243631370837 3.695334564696176e-05 2.5859184068067706e-08 0.10448312328905349 7.311512042646095e-05 1.5812434455523106 0.0004330196929255874']
['59491.98157919826 1.6861162070630007 0.0004268596037432653 0.18566944106216643 0.0001299811271725631 3.6937761657691394e-05 2.5858923622712115e-08 0.10443906059746862 7.311438403456674e-05 1.5816771464655321 0.0004330760146447868']
['59491.98161467847 1.6859661640200403 0.00042684053176529884 0.1857914570345796 0.00012998583767745572 3.696203596412354e-05 2.5859860747884763e-08 0.10450769458195101 7.311703369356883e-05 1.5814584694380893 0.00043305766379759354']
['59491.98165015868 1.6855346667931397 0.00042680564296656805 0.18549075392260478 0.00013004772182018584 3.690221298078116e-05 2.5872172206902892e-08 0.10433854908146518 7.315184352385453e-05 1.5811961177116745 0.00043302915499888003']
['59491.981685638886 1.6859994841189325 0.0004268558861782424 0.1857642243455529 0.0001299827651953199 3.695661819278319e-05 2.5859249496985415e-08 0.1044923761943735 7.311530542236744e-05 1.581507107924559 0.0004330725059987285']
['59491.9817211191 1.6854693706401989 0.00042677363831481087 0.1857135355984225 0.00012997242857371152 3.6946533986952016e-05 2.585719309145561e-08 0.10446386377411265 7.310949107271272e-05 1.5810055068660862 0.00043299045722206404']
['59491.98175659931 1.6859544515140694 0.0004268119738840401 0.1857689260693077 0.00012997723519737718 3.6957553571003976e-05 2.5858149338850574e-08 0.10449502091398559 7.311219479852466e-05 1.5814594306000838 0.00043302869890926164']
['59491.98179207951 1.68612738615215 0.0004268692868165076 0.18597436028116776 0.0001299864051962057 3.6998423408876117e-05 2.5859973652152708e-08 0.10461057765815686 7.311735292286571e-05 1.581516808493993 0.00043308605995307756']
['59491.98182755972 1.6866479030029315 0.0004269002629334795 0.18562012690664387 0.00012998224271421478 3.692795091817162e-05 2.5859145552672226e-08 0.10441132138498717 7.31150115267458e-05 1.5822365816179444 0.00043311619619131086']
['59491.98186303993 1.686196396222947 0.0004268652961528949 0.18639667996230558 0.00012999290243005074 3.708244123989871e-05 2.5861266235756286e-08 0.10484813247879687 7.312100761690353e-05 1.58134826374415 0.00043308274361213004']
['59491.98189852014 1.6862715223112796 0.0004268750919409089 0.1858262157815399 0.00012998037514129433 3.6968950997116555e-05 2.585877401084488e-08 0.10452724637711618 7.311396101697805e-05 1.5817442759341636 0.00043309120911783885']
['59491.981934000345 1.6858683898721836 0.0004268162188078383 0.18537336276689056 0.0001299656921002507 3.687885875239717e-05 2.585585291264274e-08 0.10427251655637593 7.310570180639101e-05 1.5815958733158078 0.0004330317866785595']
['59491.981969480556 1.6858569267674963 0.0004268148799794822 0.1860571207616924 0.00012999804730122501 3.7014888083336316e-05 2.586228977535498e-08 0.10465713042845197 7.312390160693906e-05 1.5811997963390443 0.0004330335399921363']
['59491.982004960766 1.6859135188782153 0.0004268196954005872 0.18572330195613443 0.00012997986220828858 3.6948476942084336e-05 2.5858671966065708e-08 0.10446935735032561 7.311367249216233e-05 1.5814441615278896 0.00043303655906533025']
['59491.98204044097 1.6854515595440454 0.0004267988517204602 0.18566078576006267 0.00012998574391228515 3.693603974004918e-05 2.585984209389678e-08 0.10443419199003524 7.311698095066039e-05 1.58101736755401 0.0004330165732777934']
['59491.98207592118 1.686933779777441 0.0004269064898492218 0.18606148739999911 0.00012999320548599962 3.701575679842532e-05 2.5861326526821658e-08 0.10465958666249948 7.312117808587479e-05 1.5822741931149416 0.00043312337475602715']
['59491.98211140139 1.6859166111767865 0.0004268343778679703 0.186032169620699 0.000129986249005844 3.700992421155521e-05 2.585994257906755e-08 0.10464309541164318 7.311726506578724e-05 1.5812735157651434 0.0004330516373143483']
['59491.9821468816 1.6861562735385893 0.000426854609606806 0.18576879513196431 0.0001299810493150542 3.695752752184718e-05 2.5858908133452864e-08 0.10449494726172992 7.311434023971798e-05 1.5816613262768593 0.00043307108480163857']
['59491.982182361804 1.6860351170764125 0.0004268615508126953 0.1854124623600683 0.0001299643467604747 3.6886637369306075e-05 2.585558526579838e-08 0.10429451007753843 7.310494505276702e-05 1.5817406069988742 0.0004330763403297245']
['59491.982217842015 1.685494458829329 0.0004267653079164946 0.18604322264769207 0.00012999227149222407 3.701212314140781e-05 2.5861140714663913e-08 0.10464931273932679 7.312065271437604e-05 1.5808451460900022 0.0004329841312270426']
['59491.982253322225 1.6865884960097832 0.00042688300766344006 0.18598670005753704 0.00012998786257920706 3.700087832938339e-05 2.5860263589288513e-08 0.10461751878236457 7.311817270080396e-05 1.5819709772274186 0.00043309972224753185']
['59491.98228880243 1.6859758242383207 0.0004268540405731909 0.18590515689049367 0.0001299830351640839 3.698465583174549e-05 2.5859303205564504e-08 0.10457165075090268 7.311545727979719e-05 1.581404173487418 0.0004330707125249792']
['59491.98232428264 1.6863174461115664 0.00042687400297534945 0.18575420335596488 0.00012998868125669113 3.695462458024868e-05 2.5860426459998998e-08 0.10448673938773023 7.311863320688875e-05 1.5818307067238362 0.0004330909245623166']
['59491.98235976285 1.686545942246802 0.0004268753743292946 0.1858989638353088 0.0001299834080974661 3.69834237625636e-05 2.585937739830353e-08 0.1045681671573612 7.311566705482467e-05 1.5819777750894408 0.0004330917754675646']
['59491.98239524305 1.6863529182379189 0.0004268511947091167 0.18582950303687082 0.00012998129502238222 3.6969604975785455e-05 2.5858957015372625e-08 0.10452909545823982 7.311447845008999e-05 1.581823822779679 0.0004330677422570618']
['59491.98243072326 1.686080047025806 0.00042687937356950353 0.18614336289472821 0.00013002313731442624 3.703204541055561e-05 2.5867281274884002e-08 0.10470564162828461 7.313801473936476e-05 1.5813744053975214 0.0004330994906243914']
['59491.98246620347 1.6861693113847045 0.00042684807573727465 0.18571203143996395 0.00012997538985652464 3.6946234744134675e-05 2.585778221995261e-08 0.10446301768497972 7.31111567942951e-05 1.5817062936997248 0.0004330641072732929']
['59491.982501683684 1.6868726812207857 0.00042691922635566283 0.18572052919923301 0.00012998122453920048 3.694792531962577e-05 2.5858942993189152e-08 0.10446779767456855 7.311443880330026e-05 1.5824048835462172 0.00043313479079108756']
['59491.98253716389 1.68625043577849 0.0004268626855511313 0.18625023849492753 0.00012999754972574997 3.705330763564015e-05 2.586219078585946e-08 0.10476575915339673 7.312362172073435e-05 1.5814846766250932 0.00043308061186051844']
['59491.9825726441 1.6864091389196183 0.0004268684644033785 0.18590482294335609 0.0001299840877598145 3.698458939507339e-05 2.5859512612831508e-08 0.10457146290563779 7.311604936489566e-05 1.5818376760139805 0.00043308502926888185']
['59491.98260812431 1.6861102102771675 0.00042685729447242295 0.18564950356848786 0.000129977476474878 3.693379521935163e-05 2.5858197339484217e-08 0.10442784575727442 7.311233051711887e-05 1.581682364519893 0.00043307339183787456']
['59491.98264360451 1.6859169297465675 0.00042682363823106484 0.18589089558140956 0.00012998924802994435 3.698181863445087e-05 2.5860539215955078e-08 0.10456362876454287 7.31189520168437e-05 1.5813533009820246 0.0004330413367068373']
['59491.98267908472 1.6864212193101653 0.00042685263696965885 0.18611386645469316 0.00012998661737744608 3.7026177280261625e-05 2.5860015864269257e-08 0.1046890498807649 7.311747227481343e-05 1.5817321694294004 0.00043306966926790136']
['59491.98271456493 1.6856651429149259 0.0004268097644640605 0.18587053755314742 0.00012998282414284897 3.6977768533413967e-05 2.5859261224223707e-08 0.10455217737364542 7.311533858035254e-05 1.5811129655412803 0.0004330270520159063']
['59491.982750045136 1.6865688426802032 0.0004268779170030189 0.18582551538158892 0.00012997900662325342 3.6968811656973636e-05 2.585850175283123e-08 0.10452685240214377 7.311319122558004e-05 1.5820419902780594 0.0004330938636785616']
['59491.982785525346 1.6864385482961044 0.00042686685182928054 0.18559059457023108 0.00012997533301013593 3.6922075646520186e-05 2.585777091072291e-08 0.10439470944575498 7.311112481820145e-05 1.5820438388503495 0.0004330826084742073']
['59491.98282100556 1.6865667998086815 0.0004269086515039435 0.18604108676244752 0.0001299883764425927 3.701169822053962e-05 2.5860365819160883e-08 0.10464811130387672 7.311846174895838e-05 1.5819186885048049 0.0004331250468137918']
['59491.98285648577 1.6860120340729328 0.00042681997701166454 0.18578857840370164 0.00012997894080291964 3.696146327870658e-05 2.5858488658291884e-08 0.10450607535208216 7.311315420164229e-05 1.5815059587208506 0.00043303674912592696']
['59491.98289196597 1.6866727247037725 0.000426911680444704 0.1858107951199389 0.00012998581059550386 3.696588315396712e-05 2.5859855360101626e-08 0.10451857225496562 7.311701845997091e-05 1.582154152448807 0.00043312778863586755']
['59491.98292744618 1.685728575474075 0.00042679016354257285 0.18597660612859876 0.00012999165516666596 3.699887020602621e-05 2.5861018100590005e-08 0.10461184094733679 7.31203060312496e-05 1.581116734526738 0.00043300857133641093']
['59491.98296292639 1.686166315675822 0.00042684125643411696 0.18572046803568004 0.00012998061991919286 3.694791315152353e-05 2.585882270786052e-08 0.10446776327007001 7.311409870454598e-05 1.581698552405752 0.00043305788253261674']
['59491.982998406595 1.6859374032210575 0.000426905036623919 0.1859450027653558 0.00012998935553704087 3.699258291667816e-05 2.586056060381236e-08 0.10459406405551264 7.311901248958549e-05 1.581343339165545 0.0004331215767914614']
['59491.983033886805 1.6865032998556204 0.00042686893167957193 0.18561531386463107 0.00012998258038284972 3.692699339388706e-05 2.5859212729712698e-08 0.10440861404885496 7.311520146535297e-05 1.5820946858067655 0.00043308534669113223']
['59491.983069367016 1.6863408067153771 0.0004268662398271066 0.18607637754391881 0.00012999296408485104 3.701871909843554e-05 2.5861278501589077e-08 0.10466796236845433 7.312104229772871e-05 1.5816728443469228 0.00043308367959418547']
['59491.98310484722 1.6859958857619026 0.00042684959951527134 0.18570190509178927 0.00012997672569047632 3.6944220171175336e-05 2.585804797567331e-08 0.10445732161413146 7.311190820089292e-05 1.5815385641477713 0.00043306573603452315']
['59491.98314032743 1.6866523998220742 0.00042690474368346846 0.18571619851943696 0.00013000465020201175 3.6947063758255156e-05 2.5863603380728675e-08 0.10446536166718327 7.312761573863161e-05 1.5821870381548908 0.0004331227405286692']
['59491.98317580764 1.6860447305132635 0.0004268293162535567 0.18602115029248306 0.00012998734374701835 3.7007731985861315e-05 2.5860160370904176e-08 0.10463689703952173 7.311788085769782e-05 1.5814078334737418 0.00043304675234274553']
['59491.98321128785 1.6864808843482395 0.0004269263128177163 0.18561690033151476 0.00012997280674343059 3.69273090114453e-05 2.5857268325930758e-08 0.10440950643647705 7.310970379317971e-05 1.5820713779117626 0.00043314097631701507']
['59491.98324676805 1.6865033826415985 0.0004268754134534335 0.1859268057789018 0.0001300458965545791 3.698896274124874e-05 2.5871809081848182e-08 0.10458382825063225 7.315081681195075e-05 1.5819195543909663 0.0004330977494876825']
['59491.983282248264 1.686651631742043 0.0004268899969081852 0.18567064493448665 0.0001299797597337976 3.693800116047966e-05 2.5858651579413485e-08 0.10443973777564874 7.311361485026115e-05 1.5822118939663943 0.00043310584172548714']
['59491.983317728475 1.6858080708571481 0.00042685082336124577 0.18561609200299173 0.0001299742628925043 3.6927148199595195e-05 2.5857558017584457e-08 0.10440905175168283 7.311052287703366e-05 1.5813990191054652 0.0004330667084405435']
['59491.98335320868 1.6867352424559237 0.0004269094660504942 0.1858007799498737 0.0001299792887572778 3.69638906991899e-05 2.5858557881611977e-08 0.10451293872180396 7.311334992596876e-05 1.5822223037341197 0.00043312498674275907']
['59491.98338868889 1.6862209834434276 0.0004268586847334216 0.18560021569316115 0.0001299717024628871 3.6923989708110705e-05 2.5857048636296934e-08 0.10440012132740314 7.310908263537399e-05 1.5818208621160246 0.0004330742138434619']
['59491.9834241691 1.6861940808419464 0.0004268397130317296 0.18586639588186785 0.00012998056286317013 3.697694457409296e-05 2.585881135692546e-08 0.10454984768355066 7.31140666105332e-05 1.5816442331583958 0.00043305635586761545']
['59491.9834596493 1.6866814320276164 0.0004268794702284236 0.1858132169897856 0.00012998587160751473 3.6966364969664155e-05 2.5859867498055524e-08 0.10451993455675439 7.311705277922703e-05 1.582161497470862 0.0004330960465181134']
['59491.98349512951 1.6857040854502907 0.0004268203394402317 0.18606894744472097 0.00012998645938042165 3.701724092716679e-05 2.5859984431759966e-08 0.10466378293765555 7.311738340148718e-05 1.5810403025126352 0.0004330378204214439']
['59491.98353060972 1.685666543987992 0.00042679870567345954 0.18552039798774023 0.00012997708779034466 3.690811048015571e-05 2.5858120013153235e-08 0.10435522386810386 7.311211188206886e-05 1.5813113201198883 0.0004330156071880048']
['59491.98356608993 1.6857262719834074 0.00042681722030099534 0.18586552439981946 0.00012998100611301186 3.6976771198248185e-05 2.5858899538679627e-08 0.10454935747489844 7.311431593856916e-05 1.581176914508509 0.0004330342281398011']
['59491.98360157014 1.6861996582424723 0.0004268589925912112 0.18586218606436022 0.00012997966429958912 3.697610705751064e-05 2.5858632593380956e-08 0.10454747966120262 7.311356116851887e-05 1.5816521785812696 0.00043307527334486144']
['59491.98363705035 1.6865324853373058 0.00042686328639893927 0.18585624064698492 0.00012998878684433347 3.697492425430561e-05 2.5860447465993007e-08 0.10454413536392901 7.311869259993757e-05 1.581988349973377 0.0004330803718512616']
['59491.98367253056 1.6863714885992573 0.0004268774457971492 0.18567070006151493 0.00012997319564866624 3.6938012127653466e-05 2.5857345696169066e-08 0.10443976878460214 7.310992255237475e-05 1.5819317198146552 0.0004330928474425689']
['59491.98370801076 1.6859355610786735 0.0004268200498635794 0.18577390145998796 0.0001299788136768464 3.695854339352969e-05 2.5858463367363196e-08 0.10449781957124321 7.31130826932261e-05 1.5814377415074303 0.00043303680885861765']
['59491.98374349097 1.686164669310127 0.0004268643499231812 0.18547273378470014 0.00012997546641957132 3.6898627988252753e-05 2.585779745168678e-08 0.10432841275389382 7.311119986100886e-05 1.5818362565562332 0.0004330801551450452']
['59491.98377897118 1.6861359719539433 0.00042684868365154674 0.18596366610820012 0.0001299875918683811 3.699629587076352e-05 2.586020973308089e-08 0.10460456218586256 7.311802042596436e-05 1.5815314097680808 0.0004330658652515457']
['59491.98381445139 1.6861916140005742 0.0004268574971329125 0.186147297093891 0.00012999499327441183 3.703282809461044e-05 2.5861682196025415e-08 0.10470785461531368 7.312218371685665e-05 1.5814837593852604 0.00043307525513482776']
['59491.983849931596 1.6860747072174673 0.00042684740568144417 0.1853819544269747 0.00012997347933043767 3.688056800886186e-05 2.58574021328643e-08 0.10427734936517324 7.311008212337118e-05 1.5817973578522941 0.00043306326540710593']
['59491.983885411806 1.6860085687818969 0.0004268349473222564 0.1856113288143585 0.00012996936002445796 3.6926200593325376e-05 2.585658262297833e-08 0.10440637245807666 7.31077650137576e-05 1.5816021963238203 0.00043305059468946606']
['59491.98392089202 1.6858881246059636 0.00042682335351676415 0.18594370335989877 0.00012998513785600146 3.699232440817619e-05 2.5859721522830102e-08 0.10459333313994304 7.311664004400081e-05 1.5812947914660205 0.00043304066571007']
['59491.98395637222 1.6863301628422414 0.00042687418956345406 0.18593220524304271 0.00012998807979404647 3.699003693050883e-05 2.586030680280777e-08 0.10458686544921152 7.311829488415113e-05 1.5817432973930299 0.00043309105135320145']
['59491.98399185243 1.6857902942218574 0.00042682912984403883 0.18584654304535042 0.0001299847893455359 3.6972994977760275e-05 2.5859652188875962e-08 0.1045386804630096 7.311644400686395e-05 1.581251613758848 0.00043304632600638495']
['59491.98402733264 1.6861768429645512 0.0004268546846250066 0.1859586143652834 0.0001299876010685509 3.699529085844299e-05 2.5860211563396513e-08 0.10460172058047192 7.311802560105987e-05 1.5815751223840793 0.00043307178094873725']
['59491.984062812844 1.6866160331772364 0.00042686663517239236 0.18580853889441018 0.00012997002644573872 3.696543429216009e-05 2.58567152032796e-08 0.10451730312810573 7.310813987572803e-05 1.5820987300491307 0.00043308189103158']
['59491.984098293055 1.6859976241148127 0.0004268554980171695 0.18581845664955737 0.00012997989292951593 3.6967407366855154e-05 2.5858678077859695e-08 0.10452288186537602 7.31136897728527e-05 1.5814747422494366 0.00043307185064338547']
['59491.984133773265 1.685953589782612 0.0004268391580697667 0.1858806261947255 0.00012998418302686155 3.697977560488426e-05 2.5859531565608322e-08 0.1045578522345331 7.311610295260962e-05 1.5813957375480787 0.0004330561526784764']
['59491.984169253476 1.6859139861051493 0.0004268301381177487 0.1857196789692817 0.00012998394868238156 3.694775617175138e-05 2.585948494425535e-08 0.10446731942022096 7.311597113383963e-05 1.5814466666849283 0.00043304723996402623']
['59491.98420473368 1.6862280100119413 0.00042687702852978366 0.1859273963631524 0.00012998087935462219 3.6989080234252233e-05 2.585887432089926e-08 0.10458416045427321 7.311424463697498e-05 1.5816438495576681 0.0004330931657914416']
['59491.98424021389 1.6856487958829467 0.0004268030907286018 0.18539686242435974 0.0001299754951731125 3.688353386070615e-05 2.5857803172022048e-08 0.10428573511370234 7.311121603487578e-05 1.5813630607692444 0.00043301977803050215']
['59491.9842756941 1.6856821371512272 0.00042682117731238306 0.1858704434026745 0.0001299834618656141 3.697774980277252e-05 2.58593880951367e-08 0.10455212441400441 7.311569729940793e-05 1.5811300127372228 0.00043303836157309136']
['59491.9843111743 1.68597580357228 0.0004268326223934594 0.18585713718207567 0.00012997438208458783 3.69751026142948e-05 2.5857581730096046e-08 0.10454463966491756 7.311058992258066e-05 1.5814311639073626 0.0004330487800445872']
['59491.98434665451 1.685572226709412 0.000426806251825074 0.18556243919242665 0.00012997627152366788 3.691647431207994e-05 2.5857957622057623e-08 0.10437887204573998 7.311165273206318e-05 1.581193354663672 0.0004330229674765327']
['59491.984382134724 1.6855056859566706 0.0004268026225162985 0.1852261995357585 0.00012996570061195317 3.684958155780212e-05 2.5855854605992143e-08 0.10418973723886416 7.310570659422366e-05 1.5813159487178066 0.00043301838635724315']
['59491.98441761493 1.6864189610342721 0.0004268707915660976 0.18564140654649408 0.00012997982260696194 3.693218436800834e-05 2.58586640876321e-08 0.10442329118240291 7.311365021641609e-05 1.5819956698518691 0.00043308691799710965']
['59491.98445309514 1.685348647138804 0.00042682047558963995 0.18548582677216188 0.00012996427351528357 3.690123275534572e-05 2.5855570694130598e-08 0.10433577755934105 7.310490385234701e-05 1.581012869579463 0.00043303584764985375']
['59491.98448857535 1.6862804126717583 0.0004269000132070004 0.1857867450949112 0.00012997362689335355 3.696109855351132e-05 2.585743148957365e-08 0.10450504411588754 7.311016512751137e-05 1.5817753685558709 0.00043311513194658655']
['59491.98452405556 1.685702919177281 0.00042683040116296716 0.18526876219605484 0.00012996205629233645 3.685804913002375e-05 2.5855129591640632e-08 0.10421367873528085 7.310365666443925e-05 1.5814892404420002 0.00043304542022131083']
['59491.98455953576 1.6860721355397532 0.0004268581288873511 0.1856025700519448 0.00012997303811287467 3.692445809290849e-05 2.585731435541914e-08 0.10440144565421894 7.3109833938492e-05 1.5816706898855344 0.00043307379280640426']
['59491.98459501597 1.6859010582361909 0.00042682861825683405 0.1857373910902693 0.00012998160821828188 3.6951279886261146e-05 2.585901932371711e-08 0.10447728248827647 7.311465462278356e-05 1.5814237757479144 0.00043304551964389043']
['59491.98463049618 1.6860360848497808 0.0004268356476383194 0.18558901034355138 0.0001299834651284625 3.692176047463637e-05 2.5859388744259764e-08 0.10439381831824765 7.311569913476016e-05 1.5816422665315333 0.000433052624463573']
['59491.984665976386 1.685676912216398 0.0004268048899983708 0.1857173233667138 0.00012998226681466157 3.694728753951057e-05 2.5859150347303773e-08 0.1044659943937765 7.311502508324713e-05 1.5812109178226215 0.00043302219460374694']
['59491.9847014566 1.6861037720054624 0.0004268414784421023 0.1858370450349661 0.0001299872104034221 3.697110540863252e-05 2.5860133843038585e-08 0.10453333783216842 7.311780585192493e-05 1.581570434173294 0.00043305872725444465']
['59491.98473693681 1.6866954056255228 0.00042690621438335147 0.1857244986100622 0.00012998071464510283 3.694871500881906e-05 2.5858841552981535e-08 0.10447003046815999 7.311415198787033e-05 1.5822253751573627 0.00043312191713191963']
['59491.98477241701 1.6853351273864812 0.00042680850114188085 0.18574562463756977 0.0001299837566708846 3.695291789845121e-05 2.5859446744781764e-08 0.104481913858633 7.311586312737259e-05 1.5808532135278481 0.00043302589540100206']
['59491.98480789722 1.6853539245329574 0.00042679910290915847 0.18568663086703754 0.00012997841217078095 3.694118146071142e-05 2.5858383490269448e-08 0.1044487298627086 7.311285684606428e-05 1.5809051946702488 0.0004330161245037597']
['59491.98484337743 1.685671618799871 0.000426799195404616 0.18571663584471715 0.00012997229905193448 3.694715076135526e-05 2.5857167323916792e-08 0.10446560766265339 7.310941821671314e-05 1.5812060111372177 0.0004330156350872493']
['59491.98487885764 1.6859731091171786 0.0004268170168158458 0.1857728004911055 0.00012998369845864568 3.69583243627299e-05 2.5859435163824794e-08 0.10449720027624683 7.311583038298818e-05 1.5814759088409318 0.00043303428328040255']
['59491.984914337845 1.6865631027902885 0.00042687063944272814 0.18637111133133843 0.00012999823118258676 3.7077354522390575e-05 2.5862326357389563e-08 0.10483375012387787 7.312400504020506e-05 1.5817293526664107 0.0004330885162774044']
['59491.984949818056 1.6854576066995088 0.00042682230700090857 0.1859336633565934 0.00012999329928230682 3.699032701298281e-05 2.5861345187004076e-08 0.10458768563808378 7.312123084629758e-05 1.580869921061425 0.000433040409377757']
['59491.984985298266 1.6860013127734614 0.00042684138311726715 0.18608531920453858 0.00012998392501404195 3.7020497985294394e-05 2.5859480235588795e-08 0.10467299205255294 7.311595782039859e-05 1.5813283207209086 0.00043305832127954306']
['59491.98502077847 1.6860871523332095 0.0004268306229651759 0.18582375052521974 0.00013003599185829615 3.696846054995488e-05 2.586983860513161e-08 0.1045258596704361 7.314524542029158e-05 1.5815612926627733 0.000433052661495614']
['59491.98505625868 1.6853224007422587 0.00042679858929031136 0.18565499660618184 0.00012997607745024873 3.6934888024478613e-05 2.5857919012377646e-08 0.10443093559097727 7.311154356576491e-05 1.5808914651512813 0.00043301539651930234']
['59491.98509173889 1.6863263061624012 0.0004268667804087067 0.1856309669449943 0.00012998149503520512 3.6930107475280093e-05 2.5858996806659432e-08 0.1044174189065593 7.311459095730287e-05 1.581908887255842 0.00043308312323080513']
['59491.9851272191 1.6853914843258115 0.0004268010248537996 0.18597339551838013 0.00013001208167136622 3.6998231475417915e-05 2.5865081824581422e-08 0.10461003497908881 7.31317959401435e-05 1.5807814493467227 0.0004330212170248526']
['59491.985162699304 1.6855492914935515 0.0004268496168422407 0.1857529644359299 0.0001299828695507494 3.69543781049391e-05 2.5859270257838467e-08 0.10448604249521057 7.311536412229653e-05 1.581063248998341 0.0004330663365687798']
['59491.985198179515 1.6858188552235789 0.0004268326313220295 0.18596609072938966 0.00012997755142487444 3.699677823382282e-05 2.585821225031224e-08 0.10460592603528168 7.311237267649187e-05 1.5812129291882973 0.00043304908982663134']
['59491.985233659725 1.6866545604211605 0.00042688835611190656 0.1858696795459463 0.00012998566124642732 3.6977597838304884e-05 2.5859825648046907e-08 0.10455169474459479 7.311693445111536e-05 1.5821028656765657 0.00043310478488173585']
['59491.98526913993 1.686277521386561 0.00042685636719277275 0.18593959516592776 0.00012999046944791662 3.699150710895411e-05 2.586078220933991e-08 0.10459102228083436 7.311963906445309e-05 1.5816864991057267 0.00043307371177425116']
['59491.98530462014 1.685379546622522 0.0004267851922558817 0.18608695763938024 0.00012998685075960855 3.7020823941549375e-05 2.586006229417524e-08 0.10467391367215138 7.311760355227981e-05 1.5807056329503708 0.0004330032150898169']
['59491.98534010035 1.6863137333861764 0.000426828854818061 0.1857157690722518 0.0001299773846494907 3.694697832245226e-05 2.5858179071403855e-08 0.10446512010314161 7.311227886533852e-05 1.5818486132830347 0.0004330453516967714']
['59491.98537558055 1.6858882006873324 0.0004268471262272551 0.18557453176764738 0.00012997785703696186 3.69188800534813e-05 2.5858273049905216e-08 0.10438567411930165 7.311254458329105e-05 1.5815025265680307 0.0004330634056854839']
['59491.98541106076 1.6864499905656878 0.00042688928423260155 0.18579039240810324 0.000129977724926948 3.6961824163415717e-05 2.5858246767453045e-08 0.10450709572955806 7.311247027140825e-05 1.5819428948361298 0.00043310494606020193']
['59491.98544654097 1.6858153191359255 0.0004268038755028356 0.18585608809913545 0.00012999329482133676 3.697489390587523e-05 2.586134429952228e-08 0.10454404955576369 7.312122833700193e-05 1.5812712695801618 0.00043302224212822136']
['59491.985482021184 1.685605138888615 0.0004268131536839815 0.18562605056974624 0.00012997508224912873 3.692912939350156e-05 2.5857721023405624e-08 0.10441465344548226 7.31109837651349e-05 1.581190485443133 0.00043302965730394476']
['59491.98551750139 1.6864856416895724 0.00042689282334677504 0.1858729015202488 0.0001299760440973769 3.697823882972583e-05 2.585791237703462e-08 0.10455350710513994 7.311152480477449e-05 1.5819321345844324 0.00043310827478156087']
['59491.9855529816 1.6857100024448077 0.00042682183214008375 0.18597297508984986 0.00012998263641539782 3.6998147833819405e-05 2.5859223877033953e-08 0.10460979848804054 7.311523298366127e-05 1.5811002039567672 0.0004330389286030448']
['59491.98558846181 1.686522749962742 0.00042686167511711527 0.18614052614911689 0.00012998611347520526 3.703148105794769e-05 2.585991561610368e-08 0.10470404595887825 7.311718882980296e-05 1.5818187040038638 0.0004330785298143545']
['59491.98562394201 1.6863490545511728 0.0004268794355604946 0.18548896996969083 0.00012997135812577764 3.690185807462553e-05 2.585698013260561e-08 0.10433754560795108 7.310888894574992e-05 1.5820115089432216 0.00043309463417055686']
['59491.98565942222 1.6865600558954845 0.000426892860665134 0.18569175596657636 0.00012997980687120202 3.694220106686822e-05 2.585866095710213e-08 0.1044516127311992 7.311364136505113e-05 1.5821084431642853 0.00043310866885865816']
['59491.98569490243 1.6862740285664655 0.0004268504132147671 0.18623505079770497 0.0001299965314933836 3.7050286139281214e-05 2.586198821496656e-08 0.10475721607370904 7.312304896502828e-05 1.5815168124927563 0.0004330684190189344']
['59491.985730382636 1.6851489181427939 0.0004267790092201764 0.18558402627772996 0.00012996901636922525 3.6920768926246154e-05 2.5856514254942073e-08 0.1043910147812231 7.31075717076892e-05 1.5807579033615708 0.0004329954269411518']
['59491.985765862846 1.6858565560192067 0.0004268319915121586 0.1856065774947661 0.0001299815698860348 3.69252553483262e-05 2.585901169775886e-08 0.10440369984080593 7.311463306089458e-05 1.5814528561784007 0.00043304884083191435']
['59491.98580134306 1.6861047932329691 0.0004268420381022308 0.18597700235221798 0.0001299946315693197 3.6998949032210674e-05 2.5861610237083723e-08 0.10461206382312262 7.312198025774234e-05 1.5814927294098464 0.0004330599837067377']
['59491.98583682327 1.6858887238791305 0.0004268289352138064 0.18582032929039263 0.00012998263372896671 3.696777991691211e-05 2.5859223342585465e-08 0.10452393522584584 7.311523147254378e-05 1.5813647886532847 0.0004330459294451749']
['59491.98587230347 1.6862283926977573 0.00042688161123746553 0.18590345850389012 0.00012998219622035935 3.698431794846645e-05 2.5859136303013583e-08 0.10457069540843819 7.311498537395213e-05 1.581657697289319 0.000433097807774327']
['59491.98590778368 1.6864173803227458 0.0004268748225083421 0.1861066657871651 0.0001299922921490215 3.7024744752973305e-05 2.5861144824203188e-08 0.10468499950528036 7.31206643338246e-05 1.5817323808174655 0.00043309207524976534']
['59491.98594326389 1.6868410356057817 0.0004269052848906223 0.18592575861806376 0.00012999088081109685 3.698875441521926e-05 2.5860864047444336e-08 0.10458323922266086 7.311987045624197e-05 1.5822577963831208 0.000433121966336367']
['59491.985978744095 1.6863504517220615 0.00042688780649006476 0.1858631594093818 0.00012999108301637612 3.697630069835004e-05 2.586090427490648e-08 0.10454802716777727 7.311998419671157e-05 1.5818024245542843 0.0004331047580191498']
['59491.986014224305 1.6858569221846094 0.00042686107274443694 0.18570492557150992 0.00012997766106745447 3.69448210765229e-05 2.585823406301047e-08 0.10445902063397432 7.311243435044313e-05 1.581397901550635 0.00043307713340833334']
['59491.986049704516 1.6853975253075406 0.0004268012633156275 0.18569698614150054 0.0001299699701351799 3.694324157710874e-05 2.5856704000649866e-08 0.10445455470459404 7.310810820103868e-05 1.5809429706029465 0.00043301745213391847']
['59491.98608518472 1.6855913596344623 0.0004268134873202356 0.18582859240671637 0.00012997489703910187 3.696942381167245e-05 2.5857684177041517e-08 0.10452858322877795 7.31108795844948e-05 1.5810627764056844 0.00043302996856116023']
['59491.98612066493 1.6857498408547802 0.0004268299614402952 0.18603743751325663 0.0001299870145816348 3.7010972225480494e-05 2.586009488553182e-08 0.10464605860120686 7.311769570216958e-05 1.5811037822535734 0.0004330473570037334']
['59491.98615614514 1.6863848155509764 0.00042687875945493595 0.1857889297889558 0.00012998416018369813 3.696153318458175e-05 2.5859527021105354e-08 0.10450627300628765 7.311609010333019e-05 1.5818785425446888 0.00043309518342482566']
['59491.98619162535 1.6855994391583837 0.0004268176568060704 0.1857465601568029 0.00012997900401042034 3.69531040140891e-05 2.5858501233024607e-08 0.10448244008820162 7.311318975586144e-05 1.581116999070182 0.00043303446823284296']
['59491.98622710555 1.6863267085897915 0.00042687896269695866 0.1857703648060422 0.00012997589486550212 3.695783979858285e-05 2.5857882688296453e-08 0.10449583020339873 7.311144086184494e-05 1.5818308783863928 0.0004330945988789591']
['59491.986262585764 1.6856393015133189 0.00042681908717752724 0.18536270807985122 0.00012996396032402394 3.687673906976041e-05 2.5855508386709218e-08 0.10426652329491631 7.310472768226347e-05 1.5813727782184026 0.0004330344494247028']
['59491.986298065975 1.6858559096744437 0.00042682929095169995 0.18583539341629024 0.0001299857034404704 3.6970776829537064e-05 2.585983404228506e-08 0.10453240879666324 7.31169581852646e-05 1.5813235008777804 0.0004330465716162601']
['59491.98633354618 1.6861642175730167 0.00042687552630142476 0.18565540592885338 0.00012998479085249832 3.6934969456636736e-05 2.585965248867661e-08 0.10443116583498002 7.31164448545303e-05 1.5817330517380368 0.0004330920565691363']
['59491.98636902639 1.685379383614145 0.0004268335821664667 0.1856547746641262 0.00012997385527800673 3.693484387050957e-05 2.5857476925256752e-08 0.10443081074857098 7.311029359387878e-05 1.580948572865574 0.0004330496760123959']
['59491.9864045066 1.6856092357624493 0.00042681139307516576 0.18572704968470616 0.0001299890518809373 3.694922252899378e-05 2.5860500193350006e-08 0.10447146544764721 7.311884168302722e-05 1.581137770314802 0.00043302924874404417']
['59491.9864399868 1.686585263140882 0.00042689707822972487 0.18576720919196885 0.00012998452001192884 3.695721200911002e-05 2.585959860665733e-08 0.10449405517048246 7.311629250670997e-05 1.5820912079703995 0.0004331132734412588']
['59491.98647546701 1.68689388294928 0.00042692786979165375 0.18595243556181984 0.00012998350048691053 3.699406162455096e-05 2.5859395778599495e-08 0.10459824500352365 7.311571902388718e-05 1.5822956379457565 0.0004331435262972532']
['59491.98651094722 1.6861851201623594 0.0004268306848774269 0.1856281500939426 0.00012997530324657637 3.692954708056905e-05 2.5857764989450877e-08 0.1044158344278427 7.31111080761992e-05 1.5817692857345167 0.0004330469578198916']
['59491.98654642743 1.6864213519535194 0.00042689381991001864 0.18596869915851272 0.00012998462373815074 3.699729716430862e-05 2.585961924233351e-08 0.10460739327666341 7.311635085270978e-05 1.581813958676856 0.000433110071736255']
['59491.98658190764 1.6855736201325138 0.00042679866258541756 0.18577556193450062 0.00012997923956154075 3.6958873734437903e-05 2.5858548094431063e-08 0.10449875358815659 7.311332225336667e-05 1.5810748665443572 0.0004330157690842514']
['59491.98661738785 1.6861281715529057 0.00042685327410572845 0.18580317230418242 0.00012998027537758364 3.696436664295722e-05 2.585875416348526e-08 0.1045142844211026 7.31139048998908e-05 1.581613887131803 0.0004330696949735578']
['59491.98665286806 1.6861225145578318 0.0004268398647408684 0.1860666583494312 0.00012998108570953895 3.7016785526128566e-05 2.585891537390555e-08 0.10466249532155504 7.311436071161565e-05 1.5814600192362767 0.00043305655505288345']
['59491.98668834826 1.6855273092046446 0.00042678684768860265 0.1855985568094811 0.00012996935444962792 3.692365968368858e-05 2.5856581513901133e-08 0.1043991882053331 7.31077618779157e-05 1.5811281209993115 0.00043300318498455936']
['59491.98672382847 1.6857863358415293 0.000426821939211478 0.185717775636461 0.00012996676021454764 3.694737751571792e-05 2.585606540723042e-08 0.10446624879550931 7.310630262068304e-05 1.58132008704602 0.000433037526405176']
['59491.98675930868 1.6859896646986963 0.00042682917072648117 0.1855431347961288 0.00012995893343184967 3.691263382446218e-05 2.585450831828681e-08 0.10436801332282244 7.310190005541543e-05 1.5816216513758738 0.0004330439109083137']
['59491.98679478889 1.685419874700014 0.00042678581565790363 0.18565583055182858 0.00012996926566583367 3.693505393269355e-05 2.585656385092648e-08 0.10443140468540356 7.310771193703144e-05 1.5809884700146104 0.0004330021593380916']
['59491.986830269096 1.6864709058750362 0.0004268383521263115 0.18581064625189353 0.0001299729152703749 3.696585353761051e-05 2.5857289916680315e-08 0.1045184885166901 7.310976483958588e-05 1.5819524173583461 0.00043305428823740404']
['59491.986865749306 1.686263989249116 0.0004268383121766498 0.18562282761630558 0.00012996326357551813 3.692848820728726e-05 2.585536977299823e-08 0.10441284053417188 7.310433576122894e-05 1.5818511487149443 0.000433053332337833']
['59491.98690122952 1.6857467490004376 0.00042681487798810206 0.1857058048020313 0.0001299710335798041 3.69449959938774e-05 2.5856915566235676e-08 0.1044595152011426 7.310870638863981e-05 1.5812872337992951 0.0004330309723585818']
['59491.98693670972 1.6858373802662627 0.000426829077674302 0.18547353068114925 0.00012995592854192766 3.689878652576402e-05 2.5853910514431143e-08 0.10432886100814645 7.31002098048343e-05 1.5815085192581162 0.00043304353386444433']
['59491.98697218993 1.6856124564848014 0.0004267907786115832 0.18545169820500668 0.00012995804061063205 3.6894443092641486e-05 2.5854330697149207e-08 0.10431658024031626 7.310139784348052e-05 1.581295876244485 0.0004330059850331774']
['59491.98700767014 1.6862517665494443 0.0004268403311182763 0.18584545314724948 0.0001299681671479639 3.697277814942249e-05 2.585634530774017e-08 0.10453806739532784 7.31070940207297e-05 1.5817136991541165 0.00043305578793651465']
['59491.987043150344 1.685693193709083 0.0004267978738222662 0.1861119177568963 0.00012997022521870467 3.702578959915292e-05 2.58567547479047e-08 0.10468795373825417 7.310825168552136e-05 1.581005239970829 0.0004330141355241427']
['59491.987078630555 1.687299967021544 0.00042693735826565413 0.18611280477289344 0.00012997268429342163 3.70259660653786e-05 2.5857243965275497e-08 0.10468845268475255 7.310963491504966e-05 1.5826115143367916 0.0004331518516643642']
['59491.987114110765 1.6865501336474404 0.0004268642548266009 0.18587220445135919 0.00012997650080002668 3.6978100152276504e-05 2.585800323513992e-08 0.10455311500388953 7.3111781700015e-05 1.581997018643551 0.00043308015963793576']
['59491.987149590976 1.6869761728352906 0.00042690281598499404 0.18641066338047127 0.00012998497176732308 3.70852231525517e-05 2.585968848053741e-08 0.10485599815151508 7.311654661911923e-05 1.5821201746837754 0.0004331189717449739']
['59491.98718507118 1.6858173592421895 0.00042682491169155414 0.18583793255316283 0.00012996748681189864 3.697128197476764e-05 2.585620995918048e-08 0.10453383706115409 7.310671133169297e-05 1.5812835221810353 0.00043304052521933616']
['59491.98722055139 1.6861363540265686 0.0004268593661165702 0.18594308718180047 0.00012997172338836285 3.699220182343848e-05 2.5857052799288064e-08 0.10459298653976276 7.31090944059541e-05 1.5815433674868058 0.0004330748874343776']
['59491.9872560316 1.687114223767203 0.00042689979281095757 0.18600159648087572 0.0001299711959511921 3.700384187864432e-05 2.5856947868996943e-08 0.10462589802049259 7.310879772254555e-05 1.5824883257467104 0.0004331146838961646']
['59491.9872915118 1.685251885021063 0.000426763743325688 0.1856894273229709 0.00012996632343181767 3.6941737797942584e-05 2.5855978512067256e-08 0.10445030286917112 7.310605693039744e-05 1.5808015821518917 0.00043298012445984653']
['59491.98732699201 1.6859803587002669 0.00042683308779498585 0.185960402553202 0.00012997651121597964 3.699564660712602e-05 2.585800530732792e-08 0.10460272643617613 7.311178755898855e-05 1.5813776322640907 0.00043304944096104407']
['59491.987362472224 1.6852415937169138 0.0004267610340303047 0.18554719641175693 0.00012996664126019736 3.691344185721738e-05 2.5856041742014358e-08 0.10437029798161326 7.310623570886101e-05 1.5808712957353006 0.00043297748424847045']
['59491.98739795243 1.6856049102885882 0.00042678776273093985 0.18563125818650067 0.0001299678701797416 3.693016541593681e-05 2.5856286227789515e-08 0.10441758272990663 7.310692697610464e-05 1.5811873275586816 0.0004330039459274829']
['59491.98743343264 1.6866875524874507 0.00042689203091962505 0.18570093684923394 0.00012996070423865655 3.694402754543935e-05 2.585486060910753e-08 0.1044567769776941 7.31028961342443e-05 1.5822307755097567 0.00043310603723094906']
['59491.98746891285 1.6866160721925865 0.00042687316840503507 0.18596938352933273 0.00012997286620054413 3.699743331555726e-05 2.585728015454766e-08 0.10460777823524967 7.310973723780608e-05 1.5820082939573368 0.0004330886001537497']
['59491.98750439306 1.6858398304190474 0.0004268445654572441 0.18591638902676572 0.00012997256980961262 3.698689039425696e-05 2.5857221189445363e-08 0.1045779688275557 7.31095705179071e-05 1.5812618615914917 0.0004330603795796798']
['59491.98753987326 1.6860256282884838 0.0004268113850308231 0.18580593710774262 0.00013002031762587553 3.696491668314883e-05 2.586672031567047e-08 0.10451583962310523 7.313642866455498e-05 1.5815097886653786 0.0004330322107993066']
['59491.98757535347 1.6856637661615126 0.000426816551813951 0.18573735514062173 0.0001299711018663629 3.6951272734306004e-05 2.58569291514149e-08 0.10447726226659972 7.310874479982913e-05 1.5811865038949129 0.00043303262864195075']
['59491.98761083368 1.685915351416618 0.00042682739910907506 0.18580744974633923 0.00013003208181104945 3.6965217613036026e-05 2.5869060725947818e-08 0.10451669048231581 7.314304601871531e-05 1.5813986609343023 0.00043304911247006795']
['59491.987646313886 1.6857195499471862 0.00042679789578818037 0.18565350155095767 0.00012996556874403937 3.693459059269221e-05 2.5855828371704244e-08 0.10443009462241368 7.310563241852213e-05 1.5812894553247725 0.00043301371495661723']
['59491.9876817941 1.6855739832128263 0.00042677896383913323 0.1853600432066732 0.00012995535298381035 3.687620891008667e-05 2.5853796010781885e-08 0.10426502430375367 7.309988605339332e-05 1.5813089589090725 0.00043299408462082166']
['59491.98771727431 1.6862005028431546 0.0004268697465784098 0.18564403483644662 0.00012995920299491465 3.693270724968062e-05 2.5854561946154643e-08 0.1044247695955012 7.310205168463948e-05 1.5817757332476534 0.0004330839300925624']
['59491.98775275451 1.685902229054693 0.00042683685140125423 0.1856235755160648 0.00012995996622561075 3.6928636997216784e-05 2.5854713786077148e-08 0.10441326122778644 7.310248100190604e-05 1.5814889678269066 0.00043305157942532716']
['59491.98778823472 1.6859025242570076 0.00042682805445825494 0.1857629994228447 0.00012997022832359015 3.695637450215329e-05 2.5856755365602044e-08 0.10449168717535014 7.310825343201946e-05 1.5814108370816575 0.0004330438832179707']
['59491.98782371493 1.6856963799651936 0.00042679576463139335 0.18584266659258047 0.00012997995789836613 3.697222378198528e-05 2.5858691003001767e-08 0.1045364999583265 7.311372631783094e-05 1.5811598800068671 0.00043301298096405194']
['59491.98785919514 1.6864552765223313 0.00042685531765048547 0.18556743395048583 0.0001299697628915943 3.6917467987623276e-05 2.585666277084853e-08 0.10438168159714828 7.31079916265218e-05 1.582073594925183 0.000433070710907769']
['59491.987894675345 1.6855880409949517 0.00042680304927139037 0.18568379895408027 0.00012995663788493807 3.694061806952948e-05 2.585405163373921e-08 0.10444713691167015 7.310060881027766e-05 1.5811409040832816 0.00043301794636687994']
['59491.987930155556 1.6859613817343444 0.0004268389805251221 0.18594305824000487 0.00012997563890513854 3.6992196065651196e-05 2.5857831766600076e-08 0.10459297026000274 7.311129688414043e-05 1.5813684114743416 0.0004330551662638451']
['59491.987965635766 1.6856426791292145 0.000426815873031124 0.18589028208381916 0.0001299652359435075 3.698169658298326e-05 2.5855762163142106e-08 0.10456328367214827 7.310544521822296e-05 1.5810793954570663 0.0004330314025470614']
['59491.98800111597 1.6860510280334844 0.00042682207111131273 0.18616587906360887 0.00012997937056044215 3.703652486002667e-05 2.585857415583443e-08 0.10471830697327998 7.31133959402487e-05 1.5813327210602044 0.0004330388539769452']
['59491.98803659618 1.6861179880278394 0.00042684588135628686 0.1860608337703663 0.00012997806847175672 3.701562676294156e-05 2.5858315113521142e-08 0.10465921899583104 7.311266351536314e-05 1.5814587690320083 0.0004330621987626443']
['59491.98807207639 1.6864696047174634 0.0004268517198268575 0.18568050242615158 0.00012996493043510612 3.693996224613586e-05 2.5855701384176813e-08 0.10444528261471026 7.31052733697472e-05 1.5820243221027532 0.00043306670584750747']
['59491.98810755659 1.6858784493575527 0.0004268254478831109 0.18565452429639928 0.00012996912253930148 3.693479406143291e-05 2.585653537680762e-08 0.10443066991672459 7.310763142835707e-05 1.5814477794408281 0.00043304120904791814']
['59491.988143036804 1.6862261138234191 0.0004268278316163169 0.18586561687897823 0.00012996767049133838 3.697678959639225e-05 2.5856246501043956e-08 0.10454940949442525 7.310681465137784e-05 1.5816767043289939 0.00043304342067598475']
['59491.988178517015 1.6857215812592352 0.00042682695891244716 0.18614841332231086 0.0001299783219655368 3.7033050161198745e-05 2.5858365544506322e-08 0.10470848249379985 7.311280610561444e-05 1.5810130987654354 0.0004330435720237457']
['59491.988213997225 1.685863660846259 0.000426814371385374 0.18557390235039573 0.0001299641917535547 3.691875483489772e-05 2.5855554428151465e-08 0.1043853200720976 7.310485786137452e-05 1.5814783407741613 0.00043302982329629873']
['59491.98824947743 1.6862350246804323 0.0004268387039613029 0.1859255511597866 0.00012996569537011306 3.6988713142706386e-05 2.5855853563161187e-08 0.10458312252737995 7.310570364568859e-05 1.5816519021530524 0.00043305394941611607']
['59491.98828495764 1.6856315456987463 0.00042674995799871007 0.18567205084549093 0.00012996829725416085 3.693828085758701e-05 2.5856371191545634e-08 0.10444052860058864 7.310716720546547e-05 1.5811910170981576 0.0004329667245282352']
['59491.98832043785 1.685183088593366 0.00042676168304227807 0.18604801282836803 0.0001299795285118901 3.7013076117573907e-05 2.585860557927657e-08 0.10465200721595701 7.311348478793818e-05 1.5805310813774092 0.0004329793479727571']
['59491.98835591805 1.6858871088659546 0.0004268431204359079 0.18561646499266507 0.00012996349735156296 3.692722240353299e-05 2.5855416281264615e-08 0.1044092615583741 7.310446726025415e-05 1.5814778473075806 0.0004330580937898154']
['59491.98839139826 1.6851479286707507 0.0004267658306114907 0.18558621697792377 0.00012996806126815423 3.6921204752202e-05 2.5856324243621317e-08 0.10439224705008211 7.310703446333676e-05 1.5807556816206685 0.0004329823468289892']
['59491.98842687847 1.686597054532455 0.00042686746442203955 0.18571180122562203 0.00012996012492447897 3.6946188944446564e-05 2.5854745358213824e-08 0.10446288818941238 7.310257027001942e-05 1.5821341663430426 0.00043308176821725515']
['59491.988462358684 1.685765070481204 0.00042683272903148257 0.1856606015346452 0.00012996601168108372 3.693600308956689e-05 2.5855916491229356e-08 0.10443408836323792 7.310588157060959e-05 1.581330982117966 0.0004330480902771412']
['59491.98849783889 1.6864945177991146 0.00042688164995624144 0.18557588063673586 0.0001300412138991263 3.691914840246007e-05 2.587087749714554e-08 0.10438643285816392 7.314818281825854e-05 1.5821080849409508 0.0004331034515205073']
['59491.9885333191 1.6860180696237894 0.000426843203996311 0.1859223167622629 0.0001299678093933999 3.6988069679764114e-05 2.5856274134731074e-08 0.10458130317877289 7.310689278378744e-05 1.5814367664450166 0.00043305858560977237']
['59491.98856879931 1.6859599338701612 0.00042684128940202715 0.18578001431856703 0.0001299708923213228 3.695975950810379e-05 2.5856887463753733e-08 0.10450125805419394 7.310862693074407e-05 1.5814586758159672 0.0004330569912495165']
['59491.98860427951 1.6853536760619425 0.00042677105726677595 0.18547356920283065 0.00012996604206510777 3.6898794189409025e-05 2.5855922535938877e-08 0.10432888267659222 7.310589866162312e-05 1.5810247933853503 0.00043298730667275367']
['59491.98863975972 1.6866896788045236 0.0004268600235291054 0.18592968448759317 0.00012996707589432537 3.698953544214618e-05 2.5856128209726745e-08 0.10458544752427115 7.310648019055801e-05 1.5821042312802525 0.00043307509410392197']
['59491.98867523993 1.6858166219197945 0.00042680553097708136 0.18597376688368814 0.00012997432288162976 3.699830535619849e-05 2.5857569952041766e-08 0.10461024387207457 7.311055662091673e-05 1.58120637804772 0.00043302207191094614']
['59491.988710720136 1.6860590155626034 0.0004268295503386122 0.1860401425332322 0.00012997136709997186 3.701151037210583e-05 2.5856981917964825e-08 0.1046475801749431 7.310889399373418e-05 1.5814114353876603 0.0004330454657691833']
['59491.988746200346 1.6854483656753922 0.00042680249708925176 0.18530552403874356 0.00012995465145614383 3.686536266625009e-05 2.585365644628708e-08 0.10423435727179324 7.309949144408089e-05 1.581214008403599 0.00043301721348117794']
['59491.98878168056 1.6857071014825127 0.00042680132656037253 0.18568997729231093 0.0001299661388556487 3.694184721086635e-05 2.5855941791805173e-08 0.1044506122269249 7.31059531063024e-05 1.5812564892555878 0.0004330171506225529']
['59491.98881716077 1.6862185391355013 0.0004268701376445002 0.18554704755981974 0.00012996400908395033 3.6913412244065385e-05 2.5855518087188352e-08 0.1043702142523986 7.310475510972205e-05 1.5818483248831028 0.0004330847718776164']
['59491.98885264097 1.6854990118008515 0.00042678646037142047 0.18549310930591179 0.00012996420852576755 3.690268156940139e-05 2.585555776487719e-08 0.10433987398457537 7.310486729574424e-05 1.5811591378162762 0.00043300231451886536']
['59491.98888812118 1.6861922377701526 0.00042684337018462985 0.18575895617092889 0.00012997073348547088 3.695557012274258e-05 2.5856855864365016e-08 0.10448941284614749 7.310853758557736e-05 1.581702824924005 0.00043305902708346206']
['59491.98892360139 1.6863212587787508 0.0004268319353760386 0.1859048263425441 0.00012996864627857295 3.698459007132036e-05 2.585644062774619e-08 0.10457146481768104 7.310736353169727e-05 1.5817497939610698 0.0004330475581958759']
['59491.988959081595 1.6856259413250942 0.0004267955214270975 0.18610200579926248 0.0001299784754944078 3.702381767783649e-05 2.5858396088104734e-08 0.10468237826208514 7.311289246560439e-05 1.580943563063009 0.0004330126004574406']
['59491.988994561805 1.686355375194455 0.0004268509026372891 0.18574455903628062 0.00012996414910438204 3.6952705903810545e-05 2.5855545943368156e-08 0.10448131445790784 7.31048338712149e-05 1.5818740607365473 0.00043306582619459413']
['59491.989030042016 1.6854511206781384 0.00042681687632968346 0.1856568242537035 0.00012996419868889942 3.693525162340024e-05 2.5855555807894457e-08 0.10443196364270821 7.310486176250592e-05 1.5810191570354302 0.00043303229294492973']
['59491.98906552222 1.68535566784888 0.00042677679761417677 0.185665611622408 0.0001299630712781896 3.693699981485786e-05 2.5855331516660252e-08 0.1044369065376045 7.310422759398164e-05 1.5809187613112754 0.00043299268247156867']
['59491.98910100243 1.685976118619969 0.00042683467641386704 0.18592063780980397 0.00012998130478348796 3.69877356627853e-05 2.585895895728291e-08 0.10458035876801473 7.311448394071197e-05 1.5813957598519544 0.0004330514620125964']
['59491.98913648264 1.6852368186748898 0.00042675551535906127 0.18580049526748169 0.0001299683034362537 3.696383406342752e-05 2.5856372421433927e-08 0.10451277858795845 7.31071706828927e-05 1.5807240400869313 0.0004329722026812294']
['59491.98917196285 1.686130071530168 0.0004268715405918932 0.1856514241459284 0.00012996428201983638 3.69341773060932e-05 2.585557238605762e-08 0.10442892608208472 7.310490863615796e-05 1.5817011454480832 0.0004330861806084296']
['59491.98920744305 1.6862748990308245 0.0004268309244009453 0.1856767075238569 0.00012996320683000153 3.6939207274312426e-05 2.5855358483836397e-08 0.1044431479821695 7.310430384187586e-05 1.581831751048655 0.00043304604520209025']
['59491.989242923264 1.6860190196431002 0.00042681859041666313 0.18588339188140995 0.0001299766329895537 3.698032582076785e-05 2.585802953341073e-08 0.10455940793329309 7.311185605662394e-05 1.5814596117098072 0.0004330351632619593']
['59491.989278403475 1.6860808558361917 0.0004268505600960016 0.1855337706591576 0.00012996101976106545 3.6910770888603736e-05 2.585492338029632e-08 0.10436274599577615 7.310307361559932e-05 1.5817181098404156 0.00043306519142770876']
['59491.98931388368 1.6854800190310404 0.0004267826001313195 0.18550779716674387 0.0001299634078769459 3.690560362646998e-05 2.585539848085513e-08 0.10434813590629342 7.310441693078206e-05 1.581131883124747 0.00043299843365725857']
['59491.98934936389 1.6860893232464562 0.0004268405259814476 0.18591819865261794 0.00012997207083153964 3.698725040788138e-05 2.5857121920911852e-08 0.10457898674209759 7.310928984274104e-05 1.5815103365043586 0.00043305635069980066']
['59491.9893848441 1.6858523031733252 0.00042679765272721286 0.18548489187359687 0.00012996193472551598 3.690104676318584e-05 2.585510540669014e-08 0.10433525167889823 7.310358828310274e-05 1.581517051494427 0.00043301313027819833']
['59491.9894203243 1.6863650029358117 0.0004268568805550543 0.18588322324930293 0.00012997903859777505 3.698029227247611e-05 2.5858508113960195e-08 0.1045593130777329 7.311320921124847e-05 1.5818056898580788 0.00043307313220558916']
['59491.98945580451 1.686146914023984 0.00042683834545045407 0.18545914587115903 0.0001299606739531846 3.6895924758744785e-05 2.5854854584004328e-08 0.10432076955252693 7.310287909866635e-05 1.581826144471457 0.00043305311923526817']
['59491.98949128472 1.6860896535833831 0.0004268186251563922 0.18614420105239626 0.0001299763071011027 3.7032212156725565e-05 2.585796469996339e-08 0.10470611309197289 7.311167274437027e-05 1.5813835404914103 0.00043303516655333283']
['59491.98952676493 1.6853912131495399 0.0004267827325121402 0.185929635965094 0.00012997546492219395 3.698952578890169e-05 2.585779715379302e-08 0.10458542023036536 7.31111990187341e-05 1.5808057929191746 0.00043299970922910095']
['59491.98956224514 1.6860986977187424 0.00042682647706690415 0.18571113735696865 0.00012996683351092995 3.6946056871974376e-05 2.5856079989082363e-08 0.10446251476329485 7.310634384989809e-05 1.5816361829554475 0.00043304200608768197']
['59491.98959772535 1.6862794215802683 0.00042685986172456673 0.18599182711636572 0.00012997582251050963 3.7001898325328526e-05 2.585786829372806e-08 0.10462040275295571 7.311140016216167e-05 1.5816590188273125 0.00043307576517878253']
['59491.98963320556 1.685835613979493 0.0004268243407447518 0.18585961062295922 0.0001299725258134361 3.6975594689723624e-05 2.585721243668415e-08 0.10454603097541455 7.31095457700578e-05 1.5812895830040785 0.00043304044099240453']
['59491.98966868576 1.6851787398716602 0.000426782035320855 0.1857555595260064 0.00012996843692773553 3.69548943817059e-05 2.585639897872042e-08 0.10448750223337858 7.310724577185122e-05 1.5806912376382816 0.0004329983545661085']
['59491.98970416597 1.6850752390375985 0.00042673160392723365 0.1856601376976631 0.00012996318644950392 3.693591081213128e-05 2.5855354429265226e-08 0.1044338274549355 7.310429237784596e-05 1.580641411582663 0.00043294814857483224']
['59491.98973964618 1.6864401522241717 0.0004268629392109748 0.18600946923199213 0.0001299690967572051 3.7005408112714205e-05 2.5856530247622522e-08 0.10463032644299557 7.310761692592787e-05 1.5818098257811761 0.0004330781598330959']
['59491.98977512639 1.685291801959929 0.0004267759896256869 0.18560840461916495 0.00012996434343256637 3.692561884317585e-05 2.585558460373205e-08 0.10440472759828028 7.310494318081857e-05 1.5808870743616488 0.00043299200689903635']
['59491.989810606596 1.6848817054199856 0.000426768684908054 0.18541074357033782 0.0001299536988242592 3.6886295426953895e-05 2.585346692619535e-08 0.10429354325831502 7.30989555886458e-05 1.5805881621616706 0.000432983796147501']
['59491.989846086806 1.6860644299725598 0.000426816369590749 0.18553153777581055 0.00012996447203587498 3.69103266705762e-05 2.585561018854738e-08 0.10436148999889344 7.310501552017968e-05 1.5817029399736664 0.0004330318194369007']
['59491.98988156702 1.6861831020685487 0.0004268328324861782 0.18638061187302457 0.00012998634349754626 3.707924459510482e-05 2.5859961377594416e-08 0.10483909417857631 7.311731821736976e-05 1.5813440078899723 0.00043305012309370605']
['59491.98991704722 1.6854392850797963 0.00042679048703190897 0.18560959142660266 0.00012996363982489985 3.692585495101361e-05 2.5855444625434396e-08 0.10440539517746399 7.310454740150616e-05 1.5810338899023324 0.00043300622936825415']
['59491.98995252743 1.6855527928246548 0.0004269184303536454 0.18574948900253105 0.0001299681561106133 3.695368668943308e-05 2.5856343111929035e-08 0.1044840875639237 7.310708781221997e-05 1.581068705260731 0.0004331327654010996']
['59491.98998800764 1.6867152925474405 0.0004268640687717566 0.1863918159864849 0.00012998932340108605 3.708147358265504e-05 2.5860554210567288e-08 0.10484539649239774 7.311899441311091e-05 1.5818698960550428 0.0004330811939490833']
['59491.990023487844 1.6852000852845102 0.0004267798541119394 0.18593632554744072 0.00012999506541338846 3.699085663902381e-05 2.5861696547618814e-08 0.10458918312043539 7.3122224295031e-05 1.5806109021640748 0.00043299873390306937']
['59491.990058968055 1.686567121150598 0.0004268794085976967 0.18600319944411986 0.00012997967793996123 3.700416077804919e-05 2.5858635307046766e-08 0.10462679968731742 7.311356884122819e-05 1.5819403214632806 0.00043309539761283576']
['59491.990094448265 1.6857123395588234 0.00042680636416039266 0.18575373187721855 0.0001299690536978855 3.695453078253238e-05 2.585652168124307e-08 0.10448647418093543 7.310759270506059e-05 1.581225865377888 0.00043302239272229644']
['59491.990129928476 1.6863546687287116 0.0004268712190665754 0.18583253029710006 0.00012996516045798184 3.697020723007234e-05 2.5855747145773932e-08 0.10453079829211877 7.310540275761479e-05 1.5818238704365928 0.00043308594710488735']
['59491.99016540868 1.686361137696801 0.0004268754637151772 0.18573825484805934 0.0001299704697408543 3.6951451725413544e-05 2.585680339404071e-08 0.10447776835203336 7.310838922923053e-05 1.5818833693447678 0.00043309063496887144']
['59491.99020088889 1.6858977266410473 0.00042684547667773794 0.18564921066912854 0.00012996199993374846 3.6933736948875554e-05 2.5855118379455802e-08 0.1044276810013848 7.310362496273351e-05 1.5814700456396624 0.0004330602740299984']
['59491.9902363691 1.6855685073954583 0.00042678844302553064 0.1859767879558136 0.00012997642136200002 3.699890637940125e-05 2.5857987431446652e-08 0.10461194322514514 7.311173701612501e-05 1.5809565641703132 0.00043300542859145733']
['59491.9902718493 1.686094791945473 0.00042683906625642866 0.18570543773544712 0.00012997266751208582 3.694492296830075e-05 2.5857240626734813e-08 0.104459308726189 7.310962547554826e-05 1.581635483219284 0.0004330549685892483']
['59491.99030732951 1.685725152837777 0.00042680807231789563 0.1854185597355178 0.00012995993377079871 3.688785040360941e-05 2.5854707329397446e-08 0.10429793985122875 7.310246274607428e-05 1.5814272129865483 0.0004330232102962371']
['59491.990342809724 1.6859420230314461 0.0004268065946616784 0.18591796955438067 0.00012997025932703357 3.698720483023523e-05 2.585676153354113e-08 0.10457885787433911 7.310827087145637e-05 1.581363165157107 0.0004330227344106918']
['59491.99037828993 1.6854447302764508 0.0004268114786693949 0.18617327081020268 0.00012997816121123503 3.7037995401287286e-05 2.5858333563454134e-08 0.104722464830739 7.31127156813197e-05 1.5807222654457118 0.0004330282987499233']
['59491.99041377014 1.6863134170120468 0.00042686259050295114 0.1859792835089772 0.00012997109458647962 3.6999402853928414e-05 2.585692770312814e-08 0.10461334697379966 7.310874070489479e-05 1.581700070038247 0.0004330780058353757']
['59491.99044925035 1.685974498358617 0.0004268128355144625 0.18579175494119166 0.00012996854864168612 3.69620952307609e-05 2.585642120350473e-08 0.1045078621544203 7.310730861094843e-05 1.5814666362041967 0.00043302872321848593']
['59491.99048473056 1.6864111655055158 0.0004268418096340663 0.18553205492166686 0.0001299563592584095 3.691042955347536e-05 2.585399620275259e-08 0.1043617808934376 7.310045208285535e-05 1.5820493846120782 0.00043305612401443107']
['59491.99052021076 1.685869744475291 0.00042683504971084035 0.18586794335002885 0.00012997327873373775 3.6977252433101835e-05 2.585736222541885e-08 0.10455071813439122 7.310996928772748e-05 1.5813190263408998 0.0004330510677401777']
['59491.99055569097 1.6855181244050723 0.0004267943306000818 0.18579272906656055 0.0001299705854944516 3.696228902684547e-05 2.58568264224872e-08 0.10450841009994032 7.310845434062902e-05 1.581009714305132 0.00043301067738388136']
['59491.99059117118 1.6857000812648384 0.0004268010750501477 0.185749294583616 0.0001299637390847556 3.6953648011018885e-05 2.5855464372555267e-08 0.10448397820328399 7.310460323517502e-05 1.5812161030615544 0.00043301667482688723']
['59491.990626651386 1.6856552784114212 0.0004267802336281556 0.1862358185120443 0.0001299815348112817 3.70504388711962e-05 2.585900471985844e-08 0.10475764791302491 7.311461333134595e-05 1.5808976304983962 0.00043299782274082546']
['59491.9906621316 1.686304015280291 0.00042684566330454646 0.1862117257832113 0.00012998119350758424 3.7045645775088265e-05 2.5858936819645255e-08 0.10474409575305635 7.311442134801612e-05 1.5815599195272347 0.0004330622806144094']
['59491.99069761181 1.6856817604437357 0.0004268276627874743 0.1855329682575901 0.00012996463014505313 3.691061125588397e-05 2.5855641643368945e-08 0.10436229464489444 7.310510445659238e-05 1.5813194657988414 0.00043304296555679914']
['59491.99073309201 1.6857450949414283 0.00042682417513229356 0.18547604900898468 0.00012996191677892691 3.689928753116818e-05 2.5855101836329688e-08 0.10433027756755386 7.310357818814639e-05 1.5814148173738745 0.00043303927029921115']
['59491.99076857222 1.6857711072281034 0.0004267923968358493 0.18542018226838622 0.0001299525323867571 3.6888173196267336e-05 2.5853234870827514e-08 0.10429885252596724 7.309829946755087e-05 1.5814722547021363 0.00043300705696551505']
['59491.99080405243 1.6859480427861113 0.00042685672640721263 0.185745443103962 0.00012997587605805073 3.695288178348744e-05 2.585787894667288e-08 0.10448181174597862 7.311143028265353e-05 1.5814662310401326 0.00043307267994767033']
['59491.99083953264 1.6850710435247882 0.00042674176519338203 0.18566824455572917 0.0001299688889532577 3.693752362029898e-05 2.5856488906340745e-08 0.10443838756259766 7.310750003620746e-05 1.5806326559621906 0.00043295870556198275']
['59491.990875012845 1.6861529069551815 0.0004268527999388886 0.1859669494103222 0.00012996987445909838 3.699694906296651e-05 2.585668496649823e-08 0.10460640904330623 7.310805438324283e-05 1.5815464979118752 0.0004330682399245782']
['59491.990910493056 1.6862633434699723 0.0004268325058132573 0.18574978873832884 0.00012996868454958092 3.695374631997539e-05 2.585644824152131e-08 0.10448425616530997 7.310738505913927e-05 1.5817790873046624 0.00043304812407977196']
['59491.990945973266 1.686162498067536 0.0004268764386647797 0.18590142652913538 0.00012997095126408525 3.698391369993338e-05 2.585689919004374e-08 0.10456955242263866 7.310866008604795e-05 1.5815929456448974 0.0004330916416495506']
['59491.99098145347 1.6863263049135757 0.0004268445522740485 0.18589544098802016 0.00012996459638919252 3.698272291436392e-05 2.5855634927853852e-08 0.10456618555576135 7.310508546892079e-05 1.5817601193578144 0.00043305960943899066']
['59491.99101693368 1.6854032769784741 0.00042678380696545526 0.18554284879641825 0.00012997338238474306 3.691257692662761e-05 2.5857382846131165e-08 0.10436785244798526 7.311002759141796e-05 1.581035424530489 0.00043300057046422567']
['59491.99105241389 1.685766895465594 0.0004267987203911108 0.18565325118971293 0.00012996809232758332 3.693454078490514e-05 2.5856330422698405e-08 0.10442995379421352 7.310705193426562e-05 1.5813369416713805 0.0004330147673809855']
['59491.991087894094 1.68573321679892 0.00042682743221112297 0.1858252370936332 0.00012997363056237475 3.696875629334393e-05 2.5857432219502226e-08 0.10452669586516865 7.311016719133579e-05 1.5812065209337514 0.0004330435929957697']
['59491.991123374304 1.6860347495550658 0.0004268256571165081 0.18582169923334402 0.0001299684444666653 3.6968052458402696e-05 2.5856400478542843e-08 0.104524705818756 7.310725001249922e-05 1.5815100437363099 0.00043304135088618155']
['59491.991158854515 1.6853287654486273 0.0004267638774663274 0.18584314255044232 0.00012996526951450515 3.69723184707933e-05 2.5855768841879882e-08 0.1045367676846238 7.310546410190914e-05 1.5807919977640035 0.0004329801565795481']
['59491.991194334725 1.6847733581363273 0.0004267244511326364 0.18581887509960815 0.00012997367953206384 3.696749061484768e-05 2.5857441961712327e-08 0.10452311724352958 7.311019473678591e-05 1.5802502408927976 0.0004329420951685116']
['59491.99122981493 1.68561427777487 0.0004267775158915746 0.1858682897881928 0.0001299726697425066 3.697732135478467e-05 2.5857241070462932e-08 0.10455091300585845 7.310962673015996e-05 1.5810633647690115 0.00043299430203087727']
['59491.99126529514 1.6859954883367876 0.0004268303382399915 0.18573889077772626 0.00012996546259141573 3.695157823960098e-05 2.5855807253310776e-08 0.10447812606247102 7.310557270767134e-05 1.5815173622743166 0.00043304568165839294']
['59491.99130077535 1.6858162635146823 0.00042679483181184394 0.18601633724846894 0.0001299805530380612 3.700677446117861e-05 2.585880940228214e-08 0.10463418970226378 7.311406108390942e-05 1.5811820738124185 0.00043301211806308815']
['59491.99133625555 1.6855006170082927 0.00042684216906185195 0.18622075866100662 0.00012997842561442656 3.7047442809027604e-05 2.5858386164797764e-08 0.10474917674681622 7.311286440811494e-05 1.5807514402614764 0.00043305857367264536']
['59491.99137173576 1.6855735092499151 0.00042678435652683815 0.18542930851792286 0.00012996309388475037 3.688998880592439e-05 2.585533601409262e-08 0.10430398604133159 7.310424031017208e-05 1.5812695232085836 0.000433000135020019']
['59491.99140721597 1.6863919727599122 0.0004268594443106739 0.18561115069902306 0.00012996528210493808 3.692616515840528e-05 2.5855771346666928e-08 0.10440627226820047 7.310547118402767e-05 1.5819857004917117 0.00043307435287056196']
['59491.991442696184 1.686167055265471 0.00042684246346564816 0.1855893854407077 0.000129965725613911 3.6921835097844576e-05 2.585585957997361e-08 0.10439402931039807 7.310572065782493e-05 1.581773025955073 0.0004330576578359089']
['59491.99147817639 1.6863135254018045 0.0004268133999613077 0.18559800121304684 0.00012996272962401188 3.692354915128999e-05 2.585526354672124e-08 0.10439887568233885 7.310403541350668e-05 1.5819146497194656 0.00043302872696885877']
['59491.9915136566 1.6857978512120175 0.00042681345944847553 0.18608856219527498 0.0001299726432011816 3.7021143157802016e-05 2.585723579023409e-08 0.10467481623484216 7.310961180066463e-05 1.5811230349771754 0.00043302972704425193']
['59491.99154913681 1.686118017385588 0.00042685755532951365 0.185853592201551 0.00012997117804596788 3.6974397362827716e-05 2.585694430686577e-08 0.10454264561337244 7.310878765085694e-05 1.5815753717722156 0.0004330730508513164']
['59491.99158461701 1.6856395548143581 0.00042681823949214983 0.18560644423306127 0.00012996604558970743 3.692522883675239e-05 2.58559232371357e-08 0.10440362488109697 7.310590064421043e-05 1.5812359299332612 0.00043303381192717424']
['59491.99162009722 1.6859702445324833 0.0004268088406052816 0.185706664087136 0.00012996754569076694 3.694516694321731e-05 2.585622167275915e-08 0.10445999854901399 7.31067444510564e-05 1.5815102459834693 0.0004330246904081299']
['59491.99165557743 1.6859596693855283 0.0004268152703054393 0.1860699894648096 0.0001299720499871447 3.701744823047667e-05 2.5857117774051237e-08 0.10466436907395539 7.310927811776888e-05 1.5812953003115728 0.00043303145556969244']
['59491.991691057636 1.6859455051367382 0.000426853503629297 0.18577683037463183 0.00012996685677233406 3.6959126082584026e-05 2.5856084616791674e-08 0.1044994670857304 7.31063569344379e-05 1.5814460380510078 0.00043306864696584965']
['59491.991726537846 1.6856534964145724 0.0004267979766296228 0.18555863876432993 0.00012996095621765555 3.691571824093312e-05 2.585491073873659e-08 0.10437673430493559 7.310303787243125e-05 1.5812767621096369 0.0004330133566084517']
['59491.99176201806 1.6866883597867304 0.00042687044087659585 0.18558088008090085 0.00012995603652050692 3.6920143010274533e-05 2.585393199608694e-08 0.10438924504550672 7.310027054278514e-05 1.5822991147412238 0.0004330843137861353']
['59491.99179749827 1.6853856481437568 0.0004267775617651668 0.18573076546716352 0.00012996386646436836 3.694996176042571e-05 2.5855489713924038e-08 0.10447355557527947 7.310467488620719e-05 1.5809120925684774 0.0004329935111712863']
['59491.99183297847 1.685838549737637 0.00042682836187748455 0.18569612009129532 0.00012996746403256325 3.694306928189484e-05 2.5856205427375697e-08 0.10445406755135363 7.310669851831683e-05 1.5813844821862832 0.00043304392372052166']
['59491.99186845868 1.6860656237039253 0.00042684273187428663 0.18555250196472264 0.00012995648503525334 3.691449736344279e-05 2.5854021225260615e-08 0.10437328235515649 7.310052283232999e-05 1.581692341348769 0.00043305704496320594']
['59491.99190393889 1.6859758361901571 0.00042681228236061963 0.18581053387340007 0.00012997494107536056 3.69658311806196e-05 2.5857692937776824e-08 0.10451842530378753 7.311090435489031e-05 1.5814574108863695 0.00043302878508185946']
['59491.991939419095 1.686539299171943 0.00042686442852505246 0.18593592360746397 0.0001299668162374372 3.6990776675606156e-05 2.585607655263017e-08 0.10458895702919847 7.310633413355842e-05 1.5819503421427445 0.00043307941122901135']
['59491.991974899305 1.6860007261435808 0.0004268257104348259 0.18577689139981896 0.00012997192441381155 3.695913822315926e-05 2.5857092792030374e-08 0.10449950141239817 7.3109207482769e-05 1.5815012247311826 0.00043304173390904536']
['59491.992010379516 1.685596244149485 0.00042679176247251323 0.18584780019448038 0.00013000160386306914 3.6973245079633074e-05 2.5862997330852363e-08 0.10453938760939521 7.31259021729764e-05 1.5810568565400898 0.0004330110923325243']
['59491.99204585972 1.6861009553731825 0.00042684404940224527 0.18568360836115302 0.0001299640340664588 3.6940580152271366e-05 2.5855523057300495e-08 0.10444702970314858 7.310476916238307e-05 1.581653925670034 0.0004330590603882936']
['59491.99208133993 1.6858788520305585 0.00042682070420867565 0.185828549583958 0.00013001899523001217 3.696941529235536e-05 2.5866457233372498e-08 0.10452855914097638 7.313568481688184e-05 1.5813502928895822 0.0004330412704752563']
['59491.99211682014 1.6857457466834866 0.00042678416202886465 0.18570330609829566 0.00012996679495663407 3.6944498892563834e-05 2.5856072318948906e-08 0.1044581096802913 7.310632216310666e-05 1.5812876370031954 0.0004330002948023201']
['59491.99215230035 1.6856479621443472 0.0004268146862871688 0.185674153566448 0.0001299685137869923 3.6938699180629833e-05 2.5856414269383718e-08 0.104441711381127 7.310728900518316e-05 1.5812062507632203 0.00043303054411450204']
['59491.992187780554 1.6855290557508247 0.00042678211557261344 0.18531470054148358 0.0001299515316512856 3.686718827346431e-05 2.5853035780831245e-08 0.10423951905458452 7.309773655384815e-05 1.58128953669624 0.00043299682823541715']
['59491.992223260764 1.6855938055558577 0.000426796996445968 0.18567791156292057 0.00012995950716919617 3.693944681027325e-05 2.5854622459705226e-08 0.10444382525414282 7.310222278267285e-05 1.5811499803017148 0.0004330122528879144']
['59491.992258740975 1.6861406509382628 0.00042683914219214037 0.18581904811504923 0.00012996344812048376 3.696752503517603e-05 2.5855406487052606e-08 0.1045232145647152 7.310443956777211e-05 1.5816174363735476 0.00043305416796497905']
['59491.99229422118 1.6855699340358115 0.0004267937085404311 0.185688740591464 0.00012996833528761476 3.694160117705021e-05 2.5856378758060873e-08 0.10444991658269849 7.310718859928329e-05 1.581120017453113 0.00043300985055144605']
['59491.99232970139 1.6859483390405077 0.00042682690189545756 0.18584878636749302 0.00013002274300483505 3.6973441272520206e-05 2.586720282948332e-08 0.10453994233171482 7.313779294021971e-05 1.5814083967087929 0.0004330477351722798']
['59491.9923651816 1.6851328242518473 0.00042675316824812153 0.1861348369948945 0.00012997880739656982 3.703034923667706e-05 2.5858462117941868e-08 0.10470084580962816 7.311307916057052e-05 1.5804319784422192 0.00043297088695909956']
['59491.9924006618 1.6855400633347413 0.00042680700837390934 0.1858191241175352 0.00012996327198387518 3.696754015539019e-05 2.585537144578771e-08 0.10452325731611355 7.310434049092979e-05 1.5810168060186278 0.00043302247862634117']
['59491.99243614201 1.6855910586433955 0.0004267903993518464 0.1858885182323308 0.00012996710850149364 3.6981345675879194e-05 2.5856134696716756e-08 0.10456229150568606 7.310649853209016e-05 1.5810287671377095 0.00043300647236101564']
['59491.99247162222 1.6855273944880982 0.0004267942851411593 0.1854495364312062 0.00012995221708229742 3.689401302140874e-05 2.5853172142998344e-08 0.10431536424255348 7.30981221087923e-05 1.5812120302455448 0.00043300888822861953']
['59491.99250710243 1.6858151430072952 0.0004268412265267309 0.18556587536387167 0.00012995245519652746 3.691715791666842e-05 2.585321951431926e-08 0.10438080489217781 7.30982560480467e-05 1.5814343381151175 0.00043305517858595083']
['59491.99254258264 1.6861096095876658 0.0004268252906084114 0.18576168845242694 0.0001300174765126608 3.69561136928755e-05 2.586615509415546e-08 0.10449094975449014 7.313483053837169e-05 1.5816186598331756 0.0004330456467173307']
['59491.99257806285 1.6863581850479379 0.000426854129438478 0.1862886242748775 0.00012998429197353368 3.70609442439195e-05 2.5859553239860075e-08 0.10478735115461858 7.311616423511269e-05 1.5815708338933192 0.00043307091947063003']
['59491.99261354306 1.686197716171328 0.00042683709590091146 0.18569344969114066 0.00012996478724420436 3.6942538022664025e-05 2.5855672897252037e-08 0.1044525654512666 7.310519282486495e-05 1.5817451507200613 0.00043305227820100955']
['59491.99264902326 1.6854598900485318 0.0004267866637171912 0.1857230315605526 0.00012996841609078935 3.694842314859253e-05 2.5856394833341692e-08 0.10446920525281082 7.3107234051069e-05 1.580990684795721 0.0004330029145368985']
['59491.99268450347 1.6863307222432635 0.00042685472948389566 0.18579141752000206 0.00012995882687970908 3.696202810294812e-05 2.585448712041197e-08 0.10450767235500116 7.310184011983636e-05 1.5818230498882624 0.0004330690927688974']
['59491.99271998368 1.685827025166645 0.00042681810169503415 0.18570860679449303 0.00012996170335379098 3.694555343256588e-05 2.5855059376747984e-08 0.10446109132190232 7.310345813650743e-05 1.5813659338447426 0.00043303326376396145']
['59491.992755463885 1.6856067313326677 0.00042681279142715487 0.1859160873381568 0.0001299713401690001 3.698683037521523e-05 2.5856976560218228e-08 0.10457779912771319 7.310887884506255e-05 1.5810289322049544 0.00043302894486607017']
['59491.992790944096 1.6862856241933468 0.0004268417326999096 0.18586893375506952 0.00012995064955991992 3.697744946792419e-05 2.585286029432986e-08 0.1045512752372266 7.309724037745494e-05 1.5817343489561202 0.00043305550605558693']
['59491.992826424306 1.685398577192462 0.00042678078559174723 0.18567495530232442 0.00012996406981972709 3.6938858680914565e-05 2.585553017018722e-08 0.10444216235755747 7.310478927359648e-05 1.5809564148349045 0.0004329967080302642']
['59491.99286190452 1.6860665440085216 0.00042684060971106245 0.1856707240560882 0.000129965919641345 3.693801690122215e-05 2.585589818050513e-08 0.10443978228154961 7.310582979825655e-05 1.581626761726972 0.000433055849110716']
['59491.99289738472 1.685502054405986 0.00042682296403969897 0.1857763177008906 0.00012996174563738874 3.6959024089383886e-05 2.5855067788802477e-08 0.10449917870675095 7.310348192103117e-05 1.5810028756992351 0.00043303806033720947']
['59491.99293286493 1.6863742999093114 0.0004268568968040361 0.18631476305094918 0.0001299812570134014 3.7066144388192226e-05 2.5858949453726152e-08 0.10480205421615892 7.311445707003829e-05 1.5815722456931525 0.00043307335889179103']
['59491.99296834514 1.6861059120389785 0.0004268312489818135 0.18590659520846803 0.0001299740458990029 3.698494197601469e-05 2.5857514848098997e-08 0.10457245980476326 7.311040081818913e-05 1.5815334522342153 0.0004330473944214087']
['59491.993003825344 1.6866074403832787 0.00042687388856781246 0.18569558352049959 0.0001299628264426877 3.694296253452676e-05 2.585528280818479e-08 0.104453765730281 7.310408987401183e-05 1.5821536746529976 0.0004330883566863842']
['59491.993039305555 1.6857745357834746 0.00042681098744670916 0.1854780835561262 0.0001299537129962104 3.689969229146134e-05 2.5853469745615456e-08 0.10433142200032097 7.309896356036835e-05 1.5814431137831537 0.0004330254928740743']
['59491.993074785765 1.6856729416748202 0.00042682088997265065 0.18572836458822098 0.00012996174776478827 3.694948412073637e-05 2.5855068212035164e-08 0.10447220508087429 7.310348311769339e-05 1.5812007365939458 0.000433036016239971']
['59491.993110265976 1.6863419932272752 0.0004268616955178101 0.1858857815026025 0.00012997120646319048 3.6980801220798985e-05 2.5856949960292573e-08 0.10456075209521389 7.310880363554463e-05 1.5817812411320613 0.0004330771343183109']
['59491.99314574618 1.6867959427149604 0.00042689058536942456 0.18610114119929935 0.00012997547088551762 3.702364567113908e-05 2.585779834015857e-08 0.10468189192460588 7.311120237310365e-05 1.5821140507903544 0.00043310601449239984']
['59491.99318122639 1.685511095970465 0.00042680000976109023 0.18558806555268179 0.00012996382460887682 3.6921572514465016e-05 2.585548138703857e-08 0.1043932868733835 7.31046513424932e-05 1.5811178090970814 0.000433015632951022']
['59491.9932167066 1.6854631381034817 0.00042677778960977 0.18573637104952734 0.00012996275946680765 3.695107695560335e-05 2.5855269483756817e-08 0.10447670871535912 7.31040522000793e-05 1.5809864293881226 0.00043299363061397684']
['59491.9932521868 1.6864674374944038 0.0004268881347703399 0.18609695937775236 0.00012996877606283953 3.702281372417617e-05 2.5856466447505644e-08 0.10467953964998569 7.310743653534723e-05 1.581787897844418 0.0004331029633753037']
['59491.993287667014 1.6858649685086855 0.00042680017055468476 0.18580070954058836 0.0001299650550873105 3.6963876691707645e-05 2.585572618294493e-08 0.10451289911658095 7.310534348661214e-05 1.5813520693921046 0.0004330159082895264']
['59491.993323147224 1.6862328135847107 0.00042683297149907605 0.1859147696161984 0.0001299751939337619 3.698656822276111e-05 2.5857743242357418e-08 0.10457705790911159 7.311104658774106e-05 1.581655755675599 0.000433049201236864']
['59491.99335862743 1.685605317157423 0.00042678895269949486 0.1859087959481986 0.00012996234980891877 3.698537979927291e-05 2.5855187984909326e-08 0.1045736977208617 7.310382176751681e-05 1.5810316194365612 0.0004330045945522386']
['59491.99339410764 1.686147841579057 0.00042683085107591504 0.1857452813923046 0.00012997325837116032 3.6952849611975406e-05 2.585735817441279e-08 0.10448172078317133 7.310995783377767e-05 1.5816661207958855 0.0004330469274393327']
['59491.99342958785 1.6850241764964613 0.0004267605387985476 0.18551837633149448 0.00012996180879925256 3.690770828442478e-05 2.585508035445603e-08 0.10435408668646563 7.310351744957956e-05 1.5806700898099957 0.00043297653716931083']
['59491.99346506806 1.685807112603634 0.0004268122805498141 0.1859999585247941 0.0001299725260177625 3.700351601763562e-05 2.5857212477333598e-08 0.10462497667019667 7.31095458849914e-05 1.5811821359334373 0.000433028553940318']
['59491.99350054826 1.6854981466052248 0.00042680662759678883 0.18581399223292 0.00012995837516597156 3.696651919938533e-05 2.5854397254819236e-08 0.1045203706310175 7.3101586030859e-05 1.5809777759742072 0.0004330216383054905']
['59491.99353602847 1.6864557308290844 0.00042684891934928823 0.1862299042731284 0.00012998031384902294 3.7049262270748587e-05 2.5858761817134928e-08 0.10475432115363473 7.31139265400754e-05 1.5817014096754496 0.0004330654063807945']
['59491.99357150868 1.6849327786277108 0.000426738902375634 0.18575494187233366 0.00012996683146221892 3.6954771503411984e-05 2.5856079581504257e-08 0.10448715480318767 7.310634269749815e-05 1.5804456238245232 0.00043295568842938756']
['59491.993606988886 1.6849249444346377 0.00042675899175696264 0.18596536937636637 0.00012996484633227013 3.6996634725198605e-05 2.585568465244922e-08 0.10460552027420607 7.310522606190194e-05 1.5803194241604317 0.00043297530082324684']
['59491.9936424691 1.686451671219932 0.00042686162085893474 0.18572632400063713 0.00012997049658954293 3.69490781587354e-05 2.5856808735417602e-08 0.10447105725035839 7.310840433161789e-05 1.5819806139695736 0.0004330769933236263']
['59491.99367794931 1.6856347000556091 0.0004268015207952164 0.18554846168853187 0.00012995740554804525 3.691369357603376e-05 2.585420435546188e-08 0.10437100969979916 7.310104062077545e-05 1.58126369035581 0.00043301651272549616']
['59491.99371342951 1.6866092240050434 0.0004268953775979199 0.18582350262246067 0.00012997516230923195 3.696841123126799e-05 2.585773695085709e-08 0.10452572022513411 7.311102879894297e-05 1.5820835037799093 0.00043311070864908256']
['59491.99374890972 1.6864256428177065 0.000426859894827383 0.18567515556916372 0.00012996268357748296 3.6938898522736335e-05 2.5855254386055377e-08 0.1044422750076546 7.310400951233417e-05 1.5819833678100519 0.0004330745501860204']
['59491.99378438993 1.6860876151856667 0.0004268517770056283 0.18563068735898003 0.00012995663297662484 3.693005185340985e-05 2.5854050657261317e-08 0.10441726163942626 7.310060604935147e-05 1.5816703535462404 0.00043306597434761035']
['59491.99381987014 1.6856001290706148 0.00042679574131755004 0.1861858007818104 0.00012998040125998013 3.7040488159935e-05 2.5858779206992322e-08 0.10472951293976836 7.311397570873882e-05 1.5808706161308466 0.0004330130000943795']
['59491.993855350345 1.6857375035097388 0.0004268287698277291 0.185782523908975 0.00012996422553427996 3.6960258775252005e-05 2.5855561148613223e-08 0.10450266969879844 7.310487686303247e-05 1.5812348338109403 0.0004330440182866075']
['59491.993890830556 1.6855800507176446 0.0004267830354571475 0.18579470797577935 0.0001299684420079372 3.6962682718325595e-05 2.5856399989394428e-08 0.10450952323637588 7.310724862946466e-05 1.5810705274812686 0.0004329993408265042']
['59491.993926310766 1.6858923562792012 0.00042681181439996026 0.18581830319206769 0.00012996706559000002 3.696737683745761e-05 2.585612615974635e-08 0.10452279554553807 7.310647439437501e-05 1.581369560733663 0.00043302757592301387']
['59491.99396179097 1.6854472573052368 0.0004268946935231278 0.18561416374860587 0.0001299560839832518 3.692676458557389e-05 2.5853941438500015e-08 0.10440796710859081 7.310029724057914e-05 1.581039290196646 0.00043310822298227753']
['59491.99399727118 1.6858635826532584 0.0004268357070487351 0.1858829656829661 0.00012996501478584129 3.6980241031281504e-05 2.5855718165222382e-08 0.10455916819666843 7.310532081703572e-05 1.58130441445659 0.00043305093088868345']
['59491.99403275139 1.6864678829133002 0.000426868924730646 0.18568660888149682 0.00012996712046416022 3.6941177086827066e-05 2.5856137076613658e-08 0.10444871749584195 7.310650526109012e-05 1.5820191654174582 0.0004330838717987403']
['59491.994068231594 1.6856588604916485 0.00042682321646889755 0.1853073586417786 0.00012994687275603823 3.686572764892714e-05 2.5852108923071287e-08 0.10423538923600047 7.30951159252715e-05 1.581423471255648 0.00043303689691409007']
['59491.994103711804 1.6857875951048713 0.0004268176717508574 0.18565051473975855 0.00012995570403244442 3.6933996385484184e-05 2.5853865849688605e-08 0.10442841454111418 7.310008351824998e-05 1.5813591805637572 0.0004330322703092666']
['59491.994139192015 1.6870805605673183 0.0004269121155004836 0.1861346299328532 0.00012997452947666966 3.703030804299281e-05 2.585761105281904e-08 0.10470072933722992 7.311067283062667e-05 1.5823798312300883 0.00043312714627790895']
['59491.994174672225 1.6862373666491306 0.00042685814169241725 0.18588827518855566 0.00012996835140381303 3.6981297323856444e-05 2.5856381964276646e-08 0.10456215479356255 7.310719766464483e-05 1.5816752118555681 0.00043307336038999353']
['59491.99421015243 1.6865731249505393 0.0004268621162138112 0.18576742658393527 0.00012996205762269336 3.6957255257867576e-05 2.585512985630673e-08 0.10449417745346358 7.310365741276501e-05 1.5820789474970758 0.00043307668026073187']
['59491.99424563264 1.6851669732284544 0.00042677209165767175 0.1853710635358249 0.00012995870801621218 3.687840133491041e-05 2.5854463473270613e-08 0.1042712232389015 7.310177325911934e-05 1.5808957499895528 0.0004329876296979994']
['59491.99428111285 1.6851594634357783 0.0004267913134160513 0.18547190133287994 0.00012995043951069754 3.689846237722517e-05 2.5852818506364817e-08 0.10432794449974497 7.309712222476736e-05 1.5808315189360334 0.00043300579035959866']
['59491.99431659305 1.6858936381415184 0.0004268266974268687 0.18571145162613834 0.00012995853166719657 3.694611939383915e-05 2.5854428389748686e-08 0.1044626915397028 7.310167406279807e-05 1.5814309466018155 0.00043304143495410605']
['59491.99435207326 1.6859945014080426 0.00042681725466834486 0.18563566102327506 0.00012995900831702163 3.6931041332482144e-05 2.585452321621841e-08 0.10442005932559222 7.310194217832466e-05 1.5815744420824505 0.00043303217297663445']
['59491.994387553474 1.6866947364864981 0.0004268905109686919 0.18602533603964988 0.0001299763841006056 3.700856471380148e-05 2.5857980018527766e-08 0.10463925152230305 7.311171605659065e-05 1.582055484964195 0.0004331060278729106']
['59491.994423033684 1.6849938757436522 0.00042672106374555264 0.18566653859210255 0.0001299591591834114 3.693718422961909e-05 2.585455323013301e-08 0.10443742795805769 7.31020270406689e-05 1.5805564477855945 0.00043293737722861336']
['59491.99445851389 1.6855814966691964 0.00042677228108267435 0.18596992430298978 0.0001299733999250927 3.6997540899058025e-05 2.585738633567285e-08 0.10460808242043174 7.311003745786463e-05 1.5809734142487648 0.00043298921173350215']
['59491.9944939941 1.6852087456542568 0.0004267792735451036 0.18590984543959121 0.00012997024117639193 3.6985588588951496e-05 2.5856757922585712e-08 0.10457428805977005 7.310826066172046e-05 1.5806344575944868 0.00043299580379568164']
['59491.99452947431 1.6867668324415495 0.0004268909422884066 0.18582394310484512 0.00012996854235755093 3.696849886245403e-05 2.5856419953315758e-08 0.10452596799647537 7.31073050761224e-05 1.582240864445074 0.0004331057084169833']
['59491.99456495451 1.685587065067082 0.0004268104311160628 0.1854774949215461 0.00012995813027342427 3.689957518633247e-05 2.585434853499495e-08 0.10433109089336967 7.310144827880114e-05 1.5812559741737122 0.0004330253639799147']
['59491.99460043472 1.6863409546444117 0.000426847732025167 0.18594230031416586 0.00012997029947421184 3.699204528109647e-05 2.5856769520568477e-08 0.10459254392671828 7.310829345424416e-05 1.5817484107176933 0.0004330632851060231']
['59491.99463591493 1.6863995172917363 0.0004268595641430909 0.18605679674205233 0.00012997272408141945 3.7014823621677094e-05 2.585725188084616e-08 0.10465694816740442 7.310965729579845e-05 1.5817425691243319 0.00043307517764279516']
['59491.994671395136 1.686312219043296 0.00042683903447379533 0.18575023348885475 0.00012996579620005603 3.6953834800281185e-05 2.5855873622640982e-08 0.10448450633748078 7.310576036253152e-05 1.5818277127058151 0.0004330542847596658']
['59491.994706875346 1.6858605545184333 0.0004268524595100079 0.18577736205611028 0.0001299657715267737 3.6959231857253337e-05 2.5855868714047426e-08 0.10449976615656204 7.31057464838102e-05 1.5813607883618712 0.00043306751478112287']
['59491.99474235556 1.685667997880407 0.00042679346818501703 0.1856937912087609 0.0001299623797277075 3.6942605965435795e-05 2.5855193937063223e-08 0.104452757554928 7.310383859683547e-05 1.5812152403254789 0.00043300904806133935']
['59491.99477783577 1.6858910051881622 0.00042683008932236044 0.1856626698130615 0.0001299597245405598 3.693641456048395e-05 2.585466570436399e-08 0.1044352517698471 7.310234505406489e-05 1.5814557534183151 0.0004330448914412197']
['59491.99481331597 1.6863642438191677 0.00042686091865034925 0.18586528599666893 0.0001300088511632495 3.6976723769448366e-05 2.5864439135412084e-08 0.10454922337312626 7.312997877932785e-05 1.5818150204460415 0.0004330799437370484']
['59491.99484879618 1.6858892572828121 0.00042681428396257185 0.1856808738409195 0.00012996363847652155 3.6940036136756174e-05 2.585544435718306e-08 0.1044454915355172 7.310454664304337e-05 1.5814437657472948 0.00043302968458798274']
['59491.99488427639 1.686175566258726 0.0004268333043376992 0.18549176722680083 0.000130005963341124 3.690241457124573e-05 2.586386462145453e-08 0.10433911906507545 7.312835437938225e-05 1.5818364471936506 0.0004330524516800193']
['59491.994919756595 1.6852956886719919 0.0004268379750277573 0.1857800114036939 0.00012995992717318094 3.695975892820821e-05 2.5854706016843092e-08 0.10450125641457782 7.310245903491427e-05 1.5807944322574141 0.000433052683218506']
['59491.994955236805 1.6855002933952374 0.00042679016981247596 0.18546609052757634 0.00012995111074450385 3.68973063542409e-05 2.5852952044087623e-08 0.10432467592176169 7.309749979378341e-05 1.5811756174734757 0.00043300472690799144']
['59491.994990717016 1.6857313419820656 0.00042681930997161174 0.18551066501743382 0.00012995924079703446 3.690617416723667e-05 2.5854569466647428e-08 0.10434974907230651 7.310207294833188e-05 1.5813815929097592 0.00043303422085787404']
['59491.99502619722 1.6862660348101302 0.0004268441758785576 0.18626270558390415 0.00012997604839947046 3.70557878841859e-05 2.5857913232908942e-08 0.10477277189094608 7.311152722470213e-05 1.581493262919184 0.00043306032592997174']
['59491.99506167743 1.6860986395960587 0.00042684621187505996 0.185926988484316 0.0001299729209668791 3.698899908933599e-05 2.5857291049963818e-08 0.10458393102242773 7.310976804386949e-05 1.581514708573631 0.000433062035712572']
['59491.99509715764 1.686263180894719 0.00042684736628401245 0.1859182794112601 0.00012996944468845125 3.6987266474302744e-05 2.5856599466344622e-08 0.1045790321688338 7.310781263725382e-05 1.5816841487258853 0.00043306284344446093']
['59491.99513263785 1.685969755304134 0.00042680625482173886 0.1858394237376128 0.0001299665074713533 3.6971578636487984e-05 2.585601512556953e-08 0.1045346758524072 7.310616045263622e-05 1.5814350794517267 0.0004330220431468653']
['59491.995168118054 1.6862660775721086 0.0004268316381267043 0.18555351077765078 0.00012996117845947473 3.6914698060398e-05 2.5854954952341696e-08 0.10437384981242856 7.310316288345453e-05 1.58189222775968 0.0004330465560762384']
['59491.995203598264 1.6861299267115488 0.00042687801476596997 0.1859479443405329 0.00012996590790205161 3.6993168124465545e-05 2.585589584504692e-08 0.10459571869154975 7.310582319490403e-05 1.581534208019999 0.00043309271625777807']
['59491.995239078475 1.6868545328750533 0.0004268926373034421 0.1861152713091299 0.00012997290426901788 3.702645676717153e-05 2.5857287728029877e-08 0.10468984011138555 7.310975865132256e-05 1.5821646927636677 0.000433107793273156']
['59491.99527455868 1.6857386841730722 0.0004268903837601106 0.1857548938848872 0.0001299591988150939 3.695476195661285e-05 2.585456111460573e-08 0.10448712781024905 7.310204933349033e-05 1.581251556362823 0.0004331042707750762']
['59491.99531003889 1.6857690255213211 0.0004268132134042078 0.18588627390720844 0.00012996586293692342 3.6980899181582784e-05 2.5855886899518894e-08 0.10456102907280473 7.310579790201941e-05 1.5812079964485164 0.0004330288406368757']
['59491.9953455191 1.6860397085310046 0.0004268244102952155 0.18581162702881543 0.00012996453388267295 3.69660486569795e-05 2.5855622492576895e-08 0.10451904020370867 7.310505030900353e-05 1.581520668327296 0.00043303975060557707']
['59491.9953809993 1.6860259265252524 0.0004268410419319123 0.18608519466147616 0.00012997879111835466 3.702047320823938e-05 2.5858458879493856e-08 0.10467292199708034 7.311307000407448e-05 1.581353004528172 0.0004330574974330097']
['59491.99541647951 1.6868349687207975 0.00042688053578285155 0.18626853938734472 0.00012997774641496643 3.7056948482504145e-05 2.5858251042358483e-08 0.1047760534053814 7.311248235841862e-05 1.582058915315416 0.0004330963252059113']
['59491.99545195972 1.68628055132077 0.00042686169863140447 0.1856824160621476 0.00012995847209541878 3.694034295192092e-05 2.5854416538320055e-08 0.10444635903495803 7.310164055367305e-05 1.581834192285812 0.00043307592822751807']
['59491.995487439934 1.6854182558569386 0.0004267865483469208 0.18534036598167775 0.00012994811377353848 3.687229425055622e-05 2.585235581565832e-08 0.10425395586469373 7.309581399761538e-05 1.5811642999922448 0.00043300087283266824']
['59491.99552292014 1.6859467078237476 0.0004268318778224729 0.18604209546213413 0.00012998183193724657 3.701189889496615e-05 2.5859063831190976e-08 0.10464867869745044 7.311478046470119e-05 1.581298029126297 0.0004330487536615939']
['59491.99555840035 1.6863901415386964 0.00042687156014914907 0.18571149615074584 0.00012997200937554925 3.6946128251728365e-05 2.5857109694631037e-08 0.10446271658479452 7.310925527374646e-05 1.581927424953902 0.00043308693361824067']
['59491.99559388056 1.6856270579164043 0.000426811426428912 0.1859125759706019 0.00012997148254149195 3.698613181083602e-05 2.5857004884325524e-08 0.10457582398346356 7.310895892958922e-05 1.5810512339329408 0.0004330276129833419']
['59491.99562936076 1.6863556730465086 0.00042685014838230535 0.1859103101322232 0.00012996995690533843 3.6985681036613245e-05 2.5856701368656534e-08 0.10457454944937554 7.310810075925286e-05 1.581781123597133 0.0004330656342526167']
['59491.99566484097 1.686310908248489 0.00042687330971754087 0.1858961569472795 0.00012996993298711708 3.698286534993289e-05 2.5856696610277587e-08 0.10456658828284471 7.310808730525335e-05 1.5817443199656442 0.00043308846091605823']
['59491.99570032118 1.6856519679872672 0.0004268341295299628 0.18610656983401755 0.00012997156808220017 3.7024725663701136e-05 2.585702190210871e-08 0.10468494553163486 7.31090070462376e-05 1.5809670224556325 0.00043304999831761675']
['59491.995735801385 1.6866819754238125 0.0004268853617463534 0.18608848515136883 0.0001299644064639844 3.702112783040389e-05 2.5855597143434237e-08 0.10467477289764496 7.310497863599121e-05 1.5820072025261676 0.00043309981525588737']
['59491.995771281596 1.6860392494299186 0.0004268411085596573 0.1861622461573591 0.00012997989545569924 3.703580211629237e-05 2.5858678580427898e-08 0.10471626346351448 7.311369119383082e-05 1.5813229859664042 0.000433057667980171']
['59491.995806761806 1.6863020797098671 0.00042683031700274524 0.18575138979044142 0.00012996711948836016 3.695406483917272e-05 2.5856136882484403e-08 0.1044851567571233 7.310650471220259e-05 1.581816922952744 0.00043304581806536275']
['59491.99584224202 1.6864271329224896 0.00042684894457264456 0.18563251572795594 0.0001299691307153067 3.6930415595860244e-05 2.585653700337218e-08 0.10441829009697522 7.310763602736001e-05 1.5820088428255143 0.00043306436926661326']
['59491.99587772222 1.6863672437860286 0.0004268669835134677 0.18569182594737832 0.0001299599817772561 3.694221498910641e-05 2.585471687997869e-08 0.10445165209540029 7.310248974970656e-05 1.5819155916906285 0.00043308128061773004']
['59491.99591320243 1.6858781844475383 0.00042680830022395234 0.18578939374537212 0.00012996804054103272 3.696162548577804e-05 2.585632012009151e-08 0.1045065339817718 7.31070228043309e-05 1.5813716504657664 0.0004330242047777149']
['59491.99594868264 1.6864599408767367 0.00042684384190491367 0.185996304024224 0.00012997582291293344 3.700278897784779e-05 2.5857868373787732e-08 0.104622921013626 7.311140038852505e-05 1.5818370198631106 0.00043305997533704053']
['59491.995984162844 1.6858179082238052 0.00042684231636552463 0.1857642220091214 0.00012996177487376614 3.695661772796491e-05 2.5855073605194955e-08 0.10449237488013077 7.310349836649345e-05 1.5813255333436744 0.00043305713770091186']
['59491.996019643055 1.6853274771045883 0.0004267566995839583 0.18570766603314884 0.00012995803319412446 3.694536627404313e-05 2.5854329221681903e-08 0.10446056214364621 7.3101393671695e-05 1.580866914960942 0.0004329723944970822']
['59491.996055123265 1.6857675688916678 0.00042681754986355146 0.1853685947582837 0.00012995206794979032 3.6877910187224065e-05 2.5853142474028743e-08 0.10426983455153459 7.309803822175706e-05 1.5814977343401333 0.0004330318049097488']
['59491.996090603476 1.685893050005222 0.00042680870888632224 0.1856995041433988 0.00012996052007269797 3.6943742517669774e-05 2.585482397045421e-08 0.10445597108066182 7.31027925408926e-05 1.5814370789245602 0.0004330238934036852']
['59491.99612608368 1.6852564730255088 0.0004267571716506709 0.18554409387589355 0.0001299551256952518 3.6912824627318905e-05 2.5853750793159882e-08 0.10436855280519011 7.309975820357913e-05 1.5808879202203188 0.0004329725836640259']
['59491.99616156389 1.686054907114121 0.0004268754865947077 0.1857908667655309 0.00012996628122537894 3.696191853382747e-05 2.5855970115363062e-08 0.10450736255561112 7.310603318927564e-05 1.5815475445585099 0.00043309025981213195']
['59491.9961970441 1.686594869700642 0.0004268701892902652 0.18587785854381428 0.000129969898491539 3.6979224998230164e-05 2.585668974760038e-08 0.10455629543089552 7.310806790149068e-05 1.5820385742697465 0.00043308538199412344']
['59491.9962325243 1.6862152213005852 0.00042683279369843004 0.18573425073736102 0.00012996618150637446 3.6950655132900644e-05 2.585595027689746e-08 0.10447551603976558 7.310597709733563e-05 1.5817397052608195 0.0004330481701424943']
['59491.996268004514 1.6856865491996884 0.0004268011817199471 0.1858382158228774 0.00012996698033965 3.697133832948677e-05 2.5856109199728094e-08 0.10453399640036853 7.310642644105312e-05 1.58115255279932 0.0004330170877742868']
['59491.996303484724 1.6865631217684918 0.0004268798078348419 0.18603885549990612 0.0001299796323791042 3.7011254324961124e-05 2.5858626243002255e-08 0.1046468562186972 7.31135432132461e-05 1.5819162655497945 0.00043309578679352994']
['59491.99633896493 1.686056511452215 0.0004268410359465521 0.1857636134049705 0.00012996328139490946 3.6956496650016153e-05 2.5855373318053495e-08 0.10449203254029589 7.310434578463657e-05 1.5815644789119192 0.0004330560187095031']
['59491.99637444514 1.6859509770874026 0.0004268495736796345 0.18578286850979447 0.00012996094455873975 3.696032733140677e-05 2.5854908419268987e-08 0.10450286353675939 7.310303131429111e-05 1.5814481135506433 0.0004330642120261428']
['59491.99640992535 1.6855362163335508 0.00042679438612933866 0.1858390096502514 0.00012996741578679511 3.697149625642494e-05 2.5856195829185096e-08 0.10453444292826641 7.310667138007225e-05 1.5810017734052844 0.00043301043108889755']
['59491.99644540556 1.6859144995028723 0.00042680129704307236 0.18591990109645834 0.00012996981832563101 3.698758909832205e-05 2.5856673799099723e-08 0.10457994436675781 7.310802280816744e-05 1.5813345551361144 0.00043301747095997']
['59491.99648088576 1.6862018586810223 0.0004268276271523693 0.18565603946055337 0.0001299605454934253 3.693509549376381e-05 2.5854829027747222e-08 0.10443152219656127 7.310280684005173e-05 1.581770336484461 0.00043304254256183174']
['59491.99651636597 1.6854345561218291 0.00042680474590662024 0.1857172918554573 0.00012997788608715594 3.694728127054528e-05 2.5858278829257698e-08 0.10446597666869471 7.311256092402522e-05 1.5809685794531345 0.00043302163651864325']
['59491.99655184618 1.6861122825118509 0.00042684329072451997 0.18591762798428596 0.00012997662746692381 3.6987136877024e-05 2.5858028434718426e-08 0.10457866574116086 7.311185295014465e-05 1.58153361677069 0.00043305950847238146']
['59491.996587326386 1.6864733783965964 0.0004268801816017396 0.18583368065856803 0.00012996172729918618 3.697043608721481e-05 2.5855064140532996e-08 0.10453144537044451 7.310347160579223e-05 1.581941933026152 0.00043309445506165635']
['59491.9966228066 1.6866563104128836 0.0004268834911662712 0.18606191901463495 0.00012997699605050463 3.701584266542883e-05 2.5858101762091962e-08 0.10465982944573216 7.311206027840885e-05 1.5819964809671514 0.000433099166921916']
['59491.99665828681 1.6858763574206543 0.00042681845308806927 0.18584546547118586 0.00012996664653004887 3.697278060119173e-05 2.5856042790418003e-08 0.10453807432754203 7.310623867315248e-05 1.5813382830931122 0.00043303407952426597']
['59491.99669376701 1.6856560916494603 0.00042680766149420443 0.1857388038480238 0.00012996546641501873 3.695156094548617e-05 2.5855808013992427e-08 0.10447807716451338 7.310557485844803e-05 1.581178014484947 0.0004330233307635231']
['59491.99672924722 1.6860664115952662 0.0004268414766506954 0.18599990068975314 0.00012997758432319682 3.700350451171981e-05 2.5858218795225523e-08 0.10462494413798613 7.31123911817982e-05 1.58144146745728 0.00043305781130660424']
['59491.99676472743 1.6868127974690625 0.0004268821579727609 0.18572759196442507 0.00012996509073190098 3.694933041211604e-05 2.5855733274210893e-08 0.1044717704799891 7.31053635366943e-05 1.5823410269890734 0.00043309672242273253']
['59491.99680020764 1.6857896326518707 0.00042683234887683664 0.1855499588890479 0.0001299482502301456 3.6913991434612424e-05 2.5852382962837745e-08 0.10437185187508945 7.309589075445689e-05 1.5814177807767813 0.0004330460290695495']
['59491.996835687845 1.686317240597654 0.00042686183015976814 0.18573709273286682 0.0001299645178930698 3.695122052994188e-05 2.5855619311546422e-08 0.10447711466223758 7.310504131485175e-05 1.5818401259354165 0.00043307663191748515']
['59491.996871168056 1.686699411295933 0.0004268915839837282 0.18581592535062486 0.00012997116494571536 3.6966903780933215e-05 2.5856941700653338e-08 0.10452145800972648 7.310878028196489e-05 1.5821779532862066 0.0004331065899180629']
['59491.996906648266 1.6854768854219744 0.00042677344985598425 0.1858570974866646 0.00012997038036124942 3.6975094717143685e-05 2.5856785612533304e-08 0.10454461733624883 7.310833895320279e-05 1.5809322680857256 0.00043299007693765304']
['59491.99694212847 1.6865505635244966 0.0004268820757008486 0.18584098452978065 0.000129967921095687 3.69718891462238e-05 2.5856296357195013e-08 0.10453555379800161 7.310695561632395e-05 1.582015009726495 0.0004330969100722749']
['59491.99697760868 1.685786042660152 0.0004268483303130238 0.18558284000645497 0.00012996459089232974 3.692053292507457e-05 2.5855633834287747e-08 0.10439034750363092 7.310508237693547e-05 1.5813956951565211 0.0004330633327359346']
['59491.99701308889 1.686625020261805 0.0004268888667492921 0.1858417210565 0.00013002182366803552 3.6972035673558926e-05 2.5867019933238305e-08 0.10453596809428123 7.313727581326998e-05 1.5820890521675237 0.00043310872268736544']
['59491.997048569094 1.6854893960637813 0.00042678113986582556 0.1856223322711455 0.00012995463710536418 3.692838966149881e-05 2.5853653591290182e-08 0.10441256190251934 7.309948337176735e-05 1.581076834161262 0.0004329961614314758']
['59491.997084049304 1.6861092806332065 0.00042685211323010815 0.18596503729843777 0.00013002540534622713 3.699656866039382e-05 2.586773248547425e-08 0.10460533348037124 7.313929050725275e-05 1.5815039471528354 0.0004330728372744167']
['59491.997119529515 1.6855837232229633 0.00042679625035981096 0.1858965774111338 0.0001299671425549663 3.6982948998558894e-05 2.5856141471439886e-08 0.10456682479376275 7.310651768716854e-05 1.5810168984292006 0.000433012242609304']
['59491.997155009725 1.686761724576658 0.0004268882763987261 0.18626167829625515 0.0001299777041681911 3.7055583511801754e-05 2.5858242637629578e-08 0.10477219404164351 7.31124585946075e-05 1.5819895305350145 0.00043310395071902006']
['59491.99719048993 1.686027583642514 0.00042679076203477857 0.18573764861126169 0.00012997128103997172 3.695133111843476e-05 2.5856964796871795e-08 0.1044774273438347 7.310884558498409e-05 1.5815501562986793 0.0004330072261071356']
['59491.99722597014 1.685922631712542 0.0004268101401284851 0.18582830402182388 0.00013003832054528402 3.6969366439321e-05 2.5870301882687902e-08 0.10452842101227591 7.314655530672226e-05 1.581394210700266 0.0004330326942272794']
['59491.99726145035 1.685695007858396 0.00042680203647500444 0.18593157228841334 0.0001299674001822336 3.698991100818631e-05 2.5856192724756222e-08 0.10458650941223249 7.31066626025064e-05 1.5811084984461636 0.0004330179701306722']
['59491.99729693055 1.6861447349452652 0.0004268589059344565 0.18562241838374624 0.0001299910468661471 3.6928406793056396e-05 2.5860897083046924e-08 0.10441261034085725 7.311996386220773e-05 1.5817321246044078 0.0004330762689074198']
['59491.99733241076 1.6860767373381618 0.00042683841324602195 0.18579646355572327 0.0001299571568975824 3.696303197985818e-05 2.585415488802405e-08 0.10451051075009433 7.310090075489008e-05 1.5815662265880674 0.0004330528521018631']
['59491.997367890974 1.6859362095355714 0.0004268347516871609 0.18583915411533564 0.00012996433540128836 3.697152499684026e-05 2.5855583005960057e-08 0.10453452418987629 7.31049386632247e-05 1.5814016853456951 0.000433049924725538']
['59491.997403371184 1.6866194414910638 0.000426905624381928 0.18561788227711432 0.00012997194443369108 3.692750436331532e-05 2.5857096774858857e-08 0.1044100587808768 7.310921874395122e-05 1.582209382710187 0.0004331205028560466']
['59491.99743885139 1.6859764597457882 0.0004268672920744771 0.18576669080485494 0.0001299809111362317 3.695710887927051e-05 2.5858880643649575e-08 0.10449376357773091 7.311426251413033e-05 1.5814826961680573 0.00043308357210356305']
['59491.9974743316 1.6858274998417462 0.00042684750997510116 0.1861376661744076 0.00012999923462731256 3.703091208405757e-05 2.586252598637485e-08 0.10470243722310428 7.31245694778633e-05 1.581125062618642 0.0004330658142052625']
['59491.99750981181 1.6856143276486208 0.00042684574205397114 0.18550619365561222 0.00012997669642590112 3.6905284618066345e-05 2.5858042153671062e-08 0.10434723393128185 7.311189173956938e-05 1.581267093717339 0.0004330619311638276']
['59491.99754529201 1.686046846515226 0.0004268711631116048 0.1855541536010071 0.00012998501075638262 3.6914825946041364e-05 2.585969623716435e-08 0.10437421140056649 7.311656855046522e-05 1.5816726351146595 0.00043308777689153176']
['59491.99758077222 1.6853653936666284 0.0004267978756055525 0.18593825218360915 0.00012998944490083889 3.6991239931110995e-05 2.5860578382175095e-08 0.10459026685328014 7.311906275672186e-05 1.5807751268133483 0.0004330159627078823']
['59491.99761625243 1.6861885727312056 0.0004268528148471587 0.18579229036494244 0.00012998166004865694 3.696220174993164e-05 2.58590296350426e-08 0.10450816333028012 7.311468377736952e-05 1.5816804094009256 0.0004330693738037908']
['59491.997651732636 1.6858121022652375 0.0004268517276642734 0.18566217127005036 0.00012998044448179759 3.693631537850324e-05 2.5858787805699693e-08 0.10443497133940333 7.311400002101114e-05 1.5813771309258342 0.00043306818678938707']
['59491.997687212846 1.6860822958076616 0.00042686432270637513 0.18555360929588016 0.0001299820091342776 3.6914717659976984e-05 2.5859099083420214e-08 0.10437390522893258 7.311488013803115e-05 1.581708390578729 0.00043308074962663835']
['59491.99772269306 1.6867859763410842 0.00042691409294339275 0.18580126949962938 0.0001299959859512238 3.696398809201928e-05 2.5861879682802313e-08 0.10451321409354153 7.312274209756338e-05 1.5822727622475425 0.00043313113275952187']
['59491.99775817327 1.6863394461549117 0.0004268716013349028 0.18622902094028287 0.000129996872900626 3.704908653726263e-05 2.5862056135779353e-08 0.1047538242789091 7.312324100660212e-05 1.5815856218760027 0.0004330893353588077']
['59491.99779365347 1.6857577333681104 0.00042680841513762993 0.18594099498683125 0.00012998505460834372 3.699178559447441e-05 2.5859704961234816e-08 0.10459180968009257 7.311659321719334e-05 1.5811659236880178 0.0004330259339069474']
['59491.99782913368 1.685989247151816 0.00042685356819487243 0.1860027874754043 0.00012998933944605287 3.700407881947734e-05 2.5860557402612012e-08 0.1046265679549149 7.311900343840473e-05 1.581362679196901 0.000433070845641357']
['59491.99786461389 1.6866687442890909 0.0004269202904779392 0.186244737607217 0.00012999055580652436 3.7052213268802e-05 2.5860799389839037e-08 0.10476266490405955 7.311968764116995e-05 1.5819060793850312 0.00043313672569121896']
['59491.997900094095 1.6856481141067672 0.00042685057383052313 0.1854380765080298 0.00012997104607584317 3.6891733142132516e-05 2.5856918052243657e-08 0.10430891803576675 7.310871341766177e-05 1.5813391960710004 0.00043306615702110994']
['59491.997935574305 1.686124203927724 0.0004268810522442843 0.1861023651261942 0.00012999526006354708 3.702388916365821e-05 2.586173527203746e-08 0.10468258038348424 7.312233378574523e-05 1.5814416235442397 0.00043309849741538165']
['59491.997971054516 1.6857467333919167 0.0004268533506870022 0.1857418024942304 0.00012997770559620145 3.6952157507194124e-05 2.585824292172321e-08 0.10447976390300458 7.311245939786331e-05 1.581266969488912 0.0004330695264180165']
['59491.99800653472 1.6860073837886058 0.00042682005527488917 0.18575122312414902 0.00012998834560881735 3.6954031681967365e-05 2.5860359684976185e-08 0.10448506300733382 7.311844440495976e-05 1.581522320781272 0.0004330377194853361']
['59491.99804201493 1.6867418212120335 0.00042693153928928827 0.18618690617121425 0.00012999819116728397 3.704070807016957e-05 2.5862318396598014e-08 0.104730134721308 7.312398253159723e-05 1.5820116864907254 0.00043314853810350377']
['59491.99807749514 1.6856724694289094 0.000426842418080753 0.18611423681256023 0.000129989815870133 3.702625096061819e-05 2.586065218417121e-08 0.10468925820706512 7.311927142694981e-05 1.5809832112218443 0.00043305990085325643']
['59491.99811297535 1.6864757245975532 0.00042689842311592526 0.18613775075688538 0.0001300026409318125 3.703092891120686e-05 2.58632036491234e-08 0.10470248480074802 7.312648552414452e-05 1.5817732397968052 0.0004331163198772086']
['59491.998148455554 1.6858953802002392 0.0004268592684659424 0.1859186238479551 0.00012999847879008222 3.698733499780599e-05 2.5862375617335622e-08 0.10457922591447474 7.312414431942124e-05 1.5813161542857646 0.0004330773320756087']
['59491.998183935764 1.6859796974835661 0.0004268625419793567 0.18620856484429454 0.00012999804319048153 3.70450169262715e-05 2.586228895754855e-08 0.10474231772491568 7.312389929464586e-05 1.5812373797586505 0.0004330805172172163']
['59491.998219415975 1.686634496179308 0.0004269066702398139 0.18594642930422448 0.00012999034920213918 3.6992866717568735e-05 2.586075828720258e-08 0.10459486648362627 7.311957142620329e-05 1.5820396296956818 0.0004331232813192993']
['59491.99825489618 1.6857575750423819 0.00042683492485259074 0.18600649437614766 0.0001299828975605223 3.7004816283948414e-05 2.5859275830205736e-08 0.10462865308658306 7.311537987779379e-05 1.581128921955799 0.00043305185815164317']
['59491.99829037639 1.6859762627590795 0.0004268415794578768 0.18596567417770893 0.00012999471053256272 3.6996695363499016e-05 2.5861625946321785e-08 0.10460569172496126 7.312202467456653e-05 1.5813705710341184 0.0004330595391474513']
['59491.9983258566 1.6861840190751536 0.00042686128898745544 0.18588477234367484 0.00013004396913244678 3.6980600455009365e-05 2.587142563339845e-08 0.1045601844433171 7.31497326370013e-05 1.5816238346318365 0.00043308364483191547']
['59491.9983613368 1.6864031506752828 0.00042688412687832944 0.18561550980406677 0.00012997947702129842 3.692703237479923e-05 2.5858595335548833e-08 0.10440872426478755 7.311345582448035e-05 1.5819944264104953 0.00043310002909636465']
['59491.99839681701 1.6871251493808874 0.00042690362030778687 0.1863554160730437 0.00013000471796261793 3.7074232049964684e-05 2.586361686127295e-08 0.10482492154108708 7.312765385397259e-05 1.5823002278398004 0.0004331216397157749']
['59491.99843229722 1.6860010657853346 0.0004268847620399312 0.18561735628069675 0.00012998065731223394 3.692739971965294e-05 2.5858830146969678e-08 0.10440976290789192 7.311411973813159e-05 1.5815913028774427 0.00043310076722048247']
['59491.998467777434 1.6858582506919912 0.00042688224474421747 0.1859089378942932 0.00012998445243855172 3.698540803855117e-05 2.585958516336109e-08 0.1045737775655399 7.311625449668533e-05 1.5812844731264513 0.0004330986464415307']
['59491.99850325764 1.6860042124320953 0.0004268783406217586 0.18555732119101204 0.00012997661555446267 3.691545611805008e-05 2.5858026064809582e-08 0.10437599316994427 7.311184624938525e-05 1.5816282192621511 0.00043309405416604364']
['59491.99853873785 1.686210846664008 0.0004268732928706928 0.18564279867761418 0.00012996763000011223 3.693246132369483e-05 2.5856238445570462e-08 0.10442407425615796 7.310679187506312e-05 1.58178677240785 0.0004330882256359922']
['59491.99857421806 1.6862184483202176 0.0004268794405107153 0.18588256323837507 0.000129992325328607 3.6980160967474025e-05 2.5861151425071988e-08 0.10455894182158597 7.312068299734143e-05 1.5816595064986316 0.0004330966301101165']
['59491.99860969826 1.685551199576177 0.0004268358420420456 0.18564757069853596 0.00012998433057251907 3.693341068709263e-05 2.585956091888423e-08 0.10442675851792646 7.311618594704198e-05 1.5811244410582506 0.0004330528982690042']
['59491.99864517847 1.6859467907164503 0.0004268436866558304 0.18610042009749556 0.000129997961520158 3.70235022124934e-05 2.5862272709753935e-08 0.10468148630484125 7.312385335508887e-05 1.581265304411609 0.0004330619248646055']
['59491.99868065868 1.6861332684136263 0.0004268394132245315 0.1857904080345667 0.00012998348902429392 3.696182727220185e-05 2.5859393498184376e-08 0.10450710451944377 7.311571257616533e-05 1.5816261638941826 0.00043305633826025777']
['59491.998716138885 1.6862587154929929 0.00042689287982119995 0.18579714697467714 0.00012997734460131648 3.6963167941739066e-05 2.5858171104072742e-08 0.10451089517325589 7.311225633824051e-05 1.581747820319737 0.00043310845393377634']
['59491.998751619096 1.6862593084830833 0.000426871780292517 0.18582633940801707 0.00012998425073629634 3.696897559182273e-05 2.5859545035972373e-08 0.10452731591700959 7.311614103916668e-05 1.5817319925660738 0.00043308831303853285']
['59491.998787099306 1.686028842643999 0.0004268740646247886 0.1858304646464247 0.00012999480065176573 3.6969796281927736e-05 2.5861643874967567e-08 0.10452963636361388 7.312207536661822e-05 1.5814992062803852 0.0004330915664789717']
['59491.99882257952 1.6857223157035763 0.00042682526665085985 0.18542787096206811 0.0001299707250720439 3.6889702813274075e-05 2.58568541905669e-08 0.1043031774161633 7.310853285302469e-05 1.581419138287413 0.0004330411825998763']
['59491.99885805972 1.6869860253711908 0.00042692557372644096 0.18563647704383074 0.00012998305089246122 3.693120367461352e-05 2.585930633462575e-08 0.10442051833715478 7.311546612700943e-05 1.582565507034036 0.00043314122049121654']
['59491.99889353993 1.6859361330224583 0.00042683183732770144 0.1859340256045307 0.0001300405056733197 3.699039907992012e-05 2.5870736600098113e-08 0.10458788940254853 7.314778444124233e-05 1.5813482436199098 0.00043305428727262804']
['59491.99892902014 1.6865238826575997 0.0004269054260577813 0.18561816353491029 0.000129978499708644 3.692756031777596e-05 2.5858400905373964e-08 0.10441021698838704 7.311290608611224e-05 1.5821136656692127 0.000433120929803597']
['59491.998964500344 1.6866596852773403 0.00042689044888930444 0.1859903723347272 0.0001299943042599254 3.700160890571741e-05 2.5861545120948692e-08 0.10461958443828404 7.312179614620804e-05 1.5820401008390563 0.000433107668397316']
['59491.998999980555 1.6858875783077751 0.00042683324859184296 0.1858726589325555 0.00012999064151018893 3.6978190568437675e-05 2.586081644004136e-08 0.10455337064956245 7.311973584948127e-05 1.5813342076582126 0.0004330509414308713']
['59491.999035460765 1.6862712082542133 0.00042687668564479384 0.18607194697305868 0.00012999687386841752 3.701783766436915e-05 2.586205632831536e-08 0.10466547017234551 7.312324155098486e-05 1.5816057380818678 0.0004330943467675465']
['59491.999070940976 1.6865446659568637 0.0004268939734181224 0.185771234880645 0.00012998889408948335 3.695801289442522e-05 2.5860468801737663e-08 0.10449631962036281 7.311875292533437e-05 1.582048346336501 0.000433110628558188']
['59491.99910642118 1.6866426275123314 0.00042691915752606153 0.18547429177811828 0.0001299776942633373 3.6898937941195006e-05 2.5858240667121524e-08 0.10432928912519153 7.311245302312723e-05 1.58231333838714 0.00043313438774798417']
['59491.99914190139 1.6857387171940699 0.00042681971551764074 0.1861841928666528 0.00012999360220678695 3.704016827537824e-05 2.586140545191457e-08 0.1047286084874922 7.312140124131764e-05 1.5810101087065778 0.0004330378838785973']
['59491.9991773816 1.6858098713318816 0.0004268356971254055 0.185919527611976 0.00012998931488388785 3.698751479594513e-05 2.5860552516124543e-08 0.10457973428173649 7.311898962218692e-05 1.5812301370501451 0.0004330532288113095']
['59491.9992128618 1.6864577388353723 0.0004268895846430815 0.18568091844604195 0.0001299844135568296 3.694004501066333e-05 2.5859577428088257e-08 0.10444551662589859 7.311623262571665e-05 1.5820122222094737 0.00043310587729805813']
['59491.999248342014 1.6862004791950114 0.0004268685859533635 0.185864633219393 0.00012998213922396447 3.697659390353562e-05 2.5859124963941103e-08 0.10454885618590856 7.311495331348001e-05 1.581651623009103 0.000433084964033452']
['59491.999283822224 1.6861203597142373 0.0004268525028622046 0.18571662860632893 0.0001299841733588773 3.6947149321323675e-05 2.585952964222397e-08 0.10446560359106001 7.311609751436848e-05 1.5816547561231773 0.00043306930497953675']
['59491.99931930243 1.6858079579996523 0.00042681703261256924 0.18574819891261402 0.00012998594746550264 3.695343003419892e-05 2.5859882589522712e-08 0.10448336188834537 7.311709544934523e-05 1.581324596111307 0.00043303451245270007']
['59491.99935478264 1.686353355304276 0.00042685609986324775 0.18607931774260977 0.00013000116883099842 3.701930403237971e-05 2.586291078397179e-08 0.10466961623021799 7.312565746743662e-05 1.581683739074058 0.00043307446446368527']
['59491.99939026285 1.687059487393181 0.0004269371394314338 0.18615612204010415 0.0001299955167740644 3.703458376187587e-05 2.5861786342972182e-08 0.10471281864755858 7.312247818541123e-05 1.5823466687456225 0.0004331538039101948']
['59491.99942574306 1.6859651392762274 0.00042683523575535163 0.18590818041283647 0.00012999016950057226 3.6985257342403496e-05 2.586072253671176e-08 0.1045733514822205 7.311947034407189e-05 1.581391787794007 0.00043305285523331235']
['59491.99946122326 1.6863443998124974 0.00042687597441141067 0.18594703884904906 0.00013004874092702596 3.699298798265857e-05 2.5872374951766823e-08 0.10459520935259009 7.31524167714521e-05 1.5817491904599073 0.0004330985726242879']
['59491.99949670347 1.6861506016427341 0.0004268800848302996 0.18572532201378758 0.0001299827369961317 3.6948878819785376e-05 2.5859243886935172e-08 0.10447049363275551 7.311528956032408e-05 1.5816801080099787 0.0004330963546281749']
['59491.99953218368 1.6862595063012438 0.0004268786398559894 0.18559173490395828 0.00012997781807129038 3.6922302508707005e-05 2.585826529793118e-08 0.10439535088347653 7.311252266510083e-05 1.5818641554177673 0.00043309446329381116']
['59491.99956766389 1.6855516908369679 0.00042683439187498213 0.1855903404586565 0.0001299822127495663 3.6922025092628696e-05 2.5859139591394822e-08 0.10439456650799428 7.311499467163104e-05 1.5811571243289735 0.0004330512677883745']
['59491.9996031441 1.6864549756284206 0.0004269001962377313 0.1858392387134584 0.00012998707077058078 3.697154182710203e-05 2.5860106063967444e-08 0.10453457177632033 7.311772730845168e-05 1.5819204038521002 0.000433116588916387']
['59491.99963862431 1.6861344830091562 0.00042687462527194413 0.18606102495603694 0.00012999733213863858 3.701566479812222e-05 2.586214749827905e-08 0.10465932653777078 7.31234993279842e-05 1.5814751564713854 0.0004330923594974084']
['59491.99967410451 1.686530992274394 0.0004269137662578406 0.18584550868299024 0.00012998630289116193 3.697278919790706e-05 2.5859953299210934e-08 0.104538098634182 7.311729537627858e-05 1.5819928936402121 0.0004331298912608043']
['59491.99970958472 1.686656976399215 0.0004269052801162627 0.18584917623083225 0.00012998681694615042 3.6973518833367165e-05 2.586005556720148e-08 0.10454016162984313 7.311758453220961e-05 1.5821168147693718 0.0004331215757255341']
['59491.99974506493 1.6863564310259995 0.0004268809480837694 0.1859204186197882 0.00012999330243505949 3.6987692056317184e-05 2.586134581422429e-08 0.10458023547363085 7.312123261972096e-05 1.5817761955523686 0.0004330982088357387']
['59491.99978054514 1.6872609274773174 0.00042695035004570975 0.18586072727456782 0.00012999516357757303 3.697581684050265e-05 2.5861716076762826e-08 0.1045466590919444 7.312227951238483e-05 1.582714268385373 0.00043316679139246287']
['59491.999816025345 1.6861875708843317 0.00042689661590729767 0.185518767147561 0.0001299743152101594 3.690778603481081e-05 2.585756842585123e-08 0.10435430652050305 7.311055230571465e-05 1.5818332643638287 0.00043311184875450995']
['59491.999851505556 1.6864017773045328 0.00042689128051971373 0.18605337693650936 0.00012999465378926158 3.701414327298137e-05 2.5861614657600705e-08 0.1046550245267865 7.312199275645963e-05 1.5817467527777462 0.00043310852128356544']
['59491.999886985766 1.685820529353963 0.0004268701905969134 0.185633836432321 0.00012998532367403004 3.693067834164532e-05 2.5859758490152308e-08 0.10441903299318056 7.31167445666419e-05 1.5814014963607823 0.0004330868480527534']
['59491.99992246597 1.6857806981976604 0.0004268394276506571 0.1860596404432313 0.00012999707410885888 3.7015389358051236e-05 2.586209616488542e-08 0.10465854774931761 7.312335418623312e-05 1.5811221504483428 0.0004330576427273693']
['59491.99995794618 1.6863400123241636 0.00042685708413582623 0.18584964357567874 0.00012998898868621394 3.697361180867023e-05 2.5860487621159258e-08 0.10454042451131929 7.311880613599533e-05 1.5817995878128444 0.0004330742777950373']
['59491.99999342639 1.6868651407940225 0.0004269279493491525 0.18564387282373818 0.00012998458315388698 3.693267501827638e-05 2.5859611168350773e-08 0.10442467846335272 7.311632802406141e-05 1.5824404623306698 0.0004331437075142553']
['59492.000028906594 1.686014956213726 0.00042682988306554694 0.18583972868681875 0.00012999110069087055 3.697163930420489e-05 2.5860907791135426e-08 0.10453484738633555 7.311999413861468e-05 1.5814801088273907 0.000433047667838749']
['59492.000064386804 1.685832318439309 0.0004268524621222405 0.18597106644598577 0.0001299913146551423 3.6997768121187436e-05 2.5860950357974794e-08 0.10460872487586698 7.312011449351755e-05 1.581223593563442 0.0004330699430384934']
['59492.000099867015 1.6862163535812276 0.00042687825857608155 0.18558248439641825 0.00012997127429108338 3.6920462178705625e-05 2.5856963454223118e-08 0.10439014747298525 7.31088417887344e-05 1.5818262061082424 0.0004330934661163086']
['59492.000135347225 1.6871168867721926 0.00042694895269026464 0.1860345092911437 0.00012998824617968427 3.701038967420081e-05 2.5860339904178664e-08 0.10464441147626832 7.31183884760724e-05 1.5824724752959243 0.000433164757265237']
['59492.00017082743 1.685845109928816 0.00042682118661085836 0.1857103468666393 0.00012997770813311872 3.6945899608920146e-05 2.5858243426426863e-08 0.10446207011248458 7.311246082487927e-05 1.5813830398163315 0.0004330378242922559']
['59492.00020630764 1.6863923525102544 0.0004268871231919595 0.1859378358049375 0.00012998544863086368 3.699115709520626e-05 2.585978334952449e-08 0.10459003264027734 7.311681485486082e-05 1.581802319869977 0.0004331035494678232']
['59492.00024178785 1.6862136281406723 0.00042685793468092743 0.186185201188945 0.00012999369126187916 3.704036887472453e-05 2.5861423168862237e-08 0.10472917566878157 7.312145133480702e-05 1.5814844524718907 0.0004330755627432417']
['59492.00027726805 1.6863533571427067 0.00042688118444690056 0.18613530261621755 0.0001299961232181132 3.7030441869096024e-05 2.5861906991182278e-08 0.10470110772162236 7.312281931018869e-05 1.5816522494210843 0.0004330987096940595']
['59492.00031274826 1.6858557008123445 0.00042686024755540824 0.18607401051197722 0.0001299967508442516 3.701824819239309e-05 2.5862031853435203e-08 0.10466663091298718 7.312317234989153e-05 1.5811890698993574 0.00043307813299400875']
['59492.000348228474 1.686513638842519 0.00042690701999253234 0.18584004049746142 0.00012998458320528976 3.6971701336961246e-05 2.585961117857703e-08 0.10453502277982205 7.311632805297549e-05 1.581978616062697 0.00043312307852024553']
['59492.00038370868 1.686060074772775 0.0004268409664911289 0.1859121666481815 0.00012998521632047848 3.698605037872786e-05 2.5859737132841822e-08 0.1045755937396021 7.311668418026914e-05 1.581484481033173 0.0004330580332710597']
['59492.00041918889 1.6865952006699387 0.0004269100441007501 0.18575936666203793 0.00012998307080686785 3.6955651787353955e-05 2.5859310296471067e-08 0.10448964374739632 7.311547732886316e-05 1.5821055569225424 0.0004331259156170777']
['59492.0004546691 1.6862403988295216 0.00042687109399276306 0.18586641837232287 0.0001299869573075204 3.697694904842682e-05 2.5860083491208797e-08 0.10454986033443162 7.311766348548022e-05 1.58169053849509 0.00043308789361993746']
['59492.00049014931 1.686328376849805 0.00042688472702450347 0.1856442800900645 0.0001299806723515685 3.693275604133762e-05 2.585883313895022e-08 0.10442490755066128 7.311412819775727e-05 1.5819034692991436 0.00043310073413572385']
['59492.00052562951 1.6860643144912488 0.0004268460502363443 0.1861013789112959 0.00012998727804289855 3.702369296243819e-05 2.586014729948487e-08 0.10468202563760395 7.311784389913042e-05 1.5813822888536448 0.0004330632398378156']
['59492.00056110972 1.6862739820606545 0.00042689222775429855 0.18590699889566958 0.00012999097937240663 3.6985022287031676e-05 2.5860883655593897e-08 0.10457268687881413 7.311992589697873e-05 1.5817012951818403 0.00043310910597701307']
['59492.00059658993 1.6865668276479742 0.000426916302095521 0.18581217531084365 0.00012998478579981672 3.696615773422325e-05 2.585965148347754e-08 0.10451934861234954 7.31164420123969e-05 1.5820474790356247 0.00043313224664929574']
['59492.000632070136 1.686212063061988 0.00042687927737002757 0.18549416158256415 0.00012998052499722158 3.690289091318979e-05 2.585880382373435e-08 0.10434046589019233 7.311404531093714e-05 1.5818715971717956 0.00043309534870474735']
['59492.00066755035 1.6867401802211375 0.00042691240425120927 0.18577005042422845 0.00012998252592049618 3.695777725430826e-05 2.5859201894771722e-08 0.1044956533636285 7.311517083027909e-05 1.582244526857509 0.0004331281901574739']
['59492.00070303056 1.686536799553063 0.000427059835445204 0.1858028171613362 0.00012997848000564376 3.696429598953287e-05 2.585839698558661e-08 0.10451408465325161 7.311289500317461e-05 1.5820227148998114 0.0004332731222522693']
['59492.00073851077 1.6865442075447423 0.0004269203922762135 0.18554227714038227 0.000129980054724671 3.691246319927276e-05 2.585871026598307e-08 0.10436753089146501 7.311378078262744e-05 1.5821766766532772 0.00043313582890544403']
['59492.00077399097 1.6864723124767975 0.0004268970487101209 0.1858595569816921 0.00012998530009086733 3.6975584018132605e-05 2.5859753798431158e-08 0.1045460008022018 7.311673130111287e-05 1.5819263116745956 0.00043311331842090753']
['59492.00080947118 1.6861614331519463 0.00042686632221025016 0.18581255638678823 0.00013004429007750702 3.696623354687359e-05 2.587148948338945e-08 0.10451956296756837 7.314991316859769e-05 1.581641870184378 0.00043308863623267525']
['59492.00084495139 1.68594935577579 0.0004268643858606408 0.18570965612954254 0.00012998463370890591 3.694576219114099e-05 2.5859621225952226e-08 0.10446168157286767 7.311635646125957e-05 1.5814876742029225 0.0004330810611171447']
['59492.000880431595 1.6862713931156579 0.0004268753617543436 0.18604893288390778 0.0001299858066545808 3.701325915680775e-05 2.5859854576079897e-08 0.10465252474719812 7.31170162432017e-05 1.5816188683684598 0.0004330919908486075']
['59492.000915911805 1.6870508199695862 0.00042692969266638876 0.18582179647444202 0.0001299766866208237 3.696807180390447e-05 2.5858040203012885e-08 0.10452476051687364 7.311188622421332e-05 1.5825260594527126 0.0004331446760465601']
['59492.000951392016 1.6860133289182262 0.00042684071634634243 0.18574052190883988 0.00012997986114914492 3.695190274282544e-05 2.5858671755355773e-08 0.10447904357372242 7.311367189639402e-05 1.5815342853445038 0.00043305727813908445']
['59492.00098687222 1.6867704482600834 0.0004269071071974243 0.18595989695879225 0.00012998928657344437 3.699554602231413e-05 2.5860546883940767e-08 0.10460244203932065 7.311897369756245e-05 1.5821680062207628 0.000433123611097638']
['59492.00102235243 1.6862616361034477 0.0004268730977000693 0.18567649941695086 0.00012997642711039148 3.693916587275894e-05 2.5857988575052797e-08 0.10444303092203486 7.311174024959521e-05 1.581818605181413 0.0004330888685967087']
['59492.00105783264 1.68591942614113 0.00042685555727092967 0.1858927010502741 0.00012998890617824083 3.6982177821068863e-05 2.586047120671955e-08 0.1045646443407792 7.311875972526046e-05 1.5813547818003508 0.00043307276501395963']
['59492.00109331285 1.6860427923197547 0.000426871145337349 0.18585306623760384 0.00012998733735817574 3.6974292725625114e-05 2.5860159099884324e-08 0.10454234975865215 7.311787726397385e-05 1.5815004425611026 0.00043308798031948387']
['59492.001128793054 1.6858900624094755 0.0004268679644630226 0.18576237883926225 0.00012998053568315403 3.6956251040972356e-05 2.5858805949633063e-08 0.10449133809708501 7.311405132177413e-05 1.5813987243123904 0.00043308419918704883']
['59492.001164273264 1.686721039201704 0.00042692595260484655 0.18580026351325643 0.00012998882016475064 3.696378795738936e-05 2.586045409487938e-08 0.10451264822620675 7.311871134267223e-05 1.5822083909754974 0.0004331421417456038']
['59492.001199753475 1.685519178294257 0.0004268121035733651 0.1859267738568509 0.00012998922397304349 3.6988956390558504e-05 2.5860534429986716e-08 0.10458381029447864 7.311893848483696e-05 1.5809353679997782 0.0004330299653856189']
['59492.00123523368 1.6853508004098876 0.0004268231312581883 0.18587090602520787 0.00012998563615432884 3.697784183860123e-05 2.5859820656132523e-08 0.10455238463917943 7.311692033680996e-05 1.5807984157707082 0.00043304049396861725']
['59492.00127071389 1.6856097177828178 0.00042683884834227346 0.18562149379160572 0.0001299773735643014 3.6928222851294516e-05 2.5858176866075514e-08 0.10441209025777821 7.311227262991954e-05 1.5811976275250395 0.00043305520071149127']
['59492.0013061941 1.6856115612446683 0.00042681283905164863 0.18592369465739872 0.00012999629210614844 3.698834380329152e-05 2.586194059038932e-08 0.10458207824478677 7.312291430970849e-05 1.5810294829998814 0.00043303136165464217']
['59492.0013416743 1.6864187583545243 0.00042688062557916717 0.18580142658564627 0.00012998637386098764 3.6964019343289374e-05 2.585996741820915e-08 0.10451330245442601 7.311733529680555e-05 1.5819054559000982 0.0004330972329809631']
['59492.00137715451 1.685787012406006 0.0004268475758117144 0.18582623378488455 0.00012997941671714537 3.696895457876817e-05 2.5858583338418775e-08 0.10452725650399755 7.311342190339426e-05 1.5812597559020083 0.0004330639969320481']
['59492.00141263472 1.686921074192308 0.0004269349898791873 0.1862068578358761 0.00012999295377373902 3.704467732773688e-05 2.586127645025852e-08 0.1047413575326803 7.31210364977282e-05 1.5821797166596276 0.0004331514418325811']
['59492.001448114934 1.6866282715500462 0.0004268923781833139 0.1857342586952343 0.00012998186546443215 3.6950656716069224e-05 2.5859070501212618e-08 0.10447552051606929 7.311479932374308e-05 1.582152751033977 0.00043310838877947945']
['59492.00148359514 1.6861900636695601 0.00042685219066441717 0.1857106439314092 0.00012998432091106729 3.694595870807834e-05 2.585955899679947e-08 0.10446223721141767 7.311618051247535e-05 1.5817278264581425 0.00043306901127619933']
['59492.00151907535 1.6865893993671115 0.00042689824274786434 0.1853796923492969 0.00012997288454665335 3.688011798280677e-05 2.585728380439012e-08 0.10427607694647952 7.31097475574925e-05 1.582313322420632 0.0004331133164070747']
['59492.00155455556 1.68656838696677 0.000426915689927369 0.18554484609189925 0.00012997911757617236 3.6912974275938377e-05 2.5858523826213106e-08 0.10436897592669331 7.311325363659694e-05 1.5821994110400768 0.0004331311050519125']
['59492.00159003576 1.6857486855818218 0.0004268322923405438 0.18562327824485125 0.0001299752927293593 3.6928577856987944e-05 2.5857762897117022e-08 0.10441309401272883 7.311110216026461e-05 1.581335591569093 0.0004330485412096109']
['59492.00162551597 1.68633486976954 0.0004268928315323766 0.18600961876336194 0.00013000465896283712 3.700543786103502e-05 2.5863605123639502e-08 0.1046304105543911 7.312762066659587e-05 1.5817044592151488 0.00043311100022752554']
['59492.00166099618 1.686379277499331 0.00042692288244605654 0.185939953500154 0.00012998873541768678 3.699157839728334e-05 2.5860437234986724e-08 0.10459122384383661 7.311866367244881e-05 1.5817880536554942 0.0004331391076008885']
['59492.001696476385 1.6869450940963433 0.00042692627412191267 0.18589283982491656 0.00012998966297181504 3.698220542940676e-05 2.5860621766017347e-08 0.10456472240151556 7.311918542164596e-05 1.5823803716948277 0.0004331425386779086']
['59492.001731956596 1.6862761220153917 0.0004268657972796035 0.18595180462301097 0.00012998149853227843 3.6993936103263186e-05 2.5858997502380064e-08 0.10459789010044365 7.311459292440661e-05 1.581678231914948 0.0004330821545453625']
['59492.00176743681 1.6867069963841055 0.0004268954593153346 0.18599389062700294 0.00012998966313023077 3.7002308847726076e-05 2.5860621797533153e-08 0.10462156347768915 7.31191855107548e-05 1.5820854329064162 0.0004331121661576903']
['59492.00180291702 1.6872264277121785 0.0004269391947113292 0.18598808512626835 0.00012999403933595924 3.700115388005228e-05 2.5861492416000248e-08 0.10461829788352595 7.312164712647707e-05 1.5826081298286525 0.00043315568939960523']
['59492.00183839722 1.6860349798225402 0.0004268640933829027 0.1860297940577106 0.00013004798591033433 3.7009451608314924e-05 2.5872224745968583e-08 0.10464175915746221 7.315199207456305e-05 1.581393220665078 0.00043308679056753093']
['59492.00187387743 1.6855839539269266 0.0004268173773547024 0.18563808627013684 0.00012997658655025717 3.693152382001498e-05 2.5858020294606234e-08 0.10442142352695197 7.311182993451965e-05 1.5811625303999746 0.0004330339632041817']
['59492.00190935764 1.6870452564532523 0.0004269157406744445 0.18568265186907223 0.00012998384441324255 3.6940389864218005e-05 2.5859464200569245e-08 0.10444649167635313 7.311591248244893e-05 1.582598764776899 0.00043313160389626466']
['59492.001944837844 1.6864221664247305 0.00042689950589029456 0.18582941914495898 0.00012998674867933227 3.696958828601989e-05 2.5860041985949535e-08 0.10452904826903943 7.31175461321244e-05 1.581893118155691 0.0004331158778915418']
['59492.001980318055 1.686115858519727 0.0004268450588259076 0.18583147615253864 0.0001299900602311758 3.696999751467524e-05 2.586070079825604e-08 0.10453020533580298 7.311940888003639e-05 1.5815856531839239 0.00043306252689312484']
['59492.002015798265 1.6865287660023713 0.0004269153759294216 0.1856060921374325 0.0001299746862782913 3.692515878955269e-05 2.58576422475105e-08 0.10440342682730577 7.311076103153885e-05 1.5821253391750656 0.0004331303748105992']
['59492.002051278476 1.6868464182158234 0.000426930244681156 0.18578234272388358 0.00012998005384212526 3.696022272962336e-05 2.585871009040617e-08 0.1045025677821845 7.311378028619544e-05 1.582343850433639 0.0004331455398491941']
['59492.00208675868 1.6865056113363517 0.00042688802893916134 0.18572499722551172 0.0001299861685783665 3.694881420521092e-05 2.5859926578529294e-08 0.10447031093935034 7.311721982533115e-05 1.5820353003970014 0.00043310451058208574']
['59492.00212223889 1.6874819286262903 0.00042697518142840963 0.1859268360715019 0.00012999980325902237 3.6988968767770044e-05 2.586263911205912e-08 0.1045838452902198 7.312488933320009e-05 1.5828980833360706 0.00043319170697950357']
['59492.0021577191 1.686231456779132 0.0004269027472608507 0.1858691529760274 0.00012998595992392282 3.697749308054804e-05 2.5859885068046654e-08 0.10455139854901542 7.311710245720658e-05 1.5816800582301167 0.0004331189978407775']
['59492.0021931993 1.6857384750728597 0.00042683586325257123 0.18542836485591846 0.00012997234363550428 3.6889801070333635e-05 2.5857176193536187e-08 0.10430345523145412 7.310944329497116e-05 1.5814350198414056 0.0004330517808039453']
['59492.002228679514 1.6860213586053099 0.00042685900729334103 0.1854908912291518 0.0001299747363304451 3.690224029705075e-05 2.585765220507011e-08 0.10433862631639788 7.311078918587536e-05 1.581682732288912 0.00043307481986700413']
['59492.002264159724 1.686542665586809 0.00042693002738092474 0.1864998046041769 0.00013000663256039382 3.710295723553422e-05 2.586399775839803e-08 0.1049061400898495 7.312873081522151e-05 1.5816365254969595 0.0004331478495272974']
['59492.00229963993 1.686747108549556 0.00042691292269944544 0.1860617019642295 0.00013004744150019062 3.701579948462267e-05 2.5872116439011782e-08 0.10465970735487909 7.315168584385722e-05 1.5820874011946768 0.00043313486665192525']
['59492.00233512014 1.6868489619672709 0.00042692238478254176 0.1858645553601303 0.00012998560167966532 3.697657841392746e-05 2.5859813797616136e-08 0.10454881239007328 7.311690094481174e-05 1.5823001495771976 0.0004331383195148936']
['59492.00237060035 1.6869548602328341 0.0004269457840393395 0.18594392241714236 0.00012999970355694518 3.699236798823012e-05 2.5862619276961092e-08 0.10459345635964258 7.312483325078166e-05 1.5823614038731915 0.0004331627220190132']
['59492.00240608056 1.6868542878147417 0.00042692558882649677 0.18586019987594027 0.00012998142201371376 3.6975711917879456e-05 2.5858982279495307e-08 0.1045463624302164 7.3114549882714e-05 1.5823079253845254 0.0004331410807108959']
['59492.00244156076 1.6872695709577836 0.00042695754074881367 0.18622351492377653 0.00012999107391517025 3.704799115008297e-05 2.58609024642791e-08 0.1047507271446243 7.311997907728327e-05 1.5825188438131592 0.0004331734905814727']
['59492.00247704097 1.6870047863202713 0.00042692565073730446 0.18557534953511026 0.0001299768430682503 3.691904274314883e-05 2.585807132723948e-08 0.10438613411349952 7.311197422589078e-05 1.5826186522067718 0.00043314070696793']
['59492.00251252118 1.6867438932508279 0.00042692316249366556 0.1857754469660538 0.00012998924085742567 3.695885086219214e-05 2.5860537789027824e-08 0.10449868891840525 7.311894798230194e-05 1.5822452043324227 0.0004331394316240803']
['59492.00254800139 1.6866569126600335 0.0004269076205838416 0.18602827872955868 0.00012999102521882896 3.700915014335769e-05 2.586089277644982e-08 0.10464090678537674 7.311995168559128e-05 1.5820160058746566 0.0004331242822182341']
['59492.0025834816 1.6858706502038694 0.0004268495443506165 0.1856798502690548 0.00012997805882537287 3.6939832503603834e-05 2.5858313194434053e-08 0.10444491577634334 7.311265808927223e-05 1.581425734427526 0.00043306580826152477']
['59492.00261896181 1.6862692074066363 0.00042689294199502984 0.1860954734856786 0.00012999105722118632 3.7022518115340615e-05 2.5860899143116523e-08 0.10467870383569419 7.31199696869173e-05 1.581590503570942 0.000433109817358355']
['59492.00265444201 1.6867800058584566 0.00042691625872830154 0.1859784767783546 0.0001299895555372639 3.699924235997051e-05 2.5860600392592506e-08 0.10461289318782446 7.311912498971094e-05 1.582167112670632 0.00043313265682216927']
['59492.00268992222 1.6869481547905978 0.0004269185322154875 0.18580283760606328 0.00012998826250050868 3.696430005688209e-05 2.5860343151103513e-08 0.10451409615341059 7.311839765653612e-05 1.5824340586371872 0.0004331347748967815']
['59492.00272540243 1.6872168682717836 0.0004269299387661871 0.18611800444427484 0.00012999001360085164 3.702700050713211e-05 2.5860691521447806e-08 0.10469137749990459 7.311938265047904e-05 1.582525490771879 0.00043314618402346273']
['59492.00276088264 1.6867295906559527 0.00042692714561770595 0.18593535671240297 0.00012998493263779147 3.6990663895417194e-05 2.5859680695964438e-08 0.10458863815072666 7.31165246087577e-05 1.5821409525052261 0.00043314294850100584']
['59492.002796362845 1.6869144807870726 0.00042693792098264405 0.1858942009838019 0.0001300064267121946 3.6982476223362935e-05 2.5863956806199992e-08 0.10456548805338857 7.312861502560946e-05 1.582348992733684 0.00043315561027019637']
['59492.002831843056 1.6867847882833171 0.0004271564222991577 0.18585228652342334 0.0001301338617469428 3.697413760641758e-05 2.5889309200829067e-08 0.10454191116942561 7.320029723265531e-05 1.5822428771138914 0.0004333830783802771']
['59492.00286732327 1.6869982041969476 0.00042719799422100943 0.18574515265698988 0.00013008283467048836 3.69528240008983e-05 2.5879157686517504e-08 0.10448164836955681 7.317159450214969e-05 1.5825165558273908 0.00043341920643695595']
['59492.00290280347 1.686772779645474 0.0004271564084643208 0.18634981039886117 0.00013009623136121654 3.707311683652029e-05 2.5881822873455587e-08 0.1048217683493594 7.31791301406843e-05 1.5819510112961146 0.0004333794900318714']
['59492.00293828368 1.6868089373671007 0.0004271590796193521 0.1860377604504155 0.0001300854516270711 3.701103647178692e-05 2.5879678313487507e-08 0.10464624025335872 7.31730665402275e-05 1.582162697113742 0.00043338109899735197']
['59492.00297376389 1.6867056996398453 0.0004271507441570675 0.18618373898081275 0.00013009317183449085 3.7040077977659436e-05 2.5881214199953192e-08 0.10472835317670717 7.31774091569011e-05 1.5819773464631381 0.00043337361646142355']
['59492.003009244094 1.6867935812933421 0.00042714858091072845 0.1858808500553751 0.00013008247586147097 3.697982014054544e-05 2.5879086303731576e-08 0.10455797815614849 7.317139267207741e-05 1.5822356031371936 0.00043337046839813677']
['59492.003044724304 1.6873274679916197 0.0004272185985644901 0.18589346240839594 0.00013008330943823203 3.698232928845455e-05 2.5879252138559036e-08 0.10456507260472271 7.317186155900552e-05 1.582762395386897 0.00043343956012738066']
['59492.003080204515 1.686785048587835 0.00042715773961357606 0.18595689839350193 0.00013007926170579808 3.699494947670396e-05 2.5878446867777567e-08 0.10460075534634485 7.316958470951142e-05 1.5821842932414902 0.0004333791903614455']
['59492.003115684725 1.6863272393017583 0.0004271185595372232 0.1857985871134854 0.00013007074305454404 3.696345444825166e-05 2.587675213595812e-08 0.10451170525133553 7.316479296818102e-05 1.5818155340504227 0.00043333976373191195']
['59492.00315116493 1.6868176881709152 0.00042717837331573765 0.18577001491599746 0.00013007570635730322 3.695777019017015e-05 2.587773955366835e-08 0.10449563339024856 7.316758482598305e-05 1.5823220547806667 0.00043339919023683833']
['59492.00318664514 1.6866242638399522 0.00042714005195335905 0.1859088579877281 0.0001300776062113226 3.698539214164515e-05 2.5878117517616275e-08 0.10457373261809706 7.316865349386896e-05 1.5820505312218551 0.00043336159940265143']
['59492.00322212535 1.687181585081438 0.00042722355860101593 0.185928004057633 0.00013007918245188768 3.698920113122783e-05 2.5878431100713068e-08 0.10458450228241856 7.316954012918682e-05 1.5825970827990195 0.0004334440570897614']
['59492.00325760555 1.6871953944874467 0.00042720904492252805 0.18565663092649076 0.00013006807847472073 3.6935213162173315e-05 2.5876222034645442e-08 0.10443185489615105 7.31632941420304e-05 1.5827635395912956 0.0004334286973347887']
['59492.00329308576 1.6867662871066071 0.0004271909142886101 0.18582110559016501 0.00013009454985988544 3.696793435684474e-05 2.588148834939476e-08 0.10452437189446782 7.317818429618555e-05 1.5822419152121394 0.000433413340712564']
['59492.003328565974 1.6870238806665636 0.00042718907434174063 0.18575518879455155 0.0001300787189951709 3.695482062702641e-05 2.5878338898928837e-08 0.10448729369693524 7.316927943478362e-05 1.5825365869696284 0.0004334100237534414']
['59492.00336404618 1.6860046663926127 0.0004271165836608061 0.1859677446096765 0.00013008045505722153 3.6997107262851485e-05 2.5878684277499926e-08 0.10460685634294302 7.31702559696871e-05 1.5813978100496697 0.0004333387386292021']
['59492.00339952639 1.6872608364369786 0.0004271872757411038 0.1858549638209518 0.00013008648308691914 3.697467023783731e-05 2.5879883515904276e-08 0.10454341714928538 7.317364673639202e-05 1.5827174192876932 0.00043340898829143836']
['59492.0034350066 1.686512336727035 0.00042714604115420916 0.18591502526251868 0.0001300777427369692 3.698661908198056e-05 2.587814467853067e-08 0.10457720171016677 7.316873028954517e-05 1.5819351350168682 0.00043336751558682566']
['59492.00347048681 1.6864329305193109 0.00042714051807871774 0.18559066228684498 0.00013007816821293888 3.692208911831247e-05 2.5878229324285345e-08 0.1043947475363503 7.316896961977812e-05 1.5820381829829606 0.0004333621122107647']
['59492.00350596701 1.6868197658935076 0.0004271428281456488 0.18560605217745635 0.00013007807899361048 3.692515083976803e-05 2.5878211574663927e-08 0.10440340434981919 7.31689194339059e-05 1.5824163615436884 0.0004333643806398822']
['59492.00354144722 1.6872229278313098 0.000427269059415316 0.18585749434756824 0.00013012964719624374 3.697517367011185e-05 2.5888470742608238e-08 0.10454484057050713 7.31979265478871e-05 1.5826780872608026 0.00043349369728354613']
['59492.00357692743 1.6871143306731424 0.0004271840765093369 0.185750341167844 0.0001300851622982656 3.695385622233545e-05 2.5879620753350536e-08 0.10448456690691225 7.31729037927744e-05 1.58262976376623 0.00043340570955237957']
['59492.003612407636 1.6864893927953717 0.00042712207755813255 0.18610345068580164 0.00013009063005971176 3.702410512888014e-05 2.588070852992779e-08 0.10468319101076343 7.317597940858786e-05 1.5818062017846082 0.0004333451200832674']
['59492.00364788785 1.6871401417429066 0.00042719295536135 0.18550895513646032 0.00013007479017360457 3.6905833997225386e-05 2.5877557284712827e-08 0.10434878726425893 7.316706947265256e-05 1.5827913544786476 0.00043341347598520785']
['59492.00368336806 1.6863169711723653 0.000427121220565743 0.1856987710930772 0.00013008140496791775 3.6943596681942e-05 2.5878873256228425e-08 0.10445555873985593 7.317079029445373e-05 1.5818614124325094 0.000433343399176548']
['59492.00371884827 1.686730388662565 0.00042716736488553633 0.18592229030943597 0.00013008287178550615 3.6988064417141406e-05 2.5879165070315685e-08 0.10458128829905773 7.31716153793472e-05 1.5821491003635073 0.0004333890203044789']
['59492.00375432847 1.6864888698863247 0.0004271445633460233 0.18555537527730417 0.0001300799398642101 3.691506899081829e-05 2.5878581783106906e-08 0.1043748985934836 7.316996617361818e-05 1.5821139712928411 0.00043336626766040905']
['59492.00378980868 1.6859372025228736 0.000427067135553568 0.18584300997573602 0.00013007463174909695 3.6972292095893504e-05 2.587752576715846e-08 0.10453669311135151 7.316698035886704e-05 1.581400509411522 0.0004332894474652763']
['59492.00382528889 1.6871050908870395 0.00042718778468612927 0.1857657747542759 0.00013008294387965852 3.695692663679828e-05 2.5879179412991583e-08 0.10449324829928018 7.317165593230792e-05 1.5826118425877593 0.0004334091538222501']
['59492.003860769095 1.6870747187812243 0.0004271611761164153 0.1861861467251718 0.00013008955295338307 3.7040556983179994e-05 2.5880494246432235e-08 0.10472970753290914 7.317537353627798e-05 1.582345011248315 0.0004333835549179652']
['59492.003896249305 1.6870999516266414 0.00042719751924307116 0.18565734033000397 0.0001300778303442229 3.693535429351803e-05 2.587816210744002e-08 0.10443225393562722 7.31687795686254e-05 1.5826676976910141 0.0004334182630565955']
['59492.003931729516 1.687206200618562 0.00042721109321571996 0.18590206533647136 0.00013008363594926842 3.6984040786614886e-05 2.5879317095865807e-08 0.10456991175176514 7.317204522146348e-05 1.5826362888667969 0.00043343219350719956']
['59492.00396720972 1.6867035760424227 0.0004271453679940376 0.18608570924128687 0.00013008579745200813 3.702057558063999e-05 2.587974711317272e-08 0.10467321144822385 7.317326106675457e-05 1.5820303645941989 0.00043336761708035506']
['59492.00400268993 1.6869405828243158 0.00042716420344972994 0.18603021200847103 0.00013009349989413763 3.700953475697679e-05 2.5881279465346208e-08 0.10464199425476495 7.317759369045241e-05 1.5822985885695509 0.000433386913654724']
['59492.00403817014 1.6879736907223166 0.00042727119068591146 0.18638786470730462 0.00013010044132410198 3.708068750063869e-05 2.5882660418959898e-08 0.10484317389785884 7.318149824480735e-05 1.5831305168244578 0.00043349302425242235']
['59492.00407365035 1.6869507461093471 0.0004271783907927617 0.18574413926463393 0.00013007638309610382 3.6952622392894867e-05 2.5877874186574976e-08 0.10448107833635657 7.316796549155839e-05 1.5824696677729906 0.0004333992717281229']
['59492.004109130554 1.6869209928396094 0.00042714809243311593 0.1859945220398751 0.00013008809321455304 3.7002434463325744e-05 2.5880203840619206e-08 0.10462191864742974 7.317455243318608e-05 1.5822990741921796 0.0004333705204476267']
['59492.004144610764 1.6871186621429195 0.000427177599108337 0.18614221411306325 0.00013009214967247822 3.703181686770497e-05 2.5881010847282e-08 0.10470499543859807 7.317683419076898e-05 1.5824136667043214 0.0004333999887426699']
['59492.004180090975 1.6878342463945937 0.00042722335703979737 0.1864342328005941 0.00013009404599947875 3.708991213969965e-05 2.588138810955182e-08 0.10486925595033418 7.31779008747068e-05 1.5829649904442595 0.00043344526987473586']
['59492.00421557118 1.6874609699472352 0.00042719834559816266 0.18588033686104424 0.00013008648846380086 3.697971804377729e-05 2.5879884585600907e-08 0.10455768948433738 7.317364976088798e-05 1.5829032804628977 0.00043341989975211834']
['59492.00425105139 1.6876568263459328 0.00042721887184382987 0.18606602391529847 0.00013008824060310633 3.7016659309468206e-05 2.588023316264022e-08 0.10466213845235538 7.31746353392473e-05 1.5829946878935774 0.00043344029775338905']
['59492.0042865316 1.687080663277713 0.00042719889535608083 0.185579059903076 0.00013008043057457654 3.691978089740187e-05 2.5878679406832462e-08 0.10438822119548023 7.31702421981993e-05 1.5826924420822328 0.0004334198663384027']
['59492.0043220118 1.6880792809481753 0.0004272442856895528 0.18617447647532387 0.0001300922827340545 3.703823526074197e-05 2.5881037319041505e-08 0.10472314301736967 7.317690903790566e-05 1.5833561379308057 0.00043346573067627633']
['59492.00435749201 1.6873551703382264 0.0004271872744395064 0.1861124980565778 0.00013008792747256804 3.70259050461064e-05 2.5880170867298967e-08 0.104688280156825 7.317445920331952e-05 1.5826668901814014 0.0004334091241803205']
['59492.00439297222 1.6873470932252967 0.00042720184140074036 0.18598622312689833 0.00013008214369645483 3.7000783447047564e-05 2.5879020221601275e-08 0.10461725050888031 7.317120582925584e-05 1.5827298427164165 0.00043342293277893204']
['59492.004428452434 1.6875418376837656 0.00042720862041210444 0.1859288075722637 0.00013009092889156563 3.698936098538449e-05 2.5880767980636163e-08 0.10458495425939834 7.317614750150566e-05 1.5829568834243672 0.0004334304487660917']
['59492.00446393264 1.687887565180929 0.00042724964095836016 0.1860563878545522 0.00013009422690469372 3.701474227609358e-05 2.588142409950081e-08 0.10465671816818561 7.317800263389021e-05 1.5832308470127434 0.00043347119370095783']
['59492.00449941285 1.6877654159789448 0.00042724605173196755 0.18599530536901437 0.00013008875410617412 3.700259030170647e-05 2.5880335320829636e-08 0.10462235927007058 7.317492418472295e-05 1.5831430567088742 0.00043346713629754567']
['59492.00453489306 1.6872396255111293 0.0004272169635054083 0.18547221252168278 0.0001300661443598025 3.689852428627042e-05 2.5875837254708264e-08 0.10432811954344655 7.31622062023889e-05 1.5829115059676828 0.0004334363186480596']
['59492.00457037326 1.6874696875017072 0.0004271918143825797 0.18589457106829496 0.00013008181769701211 3.698254984933347e-05 2.5878955366072832e-08 0.1045656962259159 7.317102245456931e-05 1.5829039912757914 0.0004334130187275499']
['59492.00460585347 1.6873250212249988 0.00042720449446816534 0.18614547574254678 0.00013008787307956424 3.703246574827352e-05 2.588016004615469e-08 0.10470683010518256 7.317442860725489e-05 1.5826181911198163 0.00043342609184934746']
['59492.00464133368 1.6878060118777172 0.00042726277869051623 0.18590897692228778 0.0001300842445464318 3.698541580292399e-05 2.587943817242444e-08 0.10457379951878687 7.31723875573679e-05 1.5832322123589302 0.0004334831950089723']
['59492.004676813885 1.6875669697246471 0.0004272378542135557 0.18635592503544013 0.0001301023957427899 3.707433330481623e-05 2.5883049238203717e-08 0.10482520783243507 7.318259760531932e-05 1.5827417618922122 0.00043346035189537876']
['59492.004712294096 1.6882676173445383 0.0004272787345072731 0.1862774630233558 0.00013008812803063846 3.7058723783481035e-05 2.5880210767059324e-08 0.10478107295063763 7.317457201723413e-05 1.5834865443939008 0.0004334992906015443']
['59492.00474777431 1.6874866739409236 0.00042720815979092023 0.18559346940636284 0.00013007926404952645 3.692264757699637e-05 2.5878447334047512e-08 0.1043963265410791 7.316958602785862e-05 1.5830903473998446 0.00043342888702927113']
['59492.00478325452 1.6873356306876128 0.00042720305501859094 0.18606031866268044 0.00013008970656104216 3.701552428552352e-05 2.5880524805705034e-08 0.10465892924775774 7.31754599405862e-05 1.582676701439855 0.00043342484718199254']
['59492.00481873472 1.6875443515301285 0.00042726017331550143 0.18605638559268906 0.0001301623303813628 3.70147418261102e-05 2.5894972855692846e-08 0.10465671689588758 7.321631083951657e-05 1.5828876346342409 0.00043348804351970433']
['59492.00485421493 1.6881525377928064 0.00042728516618414035 0.18601208965444585 0.00013008551677392218 3.700592942919733e-05 2.5879691274041726e-08 0.1046318004306258 7.317310318533122e-05 1.5835207373621807 0.0004335053820551477']
['59492.00488969514 1.6878070225531847 0.0004272439439734244 0.18624060178357765 0.000130135937968639 3.7051390472832055e-05 2.5889722252011452e-08 0.10476033850326243 7.320146510735944e-05 1.5830466840499222 0.00043346954005538905']
['59492.004925175344 1.6882430517271365 0.00042728762810867135 0.18598894704392605 0.0001300922192497589 3.700132535312198e-05 2.5881024689242183e-08 0.1046187827122084 7.317687332798937e-05 1.583624269014928 0.0004335084450443784']
['59492.004960655555 1.6876372750987592 0.00042724728799235843 0.186272629085388 0.0001300995920146928 3.705776210207832e-05 2.588249145422154e-08 0.10477835386053073 7.31810205082647e-05 1.5828589212382285 0.0004334693839932139']
['59492.004996135765 1.6871504540770443 0.00042724823503794497 0.18560693291163333 0.00013007116341685461 3.69253260562653e-05 2.5876835764382643e-08 0.10440389976279374 7.316502942198072e-05 1.5827465543142507 0.0004334676180216446']
['59492.00503161597 1.6885303879930735 0.000427296520603993 0.18622270756640918 0.00013009736530579765 3.704783053143815e-05 2.588204846456218e-08 0.10475027300610516 7.317976798451118e-05 1.5837801149869684 0.000433517698557447']
['59492.00506709618 1.6881827204874746 0.00042730389271292184 0.18615464092260295 0.000130093559332431 3.7034289102911354e-05 2.5881291290218957e-08 0.10471198551896416 7.317762712449244e-05 1.5834707349685104 0.0004335246034992564']
['59492.00510257639 1.6879776655027092 0.0004272693702871419 0.18611197200416058 0.00013008193501071205 3.702580039130324e-05 2.5878978704891878e-08 0.10468798425234031 7.317108844352551e-05 1.583289681250369 0.0004334894727321311']
['59492.0051380566 1.6879693853855882 0.00042727596865046704 0.18614970383618518 0.00013009195503462342 3.703330690077653e-05 2.5880972125311123e-08 0.10470920840785417 7.317672470697567e-05 1.583260176977734 0.00043349692781499086']
['59492.0051735368 1.6887709909980906 0.0004273111363083416 0.18590135066170665 0.0001300837458199242 3.6983898606588e-05 2.5879338953938267e-08 0.10456950974720998 7.317210702370736e-05 1.5842014812508807 0.0004335308114303007']
['59492.005209017014 1.6882651353613354 0.0004272651935481578 0.1858826358250552 0.0001300814947737455 3.698017540813521e-05 2.5878891122530183e-08 0.10455898265159355 7.317084081023184e-05 1.5837061527097418 0.00043348531412565875']
['59492.005244497224 1.6884881675386714 0.00042728695164620945 0.18624494856776663 0.00013009699101245519 3.705225523806984e-05 2.5881974001267656e-08 0.10476278356936872 7.317955744450604e-05 1.5837253839693026 0.00043350823138077076']
['59492.00527997743 1.6891491815341442 0.0004273781857418565 0.18615927425969778 0.00013009966492551827 3.703521087603842e-05 2.588250595936939e-08 0.10471459177107999 7.318106152060403e-05 1.5844345897630643 0.00043359841029838104']
['59492.00531545764 1.6890422091043429 0.0004273384865076546 0.1862025421639295 0.00013009435358493567 3.7043818752083056e-05 2.5881449301734182e-08 0.10473892996721035 7.31780738915263e-05 1.5843032791371325 0.00043355877634886666']
['59492.00535093785 1.688370442451298 0.0004273071225454476 0.18598763727958895 0.00013008857496418248 3.7001064783786314e-05 2.588029968166278e-08 0.10461804596976879 7.317482341735264e-05 1.5837523964815292 0.0004335273137418575']
['59492.00538641806 1.6886649235091362 0.0004273224354800973 0.18601855332487915 0.0001301365860118289 3.70072153355723e-05 2.5889851176107713e-08 0.1046354362452445 7.320182963165375e-05 1.5840294872638918 0.0004335469659979915']
['59492.00542189826 1.6886070936092452 0.00042732201002702587 0.18593129837422626 0.00013009047876353465 3.698985651469024e-05 2.588067843050972e-08 0.10458635533550227 7.317589430448823e-05 1.584020738273743 0.00043354216837673267']
['59492.00545737847 1.6887452269704628 0.00042729673831093796 0.18624104280890622 0.0001300955428548656 3.705147821203339e-05 2.5881685899469205e-08 0.10476058658000974 7.317874285586189e-05 1.5839846403904532 0.000433517740095063']
['59492.00549285868 1.688474146477377 0.0004272946659302276 0.18627111120147233 0.00013010099882394366 3.7057460128668045e-05 2.588277133002937e-08 0.10477750005082817 7.318181183846831e-05 1.5836966464265487 0.0004335162155172351']
['59492.00552833889 1.6889311433667684 0.00042733348917478825 0.1860036211131947 0.00013009102368109873 3.700424466644621e-05 2.5880786838414595e-08 0.10462703687617202 7.317620082061803e-05 1.5843041064905965 0.00043355353456849856']
['59492.0055638191 1.6886402541708754 0.00042731643158139927 0.1859293427186125 0.00013008404085668724 3.698946744936784e-05 2.5879397649637306e-08 0.10458525527921951 7.317227298188656e-05 1.584054998891656 0.00043353605874574773']
['59492.00559929931 1.689697310782508 0.0004274052516729663 0.18597759424587418 0.0001300923001892553 3.6999066785712136e-05 2.5881040791643363e-08 0.10461239676330422 7.31769188564561e-05 1.5850849140192038 0.0004336243888562497']
['59492.00563477951 1.689457270976543 0.00042738464644710537 0.1864727277618153 0.0001301111701100056 3.7097570468902755e-05 2.5884794843097315e-08 0.10489090936602109 7.318753318687814e-05 1.584566361610522 0.0004336058706160442']
['59492.00567025972 1.6891902512003936 0.00042736219254357904 0.1859957419764051 0.00013009279282965582 3.7002677161987e-05 2.5881138799337e-08 0.10462260486172786 7.31771959666814e-05 1.5845676463386658 0.0004335819941201447']
['59492.00570573993 1.68870083775835 0.0004273066792769046 0.18589423043353415 0.00013008822642897463 3.698248208220101e-05 2.5880230342786314e-08 0.10456550461886295 7.317462736629822e-05 1.584135333139487 0.0004335268437419441']
['59492.00574122014 1.68871853582207 0.0004272979325014573 0.18630151783630516 0.00013010080011899704 3.706350933646359e-05 2.588273179893628e-08 0.10479460378292164 7.318170006693583e-05 1.5839239320391483 0.00043351941634107565']
['59492.005776700345 1.6892529274007932 0.0004273461463356372 0.18613207511928398 0.00013009217050341293 3.702979977898254e-05 2.5881014991464787e-08 0.10469929225459723 7.317684590816977e-05 1.584553635146196 0.00043356611902337094']
['59492.005812180556 1.6891300692176094 0.0004273513764879061 0.18602440212095323 0.0001300898990021258 3.70083789165802e-05 2.588056309064218e-08 0.10463872619303617 7.317556818869575e-05 1.5844913430245733 0.000433571058496582']
['59492.00584766077 1.6888676565484069 0.0004273199464307559 0.18608630365028228 0.00013014639779146146 3.7020693834552286e-05 2.5891803167644028e-08 0.10467354580328377 7.320734875769707e-05 1.5841941107451232 0.0004335454445957369']
['59492.00588314097 1.6888843131171767 0.0004273342712298755 0.18605751487957828 0.0001300893116944317 3.701496649059844e-05 2.5880446249488887e-08 0.10465735211976278 7.317523782811783e-05 1.584226960997414 0.00043355414286888133']
['59492.00591862118 1.689424585982806 0.0004274020883998935 0.1862030577430507 0.0001300970546188074 3.704392132329017e-05 2.5881986655349367e-08 0.10473921998046602 7.317959322307916e-05 1.5846853660023401 0.00043362172227978354']
['59492.00595410139 1.689963809812709 0.00042744676416543503 0.1860834529523536 0.00013008777003855652 3.7020126706219025e-05 2.588013954679754e-08 0.1046719422856989 7.317437064668804e-05 1.58529186752701 0.00043366487604490166']
['59492.005989581594 1.6893238819994354 0.0004273844686556254 0.18630927043668252 0.00013009753493301937 3.706505166730343e-05 2.5882082210825706e-08 0.10479896462063391 7.31798633998234e-05 1.5845249173788014 0.0004336044008716563']
['59492.006025061804 1.6891417959790687 0.00042739011007147866 0.18623885861995196 0.00013009314201855413 3.705104368144749e-05 2.588120826826105e-08 0.10475935797372296 7.317739238543669e-05 1.5843824380053457 0.000433609544340577']
['59492.006060542015 1.6892088191534214 0.00042734305820439053 0.18604828421663 0.0001300906820152948 3.701313010855315e-05 2.588071886616262e-08 0.10465215987185437 7.317600863360332e-05 1.584556659281567 0.0004335629338804533']
['59492.006096022225 1.690574037936671 0.00042744629746820605 0.18659998762882807 0.00013010613791145678 3.712288801501813e-05 2.5883793719005236e-08 0.10496249304121577 7.318470257519443e-05 1.585611544895455 0.00043366615951708496']
['59492.00613150243 1.6899787257039696 0.00042745658613085495 0.18633898612426875 0.00013010263921901018 3.707096341551183e-05 2.5883097676258696e-08 0.10481567969490116 7.318273456069323e-05 1.5851630460090684 0.00043367596851154425']
['59492.00616698264 1.6900022337259684 0.00042743753935611887 0.18626386130127315 0.00013010182579677637 3.705601780685102e-05 2.588293585104703e-08 0.10477342198196614 7.31822770106867e-05 1.5852288117440023 0.00043365711768548495']
['59492.00620246285 1.6895951595960095 0.0004273904787449805 0.18610916583954334 0.00013010591613669704 3.702524212259079e-05 2.5883749598318654e-08 0.10468640578474311 7.318457782689208e-05 1.5849087538112663 0.000433611120421933']
['59492.00623794305 1.6907811099804873 0.0004274740806415831 0.1861860126899572 0.00013009333594961398 3.70405303177213e-05 2.5881246849619545e-08 0.10472963213810092 7.317750147165787e-05 1.5860514778423864 0.00043369232912515433']
['59492.00627342326 1.6906052355152201 0.000427470614178254 0.18641988045161556 0.00013010584210380885 3.708705683059351e-05 2.588373486994352e-08 0.10486118275403375 7.318453618339247e-05 1.5857440527611864 0.0004336900994054533']
['59492.006308903474 1.6902046678486051 0.0004274718945071607 0.18625884923669833 0.00013009470178700135 3.70550206882858e-05 2.5881518574334116e-08 0.10477060269564281 7.317826975518825e-05 1.5854340651529624 0.0004336903039703611']
['59492.00634438368 1.6896177648761201 0.00042739097128292083 0.18626299096924437 0.00013016256467053008 3.705584465979538e-05 2.58950194660417e-08 0.10477293242019996 7.321644262717317e-05 1.5848448324559201 0.00043361698514372864']
['59492.00637986389 1.689401836990717 0.00042738286657258216 0.18621624704125858 0.00013009629903031625 3.704654525079729e-05 2.5881836335795227e-08 0.10474663896070795 7.317916820455289e-05 1.5846551980300092 0.0004336027044414135']
['59492.0064153441 1.6903340062014465 0.00042748490298118787 0.18640352703439095 0.00013010608110413952 3.7083803421608834e-05 2.5883782417548556e-08 0.1048519839568449 7.318467062107848e-05 1.5854820222446016 0.00043370420598692764']
['59492.00645082431 1.6901625498065997 0.00042744593875910245 0.18661777182663847 0.0001301076074040642 3.7126426068756194e-05 2.5884086065270625e-08 0.10497249665248413 7.318552916478611e-05 1.5851900531541157 0.0004336659454473917']
['59492.00648630451 1.690295731218985 0.00042746282982287565 0.18666248921195347 0.0001301616221781441 3.713532230989998e-05 2.5894831963139132e-08 0.10499765018172383 7.321591247520605e-05 1.5852980810372612 0.00043368772258360947']
['59492.00652178472 1.6904997096855279 0.0004274542259547316 0.18654426951158795 0.00013010967603496043 3.7111803247794956e-05 2.5884497606311334e-08 0.10493115160026821 7.318669276966524e-05 1.5855685580852596 0.00043367431015120105']
['59492.00655726493 1.6908951933878433 0.00042754348828349774 0.18623811737206208 0.000130093851352106 3.7050896214865334e-05 2.58813493856874e-08 0.10475894102178493 7.317779138555962e-05 1.5861362523660585 0.00043376079067348843']
['59492.006592745136 1.6905105871633146 0.0004274575939595327 0.18597677114511302 0.0001300956118985667 3.699890303501863e-05 2.5881699635277106e-08 0.10461193376912606 7.317878169294377e-05 1.5858986533941886 0.0004336762948602751']
['59492.00662822535 1.6903090757968777 0.0004274293111693438 0.18665488765536123 0.00013011286757736974 3.713381002826642e-05 2.5885132543499494e-08 0.1049933743061407 7.318848801227048e-05 1.585315701490737 0.0004336500557179971']
['59492.00666370556 1.6904243561568375 0.0004274562766437911 0.1860833642254806 0.00013009432678981356 3.70201090545685e-05 2.5881443971014014e-08 0.10467189237683283 7.317805881927012e-05 1.5857524637800047 0.0004336748744563487']
['59492.00669918577 1.690737146483352 0.0004274978269159227 0.18600398474976385 0.0001300965177062144 3.7004317009643044e-05 2.588187983998288e-08 0.10462724142174216 7.317929120974559e-05 1.5861099050616099 0.00043371603691793204']
['59492.00673466597 1.6901079936640264 0.00042743550100697467 0.18622503104282911 0.000130093159545837 3.704829277238489e-05 2.5881211755203187e-08 0.10475157996159137 7.317740224453332e-05 1.585356413702435 0.00043365428594716054']
['59492.00677014618 1.6908014595779732 0.0004274793439049412 0.18620069350948754 0.00013008968668551372 3.7043450973967416e-05 2.5880520851594287e-08 0.10473789009908673 7.317544876060146e-05 1.5860635694788865 0.0004336971705772524']
['59492.00680562639 1.6907700115623785 0.00042749338195541915 0.18618982888625524 0.00013009213086443976 3.7041289525852105e-05 2.5881007105541636e-08 0.10473177874851856 7.317682361124735e-05 1.58603823281386 0.00043371123933962503']
['59492.006841106595 1.6905697146588285 0.0004274763295249532 0.18599626415003667 0.00013009138395564165 3.7002781045130273e-05 2.5880858512757565e-08 0.10462289858439562 7.317640347504842e-05 1.585946816074433 0.0004336943605001908']
['59492.006876586805 1.692379320500934 0.00042760767087235256 0.18675430822393257 0.00013011542110279357 3.715358912193284e-05 2.5885640551241384e-08 0.10504929837596207 7.318992437032138e-05 1.587330022124972 0.0004338261002040006']
['59492.006912067016 1.6907764874686695 0.0004275020968713964 0.18663476128380663 0.00013011001451697715 3.7129806013867144e-05 2.5884564945168967e-08 0.10498205322214123 7.318688316579963e-05 1.5857944342465282 0.00043372152667001113']
['59492.00694754722 1.6908767177216277 0.00042752108153817485 0.1863705666432826 0.00013010371756024957 3.707724616014491e-05 2.588331220543193e-08 0.10483344373684646 7.318334112764038e-05 1.5860432739847812 0.00043373964146498686']
['59492.00698302743 1.6911345530769448 0.0004275293331311479 0.18642479619753516 0.0001300992098001011 3.708803478717112e-05 2.5882415415044552e-08 0.10486394786111353 7.318080551255686e-05 1.5862706052158313 0.00043374734694638845']
['59492.00701850764 1.6910255213658352 0.0004275194963587216 0.1862161332457346 0.00013009942404431217 3.7046522611897115e-05 2.588245803757608e-08 0.10474657495072572 7.318092602492559e-05 1.5862789464151095 0.00043373767152586666']
['59492.00705398785 1.6916002446215272 0.0004275380812216422 0.18628987920274034 0.00013010512122729154 3.706119390388525e-05 2.588359145611716e-08 0.10478805705154144 7.318413069035148e-05 1.5868121875699859 0.0004337565306477655']
['59492.007089468054 1.6910027857111318 0.0004275360424346171 0.18589450522967818 0.00013008666149382647 3.698253675115684e-05 2.5879919008830757e-08 0.10456565919169397 7.317374709027739e-05 1.586437126519438 0.00043375276926365156']
['59492.007124948264 1.69115073384704 0.0004275438976537795 0.18675501185018828 0.00013011617141898252 3.7153729103928695e-05 2.588578982190433e-08 0.1050496941657309 7.319034642317767e-05 1.586101039681309 0.00043376331245338195']
['59492.007160428475 1.6919715154246362 0.00042760451337479064 0.18666276415752764 0.0001301154061821817 3.713537700858399e-05 2.588563758287997e-08 0.1049978048386093 7.318991597747721e-05 1.5869737105860269 0.00043382298655013856']
['59492.00719590868 1.6917819026602718 0.00042758867948308814 0.18630319646993687 0.00013010052727504295 3.706384329001375e-05 2.5882677518356298e-08 0.10479554801433948 7.318154659221165e-05 1.5869863546459324 0.00043380596766725']
['59492.00723138889 1.6919193195313331 0.00042758989385409 0.18697483780734978 0.0001301201387646771 3.7197462088556394e-05 2.5886579100252137e-08 0.10517334626663424 7.319257805513088e-05 1.586745973264699 0.0004338090257342606']
['59492.0072668691 1.691730648996285 0.0004275715781937459 0.18649102353336405 0.0001301030150829973 3.7101210297002335e-05 2.5883172452023046e-08 0.10490120073751727 7.318294598418598e-05 1.5868294482587677 0.00043378934756632144']
['59492.0073023493 1.690978301566057 0.0004275915383724999 0.18630418484264083 0.00013010651459545653 3.7064039920515566e-05 2.588386865790592e-08 0.10479610397398546 7.31849144599443e-05 1.5861821975920716 0.00043380935373994695']
['59492.00733782951 1.6915876448180018 0.0004275530591028026 0.1867304195287286 0.00013011136248844936 3.7148836617025675e-05 2.5884833115572656e-08 0.10503586098490983 7.318764139975277e-05 1.586551783833092 0.0004337718861358161']
['59492.00737330972 1.6915532819200276 0.00042755793249486335 0.1867675023546222 0.00013015662708383265 3.7156214010831654e-05 2.5893838220700534e-08 0.10505672007447497 7.321310273465586e-05 1.5864965618455527 0.00043378098627224013']
['59492.007408789934 1.6912432764259813 0.00042752131230816597 0.1864982577306344 0.0001301108036285895 3.7102649494820934e-05 2.5884721933936162e-08 0.10490526997348185 7.318732704108158e-05 1.5863380064524994 0.0004337405414727964']
['59492.00744427014 1.6918002193234591 0.0004275765304227201 0.18664860446889286 0.00013011853577364559 3.713256002803541e-05 2.5886260195319138e-08 0.10498984001375224 7.319167637267564e-05 1.5868103793097068 0.00043379570175207334']
['59492.00747975035 1.6920117563719201 0.00042760531468775834 0.18638867729038988 0.0001301036075157308 3.708084915890706e-05 2.5883290312770526e-08 0.10484363097584432 7.318327922759857e-05 1.5871681253960759 0.0004338226567478023']
['59492.00751523056 1.692112464970255 0.0004276512167671133 0.1865501779294203 0.0001301185703310229 3.7112978690174794e-05 2.588626707029091e-08 0.1049344750852989 7.319169581120036e-05 1.587177989884956 0.00043386932080767337']
['59492.00755071076 1.6925267950741225 0.00042762584413896776 0.1867518435768052 0.0001301087971072952 3.715309879596621e-05 2.588432274920815e-08 0.1050479120119529 7.318619837285353e-05 1.5874788830621696 0.0004338433844232679']
['59492.00758619097 1.6921411461374247 0.00042763643865397063 0.18662632691030695 0.00013010771714143239 3.71281280485742e-05 2.5884107896826358e-08 0.10497730888704766 7.318559089205572e-05 1.5871638372503771 0.00043385372463408743']
['59492.00762167118 1.6919397227578163 0.0004276041247021657 0.18640187499748032 0.00013010707461364636 3.708347475930821e-05 2.5883980069984832e-08 0.10485105468608268 7.318522947017607e-05 1.5870886680717338 0.000433821812815939']
['59492.007657151386 1.6921460848451173 0.00042766458148960984 0.1864681392238716 0.0001301054004187342 3.709665760828362e-05 2.5883646999489873e-08 0.10488832831342776 7.318428773553799e-05 1.5872577565316894 0.0004338812443884169']
['59492.007692631596 1.691623280346507 0.00042755218177798827 0.1861450796106948 0.00013010404927526453 3.703238694034557e-05 2.588337819803734e-08 0.10470660728101581 7.31835277173363e-05 1.5869166730654911 0.00043377032733034197']
['59492.00772811181 1.6921632383047727 0.00042757832367128565 0.18651651702631142 0.00013011155335731307 3.71062820662764e-05 2.5884871087726582e-08 0.10491554082730017 7.31877487634886e-05 1.5872476974774725 0.0004337968066302635']
['59492.00776359202 1.6924396988021695 0.00042765112668882206 0.18639375008696535 0.00013010972294403563 3.708185835971992e-05 2.5884506938575326e-08 0.10484648442391802 7.318671915602004e-05 1.5875932143782514 0.0004338683925098037']
['59492.00779907222 1.6929426129109664 0.00042766887164058813 0.18626171290893148 0.00013009781475197636 3.705559039777492e-05 2.5882137879038425e-08 0.10477221351127396 7.31800207979867e-05 1.5881703993996925 0.00043388475337850676']
['59492.00783455243 1.6921177411534716 0.0004276459215530808 0.18654731893237575 0.0001301065243763928 3.711240991078489e-05 2.588387060376136e-08 0.10493286689946135 7.318491996172093e-05 1.5871848742540102 0.00043386295846820945']
['59492.00787003264 1.692624105191869 0.0004276556996340418 0.1866205128088837 0.00013010720306401056 3.712697136984776e-05 2.5884005624372838e-08 0.10497403845499707 7.318530172350593e-05 1.5876500667368718 0.000433872660832464']
['59492.007905512844 1.6932405289974333 0.0004276872409160902 0.18676513373144882 0.00013011369970818915 3.7155742788223696e-05 2.5885298090666005e-08 0.10505538772393995 7.318895608585639e-05 1.5881851412734933 0.0004339043665778845']
['59492.007940993055 1.6927909697875736 0.0004276548870836014 0.18644603918644287 0.00013010398027481478 3.7092260945534505e-05 2.5883364470834025e-08 0.10487589704237411 7.318348890458332e-05 1.5879150727451994 0.0004338715541433146']
['59492.007976473265 1.6927458647764129 0.0004276362354727057 0.18653490060689187 0.00013011019006960793 3.710993936342779e-05 2.588459987025517e-08 0.10492588159137668 7.318698191415446e-05 1.5878199831850361 0.000433853759014452']
['59492.00801195347 1.6925958822418732 0.0004276429991530912 0.18650688358822443 0.00013010996072839714 3.710436555466326e-05 2.588455424427098e-08 0.10491012201837623 7.318685290972338e-05 1.587685760223497 0.0004338604040051135']
['59492.00804743368 1.6933079699878604 0.00042772574768129963 0.18710752042648732 0.00013012526004663972 3.722385845692904e-05 2.5887597946926283e-08 0.10524798023989912 7.319545877623484e-05 1.5880599897479613 0.00043394341844875384']
['59492.00808291389 1.692135555531964 0.0004276342252825945 0.18616781197065588 0.00013010218275632133 3.703690939966551e-05 2.588300686589211e-08 0.10471939423349394 7.318247780043074e-05 1.58741616129847 0.00043385101785066183']
['59492.0081183941 1.6931250434808334 0.00042768462613481127 0.18684011240174725 0.0001301801022107829 3.7170659320729264e-05 2.5898508448817835e-08 0.10509756322598282 7.322630749356537e-05 1.5880274802548506 0.00043390809112208947']
['59492.0081538743 1.692953132102911 0.00042766936136963575 0.18674607503456014 0.00013013520940590123 3.715195118095029e-05 2.5889577309060117e-08 0.10504466720694007 7.320105529081944e-05 1.587908464895971 0.00043388878430999076']
['59492.008189354514 1.6932498744533258 0.0004276803435064614 0.18670576768091507 0.0001301259969131773 3.7143932287730834e-05 2.5887744541866105e-08 0.10502199432051472 7.319587326366224e-05 1.5882278801328111 0.00043389873482718857']
['59492.008224834724 1.693257424662422 0.00042830332067535286 0.18653633002272446 0.0001303144039530984 3.711022373667215e-05 2.5925226931512044e-08 0.1049266856377825 7.330185222361784e-05 1.5883307390246395 0.0004345306617960892']
['59492.00826031493 1.693404247755629 0.0004282815649184634 0.1868374907449146 0.00013033108059832128 3.717013775867426e-05 2.592854464466381e-08 0.10509608854401446 7.331123283655572e-05 1.5883081592116146 0.00043451080045152346']
['59492.00829579514 1.693255210157625 0.0004283057145233459 0.1864509575308319 0.00013032917986625106 3.709323941906118e-05 2.5928166506033225e-08 0.10487866361109294 7.331016367476622e-05 1.588376546546532 0.00043453442348262227']
['59492.00833127535 1.6939898511197906 0.0004283545249727702 0.187009985380129 0.00013033180382303003 3.720445447598826e-05 2.5928688525648014e-08 0.10519311677632255 7.331163965045439e-05 1.5887967343434681 0.00043458278333694455']
['59492.00836675556 1.693597441966359 0.000428312915563445 0.18662023345154977 0.00013032323990133543 3.712691579347203e-05 2.592698478756058e-08 0.10497388131649674 7.330682244450118e-05 1.5886235606498624 0.0004345409576269749']
['59492.00840223576 1.6933939283235455 0.0004283143777398238 0.1863703801675332 0.0001303094228432911 3.707720906197331e-05 2.592423597120215e-08 0.10483333884423743 7.329905034935124e-05 1.588560589479308 0.0004345410877704998']
['59492.00843771597 1.6937713881217256 0.00042834169818223175 0.18664600715829896 0.00013031842518130808 3.71320433095107e-05 2.5926026929445635e-08 0.10498837902654315 7.33041141644858e-05 1.5887830090951824 0.0004345688708997437']
['59492.00847319618 1.6935419958198186 0.0004283327755740309 0.18674697664026216 0.00013032684716106406 3.715213054970554e-05 2.5927702429081616e-08 0.10504517436014746 7.330885152809853e-05 1.588496821459671 0.0004345608753020938']
['59492.00850867639 1.6936667779630623 0.0004283502677968679 0.18655618363555287 0.00013031810744433949 3.7114173487446994e-05 2.5925963717684192e-08 0.1049378532949985 7.330393543744095e-05 1.5887289246680638 0.00043457728757065176']
['59492.0085441566 1.6937223458877195 0.0004283383963113179 0.1867843984738498 0.0001303282298530903 3.715957538694934e-05 2.5927977506920054e-08 0.10506622414154052 7.33096292923633e-05 1.588656121746179 0.0004345665466893827']
['59492.00857963681 1.6935618024997665 0.0004283232812656718 0.18654145750897005 0.00013031826759640465 3.711124381764917e-05 2.5925995578925213e-08 0.10492956984879565 7.330402552297761e-05 1.588632232650971 0.00043455070294738353']
['59492.00861511701 1.6943270540763165 0.00042842533952270966 0.1865207723537991 0.00013031941839204548 3.7107128636781574e-05 2.592622452244362e-08 0.10491793444901198 7.330467284552558e-05 1.5894091196273044 0.0004346514081492646']
['59492.00865059722 1.693509729040196 0.00042831781031097554 0.186733970014602 0.00013033600921951837 3.714954296374709e-05 2.592952516269649e-08 0.10503785813321362 7.331400518597907e-05 1.5884718709069823 0.00043454699399029167']
['59492.00868607743 1.6929767336543775 0.0004282758075203689 0.1864344666587595 0.00013031398598832095 3.708995866430341e-05 2.5925143780061584e-08 0.10486938749555222 7.330161711843053e-05 1.5881073461588253 0.00043450350329934175']
['59492.00872155764 1.6941533564919644 0.0004283807082978291 0.18677377497129224 0.0001303273946965597 3.71574619082681e-05 2.5927811357807428e-08 0.10506024842135188 7.330915951681484e-05 1.5890931080706125 0.0004346081730833091']
['59492.008757037845 1.6936337858612853 0.00042834085462400837 0.18675888570199323 0.00013032743442730035 3.7154499782258144e-05 2.5927819261987136e-08 0.10505187320737118 7.330918186535645e-05 1.5885819126539142 0.0004345688942915654']
['59492.008792518056 1.6941174270383246 0.00042836020939805914 0.18686398848563646 0.00013038877200174416 3.717540931669507e-05 2.5940021984699633e-08 0.1051109935231705 7.334368425098108e-05 1.5890064335151541 0.00043459379311611975']
['59492.00882799827 1.694128135185554 0.0004283674995347196 0.18679818389177716 0.00013033242251118713 3.7162317908706495e-05 2.5928811609746057e-08 0.10507397843912465 7.331198766254275e-05 1.5890541567464294 0.0004345956306644843']
['59492.00886347847 1.694287178473227 0.0004283699323576914 0.18689196576813433 0.00013033600662282473 3.7180975220199835e-05 2.5929524646100703e-08 0.10512673074457554 7.331400372533891e-05 1.5891604477286514 0.00043459836871572827']
['59492.00889895868 1.6949813210703812 0.0004284092003219252 0.18709374949867552 0.00013032948106624046 3.722111881788878e-05 2.592822642786719e-08 0.10524023409300497 7.331033309976026e-05 1.5897410869773763 0.0004346364548213475']
['59492.00893443889 1.6942030085626458 0.00042836184078684785 0.18681696856420976 0.00013036050139692508 3.7166055000546506e-05 2.5934397726573192e-08 0.10508454481736798 7.332778203577035e-05 1.5891184637452778 0.0004345927176801082']
['59492.008969919094 1.6947229696827284 0.00042843462206140125 0.18678186050606163 0.000130333573386299 3.715907047430071e-05 2.5929040569074728e-08 0.10506479653465965 7.331263502979319e-05 1.5896581731480688 0.0004346619006031095']
['59492.009005399304 1.694916310120984 0.00042844165515150797 0.18667584468254889 0.00013032251042728872 3.71379792963532e-05 2.592683966331009e-08 0.10500516263393374 7.33064121153499e-05 1.5899111474870504 0.000434667783400368']
['59492.009040879515 1.6945229097610397 0.0004284014279088968 0.18662628800440303 0.00013032348472788048 3.712812030849054e-05 2.5927033494254136e-08 0.10497728700247669 7.330696015943276e-05 1.589545622758563 0.00043462822485682907']
['59492.009076359725 1.694760937936007 0.0004284161764394277 0.18662521855601777 0.00013032876359635407 3.712790754849442e-05 2.5928083691768515e-08 0.10497668543776 7.330992952294916e-05 1.5897842524982468 0.0004346432629198785']
['59492.00911183993 1.6944434805704631 0.00042841252415478417 0.18625373516300806 0.00013030545342669633 3.7054003275651866e-05 2.592344628086184e-08 0.10476772602919203 7.329681755251669e-05 1.5896757545412712 0.00043463745158005013']
['59492.00914732014 1.6947724988761734 0.00042845978478722616 0.1867918218950036 0.0001303230881615211 3.716105222966343e-05 2.592695459988369e-08 0.1050703998159395 7.330673709085562e-05 1.589702099060234 0.00043468570816490386']
['59492.00918280035 1.6949734645278083 0.0004284477452270614 0.1866112864790081 0.0001303190299112339 3.712513584983989e-05 2.5926147236641796e-08 0.10496884864444204 7.330445432506906e-05 1.5900046158833663 0.0004346734560725431']
['59492.00921828055 1.6945658524540437 0.0004283733640495513 0.18676520111422654 0.0001303292052272037 3.715575619360139e-05 2.5928171551434444e-08 0.10505542562675242 7.331017794030209e-05 1.5895104268272913 0.0004346011058623392']
['59492.00925376076 1.6948917318355303 0.0004284459873577684 0.18655126647147915 0.00013032398906301734 3.711319524873659e-05 2.5927133828541643e-08 0.10493508739020703 7.330724384794725e-05 1.5899566444453233 0.00043467219382375434']
['59492.009289240974 1.6944863698445345 0.00042841881497849335 0.18649422989308362 0.0001303233790929862 3.710184818200071e-05 2.5927012478859653e-08 0.10490300431485954 7.330690073980474e-05 1.589583365529675 0.00043464535281497265']
['59492.00932472118 1.694806349787135 0.000428413497968001 0.18660835556995123 0.00013033827980911 3.7124552764009694e-05 2.592997688214304e-08 0.10496720000809755 7.331528239262437e-05 1.5898391497790376 0.0004346415257122686']
['59492.00936020139 1.6949521147620943 0.00042844277607732 0.1867626754429786 0.00013033010228454315 3.715525372727172e-05 2.5928350015321702e-08 0.10505400493667545 7.331068253505551e-05 1.5898981098254188 0.0004346696084920089']
['59492.0093956816 1.6946403122934277 0.00042846794528739705 0.18707095209892138 0.00013034096428293698 3.7216583419313136e-05 2.5930510941241995e-08 0.10522741055564326 7.331679240915204e-05 1.5894129017377845 0.00043469544762738267']
['59492.00943116181 1.6959560682695303 0.0004285237397042757 0.18684681531887007 0.00013033285758858775 3.7171992823720805e-05 2.5928898165644728e-08 0.10510133361686441 7.331223239358061e-05 1.5908547346526658 0.0004347496738453845']
['59492.00946664201 1.69550943886224 0.00042848535538112653 0.18663642133098257 0.00013031546321660842 3.713013626975941e-05 2.592543766529162e-08 0.10498298699867768 7.330244805934224e-05 1.5905264518635625 0.00043471018928428957']
['59492.00950212222 1.6954620407389012 0.00042845335729711586 0.1870548552113116 0.0001303323747930824 3.7213381045273775e-05 2.5928802116530756e-08 0.10521835605636277 7.331196082110885e-05 1.5902436846825383 0.0004346802537252018']
['59492.00953760243 1.6952788847353049 0.00042847623946346545 0.1868278224402114 0.0001303276292472598 3.7168214310568214e-05 2.5927858020186585e-08 0.10509065012261891 7.330929145158364e-05 1.5901882346126859 0.00043470235793918374']
['59492.009573082636 1.6947346452119165 0.0004284171817034322 0.1870686295864725 0.00013033940410551092 3.721612137014235e-05 2.5930200553805175e-08 0.10522610414239077 7.33159148093499e-05 1.5895085410695258 0.00043464526333901704']
['59492.00960856285 1.6950192293403885 0.0004284398969472201 0.18675182074209085 0.00013032582721179424 3.7153094253144137e-05 2.5927499516621622e-08 0.1050478991674261 7.330827780663426e-05 1.5899713301729623 0.0004346663650331358']
['59492.00964404306 1.6957670779387795 0.0004285132375471207 0.1873219243384059 0.00013033840047630557 3.726651275992914e-05 2.5930000888118847e-08 0.1053685824403533 7.331535026792188e-05 1.5903984954984263 0.00043473984788379265']
['59492.00967952326 1.695358053863647 0.0004284759026942334 0.18713839229054377 0.00013034763944651012 3.7230000219137846e-05 2.5931838922840263e-08 0.10526534566343086 7.332054718866194e-05 1.590092708200216 0.00043470392433204807']
['59492.00971500347 1.6951660769234478 0.00042845487877322236 0.18672272020097122 0.0001303238461131048 3.714730488443684e-05 2.592710538956015e-08 0.1050315301130463 7.330716343862145e-05 1.5901345468104016 0.00043468094432122674']
['59492.00975048368 1.6958011840869869 0.00042850464540446253 0.18718739331193787 0.00013033266468532998 3.723974866260213e-05 2.5928859788760963e-08 0.10529290873796505 7.331212388549811e-05 1.5905082753490218 0.00043473083470327566']
['59492.00978596389 1.6958148958806778 0.0004285379603585463 0.18687493087675683 0.00013032547080570278 3.7177586236240135e-05 2.5927428611882617e-08 0.10511714861817571 7.330807732820781e-05 1.5906977472625021 0.0004347629902255038']
['59492.009821444095 1.695532381399559 0.0004284874632845146 0.18705322963791512 0.00013033780752814443 3.7213057647722016e-05 2.5929882924830293e-08 0.10521744167132725 7.331501673458124e-05 1.590314939728232 0.000434714386546834']
['59492.009856924305 1.6954922708425912 0.00042848719380877455 0.18697384002126702 0.00013033413682078096 3.719726358532237e-05 2.5929152660803366e-08 0.10517278501196269 7.331295196168928e-05 1.5903194858306287 0.00043471377270964777']
['59492.009892404516 1.6959185300794921 0.0004285276581917628 0.1867923548306733 0.00013033132034562757 3.716115825384616e-05 2.5928592340874922e-08 0.10507069959225372 7.331136769441551e-05 1.5908478304872384 0.0004347533904048847']
['59492.00992788472 1.6959154734027226 0.0004285086046698166 0.18694759415164197 0.0001303248788213141 3.719204213546416e-05 2.5927310840330502e-08 0.10515802171029862 7.330774433698917e-05 1.590757451692424 0.0004347339987346866']
['59492.00996336493 1.6967412989464759 0.0004285889739765656 0.18685179066866012 0.0001303279068919097 3.717298263811168e-05 2.5927913255834653e-08 0.10510413225112131 7.33094476266992e-05 1.5916371666953546 0.00043481350453454987']
['59492.00999884514 1.6956387803000728 0.0004284990045170769 0.1867155076190857 0.00013032627141675967 3.714586998686242e-05 2.5927587888391614e-08 0.10502747303573572 7.330852767192731e-05 1.590611307264337 0.00043472466815393815']
['59492.01003432535 1.6961918148058301 0.00042856005377303293 0.18669603644998362 0.00013032788638423073 3.714199632084945e-05 2.5927909175961552e-08 0.10501652050311577 7.330943609112977e-05 1.5911752943027144 0.0004347849964177057']
['59492.010069805554 1.6961786976659934 0.00042854689159000265 0.18708624943101726 0.00013033207148914155 3.721962672683711e-05 2.5928741776128948e-08 0.10523601530494721 7.331179021264212e-05 1.5909426823610462 0.00043477241963541793']
['59492.010105285764 1.6956370070864226 0.0004284661598761481 0.18697555983712044 0.00013033425637851988 3.719760573181522e-05 2.5929176446059786e-08 0.10517375240838026 7.331301921291742e-05 1.5904632546780424 0.0004346930514111383']
['59492.010140765975 1.6959548277275214 0.0004285264518428889 0.18685980508374883 0.00013033268374581296 3.7174577055333374e-05 2.5928863580723568e-08 0.10510864035960871 7.331213460701979e-05 1.5908461873679127 0.00043475233065469996']
['59492.01017624618 1.6959695670788637 0.00042855340990010065 0.18726762717207096 0.00013034472505664516 3.7255710681906534e-05 2.593125912339888e-08 0.10533804028428992 7.33189078443629e-05 1.5906315267945739 0.00043478004483243465']
['59492.01021172639 1.69610342056954 0.00042853212192464125 0.1868028575901349 0.0001303293759376846 3.716324771145169e-05 2.592820551320553e-08 0.10507660739445089 7.331027396494759e-05 1.591026813175089 0.0004347576057874678']
['59492.0102472066 1.6960957543541588 0.00042852348596978074 0.18689502724450413 0.00013033181052526718 3.7181584281571607e-05 2.592868985901573e-08 0.10512845282503358 7.331164342046279e-05 1.5909673015291252 0.00043474932442581435']
['59492.0102826868 1.6963411560848722 0.0004285833791655081 0.18671371613107302 0.0001303283935539923 3.7145513581646535e-05 2.592801007417973e-08 0.10502646532372857 7.330972137412066e-05 1.5913146907611437 0.00043480803597090623']
['59492.01031816701 1.6957316495698174 0.0004284942001791377 0.18680451716697766 0.00013033393024147565 3.7163577873774145e-05 2.5929111563156392e-08 0.10507754090642493 7.331283576083005e-05 1.5906541086633925 0.0004347206591300365']
['59492.01035364722 1.6969670810204032 0.00042861546852380306 0.18696737710420358 0.00013034116031696447 3.719597782882557e-05 2.5930549940972608e-08 0.10516914962111451 7.33169026782925e-05 1.5917979313992887 0.00043484087673103757']
['59492.010389127434 1.6960964005411137 0.00042852780648743906 0.18647094082486515 0.00013032683671958855 3.7097214969091994e-05 2.5927700351816064e-08 0.10488990421398664 7.330884565476855e-05 1.591206496327127 0.00043475311129901153']
['59492.01042460764 1.6967942155492985 0.0004285882559803072 0.187196357434949 0.00013033745350192534 3.724153201821176e-05 2.5929812493551852e-08 0.1052979510571588 7.331481759483299e-05 1.5914962644921398 0.0004348137022256831']
['59492.01046008785 1.6958528742305536 0.000428498594267403 0.18715211804094534 0.00013033840010565263 3.7232730870417916e-05 2.5930000814379785e-08 0.10527306639803174 7.33153500594296e-05 1.590579807832522 0.00043472541430594687']
['59492.01049556806 1.6969330133438767 0.0004286085942408173 0.1870985002618226 0.00013034423567475598 3.7222063952186676e-05 2.5931161763965476e-08 0.10524290639727521 7.331863256705023e-05 1.5916901069466014 0.00043483439254340456']
['59492.01053104826 1.696868337025881 0.0004286051059403393 0.18703725564228957 0.00013034343935176384 3.720987972226609e-05 2.5931003340539856e-08 0.10520845629878786 7.331818463536715e-05 1.5916598807270932 0.0004348308786601468']
['59492.01056652847 1.6959277191102773 0.0004285534466564601 0.18685824080043087 0.0001303345828764381 3.7174265851055315e-05 2.592924140075678e-08 0.10510776045024237 7.331320286799643e-05 1.590819958660035 0.00043477911904310143']
['59492.01060200868 1.696647453665618 0.0004285832632082457 0.18666999647702154 0.00013032692931589136 3.7136815832830835e-05 2.5927718773265194e-08 0.10500187301832462 7.330889774018888e-05 1.5916455806472933 0.00043480778280765615']
['59492.010637488886 1.6968525939354346 0.0004285914415737085 0.18698765077950952 0.00013034156240389618 3.7200011148375046e-05 2.5930629933626025e-08 0.1051805535634741 7.331712885219159e-05 1.5916720403719606 0.0004348172319186056']
['59492.010672969096 1.6962201750580002 0.0004285448354488341 0.18705777488075362 0.00013034079296769184 3.721396189505364e-05 2.593047685915688e-08 0.1052199983704239 7.331669604432666e-05 1.5910001766875763 0.00043477122019370656']
['59492.01070844931 1.696592428795171 0.00042858673260191306 0.18698551468341051 0.00013033015089484507 3.71995861855587e-05 2.5928359686034e-08 0.1051793520094184 7.331070987835036e-05 1.5914130767857526 0.00043481150806441563']
['59492.01074392952 1.6963798509481294 0.00042856892198647983 0.1869821491475535 0.0001303362004827781 3.719891663347396e-05 2.5929563213313013e-08 0.10517745889549884 7.331411277156267e-05 1.5912023920526306 0.0004347945262122499']
['59492.01077940972 1.6964494863606672 0.0004285648030976131 0.18688442894594592 0.00013033139920747312 3.717947581706673e-05 2.5928608029940597e-08 0.10512249128209458 7.331141205420363e-05 1.5913269950785727 0.000434790010915013']
['59492.01081488993 1.6974039556286526 0.00042866005223143877 0.1874426397806568 0.00013035083936441773 3.729052833410634e-05 2.5932475526280866e-08 0.10543648487661945 7.332234714248496e-05 1.5919674707520333 0.0004348857401312934']
['59492.01085037014 1.696768486514567 0.0004286100094262364 0.18702416270494548 0.00013034234584970004 3.720727496514372e-05 2.5930785795216438e-08 0.10520109152153183 7.331756954045626e-05 1.5915673949930351 0.00043483560822876277']
['59492.010885850344 1.6969563579445441 0.00042858690760753595 0.18695430132983074 0.00013033044639277876 3.719337648616783e-05 2.5928418473480025e-08 0.10516179449802979 7.331087609593805e-05 1.5917945634465143 0.00043481170858952794']
['59492.010921330555 1.6969022057410041 0.0004286025900126773 0.18713149432079704 0.00013034687176313332 3.722862791165974e-05 2.5931686197085078e-08 0.10526146555544834 7.332011536676249e-05 1.591640740185556 0.0004348287243075951']
['59492.010956810765 1.6971850670952167 0.0004286259920369046 0.18704734804773582 0.0001303493199577682 3.721188754253417e-05 2.5932173249932317e-08 0.1052141332768514 7.33214924762446e-05 1.5919709338183652 0.0004348520234615042']
['59492.01099229097 1.6970572316695063 0.0004286192059972654 0.18717119697415058 0.00013034066144775223 3.723652650357858e-05 2.5930450694096254e-08 0.1052837982979597 7.331662206436062e-05 1.5917734333715465 0.0004348445133845597']
['59492.01102777118 1.6970862334350505 0.0004286189262760108 0.1870446057422247 0.00013033517880236428 3.7211341978187217e-05 2.592935995645286e-08 0.10521259073000139 7.331353807632989e-05 1.591873642705049 0.00043484371770472873']
['59492.01106325139 1.6974764100364443 0.0004286286279652325 0.18671623476572158 0.00013032675314181012 3.714601464808923e-05 2.5927683724545353e-08 0.10502788205571838 7.330879864226819e-05 1.592448527980726 0.0004348524815034753']
['59492.0110987316 1.6974770869279987 0.00042862456791316393 0.1871693946974609 0.00013034660306932656 3.723616795202361e-05 2.5931632742150673e-08 0.10528278451732175 7.331996422649618e-05 1.592194302410677 0.0004348503620475912']
['59492.0111342118 1.6974165038992044 0.0004286369860736297 0.18701179684993324 0.0001303345578407257 3.720481485645527e-05 2.592923642006005e-08 0.10519413572808745 7.33131887854082e-05 1.592222368171117 0.00043486146009984595']
['59492.011169692014 1.6975081343766067 0.0004286457978858791 0.18738337665608118 0.00013034388672408223 3.727873831008224e-05 2.59310923424347e-08 0.10540314936904566 7.331843628229625e-05 1.592104985007561 0.00043487103047237243']
['59492.011205172224 1.6970666288521044 0.00042863855973995324 0.18702615946623535 0.00013033682044670788 3.7207672208180535e-05 2.5929686551217967e-08 0.10520221469975738 7.331446150127317e-05 1.591864414152347 0.00043486322580917687']
['59492.01124065243 1.6982221043516077 0.0004287152775392329 0.18723737842656152 0.00013034205095506385 3.7249692885193836e-05 2.5930727127792636e-08 0.10532102536494084 7.331740366222341e-05 1.5929010789866669 0.00043493934160444825']
['59492.01127613264 1.6969181849158013 0.00042859054225327225 0.1868483485552039 0.00013033143658009849 3.717229785139763e-05 2.5928615464988176e-08 0.1051021960623022 7.33114330763054e-05 1.591815988853499 0.00043481538511034256']
['59492.01131161285 1.6971087137010359 0.0004286146381587051 0.18680277925190963 0.000130339224766992 3.716323212655695e-05 2.593016487554046e-08 0.10507656332919915 7.3315813931433e-05 1.5920321503718367 0.00043483987468532164']
['59492.01134709306 1.6965197816262805 0.00042858132959427297 0.18697254839213107 0.00013034516508276508 3.719700662387033e-05 2.5931346663813974e-08 0.10517205847057372 7.331915535905535e-05 1.5913477231557067 0.00043480760644146985']
['59492.01138257326 1.69743545518116 0.00042865370599196707 0.18694866765672385 0.00013033693926807203 3.7192255702514425e-05 2.592971018997728e-08 0.10515862555690716 7.331452833829051e-05 1.5922768296242527 0.00043487816653186185']
['59492.01141805347 1.697514053045799 0.0004286327522138905 0.1872040988513631 0.0001303470244167622 3.72430721240728e-05 2.5931716566559602e-08 0.10530230560389174 7.332020123442873e-05 1.5922117474419073 0.00043485846913623695']
['59492.01145353368 1.6974336227272109 0.00042864250889900813 0.1875019637253792 0.00013034724845008167 3.730233045791419e-05 2.5931761136572363e-08 0.1054698545955258 7.332032725317093e-05 1.5919637681316852 0.00043486810738860624']
['59492.01148901389 1.6978146055907901 0.0004286686393410293 0.18755620882901014 0.00013035663803235943 3.731312217839093e-05 2.5933629134613705e-08 0.1055003674663182 7.332560889320217e-05 1.592314238124472 0.0004348947542498625']
['59492.0115244941 1.6978456817617364 0.0004287053614466119 0.18709299266360058 0.00013034063471261867 3.722096825033468e-05 2.593044537531043e-08 0.10523980837327533 7.3316607025848e-05 1.5926058733884612 0.0004349294331254816']
['59492.01155997431 1.6972765361822373 0.000428628659959216 0.1866565544748131 0.00013033446986432482 3.7134141631460175e-05 2.5929218917711206e-08 0.10499431189208236 7.33131392986827e-05 1.5922822242901549 0.0004348532448220448']
['59492.01159545451 1.697417470641576 0.00042864104268985865 0.1866205659770162 0.00013032899739536913 3.712698194731164e-05 2.5928130204604687e-08 0.10497406836207161 7.331006103489513e-05 1.5924434022795044 0.00043486493136051944']
['59492.01163093472 1.698071709177324 0.00042869943185291833 0.18694781354929038 0.00013032990605762017 3.7192085783239465e-05 2.5928310977215756e-08 0.10515814512147584 7.331057215741135e-05 1.5929135640558483 0.00043492257111014824']
['59492.01166641493 1.6966623377433725 0.00042859525994561894 0.18687773799975488 0.00013033762047981367 3.717814469561639e-05 2.5929845712747247e-08 0.10511872762486212 7.331491151989519e-05 1.5915436101185103 0.0004348206217499611']
['59492.01170189514 1.6978388472042956 0.0004286671597312312 0.18741173199977945 0.00013034609433998365 3.7284379426473046e-05 2.593153153366365e-08 0.10541909924987593 7.33196780662408e-05 1.5924197479544195 0.0004348922958891984']
['59492.011737375346 1.6972900321080722 0.00042863387420161245 0.18671971694538278 0.00013032907866699926 3.7146707405721504e-05 2.5928146373081772e-08 0.10502984078177781 7.331010675018707e-05 1.5922601913262944 0.00043485787317790116']
['59492.011772855556 1.6970286635260128 0.0004286204235951235 0.1869681946199619 0.00013033372564897017 3.719614046841806e-05 2.5929070860770683e-08 0.10516960947372857 7.331272067754571e-05 1.5918590540522841 0.00043484505577965']
['59492.01180833577 1.6973341444159327 0.00042864794980517824 0.1870804772841048 0.00013033789536687955 3.7218478394695394e-05 2.5929900399791404e-08 0.10523276847230893 7.331506614386974e-05 1.5921013759436238 0.0004348725834033029']
['59492.01184381597 1.6975712023546667 0.00042864679374389556 0.1872126071226289 0.0001303428058067977 3.724476479085921e-05 2.5930877300773567e-08 0.10530709150647877 7.331782826632371e-05 1.592264110848188 0.0004348719095648877']
['59492.01187929618 1.6970414565327143 0.00042860937495536113 0.18730635222211467 0.0001304097458799181 3.726341478582645e-05 2.5944194605183623e-08 0.1053598231249395 7.335548205745394e-05 1.5916816334077748 0.00043484137688070437']
['59492.01191477639 1.6980739743094593 0.0004287083559278113 0.18699768438141595 0.00013033491048461147 3.7202007270050576e-05 2.5929306576332012e-08 0.10518619746454647 7.331338714759394e-05 1.5928877768449128 0.0004349318419906502']
['59492.011950256594 1.6979421536902932 0.0004286993556868568 0.1867613938496139 0.00013033623421496716 3.715499876237294e-05 2.5929569924118798e-08 0.10505328404040781 7.331413174591902e-05 1.5928888696498853 0.00043492309605260574']
['59492.011985736804 1.697328561608424 0.00042865983777070943 0.1869912792049384 0.00013039118261347202 3.720073300067835e-05 2.594050156066509e-08 0.10518259455277784 7.334504022007801e-05 1.5921459670556461 0.0004348893554026079']
['59492.012021217015 1.6970473933075039 0.0004286144139356964 0.1869839084689159 0.00013033134387143764 3.71992666393381e-05 2.5928597021186124e-08 0.10517844851376519 7.331138092768367e-05 1.5918689447937386 0.0004348389062710056']
['59492.012056697225 1.69686936371845 0.0004285943461900103 0.18680594869206996 0.00013033133585264232 3.7163862666642395e-05 2.5928595425897483e-08 0.10507834613928935 7.33113764171113e-05 1.5917910175791605 0.0004348191250373122']
['59492.01209217743 1.6978753171285041 0.00042868922352937394 0.18690620330091287 0.0001303342843833892 3.718380768734876e-05 2.5929182017451514e-08 0.10513473935676348 7.331303496565642e-05 1.5927405777717407 0.0004349129240044415']
['59492.01212765764 1.697605022240389 0.0004286812482065542 0.18760297806210224 0.0001303464469996551 3.7322426621679965e-05 2.5931601693076075e-08 0.10552667515993251 7.3319876437306e-05 1.5920783470804565 0.0004349062161486211']
['59492.01216313785 1.6972573449856179 0.00042865354977739324 0.18701374756216566 0.00013033654270238612 3.72052029383232e-05 2.5929631295740812e-08 0.10519523300371818 7.331430527009219e-05 1.5920621119818996 0.00043487797494699175']
['59492.01219861805 1.697554322745715 0.00042865342833035695 0.18709923435849535 0.00013034626588876206 3.7222209996079394e-05 2.593156566220873e-08 0.10524331932665362 7.331977456242866e-05 1.5923110034190615 0.00043487877731760355']
['59492.01223409826 1.6981558513202675 0.00042870370708673655 0.18693505082249867 0.00013033414256909495 3.718954671941917e-05 2.59291538043941e-08 0.10515096608765549 7.331295519511591e-05 1.593004885232612 0.0004349271868593081']
['59492.012269578474 1.6977498028105844 0.00042869197307648395 0.1869188190311589 0.0001303389590552186 3.718631750713547e-05 2.593011201386274e-08 0.10514183570502687 7.331566446856045e-05 1.5926079671055575 0.00043491607746400383']
['59492.01230505868 1.6974083542927203 0.0004286281935661884 0.18762466672408104 0.0001303568321149615 3.732674144388368e-05 2.5933667746120564e-08 0.10553887503229557 7.332571806466584e-05 1.5918694792604247 0.00043485490597383483']
['59492.01234053889 1.697548480504258 0.00042868637440628967 0.18696881878037264 0.00013034169341440707 3.7196264641186373e-05 2.5930655997339035e-08 0.10516996056395961 7.331720254560398e-05 1.5923785199402984 0.0004349108182038275']
['59492.0123760191 1.6973501033242369 0.0004286684895465483 0.1866176428847411 0.00013032386179329672 3.712640041658077e-05 2.5927108509035215e-08 0.10497242412266686 7.33071722587294e-05 1.59237767920157 0.0004348914984621914']
['59492.01241149931 1.6972244614365988 0.0004286069752437483 0.18705879896932476 0.00013033460184348826 3.721416563100147e-05 2.5929245174131513e-08 0.10522057442024518 7.331321353696214e-05 1.5920038870163535 0.0004348318830383891']
['59492.01244697951 1.6972573661583534 0.0004286661047126035 0.18733546058705253 0.0001303449014384167 3.726920571103293e-05 2.5931294213437397e-08 0.10537619658021703 7.33190070591094e-05 1.5918811695781363 0.0004348911428456672']
['59492.01248245972 1.697428334634911 0.0004286383371615515 0.1870339759584984 0.00013034210936664276 3.720922724990717e-05 2.5930738748407033e-08 0.10520661147665535 7.331743651873655e-05 1.5922217231582556 0.00043486350799106936']
['59492.01251793993 1.697611565755686 0.0004286658586517199 0.1869648470898016 0.00013033834362555151 3.719547449845286e-05 2.5929989578020687e-08 0.1051677264880134 7.331531828937272e-05 1.5924438392676727 0.0004348902784260512']
['59492.012553420136 1.6970285890579573 0.0004286029013761508 0.1871440231677324 0.00013034358938816777 3.723112044656099e-05 2.593103318933402e-08 0.10526851303184948 7.331826903084437e-05 1.591760076026108 0.0004348287198906412']
['59492.01258890035 1.6980594462588927 0.0004286865270194892 0.18712697303500528 0.000130349428268433 3.722772843043112e-05 2.5932194797654433e-08 0.10525892233219046 7.332155340099355e-05 1.5928005239267022 0.0004349117021202878']
['59492.01262438056 1.6966430612932855 0.000428622995581712 0.1870793721856457 0.0001303390554480814 3.721825854234243e-05 2.593013119061348e-08 0.10523214685442568 7.331571868954577e-05 1.5914109144388597 0.0004348480964065554']
['59492.01265986076 1.6975470216653479 0.0004286505011337117 0.18759841246923029 0.00013035833136800786 3.732151832583782e-05 2.593396601303716e-08 0.10552410701394203 7.332656139450442e-05 1.5920229146514058 0.00043487703633110383']
['59492.01269534097 1.6976360856921597 0.0004286479196101925 0.18694676773428787 0.00013034439699061178 3.719187772495545e-05 2.593119385673529e-08 0.10515755685053692 7.331872330721912e-05 1.5924785288416228 0.00043487317021580744']
['59492.01273082118 1.69791319919676 0.0004286599684606481 0.18693685324938464 0.00013033698580599455 3.7189905300854754e-05 2.5929719448402792e-08 0.10515197995277886 7.331455451587194e-05 1.592761219243981 0.00043488434377952104']
['59492.01276630139 1.6973946916998153 0.00042864513156629596 0.18719329986623834 0.0001303449327739005 3.7240923734244074e-05 2.593130044743382e-08 0.10529623117475904 7.331902468531902e-05 1.5920984605250563 0.00043487047289542845']
['59492.012801781595 1.6974817518540224 0.0004286925900079527 0.18712610318553524 0.00013034484225411393 3.72275553793775e-05 2.593128243909447e-08 0.10525843304186358 7.331897376793908e-05 1.5922233188121588 0.00043491724344076125']
['59492.012837261806 1.697288811331137 0.00042862590840020426 0.18715647730867643 0.0001303955300797489 3.72335981191775e-05 2.5941366461599953e-08 0.1052755184861305 7.334748566985875e-05 1.5920132928450066 0.0004348563245555829']
['59492.012872742016 1.6974622037708502 0.0004286616084558445 0.18688949873584376 0.00013033897074693604 3.7180484419720076e-05 2.593011433985602e-08 0.10512534303891212 7.331567104515152e-05 1.5923368607319381 0.0004348861485317193']
['59492.01290822222 1.6970546530964459 0.0004286059634516628 0.18704651452599774 0.00013033919131488176 3.7211721718653184e-05 2.593015822045458e-08 0.10521366442087374 7.331579511462098e-05 1.5918409886755722 0.00043483132099656434']
['59492.01294370243 1.6971707602611412 0.0004286494863255174 0.18698961044479062 0.0001303355182371365 3.720040101139541e-05 2.5929427484855182e-08 0.10518165587519472 7.331372900838928e-05 1.5919891043859464 0.00043487387250586287']
['59492.01297918264 1.6976488931461802 0.00042863736683736045 0.1869939904511016 0.0001303372007897198 3.720127238596437e-05 2.5929762218055988e-08 0.10518411962874465 7.331467544421739e-05 1.5924647735174355 0.0004348620860511489']
['59492.01301466285 1.697299148338483 0.00042862933382900007 0.1868959650573534 0.0001303366046290183 3.7181770853509925e-05 2.5929643615652835e-08 0.10512898034476129 7.331434010382279e-05 1.5921701679937217 0.0004348541114943624']
['59492.013050143054 1.6979004559928477 0.0004286626888654085 0.18703847445938931 0.00013034347440034021 3.721012219822378e-05 2.5931010313232578e-08 0.10520914188340648 7.331820435019137e-05 1.5926913141094412 0.0004348876405630062']
['59492.013085623264 1.6970872569899034 0.0004286133749719196 0.186787085702907 0.00013033598884211236 3.7160109994183924e-05 2.5929521108740373e-08 0.10506773570788518 7.33139937236882e-05 1.5920195212820183 0.00043483832269078626']
['59492.013121103475 1.697031979088917 0.00042862395347517484 0.1871084492067365 0.0001303344107241398 3.722404323188867e-05 2.592920715214523e-08 0.10524850267878928 7.331310603232864e-05 1.5917834764101277 0.0004348486000998466']
['59492.01315658368 1.6973385363277111 0.0004286513926058279 0.18725028061346155 0.0001305238516453971 3.725225969372113e-05 2.5966895225947703e-08 0.10532828284507212 7.341966655053586e-05 1.592010253482639 0.0004348936235670828']
['59492.01319206389 1.6976309835777412 0.00042865468132268473 0.1872158298459133 0.00013041790636068027 3.7245405931285364e-05 2.5945818081247752e-08 0.10530890428832622 7.336007232788264e-05 1.592322079289415 0.0004348868082982106']
['59492.0132275441 1.6979516775386745 0.00042867642972899334 0.1871041104157964 0.0001303988606909426 3.722318005685722e-05 2.5942029065643698e-08 0.10524606210888547 7.334935913865521e-05 1.592705615429789 0.00043490643808898483']
['59492.0132630243 1.697635868427459 0.00042866343826015774 0.1869124595585827 0.00013033221717328536 3.7185052330265525e-05 2.592877075906847e-08 0.10513825850170277 7.331187215997302e-05 1.5924976099257564 0.0004348873117264061']
['59492.01329850451 1.6974646378080864 0.0004286337631387138 0.18725724032841864 0.00013033851130038612 3.725364428501855e-05 2.5930022935869136e-08 0.10533219768473549 7.331541260646718e-05 1.592132440123351 0.0004348586582190948']
['59492.01333398472 1.6975923061394078 0.00042866267402881715 0.18668841257958252 0.00013033294178156155 3.7140479600024666e-05 2.592891491530467e-08 0.10501223207601516 7.331227975212837e-05 1.5925800740633926 0.00043488662714320184']
['59492.013369464934 1.6977060911404966 0.0004286872826174654 0.1866842375882921 0.00013032521533659267 3.713964901189812e-05 2.5927377787918014e-08 0.1050098836434143 7.330793362683338e-05 1.5926962074970823 0.000434910150962912']
['59492.01340494514 1.6972896451158732 0.00042864316671572313 0.18693667497814587 0.0001303429617318606 3.718986983491868e-05 2.5930908321079207e-08 0.10515187967520705 7.331791597417158e-05 1.592137765440666 0.00043486834924477875']
['59492.01344042535 1.6973526842052076 0.00042863643369541116 0.18711747590503047 0.00013033575904114185 3.7225839036455273e-05 2.5929475391289893e-08 0.10525358019657963 7.331386446064229e-05 1.5920991040086279 0.00043486102954078793']
['59492.01347590556 1.6979142148131032 0.00042869009897472226 0.1872325738082122 0.00013033905598883804 3.7248737036743885e-05 2.5930131298193598e-08 0.10531832276711936 7.33157189937214e-05 1.592595892045984 0.00043491423937429724']
['59492.01351138576 1.6970362956796992 0.00042864716076112565 0.18672144603480972 0.00013032610012486947 3.714705139713318e-05 2.5927553810952817e-08 0.10503081339458045 7.330843132023907e-05 1.5920054822851186 0.0004348706871372322']
['59492.01354686597 1.6980183449338178 0.00042867513029423774 0.18739635871780103 0.0001303489062554549 3.7281321009200034e-05 2.5932090946472156e-08 0.10541045177876307 7.332125976869338e-05 1.5926078931550547 0.0004349004190235391']
['59492.01358234618 1.697765189453722 0.0004286679964534151 0.18713352963553745 0.00013034626192224546 3.722903282466184e-05 2.5931564873095327e-08 0.1052626104199898 7.331977233126308e-05 1.5925025790337322 0.00043489313652677177']
['59492.013617826386 1.6976134592908787 0.00042882759390398367 0.18706783300371455 0.0001303803476250746 3.7215962895037964e-05 2.5938346008212846e-08 0.10522565606458943 7.333894553910445e-05 1.5923878032262893 0.00043505368200518385']
['59492.013653306596 1.6974542438050588 0.00042874130394873674 0.18723304159714943 0.0001303727611724541 3.7248830100395986e-05 2.5936836731418995e-08 0.10531858589839654 7.333467815950544e-05 1.5921356579066623 0.0004349679077040297']
['59492.01368878681 1.6972471333241286 0.0004287265167789766 0.18723959953382407 0.00013038150688299182 3.72501347604438e-05 2.5938576635247654e-08 0.10532227473777603 7.333959762168289e-05 1.5919248585863526 0.00043495416168688907']
['59492.01372426702 1.6979551043182115 0.0004287772290587948 0.18718161732939148 0.00013037747346404828 3.723859956738529e-05 2.5937774212044624e-08 0.1052896597477827 7.333732882352716e-05 1.5926654445704287 0.0004350037654530227']
['59492.01375974722 1.6970394756107212 0.0004287275226079196 0.18738034386890257 0.00013038022689865103 3.727813495624371e-05 2.5938321990454005e-08 0.10540144342625768 7.33388776304912e-05 1.5916380321844636 0.0004349550317143422']
['59492.01379522743 1.6972123682268438 0.0004287249249087196 0.1869593894156291 0.00013037407370598193 3.719438872867493e-05 2.5937097851667654e-08 0.10516465654629135 7.333541645961483e-05 1.5920477116805525 0.00043495188762125454']
['59492.01383070764 1.6978796870789088 0.00042880051802671236 0.18704536680069286 0.00013037970624196 3.72114933859587e-05 2.593821840909647e-08 0.10521301882538973 7.33385847611025e-05 1.592666668253519 0.00043502693281535835']
['59492.013866187845 1.6976024372963034 0.0004287559056224397 0.18716060379819136 0.00013038022463681382 3.723441905818239e-05 2.5938321540475792e-08 0.10527783963648263 7.333887635820777e-05 1.5923245976598208 0.00043498300816423037']
['59492.013901668055 1.6983275736640584 0.00042881957429425596 0.18763535321915414 0.00013038899583590503 3.7328867454527696e-05 2.5940066515091052e-08 0.10554488618577419 7.334381015769658e-05 1.5927826874782842 0.00043504659725867884']
['59492.013937148266 1.6979259015414183 0.0004287879517337096 0.1871968182209397 0.00013038163941923522 3.7241623688671914e-05 2.59386030024955e-08 0.10529821024927856 7.333967217331981e-05 1.5926276912921398 0.000435014729712087']
['59492.01397262847 1.6969678753438733 0.000428725026376442 0.1871379497375693 0.00013037550633250434 3.7229912176021016e-05 2.593738286365846e-08 0.10526509672738273 7.333622231203368e-05 1.5917027786164906 0.00043495212350841666']
['59492.01400810868 1.698289047043641 0.0004288059005932864 0.1873137854641163 0.000130382008778001 3.726489358233615e-05 2.5938676484087182e-08 0.10536400432356541 7.333987993762556e-05 1.5929250427200756 0.00043503245668902077']
['59492.01404358889 1.6983256674625355 0.00042880068217583515 0.18687421415584377 0.00013037456001294023 3.717744364914497e-05 2.5937194599362993e-08 0.1051167454626621 7.333569000727887e-05 1.5932089219998735 0.0004350266066153946']
['59492.0140790691 1.6980107511515292 0.000428803355507437 0.1868599894388952 0.00013036676683763005 3.7174613731624414e-05 2.593564419639675e-08 0.10510874405937855 7.33313063461669e-05 1.5929020070921507 0.000435028502726974']
['59492.0141145493 1.69779465184439 0.00042877504258920126 0.18696422621651354 0.0001303740674870605 3.7195350979636825e-05 2.5937096614452546e-08 0.10516737724678887 7.333541296147153e-05 1.5926272745976011 0.00043500128728729174']
['59492.014150029514 1.697461135001648 0.00042872876181101875 0.18728217278839404 0.00013037989071410105 3.7258604440329204e-05 2.5938255108662858e-08 0.10534622219347164 7.333868852668184e-05 1.5921149128081764 0.0004349562212899396']
['59492.014185509724 1.6970659840456477 0.00042870054114136323 0.18713322421635326 0.00013036997542600765 3.722897206344574e-05 2.593628252477255e-08 0.10526243862169869 7.33331111771293e-05 1.591803545423949 0.00043492746426250766']
['59492.01422098993 1.6977813269437925 0.00042877705972916094 0.1871046048973622 0.00013037513808121604 3.722327843083905e-05 2.593730960239242e-08 0.10524634025476623 7.333601517068402e-05 1.5925349866890262 0.0004350033770801087']
['59492.01425647014 1.6973962947734498 0.00042875323452417675 0.18693623575438836 0.0001304128937940025 3.7189782454128514e-05 2.5944820862792327e-08 0.10515163261184345 7.335725275912641e-05 1.5922446621616064 0.0004349834739933347']
['59492.01429195035 1.6973406123548536 0.00042874996022293407 0.18704539121744643 0.00013039114509433622 3.721149824351748e-05 2.5940494096470185e-08 0.10521303255981361 7.334501911556412e-05 1.59212757979504 0.0004349781836141096']
['59492.01432743055 1.698150691126187 0.0004288295399170042 0.18709365447701395 0.00013037835878564608 3.7221099913929853e-05 2.5937950341180266e-08 0.10524018064332033 7.333782681692591e-05 1.5929105104828667 0.00043505541158300623']
['59492.01436291076 1.6974662306366501 0.00042877726503859207 0.1870488411300565 0.00013037597874919848 3.721218458182389e-05 2.593747684797355e-08 0.10521497313565677 7.333648804642415e-05 1.5922512575009933 0.00043500365917191816']
['59492.01439839097 1.6969591562951722 0.00042873754482051845 0.18652381077551208 0.00013035935808772286 3.71077331115751e-05 2.5934170272434423e-08 0.10491964356122553 7.332713892434411e-05 1.5920395127339466 0.00043496293134192036']
['59492.01443387118 1.6973281473005755 0.0004287676506895607 0.1870133552083436 0.00013037238709913117 3.720512488201042e-05 2.5936762311895964e-08 0.10519501230469328 7.333446774326128e-05 1.5921331349958823 0.000434993841838057']
['59492.01446935139 1.697945918237934 0.000428777696993114 0.18697259540360067 0.00013037798948500426 3.719701597650505e-05 2.5937876871151976e-08 0.10517208491452538 7.333761908531489e-05 1.5927738333234085 0.00043500427562475914']
['59492.0145048316 1.6979152231127042 0.0004287846194907117 0.1870738251801916 0.00013037205963812193 3.721715500067072e-05 2.59366971655981e-08 0.10522902666385778 7.333428354644358e-05 1.5926861964488463 0.0004350105367172899']
['59492.01454031181 1.6972801731868852 0.00042874159612458086 0.18724820358260902 0.00013038299482552373 3.725184648156221e-05 2.5938872652008892e-08 0.10532711451521756 7.33404345893571e-05 1.5919530586716677 0.0004349691662557347']
['59492.01457579201 1.6977695546443474 0.00042876140024460384 0.18698401478594634 0.00013042862292039797 3.719928779043926e-05 2.5947950073062768e-08 0.10517850831709481 7.336610039272385e-05 1.5925910463272526 0.0004349930149169623']
['59492.01461127222 1.6981678060014005 0.00042879310117118884 0.1869301975814219 0.00013037771039375442 3.7188581197784944e-05 2.5937821347711994e-08 0.10514823613954982 7.333746209648685e-05 1.5930195698618506 0.00043501943285186587']
['59492.01464675243 1.6980984774692398 0.00042880362387098196 0.1871966598264128 0.00013037783360592925 3.724159217708202e-05 2.5937845859995338e-08 0.10529812115235718 7.33375314033352e-05 1.5928003563168827 0.0004350298166301038']
['59492.01468223264 1.697401326135237 0.00042874084556417786 0.1871330455304031 0.00013038027925206346 3.7228936515005455e-05 2.5938332405834476e-08 0.10526233811085174 7.333890707928569e-05 1.5921389880243852 0.0004349681688890238']
['59492.014717712846 1.6968544651443496 0.0004287215153041312 0.18676884364449914 0.00013036620026357954 3.71564808519742e-05 2.593553148007079e-08 0.10505747455003077 7.333098764826348e-05 1.5917969905943188 0.00043494778012324674']
['59492.014753193056 1.6977854591679165 0.00042878468319600344 0.18703552172431032 0.00013037705077428984 3.7209534770244454e-05 2.593769012058906e-08 0.10520748096992455 7.333709106053804e-05 1.5925779781979919 0.00043501107281162247']
['59492.01478867327 1.6981655025246303 0.00042881111318114693 0.18703732823324665 0.00013037459923735377 3.720989416377815e-05 2.5937202402812124e-08 0.10520849713120124 7.333571207101149e-05 1.592957005393429 0.00043503689205930194']
['59492.01482415347 1.69724951036038 0.0004287393951807399 0.18660039807389248 0.00013036051594822245 3.712296967046922e-05 2.5934400621461824e-08 0.10496272391656453 7.332779022087513e-05 1.5922867864438155 0.00043496486501627153']
['59492.01485963368 1.6968584646587617 0.0004286957388871227 0.187048424393561 0.0001303689738179389 3.721210167473236e-05 2.593608326117857e-08 0.10521473872137807 7.333254777259061e-05 1.5916437259373837 0.0004349226357673228']
['59492.01489511389 1.6976491456900242 0.0004287394448169138 0.1872295229812183 0.0001303781326918952 3.7248130093998135e-05 2.5937905361257702e-08 0.10531660667693529 7.333769963919106e-05 1.592332539013089 0.0004349665846134432']
['59492.014930594094 1.6974476078125638 0.0004287482084167933 0.18725955631975857 0.00013038067876865552 3.7254105036855935e-05 2.593841188713507e-08 0.1053335004298642 7.333913180736873e-05 1.5921141073826997 0.00043497546422168306']
['59492.014966074305 1.697740522527476 0.0004287711887263314 0.1871430259890912 0.00013037922895477682 3.7230922064173625e-05 2.5938123455828372e-08 0.10526795211886379 7.333831628706195e-05 1.5924725704086122 0.000434997978061522']
['59492.015001554515 1.6972769716128662 0.0004287262782568888 0.18713515410350104 0.00013037547763952877 3.722935600229471e-05 2.5937377155372342e-08 0.10526352418321933 7.333620617223493e-05 1.5920134474296468 0.0004349533547447816']
['59492.015037034726 1.6976213113867495 0.00042876728900420624 0.18707234008905926 0.00013037828439503994 3.72168595511774e-05 2.593793554163941e-08 0.10522819130009584 7.333778497220996e-05 1.5923931200866537 0.00043499404458526394']
['59492.01507251493 1.6967626306876347 0.0004287308012048815 0.18685694477379194 0.0001303719227598728 3.7174008014747855e-05 2.5936669934535662e-08 0.10510703143525796 7.333420655242844e-05 1.5916555992523767 0.0004349574757978691']
['59492.01510799514 1.6975873537079171 0.0004287523387150708 0.18707386308522828 0.00013037715893729926 3.7217162541638155e-05 2.593771163893607e-08 0.10522904798544089 7.333715190223083e-05 1.5923583057224762 0.00043497920157494163']
['59492.01514347535 1.6977642540623936 0.0004287778946606605 0.18699519768791445 0.00013037002663022465 3.720151255809718e-05 2.5936292711527854e-08 0.10518479869945188 7.333313997950136e-05 1.5925794553629418 0.0004350037153506641']
['59492.01517895555 1.6973331662067803 0.00042872802746143674 0.18702705577336948 0.00013038227561660212 3.720785052281919e-05 2.5938729569940152e-08 0.10520271887252032 7.334003003433868e-05 1.59213044733426 0.0004349557236505943']
['59492.01521443576 1.6973679533131252 0.0004287347792414238 0.18702383920820392 0.0001303712991720252 3.720721060751185e-05 2.5936545875675168e-08 0.1052009095546147 7.333385578426418e-05 1.5921670437585105 0.00043496133774782747']
['59492.015249915974 1.697526093144777 0.0004287694592376461 0.1867552235966214 0.0001303650023216724 3.715377122954308e-05 2.593529315710072e-08 0.10504981327309952 7.333031380594072e-05 1.5924762798716776 0.00043499492422075593']
['59492.01528539618 1.6974011696489355 0.0004287415223693308 0.1865997463139844 0.00013036023567669655 3.7122840006955366e-05 2.5934344863213377e-08 0.10496235730161621 7.33276325681418e-05 1.5924388123473192 0.0004349669351819972']
['59492.01532087639 1.6965552498587773 0.0004286896873572494 0.18659016790886496 0.00013035236272302588 3.712093444380324e-05 2.5932778588846605e-08 0.10495696944873652 7.332320403170206e-05 1.5915982804100408 0.0004349150955024795']
['59492.0153563566 1.6977697639403675 0.00042877863257847294 0.1873174170960822 0.00013038134972359435 3.726561607255973e-05 2.5938545369378954e-08 0.10536604711654624 7.333950921952183e-05 1.5924037168238212 0.0004350055164804527']
['59492.01539183681 1.6983580962808351 0.0004288170339058971 0.18728021362877692 0.00013042042759259023 3.725821467790749e-05 2.5946319664399193e-08 0.10534512016618702 7.3361490520832e-05 1.593012976114648 0.00043504707430264307']
['59492.01542731701 1.697568592338638 0.0004287725265945367 0.18727998311720961 0.00013038979063458226 3.725816881908827e-05 2.594022463526386e-08 0.1053449905034304 7.334425723195252e-05 1.5922236018352076 0.00043500029842652926']
['59492.01546279722 1.6971315970330614 0.0004287040504227608 0.18691958049297405 0.0001303681459435682 3.718646899515029e-05 2.5935918560805627e-08 0.1051422640272979 7.33320820932571e-05 1.5919893330057635 0.0004349307497901399']
['59492.01549827743 1.6970772694554288 0.000428711031684024 0.18724187897903027 0.00013037542910159598 3.72505882416589e-05 2.593736749905743e-08 0.10532355692570453 7.333617886964774e-05 1.5917537125297243 0.00043493832185584797']
['59492.015533757636 1.6973820570549232 0.0004287523451375838 0.18730018699994047 0.0001303797720147118 3.72621882538461e-05 2.5938231494169683e-08 0.10535635518746651 7.33386217582754e-05 1.5920257018674566 0.0004349794557244987']
['59492.01556923785 1.6972863661923883 0.0004287578706492952 0.18691802196897436 0.00013036188163821407 3.7186158936652196e-05 2.5934672316852945e-08 0.10514138735754808 7.33285584214954e-05 1.59214497883484 0.00043498320556533267']
['59492.01560471806 1.697845642429785 0.00042876170416381856 0.18729587665262065 0.00013037876548017518 3.726133073749311e-05 2.5938031250486063e-08 0.10535393061709912 7.333805558259854e-05 1.5924917118126858 0.0004349885853147162']
['59492.01564019826 1.6977191789982702 0.0004287933171325043 0.18727902860940687 0.00013037942649482467 3.725797892579448e-05 2.5938162755172213e-08 0.10534445359279135 7.333842740333887e-05 1.5923747254054788 0.00043501980845875424']
['59492.01567567847 1.697613704745327 0.00042877151859766193 0.1871338340843386 0.00013038191208511595 3.722909339282636e-05 2.5938657247648913e-08 0.10526278167244045 7.333982554787772e-05 1.5923509230728865 0.0004349985576665034']
['59492.01571115868 1.697060126776404 0.0004287292546758078 0.1868347179435236 0.00013037400629458635 3.716958612736477e-05 2.5937084440596618e-08 0.10509452884323203 7.333537854070482e-05 1.591965597933172 0.00043495614900881924']
['59492.01574663889 1.6977005387278672 0.00042876441191594145 0.18682012346892868 0.00013037174480570187 3.716668264889775e-05 2.593663453167823e-08 0.10508631945127236 7.33341064532073e-05 1.5926142192765949 0.00043499058851303145']
['59492.015782119095 1.6980414476988093 0.00042879764074119753 0.18694178938425363 0.00013037666803104324 3.719088731368496e-05 2.593761397623952e-08 0.10515475652864265 7.333687576746182e-05 1.5928866911701667 0.0004350238086042524']
['59492.015817599306 1.6976099627452252 0.00042874333033524043 0.18693051720252177 0.00013037372268388215 3.718864478438239e-05 2.593702801803976e-08 0.10514841592641848 7.333521900968371e-05 1.5924615468188068 0.00043496999626888217']
['59492.015853079516 1.6975607349245831 0.0004287753236568624 0.18707664764208193 0.0001303714846883569 3.721771651162263e-05 2.593658278297668e-08 0.10523061429867107 7.333396013720074e-05 1.5923301206259122 0.00043500131940771357']
['59492.01588855972 1.6970789937356812 0.00042873307724709 0.18717945917902012 0.00013037183649896482 3.723817021701087e-05 2.5936652773473288e-08 0.10528844578819882 7.333415803066771e-05 1.5917905479474823 0.0004349597110765849']
['59492.01592403993 1.6975706197946598 0.0004287455388232723 0.18690233861480987 0.00013036893095965047 3.7183038832477774e-05 2.5936074734793004e-08 0.10513256547083055 7.333252366480338e-05 1.5924380543238292 0.0004349717187219269']
['59492.01595952014 1.697732818146633 0.0004287620105370895 0.18689255014605033 0.0001303746360628635 3.718109147849229e-05 2.593720972901451e-08 0.1051270594571533 7.333573278536073e-05 1.5926057586894795 0.00043498849569037235']
['59492.01599500035 1.6975421014850633 0.00042876457414670814 0.18708753028458563 0.000130380963998863 3.721988154455809e-05 2.593846863188187e-08 0.10523673578507942 7.333929224936044e-05 1.592305365699984 0.0004349916227134094']
['59492.016030480554 1.697836668903087 0.000428771875867687 0.1870360124783979 0.0001303798266846331 3.7209632402668056e-05 2.5938242370404945e-08 0.10520775701909882 7.333865251010611e-05 1.5926289118839883 0.0004349987120522235']
['59492.016065960765 1.6976869855954306 0.0004287645119380118 0.18734578618917985 0.0001303810566753097 3.7271259924306636e-05 2.5938487069275122e-08 0.10538200473141365 7.333934437986171e-05 1.592304980864017 0.00043499157018442254']
['59492.016101440975 1.6970285905240645 0.0004287691065621199 0.18699256886293375 0.00013037186378914845 3.720098956998442e-05 2.5936658202682814e-08 0.10518331998540022 7.333417338139599e-05 1.5918452705386643 0.0004349952272469333']
['59492.01613692118 1.6970650342999076 0.000428710111020773 0.1873886784590023 0.0001303803015575839 3.727979307025998e-05 2.5938336843376774e-08 0.1054061316331888 7.333891962614094e-05 1.591658902666719 0.0004349378765103967']
['59492.01617240139 1.6979321958384532 0.00042879815777535104 0.1872982509672095 0.0001303766581786987 3.72618030923722e-05 2.5937612016177852e-08 0.10535526616905534 7.3336870225518e-05 1.592576929669398 0.00043502431730422765']
['59492.0162078816 1.6975223010634835 0.0004287465444352632 0.18688265955291214 0.00013036915684313608 3.7179123807507226e-05 2.5936119672884624e-08 0.10512149599851307 7.333265072426403e-05 1.5924008050649703 0.00043497273136074404']
['59492.0162433618 1.6969995742944448 0.00042870973999675646 0.18697791729016078 0.00013037499121598364 3.719807473219581e-05 2.5937280384482786e-08 0.10517507847571543 7.333593255899079e-05 1.5918244958187293 0.0004349370071313585']
['59492.01627884201 1.6977680161447366 0.0004287910960565733 0.18689890998421294 0.00013037133095246132 3.718235672809335e-05 2.5936552198192043e-08 0.10513063686611977 7.333387366075948e-05 1.5926373792786168 0.0004350168514936976']
['59492.01631432222 1.6974437933911015 0.0004287398107128224 0.187206845520723 0.00013038442891466007 3.724361855657989e-05 2.5939157954977495e-08 0.10530385060540669 7.334124126449628e-05 1.5921399427856948 0.0004349675424215971']
['59492.016349802434 1.6985077072339312 0.00042885059019872647 0.1868988735673479 0.00013036535685707383 3.718234948318825e-05 2.5935363689677764e-08 0.1051306163816332 7.333051323210402e-05 1.593377090852298 0.00043507492789711497']
['59492.01638528264 1.6978515920194432 0.0004287794710278949 0.18740893960166785 0.00013039189415167966 3.728382389651987e-05 2.5940643116693773e-08 0.10541752852593816 7.334544046031981e-05 1.592434063493505 0.00043500734293949533']
['59492.01642076285 1.6972885237386097 0.00042873289963057823 0.18745610476691205 0.0001303845222702124 3.7293207108007824e-05 2.5939176527474516e-08 0.10544405893138803 7.334129377699446e-05 1.5918444648072216 0.000434960739146106']
['59492.01645624306 1.697492313036945 0.00042874574563974815 0.18702345073626234 0.00013036477988294758 3.7207133323474654e-05 2.593524890432248e-08 0.10520069103914756 7.333018868415801e-05 1.5922916219977974 0.00043497152892647795']
['59492.01649172326 1.6978225086244731 0.0004287793191156542 0.1870866587224499 0.00013037917878855397 3.7219708152780445e-05 2.5938113475575443e-08 0.10523624553137806 7.333828806856161e-05 1.5925862630930951 0.0004350059873129465']
['59492.01652720347 1.6980871043438648 0.0004287880933833267 0.18721717302920354 0.000130377650350756 3.7245673149110516e-05 2.5937809402537002e-08 0.10530965982892698 7.333742832230025e-05 1.5927774445149379 0.00043501449104626046']
['59492.01656268368 1.6976466269562818 0.0004287536378589735 0.1867793386344627 0.00013036656646825813 3.7158568763887196e-05 2.5935604334176766e-08 0.10506337798188525 7.333119363839519e-05 1.5925832489743965 0.00043497947760524935']
['59492.016598163886 1.6971335185160548 0.00042873227156198717 0.18705490198362548 0.00013037445589113717 3.7213390350329965e-05 2.5937173884988445e-08 0.10521838236578933 7.333563143876465e-05 1.5919151361502655 0.00043495916534454573']
['59492.016633644096 1.6973819236569732 0.0004287557714872778 0.18708874831225103 0.00013037308822968466 3.72201238634628e-05 2.593690179738764e-08 0.10523742092564119 7.333486212919762e-05 1.592144502731332 0.00043498219916125215']
['59492.01666912431 1.6971919834387577 0.0004287478131048512 0.18691823739661545 0.0001303723917580366 3.718620179461964e-05 2.5936763238755748e-08 0.10514150853559619 7.333447036389558e-05 1.5920504749031614 0.00043497428864904816']
['59492.01670460452 1.6975298317013876 0.00042874702016387897 0.18710175117728403 0.00013038333601211362 3.722271070126825e-05 2.5938940528924263e-08 0.10524473503722226 7.33406265068139e-05 1.5922850966641653 0.0004349745449975408']
['59492.01674008472 1.6975787781135947 0.00042876892286335453 0.1868052193573007 0.00013037119642193823 3.716371757010027e-05 2.593652543419486e-08 0.10507793588848165 7.333379798734025e-05 1.592500842225113 0.00043499498289135394']
['59492.01677556493 1.697984459009417 0.00042879509028049954 0.18713375299449572 0.00013037657416324928 3.72290772605147e-05 2.5937595301835264e-08 0.10526273605940382 7.333682296682772e-05 1.5927217229500132 0.00043502128574534097']
['59492.01681104514 1.697283923312266 0.00042874197148397975 0.1871797744200691 0.0001303685236903853 3.7238232932224885e-05 2.5935993711147104e-08 0.10528862311128888 7.333229457584173e-05 1.5919953002009772 0.0004349681638232018']
['59492.016846525345 1.6982054752755977 0.00042879870013750893 0.18743954109343328 0.00013038136109223489 3.728991186987044e-05 2.5938547631098126e-08 0.10543474186505622 7.333951561438212e-05 1.5927707334105414 0.0004350252978737783']
['59492.016882005555 1.6973071835975126 0.0004287502375811495 0.18688744715523983 0.000130369775842675 3.718007627072724e-05 2.593624281893011e-08 0.1051241890248224 7.333299891150467e-05 1.5921829945726902 0.0004349764303445037']
['59492.016917485766 1.6975458692010497 0.0004287515243987692 0.1872128161578117 0.00013038143279622035 3.7244806377087483e-05 2.5938561896152782e-08 0.10530720908876909 7.333955594787394e-05 1.5922386601122807 0.00043497880424326387']
['59492.01695296597 1.6972790741713526 0.0004287494144408678 0.18685406579505265 0.00013036878069447392 3.717343526012609e-05 2.5936044840485974e-08 0.10510541200971711 7.333243914064157e-05 1.5921736621616356 0.00043497552461455']
['59492.01698844618 1.6974530142580937 0.0004287371520958118 0.1873177259012052 0.00013037646008614111 3.7265677507386954e-05 2.593757260691569e-08 0.10536622081942792 7.333675879845437e-05 1.5920867934386658 0.0004349641660853109']
['59492.01702392639 1.6971277612194182 0.00042872447585316434 0.18718287578967321 0.00013043695702288224 3.723884993010344e-05 2.5949608090071027e-08 0.10529036763169117 7.337078832537126e-05 1.591837393587727 0.0004349574103002005']
['59492.0170594066 1.6969224070168285 0.0004286643831538785 0.18741824311003383 0.00013038948537179344 3.728567477070055e-05 2.594016390516163e-08 0.10542276174939402 7.334408552163381e-05 1.5914996452674344 0.0004348936746673834']
['59492.0170948868 1.6985260815835754 0.0004288463786516685 0.18721951809226822 0.00013037513326016913 3.7246139684583774e-05 2.593730864327561e-08 0.10531097892690088 7.333601245884513e-05 1.5932151026566745 0.00043507170352255053']
['59492.017130367014 1.696877258015971 0.00042871139966482074 0.18705690709844314 0.00013036690759221463 3.721378925524834e-05 2.593567219863162e-08 0.10521951024287426 7.333138552062072e-05 1.5916577477730967 0.00043493787637425137']
['59492.017165847225 1.6975786100666286 0.00042879943714418825 0.18705063679742065 0.00013037080513139118 3.721254181849533e-05 2.5936447589413923e-08 0.1052159831985491 7.333357788640753e-05 1.5923626268680795 0.0004350250233501453']
['59492.01720132743 1.6975001900651399 0.0004287470369659828 0.18693961345328589 0.00013036957167605702 3.7190454425973286e-05 2.593620220127203e-08 0.10515353256747331 7.333288406778207e-05 1.5923466574976666 0.0004349732561811227']
['59492.01723680764 1.6976934124339533 0.00042876741664624564 0.18732589005670075 0.00013038184012004948 3.726730171451606e-05 2.593864293065384e-08 0.10537081315689417 7.333978506752783e-05 1.592322599277059 0.00043499450761043683']
['59492.01727228785 1.6983809029221812 0.00042882318536663073 0.18713165348450655 0.00013037448854129585 3.722865957627365e-05 2.5937180380531127e-08 0.10526155508503493 7.333564980447892e-05 1.5931193478371464 0.000435048780989246']
['59492.01730776805 1.6979632942957754 0.0004287882777617845 0.18704135801125008 0.00013037961978936015 3.721069586263916e-05 2.5938201209898207e-08 0.10521076388132818 7.333853613151509e-05 1.5927525304144472 0.0004350148595483041']
['59492.01734324826 1.6976030832636828 0.0004287587401274792 0.1869996487888606 0.00013036991943128585 3.72023980764944e-05 2.59362713849766e-08 0.10518730244373407 7.333307968009829e-05 1.5924157808199488 0.00043498482480549926']
['59492.01737872847 1.697315276973476 0.00042873493993097664 0.18739668537952753 0.00013038526418332296 3.728138599648565e-05 2.593932412639813e-08 0.10541063552598423 7.334171110311915e-05 1.5919046414474918 0.00043496282060096993']
['59492.01741420868 1.697933021602274 0.0004287997513245588 0.18704598406453055 0.0001303755377788073 3.7211616186697403e-05 2.5937389119701658e-08 0.10521336603629844 7.33362400005791e-05 1.5927196555659757 0.00043502578180313174']
['59492.01744968889 1.6975815471213553 0.0004287714298447583 0.18706046893670042 0.00013036984823639513 3.721449786045476e-05 2.593625722120312e-08 0.10522151377689397 7.333303963297225e-05 1.5923600333444614 0.0004349973261445748']
['59492.0174851691 1.6972197205624835 0.00042874957086608517 0.18681390008359067 0.00013036461006286944 3.716544454572362e-05 2.593521511969139e-08 0.10508281879701975 7.333009316036406e-05 1.5921369017654636 0.0004349752832986719']
['59492.01752064931 1.697328334173029 0.0004287438714991579 0.1869351192164293 0.00013037359290459077 3.718956032595934e-05 2.5937002199270092e-08 0.10515100455924148 7.33351460088323e-05 1.5921773296137876 0.00043497051737815883']
['59492.01755612951 1.6975467945300404 0.00042874999321654115 0.18728011585082044 0.00013044018935002565 3.7258195225601115e-05 2.595025114112423e-08 0.1053450651660865 7.337260650938943e-05 1.5922017293639539 0.00043498286870768347']
['59492.01759160972 1.696678009318235 0.00042868041882485253 0.18703364938027758 0.00013037474559781246 3.720916227923448e-05 2.593723152030022e-08 0.10520642777640614 7.33357943987695e-05 1.5914715815418288 0.0004349080825001412']
['59492.01762708993 1.6973461923030273 0.00042874242977466087 0.1872719808476565 0.0001303834550298454 3.72565768181441e-05 2.5938964206749675e-08 0.10534048922680676 7.334069345428804e-05 1.5920057030762205 0.00043497003161762287']
['59492.01766257014 1.6969478214881362 0.00042869042436923454 0.18722343113736606 0.00013037997599738474 3.72469181601711e-05 2.593827207523306e-08 0.1053131800147684 7.33387364985289e-05 1.5916346414733678 0.0004349184408795229']
['59492.017698050346 1.6980632926019288 0.000428804043189373 0.18746065340324305 0.00013038657665162917 3.729411203045333e-05 2.5939585233671362e-08 0.1054466175393242 7.33424493665414e-05 1.5926166750626045 0.00043503105904594603']
['59492.017733530556 1.698153273666759 0.00042877660415337475 0.18759787395500738 0.00013038661978320026 3.732141119183719e-05 2.593959381442479e-08 0.10552380409969164 7.334247362805014e-05 1.5926294695670675 0.0004350040168862594']
['59492.01776901077 1.6972697109300698 0.00042872415809181537 0.18683922459188337 0.00013036159532488933 3.717048269656881e-05 2.593461535662681e-08 0.10509706383293438 7.332839737025024e-05 1.5921726470971356 0.0004349499483761611']
['59492.01780449097 1.6971036771882237 0.0004287335729950789 0.1871175176209809 0.0001303829125821422 3.722584733557992e-05 2.5938856290208005e-08 0.10525360366180174 7.334038832745498e-05 1.591850073526422 0.0004349612501972429']
['59492.01783997118 1.6977267340575393 0.0004287913264295929 0.18699209334693717 0.0001303728036488086 3.7200894969082706e-05 2.593684518182122e-08 0.10518305250765214 7.333470205245483e-05 1.5925436815498872 0.0004350172182182816']
['59492.01787545139 1.69852274386061 0.00042882307135816774 0.1874820511669737 0.00013037922145617902 3.7298368980289384e-05 2.593812196402974e-08 0.10545865378142269 7.33383120691007e-05 1.5930640900791875 0.0004350491173950328']
['59492.017910931594 1.69720586965967 0.0004287170454311778 0.1871095555619322 0.00013037267633428078 3.7224263334261435e-05 2.5936819853400684e-08 0.10524912500358685 7.333463043803294e-05 1.5919567446560832 0.00043494398842232714']
['59492.017946411805 1.6979296522316836 0.00042880047408685133 0.1869388007196203 0.00013037703128874976 3.7190292737747916e-05 2.5937686244064033e-08 0.10515307540478641 7.333708009992174e-05 1.592776576826897 0.0004350266358450834']
['59492.017981892015 1.6971128148605272 0.0004287734472866333 0.18700887589714388 0.0001303732691273891 3.720423375136156e-05 2.5936937785842462e-08 0.10519249269214341 7.333496388415637e-05 1.5919203221683838 0.0004349996391101421']
['59492.018017372226 1.697426961382964 0.00042877185369967556 0.18689682056539908 0.00013037492168253785 3.718194105142783e-05 2.593726655124328e-08 0.10512946156803699 7.333589344642753e-05 1.592297499814927 0.0004349982250453923']
['59492.01805285243 1.6963149215263122 0.0004286631662007028 0.18706677496463564 0.00013037539495020523 3.721575240485122e-05 2.5937360704854114e-08 0.10522506091760754 7.333615965949044e-05 1.5910898606087047 0.0004348911385287284']
['59492.01808833264 1.6973308004046186 0.0004287129123562642 0.1873882182158064 0.0001303887534059931 3.7279701507785414e-05 2.5940018285192508e-08 0.10540587274639109 7.334367379087111e-05 1.5919249276582275 0.00043494143939860636']
['59492.01812381285 1.6975577758926286 0.00042875593911047565 0.18727061323694544 0.00013038142429724678 3.725630474063799e-05 2.5938560205335712e-08 0.1053397199457818 7.33395511672013e-05 1.5922180559468468 0.0004349831549473065']
['59492.01815929305 1.6979211018699065 0.00042878038012137375 0.18703988887547413 0.00013036742069560318 3.721040358736314e-05 2.593577427730738e-08 0.10520993749245419 7.333167414127678e-05 1.5927111643774523 0.00043500591813145734']
['59492.01819477326 1.6970525632124893 0.00042871467740695357 0.1869249944132078 0.0001303995070200251 3.7187546060358675e-05 2.5942157648729126e-08 0.10514530935742938 7.334972269876412e-05 1.59190725385506 0.000434944199230354']
['59492.018230253474 1.6971573695887667 0.00042889471155073595 0.18701069051240612 0.00013037283155926515 3.720459475759756e-05 2.5936850734430125e-08 0.10519351341322844 7.333471775208663e-05 1.5919638561755383 0.00043511912670436264']
['59492.01826573368 1.6973946386661667 0.00042874853600399955 0.18705655713213018 0.00013037168658792784 3.721371963166256e-05 2.5936622949620087e-08 0.10521931338682322 7.333407370570941e-05 1.5921753252793436 0.00043497493432593024']
['59492.01830121389 1.6981095773038724 0.0004287785812554923 0.18707254014731767 0.00013037559727853797 3.721689935150331e-05 2.593740095679697e-08 0.10522830383286617 7.33362734691776e-05 1.5928812734710063 0.0004350049203742629']
['59492.0183366941 1.697584196807468 0.0004287717757665922 0.18684766693240618 0.00013036786184078095 3.717216224685065e-05 2.5935862040351955e-08 0.10510181264947847 7.333192228543927e-05 1.5924823841579896 0.0004349974787514458']
['59492.01837217431 1.6979690440835133 0.00042885020257051417 0.18689699056180958 0.00013037239782392058 3.718197487113913e-05 2.5936764445525023e-08 0.1051295571910179 7.333447377595532e-05 1.5928394868924955 0.0004350752133697889']
['59492.01840765451 1.697469645246714 0.0004287479711875621 0.18699467011981216 0.00013037493881699585 3.7201407601758056e-05 2.5937269960035387e-08 0.10518450194239433 7.333590308456015e-05 1.5922851433043197 0.0004349746860205529']
['59492.01844313472 1.6972013337332523 0.0004287513728621879 0.18693491486855562 0.0001303802902844662 3.7189519672241585e-05 2.5938334600661266e-08 0.10515088961356253 7.333891328501224e-05 1.5920504441196899 0.00043497854652044325']
['59492.01847861493 1.6978647052766453 0.00042877597104193523 0.187233495945794 0.0001303776021697642 3.7248920490186826e-05 2.5937799817233242e-08 0.10531884146950912 7.333740122049237e-05 1.5925458638071361 0.00043500253764860953']
['59492.018514095136 1.6978976552269844 0.0004287914678355707 0.18707858312777403 0.0001303699613633197 3.721810156426661e-05 2.5936279727089678e-08 0.10523170300937289 7.333310326686733e-05 1.5926659522176116 0.0004350170880819882']
['59492.01854957535 1.6970709087297124 0.00042874101111769005 0.1871510782736159 0.0001303795807793002 3.7232524015280236e-05 2.5938193449093364e-08 0.10527248152890895 7.333851418835634e-05 1.5917984272008034 0.0004349682658281808']
['59492.01858505556 1.6972556142828443 0.00042874975335129587 0.18695740621850626 0.0001303736575088536 3.7193994184143404e-05 2.593701505187981e-08 0.10516354099790977 7.333518234873014e-05 1.5920920732849346 0.0004349763211588862']
['59492.01862053576 1.6970171461616403 0.00042874745393144733 0.18683514805240078 0.0001303784418171792 3.7169671694807105e-05 2.593796685977893e-08 0.10509477077947543 7.33378735221633e-05 1.591922375382165 0.00043497450838578044']
['59492.01865601597 1.697280374032502 0.00042872356657178606 0.1871249796449201 0.00013037564253898888 3.7227331858074164e-05 2.593740996107758e-08 0.10525780105026755 7.333629892818124e-05 1.5920225729822344 0.00043495069752158837']
['59492.01869149618 1.6970391010882588 0.00042869830298676305 0.18687962175042602 0.0001303711611159807 3.7178519455904976e-05 2.593651841029778e-08 0.10511978723461464 7.333377812773913e-05 1.5919193138536443 0.00043492537060766984']
['59492.01872697639 1.6971895011089493 0.00042872115398516584 0.18671243748219063 0.00013036284764354872 3.714525920253389e-05 2.5934864497508024e-08 0.10502574608373222 7.332910179949615e-05 1.592163755025217 0.00043494710603140374']
['59492.018762456595 1.6984350720961245 0.00042882303577406687 0.18712500187280615 0.0001303741266113047 3.722733628017159e-05 2.5937108376847192e-08 0.10525781355345346 7.333544621885888e-05 1.5931772585426711 0.0004350485992192203']
['59492.018797936806 1.6974373734231167 0.0004287614370706841 0.18728931691492837 0.00013037671839457722 3.726002571914422e-05 2.5937623995746253e-08 0.1053502407646472 7.333690409694968e-05 1.5920871326584696 0.00043498812790861705']
['59492.018833417016 1.6978712953410937 0.00042878661368973473 0.1869065005329798 0.00013037255553016898 3.718386681978963e-05 2.593679582018626e-08 0.10513490654980114 7.333456248572004e-05 1.5927363887912926 0.0004350125493988441']
['59492.01886889722 1.69727125213936 0.0004287080050934686 0.18707280593104697 0.0001303881021702009 3.72169522274962e-05 2.5939888725948198e-08 0.1052284533362139 7.3343307470738e-05 1.592042798803146 0.00043493654063779085']
['59492.01890437743 1.6974930141364184 0.0004287689774031021 0.18681197061112204 0.00013036240176190247 3.716506068937244e-05 2.593477579217298e-08 0.10508173346875614 7.332885099107013e-05 1.5924112806676622 0.0004349942026866248']
['59492.01893985764 1.6975929101453202 0.0004287547785393563 0.1869496606417962 0.00013037252600452557 3.719245325061777e-05 2.593678994624614e-08 0.10515918411101034 7.333454587754563e-05 1.5924337260343098 0.00043498116710887413']
['59492.01897533784 1.6978541308664572 0.0004287572342600168 0.18683184075889242 0.00013037206639902334 3.716901372966947e-05 2.59366985106367e-08 0.10509291042687699 7.333428734945063e-05 1.5927612204395802 0.0004349835440925906']
['59492.019010818054 1.6976169556695209 0.0004287658932288076 0.18692246573963944 0.00013036142768619387 3.718704299673634e-05 2.5934582005968018e-08 0.10514388697854718 7.332830307348405e-05 1.5924730686909736 0.00043499107028528066']
['59492.019046298265 1.6972888297355517 0.00042873660228779286 0.18696367333046143 0.00013037022472483733 3.7195240986451625e-05 2.5936332121198865e-08 0.10516706624838455 7.3333251407721e-05 1.5921217634871672 0.00043496303280084517']
['59492.019081778475 1.6973465093411941 0.00042875454019354424 0.18702923610843109 0.00013036964649637632 3.720828428669751e-05 2.5936217086301604e-08 0.10520394531099249 7.333292615421167e-05 1.5921425640302016 0.0004349806591044211']
['59492.01911725868 1.6978031067103374 0.0004287769834093286 0.18721935270667875 0.00013037706125026516 3.7246106782166174e-05 2.593769220471813e-08 0.1053108858975068 7.333709695327415e-05 1.5924922208128307 0.000435003484228733']
['59492.01915273889 1.6976369116344892 0.00042877932241203013 0.1872533842137823 0.00013037659980658127 3.7252877135386664e-05 2.5937600403414068e-08 0.10533002862025252 7.333683739120196e-05 1.5923068830142366 0.00043500574599269755']
['59492.0191882191 1.6976403332359966 0.00042875446528695534 0.18689335822861797 0.00013036810115980765 3.7181252241411123e-05 2.593590965135955e-08 0.10512751400359759 7.33320569023918e-05 1.592512819232399 0.0004349804387245921']
['59492.0192236993 1.697339400444769 0.0004287133899298059 0.1870577540313571 0.00013042383818259352 3.7213957747197994e-05 2.5946998179721545e-08 0.10521998664263836 7.336340897770884e-05 1.5921194138021306 0.00043494523848633675']
['59492.01925917951 1.6971632246141135 0.0004287258876173374 0.18695467393507836 0.00013037539010546978 3.719345061362656e-05 2.593735974102462e-08 0.10516200408848159 7.333615693432674e-05 1.592001220525632 0.00043495296139602275']
['59492.01929465972 1.697836831453332 0.00042876950235480756 0.1871497283124423 0.00013038700746455692 3.723225544903803e-05 2.593967094118011e-08 0.10527172217574879 7.334269169881326e-05 1.5925651092775832 0.0004349970535247526']
['59492.019330139934 1.6978158125054321 0.00042880037002363913 0.18718512887471184 0.0001303711329201994 3.723929816712982e-05 2.5936512800925323e-08 0.1052916349920254 7.333376226761216e-05 1.5925241775134067 0.0004350259739610182']
['59492.01936562014 1.6977472203067885 0.00042875896243592675 0.18748132427035621 0.00013037969722882916 3.729822436880215e-05 2.5938216615991062e-08 0.10545824490207537 7.33385796912164e-05 1.5922889754047131 0.0004349859711993679']
['59492.01940110035 1.69732806129574 0.0004287270009536033 0.18739026104421516 0.00013038382556203898 3.728010791558434e-05 2.5939037921787403e-08 0.10540702183737101 7.334090187864692e-05 1.591921039458369 0.000434954858847495']
['59492.01943658056 1.6974566723079247 0.0004287464960605037 0.1871032180180918 0.00013037410452446934 3.7223002519974856e-05 2.5937103982810915e-08 0.10524556013517662 7.3335433795014e-05 1.592211112172748 0.0004349731528888448']
['59492.01947206076 1.6984326828027614 0.00042881766200997213 0.18723204380254188 0.00013037279626104843 3.724863159546601e-05 2.5936843712073036e-08 0.10531802463892981 7.333469789683974e-05 1.5931146581638316 0.0004350431762104992']
['59492.01950754097 1.6977067763283968 0.00042876561097014845 0.1869882781365183 0.00013036852813941142 3.720013595708633e-05 2.5935994596252726e-08 0.10518090645179153 7.333229707841892e-05 1.5925258698766054 0.00043499146537076126']
['59492.01954302118 1.6975136548849825 0.00042876422142463464 0.187275899177695 0.000130380440237908 3.725735634513697e-05 2.5938364432950638e-08 0.10534269328745344 7.333899763382326e-05 1.592170961597529 0.0004349912253687505']
['59492.019578501386 1.6968897201115745 0.00042866713250614173 0.18701961666673686 0.00013037657503303697 3.720637055957823e-05 2.5937595474874027e-08 0.10519853437503947 7.33368234560833e-05 1.591691185736535 0.00043489515997038506']
['59492.019613981596 1.6972353072533146 0.00042872925372042654 0.1870339241584881 0.0001303749290945882 3.7209216944622554e-05 2.5937268025823843e-08 0.10520658233914955 7.333589761570586e-05 1.5920287249141651 0.00043495623558557607']
['59492.01964946181 1.6980516273128816 0.0004287852219466647 0.18688790469764466 0.00013036871407531064 3.7180167295896496e-05 2.593603158702455e-08 0.10512444639242512 7.333240166736223e-05 1.5929271809204566 0.0004350108133071566']
['59492.01968494202 1.697092223985536 0.0004287097257429925 0.18698249299406455 0.0001303731009150952 3.7198985039563824e-05 2.593690432106988e-08 0.10517765230916129 7.333486926474104e-05 1.5919145716763747 0.0004349368137979453']
['59492.01972042222 1.6974599096902174 0.00042875520102569637 0.18723524505087402 0.0001303798297791845 3.724926846358617e-05 2.5938242986046388e-08 0.10531982534111664 7.333865425079127e-05 1.5921400843491007 0.00043498227620663167']
['59492.01975590243 1.697858018957662 0.0004287890781464303 0.18701058348891997 0.00013037350413110734 3.72045734659515e-05 2.5936984538346713e-08 0.10519345321251748 7.333509607374788e-05 1.5926645657451446 0.0004350150685364949']
['59492.01979138264 1.6972057415019637 0.0004287272671222333 0.1868994238456106 0.0001303658991153787 3.718245895757022e-05 2.5935471568539835e-08 0.10513092591315594 7.333081825240052e-05 1.5920748155888078 0.00043495342104605335']
['59492.019826862845 1.697501962640288 0.0004287316088043494 0.18711066256363051 0.00013037615839334185 3.722448356525181e-05 2.5937512587040317e-08 0.10524974769204216 7.333658909625479e-05 1.5922522149482459 0.00043495867354064637']
['59492.019862343055 1.6969180175390177 0.0004286702628351773 0.1873084643798796 0.00013037777568080175 3.726383498626255e-05 2.5937834336157374e-08 0.10536101121368227 7.333749882045099e-05 1.5915570063253355 0.00043489835935816044']
['59492.019897823266 1.6980973830681307 0.00042877047605384915 0.1870179271600802 0.00013037347083923886 3.720603444290849e-05 2.593697791513992e-08 0.1051975840275451 7.333507734707185e-05 1.5928997990405855 0.0004349967295336201']
['59492.01993330347 1.6976639147143133 0.00042876544263262083 0.18732543550468916 0.00013037593889505847 3.726721128426664e-05 2.593746891924432e-08 0.10537055747138764 7.333646562847038e-05 1.5922933572429256 0.0004349920022101821']
['59492.01996878368 1.6973127846279734 0.0004287360577306148 0.18716305311353293 0.0001303688690312584 3.7234906333987146e-05 2.5936062414530858e-08 0.10527921737636227 7.333248883008284e-05 1.592033567251611 0.00043496236747148976']
['59492.02000426389 1.697430611009381 0.0004287507765625147 0.18704517800986326 0.00013043285927741047 3.721145582721652e-05 2.594879286951182e-08 0.10521291263054806 7.336848334354339e-05 1.592217698378833 0.0004349829453565866']
['59492.0200397441 1.6981315520207296 0.0004288136905402374 0.18704774890855946 0.00013037819265352262 3.7211967291261134e-05 2.593791729024445e-08 0.10521435876106469 7.333773336760648e-05 1.5929171932596649 0.00043503977327393487']
['59492.0200752243 1.6978453685866324 0.0004287587222869115 0.18689839451194795 0.0001303591863253608 3.71822541781446e-05 2.5934136101398224e-08 0.10513034691297073 7.332704230801545e-05 1.5927150216736616 0.0004349837894344413']
['59492.020110704514 1.6973142332869726 0.0004287305659160295 0.186793786844497 0.00013036915701612517 3.716144314394443e-05 2.593611970729971e-08 0.10507150510002955 7.33326508215704e-05 1.5922427281869431 0.0004349569815823138']
['59492.020146184725 1.6973901647298337 0.000428736394311428 0.18711272649446653 0.00013037369933500923 3.722489417124525e-05 2.5937023372929085e-08 0.10525090865313742 7.333520587594269e-05 1.5921392560766963 0.00043496315732258423']
['59492.02018166493 1.696935475535259 0.0004286991494868602 0.1872495475840264 0.00013036891138356674 3.7252113862148587e-05 2.5936070840254888e-08 0.10532787051601485 7.333251265325628e-05 1.5916076050192443 0.000434925991615582']
['59492.02021714514 1.6972595318366142 0.00042874378634419775 0.1871255314004506 0.00013037134975589696 3.7227441626349234e-05 2.5936555939016705e-08 0.10525811141275344 7.333388423769204e-05 1.5920014204238606 0.0004349702207118854']
['59492.02025262535 1.6973188630644056 0.00042873235474185056 0.18713835224419584 0.00013040719423189614 3.722999225217006e-05 2.5943686970938965e-08 0.10526532313736015 7.335404675544158e-05 1.5920535399270455 0.00043496235259835015']
['59492.02028810555 1.6967133046617828 0.0004286835200706151 0.18688234931965347 0.00013036802352331587 3.717906208856144e-05 2.5935894206070262e-08 0.10512132149230508 7.333201323186517e-05 1.5915919831694778 0.00043491050176418125']
['59492.02032358576 1.6975934846688836 0.00042877771685711965 0.18716553706194589 0.00013036816334954904 3.7235400499822534e-05 2.593592202361549e-08 0.10528061459734456 7.333209188412133e-05 1.592312870071539 0.0004350033634045897']
['59492.02035906597 1.697716914043677 0.0004287907296272787 0.18714945415418277 0.00013038248495700935 3.7232200906985295e-05 2.5938771216890904e-08 0.1052715679617278 7.334014778831776e-05 1.5924453460819492 0.0004350175480275552']
['59492.02039454618 1.6979128721853725 0.00042878075566555685 0.18726081831225844 0.0001303735650306937 3.7254356102286553e-05 2.5936996653934467e-08 0.10533421030064537 7.333513032976521e-05 1.592578661884727 0.000435006870945287']
['59492.02043002639 1.6977963854312532 0.0004287842348670675 0.18717573080588357 0.0001303786030645805 3.72374284807429e-05 2.5937998938930152e-08 0.1052863485783095 7.333796422382653e-05 1.5925100368529437 0.00043501077810444166']
['59492.0204655066 1.6976282758098287 0.0004287426025399893 0.18713052453490137 0.000130376238933389 3.7228434978885935e-05 2.5937528609973594e-08 0.105260920050882 7.33366344000313e-05 1.5923673557589466 0.0004349695175272482']
['59492.02050098681 1.696884166414172 0.0004287120463158797 0.187203163970757 0.00013037388036854966 3.724288613548573e-05 2.5937059388407615e-08 0.10530177973355082 7.333530770730918e-05 1.5915823866806211 0.00043493917507264704']
['59492.02053646701 1.697719895509183 0.00042875987462040547 0.18696936530022917 0.00013036843795916206 3.719637336785721e-05 2.5935976655462156e-08 0.1051702679813789 7.333224635202866e-05 1.5925496275278042 0.0004349858025723833']
['59492.02057194722 1.697891972398127 0.0004287848692241326 0.18689675542859863 0.00013036201467318684 3.718192809287312e-05 2.5934698783319847e-08 0.10512942492858672 7.33286332536676e-05 1.5927625474695402 0.00043500983038364475']
['59492.02060742743 1.6980080107528444 0.00042879788668834544 0.1871188648779272 0.00013037773579625247 3.72261153638332e-05 2.593782640137841e-08 0.10525436149383405 7.333747638539201e-05 1.5927536492590102 0.0004350241522846393']
['59492.02064290764 1.698095498146774 0.00042880686631755914 0.1873042425048887 0.00013038883524921314 3.7262995070920156e-05 2.5940034567383792e-08 0.1053586364089999 7.334371982768238e-05 1.592736861737774 0.0004350340559533778']
['59492.020678387846 1.6971978433390167 0.0004287462430247854 0.18731331895154643 0.00013037215117114146 3.726480077260927e-05 2.5936715375513744e-08 0.10536374191024486 7.333433503376707e-05 1.5918341014287718 0.00043497271822806675']
['59492.020713868056 1.697634033716139 0.00042876464475841944 0.18713671343100563 0.00013037057716049245 3.7229666220645036e-05 2.5936402236044657e-08 0.10526440130494066 7.3333449652777e-05 1.5923696324111984 0.0004349907072947536']
['59492.02074934827 1.6977388206029982 0.0004287617080633839 0.18697804676290175 0.00013037171938884464 3.719810048997922e-05 2.5936629475155146e-08 0.10517515130413223 7.33340921562251e-05 1.592563669298866 0.0004349879209516147']
['59492.02078482847 1.6970807715016916 0.0004287177840058396 0.18693091251899735 0.0001303729772280132 3.718872343009636e-05 2.593687971430676e-08 0.105148638291936 7.333479969075742e-05 1.5919321332097556 0.00043494474496027797']
['59492.02082030868 1.6976845884957266 0.00042880901177974666 0.18703469479294266 0.00013036855916085882 3.7209370257476e-05 2.5936000767773594e-08 0.10520701582103023 7.333231452798308e-05 1.5924775726746963 0.0004350342480053196']
['59492.02085578889 1.6968587671636493 0.00042869019672054005 0.18738584191110091 0.00013038084416718348 3.7279228756985204e-05 2.5938444792126703e-08 0.10540453607499427 7.333922484404071e-05 1.591454231088655 0.0004349182988390119']
['59492.020891269094 1.697526179455612 0.00042876264617606324 0.1871563932318053 0.00013037577587797988 3.723358139261545e-05 2.5937436488026985e-08 0.10527547119289048 7.333637393136367e-05 1.5922507082627215 0.00043498923032335044']
['59492.020926749305 1.698088728511752 0.0004287884687092034 0.18724860650344774 0.00013037527078037947 3.725192664011616e-05 2.5937336002052173e-08 0.10532734115818936 7.333608981396344e-05 1.5927613873535627 0.0004350146353482664']
['59492.020962229515 1.6981231106479895 0.00042879961873259337 0.18765591538451185 0.000130388828787189 3.7332958167349385e-05 2.5940033281804937e-08 0.1055564524037879 7.334371619279381e-05 1.5925666582442015 0.00043502691150110076']
['59492.020997709726 1.6969287531467891 0.0004286747168104043 0.18705915657544628 0.0001303739363367965 3.721423677447886e-05 2.5937070522936537e-08 0.10522077557368852 7.333533918944801e-05 1.5917079775731007 0.0004349023853768932']
['59492.02103318993 1.6974203748331151 0.00042874060536926973 0.18724937801648878 0.00013037955794791334 3.7252080127758834e-05 2.5938188906933272e-08 0.10532777513427492 7.333850134570125e-05 1.5920925996988402 0.00043496786372333447']
['59492.02106867014 1.696657936759251 0.0004286825165540593 0.18713752113811205 0.00013037602735771147 3.722982690886823e-05 2.593748651832995e-08 0.10526485564018802 7.33365153887127e-05 1.5913930811190629 0.00043491027176703953']
['59492.02110415035 1.6970821045064255 0.0004287156898931892 0.1869523532416694 0.00013037365822742808 3.7192988926342257e-05 2.593701519483566e-08 0.10516069869843903 7.33351827529283e-05 1.5919214058079865 0.00043494274541598985']
['59492.02113963055 1.6974273433896205 0.0004287259980212536 0.18710282178851623 0.00013036607418763935 3.722292369260542e-05 2.5935506398059434e-08 0.10524533725604038 7.333091673054714e-05 1.59218200613358 0.00043495218671465763']
['59492.02117511076 1.697757635262645 0.0004287522877360302 0.18690908135837456 0.00013037099660658734 3.718438025868817e-05 2.5936485682193858e-08 0.10513635826408568 7.333368559120537e-05 1.5926212769985593 0.0004349785669217156']
['59492.021210590974 1.6978779942803484 0.00042879330648114673 0.18754889277453068 0.0001303883324980912 3.7311666695598016e-05 2.5939934548226043e-08 0.1054962521856735 7.334343703017631e-05 1.5923817420946749 0.000435020642542896']
['59492.02124607118 1.6974279043064722 0.0004287454551488455 0.18700338481582335 0.00013037434804021012 3.7203141335442715e-05 2.5937152428728246e-08 0.10518940395890064 7.333557077261819e-05 1.5922385003475714 0.00043497214997208314']
['59492.02128155139 1.6971621200379832 0.00042870373060431913 0.18685890154519258 0.00013037411220992125 3.7174397302049e-05 2.5937105511782994e-08 0.10510813211917083 7.33354381180807e-05 1.5920539879188123 0.0004349310004104461']
['59492.0213170316 1.6974438515239536 0.00042877297208140534 0.18732050313935733 0.00013037556869199702 3.726623002136202e-05 2.5937395269685344e-08 0.10536778301588849 7.333625738924832e-05 1.592076068508065 0.0004349993887758737']
['59492.02135251181 1.6969858058628229 0.0004287310428255944 0.18708597602534932 0.00013036458082779537 3.7219572334507706e-05 2.5935209303558203e-08 0.10523586151425898 7.33300767156349e-05 1.5917499443485639 0.0004349570176850151']
['59492.02138799201 1.697479728620568 0.00042876392691139326 0.18704175577542714 0.00013037493460528481 3.721077499530787e-05 2.59372691221421e-08 0.10521098762367777 7.333590071547271e-05 1.5922687409968903 0.00043499041294519156']
['59492.02142347222 1.697414520813714 0.0004287530355533053 0.18701070171917028 0.00013036561380207282 3.7204596987112446e-05 2.593541480726113e-08 0.10519351971703327 7.333065776366595e-05 1.5922210010966806 0.0004349787935799006']
['59492.02145895243 1.697552141318536 0.00042877360137219875 0.18722555000012925 0.0001303789008761481 3.7247339694524216e-05 2.5938058186659015e-08 0.10531437187507268 7.33381317428333e-05 1.5922377694434633 0.00043500032505874566']
['59492.021494432636 1.6977721092353466 0.0004288001682449976 0.18712624520091883 0.00013037524212912836 3.7227583632440365e-05 2.5937330302066873e-08 0.10525851292551684 7.33360736976347e-05 1.5925135963098298 0.0004350261647215293']
['59492.02152991285 1.6977201646380364 0.00042875576964602157 0.18691498529777825 0.0001303627110548333 3.7185554810112935e-05 2.5934837324046488e-08 0.10513967923000025 7.332902496834373e-05 1.592580485408036 0.00043498121328117183']
['59492.02156539306 1.6972546969275306 0.00042873871839447657 0.18704530751465664 0.00013036985451085565 3.721148159137655e-05 2.5936258469467383e-08 0.10521298547699436 7.333304316235631e-05 1.5920417114505363 0.00043496508350669976']
['59492.02160087326 1.6968155808156582 0.00042868273354211176 0.1870830128009569 0.00013036928769677845 3.7218982819745775e-05 2.593614570538963e-08 0.10523419470053824 7.333272432943787e-05 1.59158138611512 0.0004349098463988997']
['59492.02163635347 1.6972898489421757 0.00042875637382233157 0.18721071835751904 0.00013037812504104737 3.724438903297974e-05 2.5937903839169887e-08 0.10530602907610447 7.333769533558915e-05 1.5919838198660712 0.00043498327054084575']
['59492.02167183368 1.6976129524546741 0.0004287595008705972 0.18686390535842368 0.00013036090548665185 3.717539277906154e-05 2.5934478117670028e-08 0.10511094676411331 7.332800933624166e-05 1.5925020056905608 0.0004349847198925723']
['59492.02170731389 1.6974866767726664 0.0004287160610874244 0.18728043858015014 0.0001304598600809146 3.725825943056124e-05 2.5954164508693238e-08 0.10534524670133445 7.338367129551445e-05 1.592141430071332 0.00043495128951081906']
['59492.021742794095 1.6981360170050603 0.0004288155984839148 0.18710977020009034 0.00013037039835837847 3.722430603516624e-05 2.5936366664494312e-08 0.1052492457375508 7.333334907658788e-05 1.5928867712675094 0.00043504091484584153']
['59492.021778274306 1.696671015437 0.0004286832615605049 0.18702711985699305 0.00013037352755991828 3.720786327185102e-05 2.5936989199360552e-08 0.10520275491955859 7.333510925245402e-05 1.5914682605174413 0.0004349107689989081']
['59492.021813754516 1.6977605471548274 0.000428798113485448 0.1871380993495189 0.0001303772826856561 3.722994194037267e-05 2.5937736257889433e-08 0.10526518088410437 7.333722151068155e-05 1.592495366270723 0.00043502433286838786']
['59492.02184923472 1.698080276194598 0.00042879550962702243 0.18730570174278063 0.00013038194362629778 3.726328537707471e-05 2.5938663522567663e-08 0.10535945723031409 7.33398432897925e-05 1.5927208189642839 0.000435022208272255']
['59492.02188471493 1.696845739303852 0.00042869934981420494 0.18672596850635195 0.000130353316293568 3.7147951114259354e-05 2.593296829567831e-08 0.10503335728482296 7.332374041513199e-05 1.591812382019029 0.00043492471008162745']
['59492.02192019514 1.6975818064109178 0.00042871900406868304 0.18701404729780496 0.00013037337960612744 3.7205262568833965e-05 2.59369597648891e-08 0.10519540160501528 7.333502602844668e-05 1.5923864048059024 0.00043494598571803877']
['59492.02195567534 1.6969806016115112 0.00042869834410117603 0.1868626061493866 0.00013037580905369482 3.7175134309636095e-05 2.5937443088125763e-08 0.10511021595902996 7.333639259270333e-05 1.5918703856524812 0.00043492585197203607']
['59492.021991155554 1.6983055069051072 0.0004288356922716281 0.18733410379012172 0.0001303766203748295 3.7268935784860045e-05 2.593760449533704e-08 0.10537543338194345 7.333684896084159e-05 1.5929300735231637 0.00043506131106039737']
['59492.022026635765 1.6973170623022953 0.00042871735866433126 0.18699334134696188 0.00013037567493612948 3.720114325079885e-05 2.5937416406283915e-08 0.10518375450766605 7.333631715157283e-05 1.5921333077946291 0.00043494458156583226']
['59492.022062115975 1.6969970044008247 0.000428720877248582 0.1867659491884849 0.00013036463688784216 3.715590501824641e-05 2.593522045635015e-08 0.10505584641852275 7.333010824941122e-05 1.591941157982302 0.0004349470029379029']
['59492.02209759618 1.697243103128862 0.000428717310857938 0.18706808389714602 0.00013037295360797288 3.7216012808700224e-05 2.5936875015249044e-08 0.10522579719214464 7.333478640448474e-05 1.5920173059367173 0.0004349442763461237']
['59492.02213307639 1.6985065648083228 0.0004288342451478725 0.1868037790470049 0.0001303640467687719 3.716343102947132e-05 2.5935103055891343e-08 0.10507712571394026 7.332977630743419e-05 1.5934294390943826 0.0004350586924828004']
['59492.0221685566 1.6966320517622464 0.00042870017790188583 0.18683130182739088 0.00013037452750845155 3.71689065126539e-05 2.5937188132800436e-08 0.10509260727790737 7.333567172350398e-05 1.5915394444843391 0.00043492753796494206']
['59492.0222040368 1.6973720973518498 0.0004287376326965575 0.18700264197292238 0.0001303614051662635 3.7202993551543176e-05 2.5934577525770223e-08 0.10518898610976885 7.332829040602322e-05 1.592183111242081 0.0004349632120813418']
['59492.02223951701 1.697765804739332 0.0004287782989036937 0.1868549230285856 0.00013036314149723988 3.717360580131878e-05 2.593492295784239e-08 0.1051058942035794 7.332926709219743e-05 1.5926599105357526 0.0004350034609322369']
['59492.02227499722 1.698108456160548 0.00042879490170679476 0.1870457572787286 0.00013037864587331122 3.721157106909565e-05 2.5938007455456527e-08 0.10521323846928483 7.333798830373756e-05 1.5928952176912632 0.0004350212963271786']
['59492.022310477434 1.6976766053460892 0.00042887579758413904 0.18691202378071747 0.0001303627237334211 3.7184965635013846e-05 2.5934839846371383e-08 0.10513801337665357 7.332903210004936e-05 1.5925385919694357 0.0004350995250539369']
['59492.02234595764 1.6977102589034079 0.0004287784147851556 0.18738267884950993 0.0001303816375988051 3.7278599485875815e-05 2.5938602640332434e-08 0.10540275685284933 7.333967114932787e-05 1.5923075020505586 0.000435005329105245']
['59492.02238143785 1.696773239419422 0.0004286901580508064 0.18676503822713206 0.0001303634445741133 3.715572378824357e-05 2.5934983253070566e-08 0.10505533400276176 7.332943757293873e-05 1.5917179054166601 0.00043491661042594003']
['59492.02241691806 1.6976293547345571 0.0004287548850810081 0.18668293400635363 0.00013035819119900513 3.713938967251158e-05 2.593393812730009e-08 0.10500915037857392 7.332648254944038e-05 1.5926202043559832 0.0004349799127820753']
['59492.02245239826 1.6975176407357828 0.00042875422875338054 0.18688939200642996 0.00013036169477987389 3.718046318657785e-05 2.593463514256732e-08 0.10512528300361686 7.332845331367906e-05 1.592392357732166 0.0004349795980724643']
['59492.02248787847 1.6973850456528998 0.00042871209896662866 0.18697175652772627 0.00013037776436343508 3.719684908745248e-05 2.5937832084638814e-08 0.10517161304684602 7.333749245443223e-05 1.5922134326060537 0.0004349395953461542']
['59492.02252335868 1.6971022379255596 0.00042870000625229925 0.1870914313534739 0.00013038129008569093 3.722065763755422e-05 2.5938533504795047e-08 0.10523893013632905 7.333947567320114e-05 1.5918633077892306 0.00043492801019564317']
['59492.022558838886 1.6972186772589355 0.00042871070813863487 0.18693578242599485 0.00013037429659981916 3.718969226731017e-05 2.5937142194987628e-08 0.1051513776146221 7.333554183739827e-05 1.5920672996443135 0.00043493789553143627']
['59492.022594319096 1.6970635531476281 0.0004287126924532171 0.18721580560006673 0.00013037310772110746 3.724540110772745e-05 2.5936905675082998e-08 0.10530889065003753 7.333487309312295e-05 1.5917546624975907 0.00043493973867890154']
['59492.02262979931 1.6975710126389925 0.0004287475577467547 0.18698259819126423 0.00013037080327643453 3.7199005967881734e-05 2.5936447220382023e-08 0.10517771148258612 7.333357684299442e-05 1.5923933011564064 0.00043497388630398735']
['59492.02266527952 1.6978602946392836 0.0004287779216953029 0.18672876805829472 0.00013035868736362518 3.714850806742203e-05 2.5934036836114925e-08 0.10503493203279078 7.332676164203916e-05 1.5928253626064928 0.0004350026667806207']
['59492.02270075972 1.6975322520300755 0.0004287291780384546 0.18706373925188308 0.00013037347903722542 3.7215148468988245e-05 2.5936979546077528e-08 0.10522335332918421 7.33350819584393e-05 1.5923088987008913 0.0004349560234637289']
['59492.02273623993 1.6974682125287894 0.00042875660682832633 0.18693770973566812 0.00013037343800640597 3.719007569338688e-05 2.593697138325536e-08 0.1051524617263133 7.333505887860336e-05 1.5923157508024761 0.0004349830557155856']
['59492.02277172014 1.698473241899925 0.00042892223876920903 0.18708316134066122 0.0001303723876883444 3.721901237078101e-05 2.5936762429116208e-08 0.10523427825412193 7.333446807469371e-05 1.593238963645803 0.0004351462180906421']
['59492.022807200345 1.6974837908764804 0.00042876080025246193 0.18743663593525653 0.00013037920718855783 3.728933390701507e-05 2.5938119125576693e-08 0.10543310771358179 7.333830404356379e-05 1.5920506831628987 0.000434987736233009']
['59492.022842680555 1.6975395618976452 0.0004287226844082499 0.18705730813779556 0.00013036949848287788 3.721386903949248e-05 2.5936187639951707e-08 0.10521973582751 7.33328428966188e-05 1.5923198260701352 0.00043494924528445384']
['59492.022878160766 1.6974202525368134 0.0004287435829842764 0.1869298945561946 0.00013037550252886304 3.7188520912831435e-05 2.5937382106948066e-08 0.10514806568785946 7.333622017248546e-05 1.592272186848954 0.0004349704140966169']
['59492.02291364097 1.6969831868684602 0.00042870720189032283 0.1869575773332396 0.00013036572197040134 3.719402822633796e-05 2.5935436326666343e-08 0.10516363724994726 7.333071860835075e-05 1.591819549618513 0.00043493362625146283']
['59492.02294912118 1.6980138429790532 0.0004287870153854955 0.18743624814031762 0.0001303781880128462 3.728925675766328e-05 2.593791636701121e-08 0.10543288957892866 7.333773075722599e-05 1.5925809534001245 0.00043501347946451094']
['59492.02298460139 1.6975491273753514 0.00042878270718917793 0.18705217949218803 0.00013036191385272164 3.721284872786772e-05 2.5934678725725594e-08 0.10521685096435575 7.332857654215592e-05 1.5923322764109955 0.00043500768972764046']
['59492.0230200816 1.697158771064779 0.0004287122468831767 0.18682175060096362 0.00013036542522532163 3.7167006356530785e-05 2.59353772911085e-08 0.10508723471304203 7.33305516892434e-05 1.592071536351737 0.00043493857087946415']
['59492.0230555618 1.697120005276447 0.00042873667992307507 0.18661372861316902 0.00013035949264386107 3.7125621696994145e-05 2.593419704152757e-08 0.10497022234490758 7.332721461217184e-05 1.5921497829315394 0.0004349620915829802']
['59492.023091042014 1.6981693672846192 0.0004287709636899611 0.18706622355932123 0.00013037105153191692 3.721564270624943e-05 2.5936496609240988e-08 0.10522475075211819 7.333371648670326e-05 1.592944616532501 0.0004349969807681085']
['59492.023126522225 1.697986049232683 0.00042879011526562687 0.18723301002175868 0.00013038089308992486 3.724882381867159e-05 2.593845452499685e-08 0.10531856813723926 7.333925236308273e-05 1.5926674810954438 0.00043501679149969086']
['59492.02316200243 1.6972492469258962 0.0004287138350168564 0.18706116306406018 0.0001303752742451476 3.721463595270531e-05 2.5937336691345893e-08 0.10522190422353384 7.333609176289552e-05 1.5920273427023623 0.00043494107036461414']
['59492.02319748264 1.6966742428788457 0.00042869416758298614 0.18660575941495938 0.00013036279936252883 3.712403627538471e-05 2.5934854892304307e-08 0.10496573967091465 7.332907464142247e-05 1.591708503207931 0.00043492050136483186']
['59492.02323296285 1.6970068787493875 0.0004286892248737267 0.18719840097769758 0.00013037719714021695 3.724193856812408e-05 2.593771923916506e-08 0.10529910054995488 7.333717339137203e-05 1.5917077781994327 0.00043491699498165483']
['59492.02326844305 1.6984737376474581 0.0004288216953409824 0.18737481754493537 0.0001303822111101376 3.727703552902308e-05 2.5938716736786792e-08 0.10539833486902615 7.33399937494524e-05 1.593075402778432 0.00043504804456322296']
['59492.02330392326 1.6976818455530764 0.0004287509546224366 0.18712932970936852 0.00013037767915213537 3.722819727589883e-05 2.5937815132389368e-08 0.1052602479615198 7.333744452307614e-05 1.5924215975915565 0.00043497788663198264']
['59492.02333940347 1.6974686178236618 0.0004287548147873585 0.18707197083900046 0.0001303777189565887 3.7216786091212276e-05 2.5937823051233748e-08 0.10522798359693775 7.333746691308113e-05 1.592240634226724 0.0004349816953120779']
['59492.02337488368 1.6968623207775817 0.0004287469456466237 0.1868132313307992 0.0001303614024506335 3.7165311501583026e-05 2.5934576985512803e-08 0.10508244262357452 7.332828887848134e-05 1.5917798781540071 0.00043497239148152254']
['59492.02341036389 1.6978768818277425 0.0004287856739976115 0.1869765191956736 0.000130372968391641 3.719779659013513e-05 2.5936877956366368e-08 0.10517429204756638 7.333479472029806e-05 1.592702589780176 0.00043501166230602856']
['59492.0234458441 1.6969287026181736 0.0004286811993373743 0.18697114402062792 0.00013037154714583586 3.7196727233037e-05 2.5936595208497318e-08 0.10517126851160319 7.333399526953267e-05 1.5917574341065706 0.0004349085484645266']
['59492.02348132431 1.6969161416684018 0.00042870378246802045 0.18704346842604413 0.0001303789574721409 3.721111571632222e-05 2.5938069446074036e-08 0.10521195098964982 7.333816357807926e-05 1.591704190678752 0.0004349315110904163']
['59492.02351680451 1.6972139118661347 0.0004287593375762996 0.18675597056533969 0.0001303662858432731 3.7153919834247895e-05 2.5935548505609864e-08 0.10505023344300356 7.333103578684112e-05 1.5921636784231312 0.00043498506913276715']
['59492.02355228472 1.6971696881033356 0.00042872464251985916 0.18702376751170707 0.00013036944680974344 3.7207196343947006e-05 2.593617735990824e-08 0.10520086922533523 7.333281383048068e-05 1.5919688188780003 0.00043495117046408435']
['59492.02358776493 1.6976919585025896 0.0004287610942067502 0.18718882139532844 0.00013037570511305907 3.7240032770765576e-05 2.5937422409793304e-08 0.10529371203487226 7.333633412609572e-05 1.5923982464677173 0.00043498769385860107']
['59492.02362324514 1.697960088501944 0.0004287607541326404 0.18704855901256975 0.00013037276245896596 3.7212128456333206e-05 2.5936836987362394e-08 0.10521481444457048 7.333467888316835e-05 1.5927452740573735 0.000434987079591208']
['59492.023658725346 1.6972760903029998 0.000428728849081838 0.18703907576301804 0.00013036910236559847 3.7210241823779796e-05 2.5936108834922877e-08 0.10520948011669765 7.333262008064914e-05 1.5920666101863021 0.0004349552841418647']
['59492.023694205556 1.697845755527049 0.0004287622948973996 0.1875042099451047 0.00013038874286879824 3.7302777329129914e-05 2.5940016188884196e-08 0.10547111809412138 7.3343667863699e-05 1.5923746374329275 0.0004349901138432749']
['59492.02372968577 1.6970928827849756 0.0004287261774020245 0.18692783834218551 0.00013037616537968466 3.7188111842051933e-05 2.593751397692906e-08 0.10514690906747935 7.333659302607262e-05 1.5919459737174964 0.0004349533205602918']
['59492.02376516597 1.69739044379366 0.00042873026730434586 0.1868585573030862 0.00013045473566622863 3.7174328817257934e-05 2.595314503878358e-08 0.10510793848298598 7.33807888122536e-05 1.592282505310674 0.00043496480578267987']
['59492.02380064618 1.697790932050058 0.00042878151434311247 0.18686893613025182 0.0001303709928920634 3.717639361931657e-05 2.59364849432128e-08 0.10511377657326665 7.333368350178566e-05 1.5926771554767913 0.00043500737485508545']
['59492.02383612639 1.697344718006792 0.00042872303441872557 0.1871923638604706 0.00013038091763702993 3.724073752181321e-05 2.5938459408488238e-08 0.10529570467151472 7.333926617082932e-05 1.5920490133352772 0.0004349506732994852']
['59492.023871606594 1.6972191956245797 0.00042872533756654175 0.18689210152497548 0.00013036598668169855 3.7181002228165245e-05 2.5935488989305647e-08 0.10512680710779869 7.333086750845543e-05 1.592092388516781 0.00043495152741551305']
['59492.023907086805 1.6971772185174379 0.00042870550614008827 0.18708950813826322 0.00013036877723753525 3.722027502604497e-05 2.5936044152749877e-08 0.10523784832777307 7.333243719611358e-05 1.5919393701896647 0.0004349322445392514']
['59492.023942567015 1.6976092094191306 0.00042876824366100207 0.1871144068032865 0.0001303721066260534 3.722522845806352e-05 2.5936706513550052e-08 0.10525185382684865 7.333430997715504e-05 1.592357355592282 0.00043499439972483083']
['59492.023978047226 1.6975378552956575 0.0004287606790202323 0.18721935056612116 0.00013037615963279909 3.724610635631577e-05 2.59375128336225e-08 0.10531088469344316 7.333658979344948e-05 1.5922269706022143 0.00043498732771935243']
['59492.02401352743 1.6982776784860418 0.00042881742084315065 0.1869424696863024 0.0001303732006576669 3.7191022655477283e-05 2.5936924164224033e-08 0.10515513919854509 7.333492536993763e-05 1.5931225392874968 0.00043504297683974404']
['59492.02404900764 1.697491468308809 0.0004287328978472699 0.18691606445670977 0.0001303718918533303 3.718576950196085e-05 2.59366637858744e-08 0.10514028625689924 7.33341891674983e-05 1.5923511820519096 0.00043495953949462015']
['59492.02408448785 1.6980531333095437 0.00042880698441174277 0.18742427673030576 0.0001303854798587142 3.728687512131432e-05 2.593936703365391e-08 0.10542615566079698 7.334183242052674e-05 1.5926269776487467 0.00043503385415745894']
['59492.02411996805 1.6975615337043233 0.0004287570119291448 0.18733762716280178 0.0001303768797839533 3.726963673758303e-05 2.5937656103142457e-08 0.10537741527907599 7.333699487847373e-05 1.5921841184252472 0.0004349837814174387']
['59492.02415544826 1.696985008664872 0.0004287350275483392 0.18668941573140105 0.0001303642007781178 3.7140679170737906e-05 2.5935133695077195e-08 0.10501279634891308 7.332986293769126e-05 1.5919722123159588 0.00043496090933017845']
['59492.024190928474 1.6976965650684546 0.00042875954058410154 0.18708010197124145 0.0001303710047766899 3.721840372857364e-05 2.593648730758412e-08 0.10523255735882331 7.333369018688807e-05 1.5924640077096313 0.0004349857167290856']
['59492.02422640868 1.6983358331895575 0.00042883122858701516 0.18705954102248767 0.00013037349022745727 3.721431325778761e-05 2.593698177230342e-08 0.10522099182514931 7.333508825294471e-05 1.5931148413644083 0.0004350566144543903']
['59492.02426188889 1.697028891588044 0.0004286951228603767 0.18687191722241353 0.00013036956307788377 3.717698668875825e-05 2.5936200490719812e-08 0.1051154534376076 7.333287923130961e-05 1.5919134381504365 0.0004349220844480392']
['59492.0242973691 1.697576973780524 0.00042874888992468837 0.1869327483442609 0.00013036294057792617 3.7189088655928043e-05 2.5934882986214965e-08 0.10514967094364674 7.332915407508346e-05 1.5924273028368772 0.0004349744537889781']
['59492.02433284931 1.6975085195273056 0.00042873491933105297 0.18706463939470652 0.0001303719644243834 3.721532754671305e-05 2.593667822342668e-08 0.10522385965952241 7.333422998871567e-05 1.5922846598677833 0.0004349615389225148']
['59492.02436832951 1.6971629982132452 0.00042872208994751025 0.1870389223197363 0.00013037618127897016 3.7210211297208826e-05 2.5937517139991407e-08 0.10520939380485166 7.333660196942071e-05 1.5919536044083935 0.0004349492931335586']
['59492.02440380972 1.698012218357221 0.00042876332447747974 0.18702350931145645 0.0001303868189100105 3.720714497663926e-05 2.5939633429444978e-08 0.10520072398769424 7.33425856368809e-05 1.5928114943695268 0.00043499094621024444']
['59492.02443928993 1.69729607894593 0.00042871247652052083 0.1875682424845685 0.00013039714359249941 3.73155161980979e-05 2.5941687459762437e-08 0.10550713639756977 7.334839327078092e-05 1.5917889425483602 0.0004349418056703256']
['59492.024474770136 1.6975240725237881 0.00042874502671713096 0.18703008048007358 0.00013038257445320315 3.720845226909839e-05 2.593878902159294e-08 0.10520442027004138 7.334019812992677e-05 1.5923196522537468 0.00043497250786275017']
['59492.02451025035 1.6972093816893539 0.0004287320977437354 0.18686826113034483 0.00013037835264460864 3.7176259332351835e-05 2.5937949119459688e-08 0.10511339688581896 7.333782336259236e-05 1.592095984803535 0.0004349593635861937']
['59492.02454573056 1.6971687408685545 0.00042868833750508447 0.18694548788059512 0.0001303813315858532 3.719162310615341e-05 2.593854176099e-08 0.10515683693283476 7.333949901704242e-05 1.5920119039357197 0.00043491651248135426']
['59492.02458121076 1.6971077436068736 0.0004287204701466225 0.18695686249493085 0.00013036994294419104 3.7193886013775024e-05 2.593627606272046e-08 0.1051632351533986 7.333309290610746e-05 1.591944508453475 0.000434947104873589']
['59492.02461669097 1.6966076514474886 0.00042868677882089315 0.18700093955142177 0.0001303854963576099 3.720265486554687e-05 2.5939370316004915e-08 0.10518802849767475 7.334184170115557e-05 1.5914196229498139 0.00043491537117001363']
['59492.02465217118 1.6975840120514403 0.00042876632159818994 0.18679349008315038 0.00013042721324210802 3.7161384105150395e-05 2.594766962647775e-08 0.10507133817177208 7.336530744868576e-05 1.5925126738796682 0.00043499773203303327']
['59492.02468765139 1.6982681813963496 0.00042881638073255605 0.18744942527536046 0.00013038327378979433 3.72918782653856e-05 2.5938928150187156e-08 0.10544030171739026 7.33405915067593e-05 1.5928278796789594 0.00043504290678866354']
['59492.024723131595 1.6974244901283913 0.00042874466385202863 0.18703378030135331 0.0001303826683892642 3.7209188325154925e-05 2.5938807709578505e-08 0.10520650141951123 7.334025096896111e-05 1.59221798870888 0.00043497215910191225']
['59492.024758611806 1.6979320548664905 0.0004287788908866735 0.1874167657265385 0.0001303876495216876 3.72853808545929e-05 2.5939798674387732e-08 0.1054219307211779 7.334305285594928e-05 1.5925101241453126 0.00043500636854215875']
['59492.024794092016 1.6966119432265052 0.0004286981557036163 0.18684067172993343 0.00013040568620162893 3.7170770595536313e-05 2.5943386957849768e-08 0.10509787784808754 7.335319848841627e-05 1.5915140653784177 0.0004349285003677766']
['59492.02482957222 1.6970961739015151 0.0004287236589028002 0.18740183309359998 0.00013039311796241436 3.7282410101660963e-05 2.5940886586103565e-08 0.10541353111514998 7.334612885385807e-05 1.591682642786365 0.00043495244604537095']
['59492.02486505243 1.6971361570514345 0.00042871772157613327 0.18713506848009342 0.00013037498059453886 3.7229338968059004e-05 2.593727827141349e-08 0.10526347602005254 7.333592658442811e-05 1.591872681031382 0.00043494487342814783']
['59492.02490053264 1.6970181841507228 0.0004287235723109202 0.18684400993878258 0.0001303747091448031 3.717143471108558e-05 2.5937224268204428e-08 0.1050997555905652 7.333577389395173e-05 1.5919184285601575 0.00043495061465373473']
['59492.024936012844 1.6971030914450176 0.0004287137942997248 0.18700270197469354 0.0001303771927331783 3.720300548851627e-05 2.593771836241258e-08 0.1051890198607651 7.33371709124128e-05 1.5919140715842526 0.00043494121218884646']
['59492.024971493054 1.6979568355161545 0.0004287902399616009 0.18655971052400705 0.00013036841353263252 3.711487513961101e-05 2.5935971795958507e-08 0.10493983716975396 7.333223261210579e-05 1.5930169983464006 0.00043501573101004435']
['59492.025006973265 1.6975930271113773 0.0004287417870430852 0.18729211248668112 0.0001303853869368218 3.726058188047324e-05 2.5939348547430786e-08 0.10535181327375812 7.334178015196227e-05 1.5922412138376192 0.0004349695813189205']
['59492.025042453475 1.6970875245217099 0.00042871400313487513 0.18693662402649694 0.00013037657058078295 3.718985969841019e-05 2.593759458912623e-08 0.10515185101490451 7.333682095169041e-05 1.5919356735068053 0.00043494135902582317']
['59492.02507793368 1.6967428448596071 0.00042868269627898347 0.1865036185279153 0.0001303671518230852 3.7103715991553644e-05 2.5935720786819507e-08 0.10490828542195235 7.333152290048542e-05 1.5918345594376548 0.000434909607090857']
['59492.02511341389 1.6964623257279732 0.0004286660595498615 0.187121117867451 0.0001303926710413143 3.7226563581857505e-05 2.5940797673975757e-08 0.10525562880044119 7.334587746073929e-05 1.591206696927532 0.0004348956292611954']
['59492.0251488941 1.6978627291483566 0.0004287756618952581 0.18704183170600608 0.00013039465734583175 3.721079010121658e-05 2.5941192836703806e-08 0.10521103033462842 7.334699475703035e-05 1.5926516988137283 0.00043500385041238954']
['59492.0251843743 1.697621275314901 0.0004287695939629829 0.1871776151033983 0.00013038060063330344 3.723780334982256e-05 2.5938396342600678e-08 0.10528740849566155 7.333908785623318e-05 1.5923338668192393 0.0004349965362100778']
['59492.02521985451 1.6971170872516321 0.0004287033106060997 0.18708436983082893 0.0001303824395959702 3.721925279226085e-05 2.59387621925989e-08 0.10523495802984127 7.334012227273324e-05 1.5918821292217908 0.0004349313762648189']
['59492.02525533472 1.6973186220200605 0.0004287558153687905 0.18717761052519746 0.00013038678457445648 3.723780243901844e-05 2.5939626598603547e-08 0.10528740592042357 7.334256632313176e-05 1.5920312160996368 0.00043498354135233596']
['59492.025290814934 1.6972281346618634 0.00042873861502368006 0.18711016520121942 0.0001303780194867023 3.7224384618144016e-05 2.5937882839800155e-08 0.10524946792568592 7.333763596127003e-05 1.5919786667361775 0.0004349657559633989']
['59492.02532629514 1.698036808413507 0.00042880482059213534 0.18668636452396703 0.00013036929094102935 3.7140072152306e-05 2.593614635081284e-08 0.10501108004473145 7.3332726154329e-05 1.5930257283687754 0.0004350301861805445']
['59492.02536177535 1.6980981290486343 0.0004288168930676613 0.1871006631202961 0.00013038449342502763 3.722249423920826e-05 2.5939170788907342e-08 0.10524412300516656 7.334127755157804e-05 1.5928540060434677 0.00043504352744650696']
['59492.02539725556 1.6966734159228087 0.00042868099364081613 0.18660889310667583 0.00013036033366622534 3.7124659703543216e-05 2.5934364357610725e-08 0.10496750237250516 7.332768768725175e-05 1.5917059135503036 0.0004349072821768297']
['59492.02543273576 1.6975897846363786 0.00042874328694453084 0.18742568861842834 0.00013038860416808898 3.728715600753157e-05 2.5939988595254838e-08 0.10542694984786594 7.334358984455005e-05 1.5921628347885126 0.0004349713648865703']
['59492.02546821597 1.6970096673262591 0.00042875215818157615 0.18680588361009423 0.00013049527131003098 3.7163849718994714e-05 2.5961209348886777e-08 0.105078309530678 7.340359011189242e-05 1.5919313577955811 0.00043499022998990907']
['59492.02550369618 1.6980727577837469 0.00042878111855057944 0.18737469644452878 0.00013038998445156152 3.7277011436862676e-05 2.5940263193926738e-08 0.10539826675004743 7.334436625400334e-05 1.5926744910336994 0.00043500878575804356']
['59492.025539176386 1.6974483279531634 0.00042873673373987434 0.18701868000545763 0.00013038079529064067 3.720618421673749e-05 2.5938435068447465e-08 0.1051980075030699 7.333919735098538e-05 1.5922503204500935 0.00043496416487570866']
['59492.025574656596 1.6980224056345634 0.00042877567388560406 0.18695862420100526 0.00013040533056351116 3.719423649406255e-05 2.594331620589427e-08 0.10516422611306546 7.335299844197502e-05 1.592858179521498 0.00043500487456634584']
['59492.02561013681 1.6984064751666141 0.00042880305623678683 0.187225417772027 0.0001303833455292795 3.724731338857911e-05 2.5938942422304257e-08 0.10531429749676519 7.334063186021972e-05 1.593092177669849 0.00043502977980784864']
['59492.02564561702 1.6974367262418202 0.00042874421707722154 0.18715950920409563 0.0001303804787646932 3.723420129560613e-05 2.593837209761102e-08 0.10527722392730379 7.333901930513994e-05 1.5921595023145163 0.0004349715110553786']
['59492.02568109722 1.69741492668481 0.0004287354771046296 0.18731841149646627 0.00013038902765352526 3.7265813902230405e-05 2.5940072845005477e-08 0.10536660646676228 7.334382805510795e-05 1.5920483202180478 0.00043496370703992256']
['59492.02571657743 1.6970870456194418 0.00042870524860482144 0.1869823875138491 0.00013038330050449702 3.719896405494172e-05 2.593893346490839e-08 0.10517759297654011 7.334060653377957e-05 1.5919094526429016 0.00043493336817041807']
['59492.02575205764 1.6970580371560338 0.0004287039836439467 0.18743857528176353 0.0001303955119619773 3.728971972774377e-05 2.5941362857183817e-08 0.10543419859599198 7.334747547861223e-05 1.5916238385600419 0.00043493327965479366']
['59492.025787537845 1.6983405944118495 0.00042883146587691757 0.18714391817641712 0.0001303795585435648 3.723109955920248e-05 2.5938189025434366e-08 0.10526845397423462 7.33385016807552e-05 1.593072140437615 0.0004350574237441812']
['59492.025823018055 1.6979308556163104 0.0004287597713412778 0.18721758085342705 0.0001303875232253744 3.724575428316187e-05 2.5939773548534553e-08 0.10530988923005272 7.334298181427309e-05 1.5926209663862576 0.0004349875107425886']
['59492.025858498266 1.6981342658206797 0.0004288124501772535 0.18709246212082015 0.00013038853201077511 3.722086270220214e-05 2.5939974240013358e-08 0.10523950994296133 7.3343549256061e-05 1.5928947558777184 0.0004350395311284892']
['59492.02589397847 1.697711824890146 0.0004287686368608507 0.18719189290653815 0.0001303941812763753 3.724064382850531e-05 2.5941098125694745e-08 0.10529543975992771 7.33467269679611e-05 1.5924163851302182 0.00043499688080769576']
['59492.02592945868 1.6967126676013846 0.00042868249442060754 0.18693241822700185 0.00013038211183764376 3.718902298118607e-05 2.5938696987151656e-08 0.10514948525268854 7.33399379086746e-05 1.591563182348696 0.00043491082708426847']
['59492.02596493889 1.6981734777439657 0.00042880288261734883 0.1874265578750712 0.00013039769362973232 3.728732894064598e-05 2.5941796886193063e-08 0.10542743880472755 7.334870266672442e-05 1.592746038939238 0.0004350309693847547']
['59492.0260004191 1.697644444611613 0.0004287715559794031 0.18690779571923716 0.00013038075817722373 3.718412448890848e-05 2.5938427684967762e-08 0.10513563509207088 7.333917647468835e-05 1.592508809519542 0.00043499848508125156']
['59492.026035899304 1.6984597075120011 0.00042883886904803223 0.18687430200738897 0.00013038042712408603 3.717746112665457e-05 2.593836182403865e-08 0.10511679487915629 7.333899025729838e-05 1.5933429126328449 0.0004350648033320501']
['59492.026071379514 1.6975396983742792 0.0004287463778536729 0.1870123434273047 0.00013037713822940347 3.720492359456833e-05 2.59377075192311e-08 0.10519444317785888 7.333714025403944e-05 1.5923452551964203 0.0004349733240823914']
['59492.026106859725 1.6971144145361041 0.00042873757766156756 0.18713799320730257 0.00013038980098792487 3.722992082404967e-05 2.5940226694995928e-08 0.10526512117910769 7.334426305570774e-05 1.5918492933569963 0.0004349658508691154']
['59492.02614233993 1.697554262629617 0.0004287433090728282 0.18710390068797336 0.00013038382155276882 3.722313833283255e-05 2.593903712416845e-08 0.10524594413698501 7.334089962343246e-05 1.5923083184926319 0.00043497093308897443']
['59492.02617782014 1.6971292434102963 0.00042883497407125655 0.18672351303348034 0.0001303682455539351 3.7147462613452925e-05 2.5935938377658472e-08 0.10503197608133269 7.333213812408848e-05 1.5920972673289635 0.00043505980907059856']
['59492.02621330035 1.697817831381211 0.00042879753374364354 0.18655957222169517 0.0001303695294307961 3.711484762524029e-05 2.593619379684441e-08 0.10493975937470353 7.33328603048228e-05 1.5928780720065074 0.0004350230262240354']
['59492.02624878055 1.6977006930360374 0.0004287388424642048 0.1875959762011649 0.00013038809827553642 3.7321033645706186e-05 2.593988795112932e-08 0.10552273661315524 7.334330527998923e-05 1.5921779564228822 0.0004349669360617424']
['59492.02628426076 1.6972757183857006 0.00042872503956892303 0.18680826398626224 0.0001303724110977107 3.716432327978666e-05 2.593676708626166e-08 0.10507964849227251 7.333448124246226e-05 1.592196069893428 0.00043495184295790226']
['59492.02631974097 1.6976047363620421 0.00042876866748353665 0.1874712319864063 0.00013039550698897988 3.7296216572705004e-05 2.5941361867837416e-08 0.10545256799235354 7.334747268130118e-05 1.5921521683696886 0.00043499703673052976']
['59492.02635522118 1.6977898805489686 0.00042880860567011777 0.18675390235463957 0.00013036876646842427 3.715350837680255e-05 2.5936042010303324e-08 0.10504907007448476 7.333243113848865e-05 1.5927408104744838 0.0004350338673637166']
['59492.02639070139 1.6979360703100563 0.0004288042335430165 0.18688488946922077 0.00013040241648438987 3.7179567435261224e-05 2.5942736468273378e-08 0.10512275032643667 7.335135927246929e-05 1.5928133199836196 0.0004350327488954512']
['59492.0264261816 1.6974017147713663 0.00042873047427126413 0.1871856055988358 0.00013038387094083112 3.7239393008380844e-05 2.5939046949611254e-08 0.10529190314934513 7.334092740421751e-05 1.5921098116220211 0.0004349582867372155']
['59492.02646166181 1.6981346753442794 0.0004288261920450931 0.18727386187411832 0.00013039198895492906 3.725695103646846e-05 2.5940661977200975e-08 0.10534154730419154 7.334549378714759e-05 1.5927931280400878 0.0004350534041273273']
['59492.02649714201 1.6978861169483592 0.00042877716716745173 0.1870232313089251 0.00013038124454168575 3.720708966979294e-05 2.5938524444103105e-08 0.10520056761127035 7.333945005469823e-05 1.5926855493370888 0.0004350040620712299']
['59492.02653262222 1.6965790311598743 0.0004287129947873055 0.18703266822765405 0.00013037865366552417 3.7208967085122026e-05 2.5938009005668037e-08 0.1052058758780554 7.333799268685734e-05 1.5913731552818189 0.0004349405626874065']
['59492.02656810243 1.6975426526808368 0.00042875390427848925 0.18710194971620964 0.00013038364546567904 3.722275019933251e-05 2.5939002092755003e-08 0.10524484671536792 7.334080057444445e-05 1.5922978059654689 0.00043498135990286795']
['59492.026603582635 1.6976796113975587 0.00042878733636602046 0.18744378216468313 0.00013039600857727912 3.7290755604187215e-05 2.5941461655658944e-08 0.10543712746763426 7.334775482471951e-05 1.5922424839299245 0.00043501548589181736']
['59492.026639062846 1.697495975701208 0.0004287495980897874 0.1867741499475125 0.00013037482359829695 3.715753650741685e-05 2.5937247038003555e-08 0.10506045934547578 7.333583827404203e-05 1.5924355163557322 0.0004349762787066792']
['59492.026674543056 1.6977626408148012 0.00042875908944286665 0.18700678304010912 0.00013037678727597572 3.720381739068373e-05 2.5937637699265076e-08 0.10519131546006139 7.333694284273634e-05 1.5925713253547398 0.00043498582041877516']
['59492.02671002327 1.6976026767865617 0.00042873348506240115 0.1872682195073362 0.00013038887196142047 3.725582852326332e-05 2.5940041871045378e-08 0.1053383734728766 7.3343740478299e-05 1.5922643033136852 0.00043496172875449657']
['59492.02674550347 1.6979656068558324 0.0004287889234561958 0.18733993168380864 0.00013038297093694086 3.727009520747016e-05 2.593886789952633e-08 0.10537871157214236 7.334042115202922e-05 1.5925868952836901 0.00043501581379701623']
['59492.02678098368 1.6973998670626593 0.0004287265433302744 0.1871626750756753 0.00013037797054062583 3.7234831125745e-05 2.593787310228764e-08 0.10527900473006735 7.333760842910203e-05 1.592120862332592 0.00043495385245566684']
['59492.02681646389 1.6978776384836016 0.00042876999882542944 0.18703377067584398 0.00013038090271376592 3.720918641022069e-05 2.5938456439599194e-08 0.10520649600516224 7.333925777649332e-05 1.5926711424784394 0.00043499696392499765']
['59492.026851944094 1.697610761619295 0.000428775433325512 0.18757606427266443 0.00013042836640683083 3.731707229339701e-05 2.594789904131004e-08 0.10551153615337373 7.336595610384234e-05 1.5920992254659212 0.0004350068226344404']
['59492.026887424305 1.6978989361430181 0.0004287700447548618 0.1867533138344788 0.00013036835679178718 3.715339129443668e-05 2.5935960507725993e-08 0.10504873903189432 7.333220069538029e-05 1.5928501971111237 0.00043499581944877785']
['59492.026922904515 1.697771680965125 0.00042878942450444115 0.1868473350530151 0.00013037869079582764 3.717209622154365e-05 2.593801639250721e-08 0.10510162596732099 7.333801357265305e-05 1.5926700549978041 0.00043501590178019064']
['59492.026958384726 1.6974119062239073 0.0004287562348683343 0.18707504583606652 0.00013038374685872095 3.72173978424411e-05 2.5939022264259773e-08 0.10522971328278742 7.334085760803053e-05 1.5921821929411197 0.0004349836667429613']
['59492.02699386493 1.6978418238531479 0.00042880092516989383 0.18693311805092244 0.00013054888503301985 3.718916220673139e-05 2.5971875460175827e-08 0.10514987890364386 7.343374783107366e-05 1.592691944949504 0.00043504338720071884']
['59492.02702934514 1.6979152997640359 0.000428776761597773 0.18717207705518896 0.000130385255958903 3.723670159013806e-05 2.5939322490201768e-08 0.10528429334354378 7.334170647688294e-05 1.592631006420492 0.0004350040427343345']
['59492.02706482535 1.6978211728248018 0.0004288411499558744 0.18700015368239217 0.0001304011150679162 3.720249852187101e-05 2.5942477559692374e-08 0.10518758644634559 7.335062722570286e-05 1.5926335863784562 0.0004350690133873944']
['59492.02710030555 1.6971374856275012 0.0004287275802877801 0.18717025718244878 0.0001303821123351019 3.7236339537960065e-05 2.593869708611781e-08 0.10528326966512744 7.333993818849481e-05 1.5918542159623739 0.0004349552673929897']
['59492.027135785764 1.696543173627962 0.00042868946137637336 0.18670879077861277 0.0001303703650113953 3.7144533713908384e-05 2.5936360030322804e-08 0.10502369481296968 7.333333031890986e-05 1.5915194788149922 0.00043491658008269524']
['59492.027171265974 1.697406043545466 0.0004287586748643976 0.18696302075061216 0.0001303741680786441 3.719511115981566e-05 2.5937116626512247e-08 0.10516669917221934 7.33354695442373e-05 1.5922393443732468 0.00043498516338462396']
['59492.02720674618 1.697334233108532 0.0004287498204052669 0.1871174042690491 0.0001303796226240227 3.722582478492961e-05 2.59382017738364e-08 0.10525353990134012 7.333853772601276e-05 1.5920806932071918 0.0004349769529680146']
['59492.02724222639 1.6971050102602487 0.0004287262640433127 0.18713233850336775 0.00013038332003138112 3.722879585644598e-05 2.5938937349658547e-08 0.10526194040814434 7.334061751765187e-05 1.5918430698521044 0.0004349540845404337']
['59492.0272777066 1.6978122214266047 0.00042877126310767523 0.18699596981606048 0.00013043157251478208 3.7201666168111104e-05 2.59485368762207e-08 0.10518523302153401 7.336775953956491e-05 1.5926269884050708 0.00043500301631920515']
['59492.02731318681 1.6967268508245545 0.00042867963645337455 0.1869550623543802 0.00013037879124486637 3.7193527887191406e-05 2.593803637620851e-08 0.10516222257433885 7.333807007523733e-05 1.5915646282502156 0.000434907695071216']
['59492.02734866701 1.6975719793750939 0.00042875260161222045 0.18684314675608965 0.0001303760937916386 3.7171262986345124e-05 2.5937499734939813e-08 0.10509927005030043 7.33365527577967e-05 1.5924727093247935 0.00043497935969381867']
['59492.02738414722 1.696941825164159 0.00042871544161347775 0.18722604816369948 0.00013039538266880805 3.724743880101756e-05 2.5941337135125074e-08 0.10531465209208096 7.334740275120451e-05 1.5916271730720781 0.00043494456125831325']
['59492.02741962743 1.6975046470754869 0.00042876952326183237 0.18723222132062262 0.00013038343376232117 3.724866691156606e-05 2.5938959975710164e-08 0.10531812449285022 7.334068149130566e-05 1.5921865225826366 0.0004349967352058957']
['59492.027455107636 1.6974626189477906 0.00042873876917209935 0.18746808103385848 0.000130389342692823 3.7295589710613215e-05 2.5940135520082355e-08 0.1054507955815454 7.334400526471294e-05 1.5920118233662452 0.0004349669818497456']
['59492.02749058785 1.697481351309432 0.0004287650029203766 0.18704483719301307 0.0001303801613480165 3.721138802385853e-05 2.5938308949569623e-08 0.10521272092106984 7.333884075825929e-05 1.5922686303883622 0.0004349919692282559']
['59492.02752606806 1.6969246743325495 0.0004287054923073921 0.1869171979191378 0.0001303781048006616 3.718599499714614e-05 2.5937899812473078e-08 0.10514092382951501 7.333768395037215e-05 1.5917837505030343 0.0004349331155726454']
['59492.02756154826 1.697063953493593 0.0004287448217282573 0.1866791984543169 0.00013037355270527327 3.71386465080468e-05 2.5936994201869978e-08 0.10500704913055324 7.33351233967162e-05 1.5920569043630397 0.00043497145019231635']
['59492.02759702847 1.6973611452806336 0.0004287604790756281 0.18696296726143039 0.00013037289295419587 3.7195100518481057e-05 2.593686294856351e-08 0.10516666908455459 7.333475228673518e-05 1.5921944761960791 0.00043498682084646995']
['59492.02763250868 1.6975712142429864 0.0004287604735617985 0.18701362512923034 0.00013038104681875243 3.720517858106463e-05 2.5938485108375357e-08 0.10519516413519206 7.333933883554824e-05 1.5923760501077944 0.0004349875886847498']
['59492.02766798889 1.6977859603355565 0.00042876016663282476 0.1870212074108858 0.00013037927160467486 3.720668702807135e-05 2.593813194075599e-08 0.10519942916862325 7.333834027762961e-05 1.5925865311669332 0.00043498711779279745']
['59492.027703469095 1.6975565605235174 0.000428750312867906 0.18754958323155024 0.0001303953614257969 3.731180405765758e-05 2.5941332908962286e-08 0.105496640567747 7.334739080201075e-05 1.5920599199557703 0.0004349789311240145']
['59492.027738949306 1.6971637392131596 0.00042872269598590403 0.18683659600727462 0.00013037778619234857 3.716995975627654e-05 2.593783642736317e-08 0.10509558525409196 7.333750473319607e-05 1.5920681539590675 0.0004349500427105548']
['59492.027774429516 1.6973739551293767 0.0004287537801930009 0.18691469400423089 0.0001303730788470117 3.7185496859103e-05 2.5936899930764163e-08 0.10513951537737987 7.333485685144407e-05 1.592234439751997 0.0004349802354811192']
['59492.02780990972 1.697350633365233 0.00042873432318055665 0.18696643394484472 0.00013037943483395394 3.719579019323296e-05 2.593816441418927e-08 0.10516861909397515 7.333843209409909e-05 1.592182014271258 0.0004349616597990112']
['59492.02784538993 1.6974805294619615 0.00042874772937465566 0.18697022256329177 0.00013037746982157521 3.719654391492463e-05 2.593777348739763e-08 0.1051707501918516 7.333732677463606e-05 1.59230977927011 0.0004349746877030579']
['59492.02788087014 1.6981882818465013 0.0004289184128768065 0.18694662263636286 0.00013038202865078635 3.719184885864045e-05 2.593868043765221e-08 0.1051574752329541 7.333989111606731e-05 1.5930308066135472 0.0004351433608980783']
['59492.027916350344 1.6974873501055754 0.0004287411043957682 0.1869535050899956 0.00013038617486001026 3.7193218079285764e-05 2.5939505299768557e-08 0.10516134661312251 7.334222335875576e-05 1.592326003492453 0.00043496898317662674']
['59492.027951830554 1.697318491370782 0.0004287423465738143 0.18681736691741052 0.0001303735498933404 3.7166134250397755e-05 2.593699364245371e-08 0.10508476889104341 7.333512181500397e-05 1.5922337224797385 0.00043496901020330424']
['59492.027987310765 1.6976189262029564 0.00042875842925241183 0.1868896034314223 0.00013038297972132635 3.7180505248243627e-05 2.5938869647124297e-08 0.10512540193017503 7.334042609324607e-05 1.5924935242727813 0.00043498575695594257']
['59492.028022790975 1.6983100030966058 0.0004288273873155478 0.18759547770205248 0.00013039551273825154 3.7320934472458854e-05 2.5941363011618672e-08 0.10552245620740451 7.334747591526649e-05 1.5927875468892014 0.00043505491645885286']
['59492.02805827118 1.6972715644606433 0.0004287307103815527 0.18739963075211408 0.00013038816651154736 3.7281971959743644e-05 2.5939901526252366e-08 0.10541229229806416 7.334334366274539e-05 1.591859272162579 0.0004349589268929911']
['59492.02809375139 1.697558179283663 0.0004287602512860308 0.18693409797425026 0.00013037847101141786 3.718935715628323e-05 2.5937972667788167e-08 0.10515043011051577 7.333788994392254e-05 1.5924077491731472 0.00043498712530865463']
['59492.0281292316 1.6976328870674982 0.0004287814100151554 0.1869345048625386 0.00013037595081287002 3.71894381041362e-05 2.5937471290217592e-08 0.10515065898517795 7.333647233223938e-05 1.59248222808232 0.00043500774217101253']
['59492.0281647118 1.697195806013687 0.00042872620321708984 0.18697270649514341 0.00013037849632685587 3.719703807746525e-05 2.5937977704134538e-08 0.10517214740351817 7.333790418385641e-05 1.5920236586101688 0.000434953567079317']
['59492.02820019201 1.6976733561485347 0.0004287740190731073 0.18714185210604029 0.00013038143114777788 3.723068852756092e-05 2.5938561568205574e-08 0.10526729180964767 7.333955502062505e-05 1.592406064338887 0.00043500097673767203']
['59492.028235672224 1.6973858191600657 0.00042874185124306725 0.18663378478971604 0.000130377120070797 3.712961174654037e-05 2.5937703906691124e-08 0.10498150394421527 7.33371300398233e-05 1.5924043152158505 0.00043496886055189096']
['59492.028271152434 1.697779950411877 0.0004287844997202365 0.18744133663493773 0.00013038864302019048 3.7290269081502885e-05 2.5939996324634838e-08 0.10543575185715245 7.334361169885714e-05 1.5923441985547244 0.00043501199130295965']
['59492.02830663264 1.6973253281254923 0.0004287225835865766 0.18695124076273387 0.00013037583291549673 3.7192767605690164e-05 2.593744783528042e-08 0.1051600729290378 7.33364060149669e-05 1.5921652551964545 0.0004349497466654524']
['59492.02834211285 1.6972665776335312 0.00042873279199476033 0.18688906491027593 0.0001303842339442551 3.7180398112865624e-05 2.593911916684786e-08 0.10512509901203021 7.33411315936435e-05 1.592141478621501 0.0004349606057047679']
['59492.02837759306 1.6983275626690761 0.00042880776527670866 0.18725645178869915 0.00013038416538062962 3.7253487410025817e-05 2.5939105526547972e-08 0.10533175413114326 7.334109302660416e-05 1.5929958085379328 0.00043503449919281333']
['59492.02841307326 1.6977309611246387 0.0004287806148772764 0.1868940904544509 0.00013038403680858633 3.718139791311209e-05 2.593907994795268e-08 0.10512792588062862 7.33410207048298e-05 1.5926030352440101 0.000435007725233198']
['59492.02844855347 1.69775243489279 0.00042876571494046073 0.18733170377968056 0.00013038925132612136 3.7268458317953565e-05 2.5940117343254603e-08 0.10537408337607031 7.334395387094326e-05 1.5923783515167196 0.0004349935331448359']
['59492.02848403368 1.6978236872187296 0.00042877584397232443 0.18754950103264748 0.00013039212822161806 3.731178770470547e-05 2.5940689683428428e-08 0.1054965943308642 7.334557212466016e-05 1.5923270928878654 0.0004350037900116191']
['59492.028519513886 1.6974783162320155 0.0004287425888080109 0.18690926851369438 0.00013037520811443775 3.718441749205602e-05 2.5937323535059188e-08 0.10513646353895309 7.333605456437123e-05 1.5923418526930624 0.0004349694062309021']
['59492.028554994096 1.6971066464158309 0.0004287195907518135 0.18700374436343484 0.00013038048940230973 3.720321286516727e-05 2.5938374213897584e-08 0.10518960620443209 7.333902528879922e-05 1.5919170402113987 0.0004349472383228954']
['59492.02859047431 1.6969528923279307 0.00042870719154573296 0.1870508212743231 0.00013038208852119391 3.721257851900897e-05 2.5938692348491347e-08 0.10521608696680673 7.333992479317158e-05 1.591736805361124 0.0004349351683316697']
['59492.02862595452 1.6975279836507324 0.0004287547370680056 0.18712853045425276 0.00013038580017488496 3.722803826914575e-05 2.5939430758531315e-08 0.10525979838051716 7.334201259837279e-05 1.5922681852702152 0.0004349823851263801']
['59492.02866143472 1.6974872796422389 0.0004287486239090326 0.18709808426593535 0.0001303760930224144 3.722198119243447e-05 2.5937499581907518e-08 0.10524267239958862 7.333655232510808e-05 1.5922446072426504 0.000434975438859279']
['59492.02869691493 1.6976717360470093 0.0004287688669686115 0.18709638176947244 0.00013038975473784282 3.722164249152489e-05 2.5940217493834455e-08 0.10524171474532824 7.334423704003657e-05 1.592430021301681 0.00043499668779030024']
['59492.02873239514 1.6972393473912513 0.0004287335737763734 0.18736529536655963 0.00013038845018703544 3.72751411518262e-05 2.5939957961697566e-08 0.1053929786436898 7.334350323020743e-05 1.5918463687475615 0.0004349617761931966']
['59492.028767875345 1.6976359765509543 0.0004287749391412958 0.18692685433339656 0.0001303799732916415 3.7187916079723426e-05 2.5938271536942547e-08 0.10514635556253557 7.333873497654834e-05 1.5924896209884187 0.00043500174537992637']
['59492.028803355555 1.6968843429920348 0.0004287345179529803 0.18699089562249976 0.0001303678883789351 3.7200656689376864e-05 2.5935867319949976e-08 0.10518237878765611 7.333193721315099e-05 1.5917019642043788 0.0004349607567353725']
['59492.028838835766 1.698132296842091 0.0004288099167787284 0.18693894181028123 0.00013038164061192397 3.719032080684305e-05 2.5938603239773386e-08 0.10515315476828319 7.333967284420723e-05 1.592979142073808 0.0004350363804794667']
['59492.02887431597 1.6970978715324416 0.00042873894487389144 0.18684458061568152 0.0001303800278352085 3.7171548243647306e-05 2.5938282388040425e-08 0.10510007659632085 7.333876565730478e-05 1.5919977949361208 0.0004349662715656408']
['59492.02890979618 1.6978603947516748 0.00042878274949724807 0.18683353151827975 0.0001303681891885027 3.716935009556206e-05 2.5935927164111993e-08 0.10509386147903235 7.333210641853277e-05 1.5927665332726424 0.00043500832646996404']
['59492.02894527639 1.697470997732649 0.00042875849069591446 0.18696933836480062 0.0001303778853671134 3.719636800922396e-05 2.5937856157555736e-08 0.10517025283020034 7.33375605190013e-05 1.5923007449024487 0.00043498533438119123']
['59492.0289807566 1.697661651614635 0.0004287637613331873 0.18718610528710983 0.00013038665045356305 3.7239492418204364e-05 2.5939599916099594e-08 0.10529218422399926 7.33424908801292e-05 1.5923694673906357 0.0004349913608349989']
['59492.029016236804 1.6978800060395831 0.00042876084117335204 0.18713591097118537 0.00013041616285474155 3.722950657633625e-05 2.5945471221762182e-08 0.10526394992129176 7.335909160579211e-05 1.5926160561182914 0.0004349912818033339']
['59492.029051717014 1.6978486154149315 0.00042877317344121204 0.18679954488298636 0.00013036463944426943 3.716258866930455e-05 2.5935220964935193e-08 0.10507474399667982 7.333010968740155e-05 1.5927738714182516 0.0004349985508592115']
['59492.029087197225 1.6975266859775144 0.0004287492533534079 0.1874210748016643 0.0001303900993441628 3.7286238117850926e-05 2.5940286051083513e-08 0.10542435457593616 7.334443088109157e-05 1.5921023314015783 0.0004349773876793781']
['59492.02912267743 1.697054692548905 0.00042872763739320116 0.18717151995432324 0.00013038409149851644 3.7236590758442335e-05 2.593909082816857e-08 0.10528397997430682 7.334105146791549e-05 1.5917707125745981 0.00043495551139763203']
['59492.02915815764 1.6972960739913812 0.0004287341325701413 0.18745083154079503 0.00013050276508047386 3.729215803300462e-05 2.5962700187147254e-08 0.1054410927416972 7.340780535776654e-05 1.591854981249684 0.000434973174251143']
['59492.02919363785 1.6970250419537283 0.00042872051411515686 0.18699742850785264 0.00013038314595895814 3.7201956365622565e-05 2.5938902719050332e-08 0.1051860535356671 7.334051960191394e-05 1.5918389884180613 0.00043494840043233074']
['59492.02922911805 1.6980832706172189 0.0004287956664642859 0.18752698861188438 0.00013039480779729448 3.73073090008987e-05 2.594122276807129e-08 0.10548393109418495 7.334707938597814e-05 1.592599339523034 0.0004350235828469579']
['59492.02926459826 1.6978587871844222 0.00042876953026145265 0.18724329288924596 0.00013038537918786205 3.725086953015879e-05 2.5939347005824225e-08 0.10532435225020086 7.334177579317241e-05 1.5925344349342214 0.0004349969266065253']
['59492.02930007847 1.6980349096102847 0.0004287796344543278 0.18718588984547613 0.00013037951324596132 3.7239449557453174e-05 2.5938180013762484e-08 0.10529206303808031 7.333847620085324e-05 1.5927428465722044 0.0004350063298553828']
['59492.029335558684 1.6971736143502223 0.00042872737836185845 0.18698819713063247 0.00013038163996908486 3.7200119841477395e-05 2.593860311188461e-08 0.10518086088598075 7.333967248261023e-05 1.5919927534642415 0.00043495502355633126']
['59492.02937103889 1.697512850837236 0.0004287510220888005 0.18713618146410135 0.00013037215677262694 3.722956038919206e-05 2.593671648989387e-08 0.105264102073557 7.333433818460265e-05 1.592248748763679 0.00043497742941348667']
['59492.0294065191 1.6974347227531374 0.0004287217265489179 0.18711560068144117 0.00013039502174104603 3.722546597257573e-05 2.5941265330828294e-08 0.10525252538331066 7.334719972933839e-05 1.5921821973698267 0.00043495072194815423']
['59492.02944199931 1.6979435743650062 0.0004287798011578939 0.1871101199786713 0.00013037996443811118 3.722437562140392e-05 2.5938269775588653e-08 0.1052494424880026 7.333872999643753e-05 1.5926941318770036 0.0004350065369606454']
['59492.02947747951 1.6972769912185124 0.00042872908415126975 0.1872071653418514 0.00013044277892641662 3.724368218297175e-05 2.5950766320978153e-08 0.1053040305047914 7.337406314610935e-05 1.591972960713721 0.00043496250498147054']
['59492.02951295972 1.6976750204925795 0.0004287493283888159 0.18712053808183715 0.00013038239795087946 3.722644823717453e-05 2.5938753907571337e-08 0.10525530267103338 7.334009884736969e-05 1.592419717821546 0.00043497673120846666']
['59492.02954843993 1.697668985674743 0.00042877810741724404 0.186903430875979 0.00013037438639970216 3.718325613093304e-05 2.5937160060106713e-08 0.10513317986773818 7.333559234983246e-05 1.5925358058070047 0.0004350043384905655']
['59492.029583920135 1.6965503699808568 0.0004286617126846096 0.18688946876718837 0.00013038383783611353 3.718047845764552e-05 2.593904036363695e-08 0.10512532618154345 7.334090878281385e-05 1.5914250437993134 0.000434890506705759']
['59492.029619400346 1.697032474168675 0.0004287114410564531 0.18712545239248204 0.0001303740122538825 3.7227425908213314e-05 2.5937085626160917e-08 0.10525806697077116 7.33353818928089e-05 1.5917744071979039 0.00043493859098735395']
['59492.029654880556 1.6970360743422894 0.0004286941949935034 0.18720115123708841 0.00013037746905103522 3.724248571484512e-05 2.593777333410357e-08 0.10530064757086222 7.33373263412073e-05 1.5917354267714272 0.0004349219197235346']
['59492.02969036077 1.6975370788027448 0.00042875771214932154 0.18739005638714076 0.00013039150916029462 3.728006720035306e-05 2.59405665250913e-08 0.10540690671776667 7.334522390266572e-05 1.592130172084978 0.0004349858590768815']
['59492.02972584097 1.6980879611381388 0.0004287990678758005 0.18697425087981223 0.00013037063260730482 3.719734532303285e-05 2.593641326683749e-08 0.10517301611989438 7.333348084160896e-05 1.5929149450182445 0.00043502464300715425']
['59492.02976132118 1.6975833889472955 0.00042875442504998284 0.18675651543482114 0.00013037957316356765 3.7154028232587035e-05 2.593819193399152e-08 0.10505053993208688 7.333850990450681e-05 1.5925328490152086 0.000434981487002556']
['59492.02979680139 1.6971511350764057 0.00042874428545603386 0.18703095606806092 0.0001304036281981531 3.720862646179376e-05 2.5942977531067167e-08 0.10520491278828425 7.335204086146112e-05 1.5919462222881213 0.0004349737741631632']
['59492.029832281594 1.6979386988543954 0.00042877401389817524 0.1870617528850651 0.00013040689068338884 3.7214753293865904e-05 2.594362658188221e-08 0.1052222359978491 7.335387600940622e-05 1.5927164628565462 0.00043500338633159616']
['59492.029867761805 1.6979218584398448 0.000428768285859788 0.18732418559870567 0.000130411089270124 3.726696262337205e-05 2.5944461864173333e-08 0.10536985439927193 7.335623771444473e-05 1.5925520040405727 0.0004349981385830967']
['59492.029903242015 1.6980258950050524 0.00042881115019934853 0.1870713348028932 0.0001304099127152262 3.721665955584921e-05 2.5944227796013582e-08 0.10522762582662742 7.335557590231475e-05 1.592798269178425 0.0004350402775045645']
['59492.029938722226 1.6976750052972631 0.0004288052522876703 0.18744376500586413 0.0001304153011983683 3.7290752190548634e-05 2.594529980067337e-08 0.10543711781579856 7.335860692408216e-05 1.5922378874814647 0.0004350349751449124']
['59492.02997420243 1.6984977663687264 0.0004288506347510113 0.18678145444272562 0.00013039034919528795 3.7158989690566796e-05 2.5940335757385518e-08 0.10506456812403316 7.334457142234947e-05 1.5934331982446932 0.0004350773414962832']
['59492.03000968264 1.697715203780228 0.00042876080641968475 0.18671090685692654 0.00013039240490283447 3.714495469431289e-05 2.594074472740749e-08 0.10502488510702117 7.334572775784438e-05 1.5926903186732069 0.0004349889940009818']
['59492.03004516285 1.6977296138219153 0.0004287680597761612 0.18708047949734893 0.00013040000033255546 3.721847883500633e-05 2.5942255790138747e-08 0.10523276971725877 7.335000018706245e-05 1.5924968441046565 0.0004349968639101388']
['59492.03008064305 1.6977581667636281 0.0004287815161813895 0.18717309280985386 0.00013040004185426062 3.723690366810792e-05 2.5942264050619522e-08 0.1052848647055428 7.33500235430216e-05 1.5924733020580852 0.00043501013157462554']
['59492.030116123264 1.6975402288635304 0.0004287782885912877 0.18690292125150287 0.0001303987503818886 3.718315474436492e-05 2.594200712035468e-08 0.10513289320397036 7.334929708981232e-05 1.59240733565956 0.00043500682770600637']
['59492.030151603474 1.6976513670628404 0.00042877376746244594 0.1870319497040131 0.00013040253291402766 3.720882413938555e-05 2.594275963121385e-08 0.10520547170850737 7.335142476414055e-05 1.592445895354333 0.000435002730082087']
['59492.03018708368 1.6972803837232397 0.00042876184835284256 0.18671762613426596 0.0001304004546652401 3.714629145206611e-05 2.5942346176754457e-08 0.10502866470052459 7.335025574919756e-05 1.5922517190227152 0.00043499078452470535']
['59492.03022256389 1.6970938336570656 0.00042870595959165525 0.18732142161552967 0.00013041132062889107 3.7266412746390694e-05 2.5944507891537594e-08 0.10536829965873543 7.335636785375122e-05 1.59172553399833 0.0004349367270007177']
['59492.0302580441 1.6978163536471875 0.0004287781200294358 0.1870004028826618 0.0001304574385443392 3.720254809868942e-05 2.5953682759298423e-08 0.10518772662149725 7.338230918119079e-05 1.5926286270256902 0.0004350122291576883']
['59492.03029352431 1.6975202110176157 0.0004287830847181166 0.1870737526537956 0.00013040342968679688 3.721714057200268e-05 2.5942938038487665e-08 0.10522898586776003 7.335192919882324e-05 1.5922912251498558 0.0004350119989811462']
['59492.03032900451 1.6973893953286212 0.0004286950219341965 0.18729401547892324 0.0001304114417003487 3.726096046875074e-05 2.594453197793878e-08 0.10535288370689432 7.335643595644613e-05 1.592036511621727 0.0004349259575231092']
['59492.03036448472 1.6980304517899976 0.0004288078042055936 0.18684072916586453 0.00013040281299658298 3.717078202205175e-05 2.5942815351867793e-08 0.1050979101557988 7.335158231057793e-05 1.5929325416341988 0.0004350363060424821']
['59492.03039996493 1.698081290893766 0.00042880798235040546 0.18728369568773345 0.0001304087396157599 3.7258907411526325e-05 2.594399441529008e-08 0.10534707882435006 7.335491603386493e-05 1.592734212069416 0.0004350370437488755']
['59492.03043544514 1.697309175713146 0.00042881434959874526 0.18681361812280634 0.00013039230402513168 3.716538845140789e-05 2.5940724658426184e-08 0.10508266019407857 7.334567101413656e-05 1.5922265155190674 0.0004350417610739329']
['59492.03047092535 1.6971238565851698 0.00042871329899168547 0.18678564861511 0.00013040151316488498 3.7159824094650736e-05 2.5942556758567887e-08 0.10506692734599936 7.33508511552478e-05 1.5920569292391704 0.0004349430308644267']
['59492.03050640556 1.6974671116283049 0.0004287646312704852 0.18696483151562243 0.00013040369287344107 3.719547140006836e-05 2.594299039780689e-08 0.10516771772753761 7.33520772413106e-05 1.5922993939007672 0.0004349938347426666']
['59492.03054188576 1.697225503724175 0.0004287507104062253 0.18702876353943126 0.00013042582561802863 3.720819027208217e-05 2.5947393567438512e-08 0.10520367949093008 7.33645269101411e-05 1.592021824233245 0.0004349822128347224']
['59492.03057736597 1.6975689262927367 0.00042877223544297567 0.1870727789606323 0.00013040087694073154 3.7216946861902684e-05 2.5942430185794218e-08 0.10522843816535565 7.335049327916149e-05 1.592340488127381 0.00043500106293095756']
['59492.03061284618 1.6976857988003538 0.0004287503432950978 0.18725448512188553 0.0001304046269812 3.7253096154094815e-05 2.5943176232640907e-08 0.1053306478810606 7.335260267692499e-05 1.5923551509192932 0.0004349798399870309']
['59492.03064832639 1.6984082121705675 0.0004288150932079158 0.1871500973621275 0.0001304077946725838 3.7232328869140096e-05 2.5943806424818305e-08 0.10527192976619673 7.335438450332838e-05 1.5931362824043707 0.00043504396316783393']
['59492.030683806595 1.6980669558168513 0.00042887674470840065 0.18710052728616983 0.00013041159551251008 3.722246721586746e-05 2.5944562577896018e-08 0.10524404659847052 7.335652247578691e-05 1.5928229092183808 0.00043510509252526027']
['59492.030719286806 1.6980358085566456 0.00042881341815848516 0.18665101099599934 0.00013038751423235102 3.713303879139126e-05 2.59397717594294e-08 0.10499119368524963 7.334297675569745e-05 1.593044614871396 0.00043504038873666735']
['59492.030754767016 1.6972194550945834 0.0004287744508809527 0.18699910481968846 0.0001304110916208459 3.7202289857266106e-05 2.59444623318346e-08 0.10518699646107474 7.335623903672582e-05 1.5920324586335086 0.0004350042155357529']
['59492.03079024722 1.697674564515626 0.0004287929467606452 0.18710518607880305 0.0001304003806527013 3.7223394053212985e-05 2.5942331452427708e-08 0.10524666716932672 7.335021411714449e-05 1.5924278973462993 0.00043502143062463996']
['59492.03082572743 1.6973833563841942 0.00042876580751211984 0.18728953554709182 0.00013040996018234344 3.7260069214631137e-05 2.594423723929651e-08 0.10535036374523915 7.335560260256818e-05 1.5920329926389551 0.0004349955886267194']
['59492.03086120764 1.6973928422884867 0.0004287655480341829 0.18734429588141427 0.00013042112851831681 3.727096343699711e-05 2.594645910914185e-08 0.10538116643329552 7.33618847915532e-05 1.5920116758551912 0.0004349963923082838']
['59492.030896687844 1.6977356309569098 0.00042878887136333147 0.18720388025928397 0.00013040348385794968 3.724302863656041e-05 2.5942948815496094e-08 0.10530218264584723 7.33519596700967e-05 1.5924334483110627 0.0004350177079067967']
['59492.030932168054 1.6976408193564465 0.00042877421827468927 0.18719952194873496 0.00013040347681485202 3.7242161578226154e-05 2.5942947414316332e-08 0.1052997310961634 7.335195570835425e-05 1.592341088260283 0.00043500326396857215']
['59492.030967648265 1.6977118459321443 0.0004287849155971997 0.18719876925587925 0.00013040665315304124 3.724201183474038e-05 2.5943579326721015e-08 0.10529930770643206 7.33537423985857e-05 1.5924125382257122 0.00043501410938908146']
['59492.031003128475 1.6965047329455505 0.0004286803651129739 0.1866217862174518 0.00013038550985642035 3.7127224706433e-05 2.5939373001507925e-08 0.10497475474731663 7.334184929423645e-05 1.591529978198234 0.00043490905059712326']
['59492.03103860868 1.6973782216085511 0.00042875493064733995 0.18713095391012935 0.00013039784190958817 3.7228520400373405e-05 2.5941826385533087e-08 0.10526116157444775 7.334878607414333e-05 1.5921170600341035 0.00043498371805500457']
['59492.03107408889 1.6970699054934348 0.00042872190089943596 0.18701098642549546 0.00013040008838620162 3.720465362763618e-05 2.594227330785505e-08 0.1051936798643412 7.33500497172384e-05 1.5918762256290937 0.00043495137441367757']
['59492.0311095691 1.6972066568934747 0.00042873817936857887 0.18738689072784293 0.00013041489955517026 3.727943741244631e-05 2.594521989629796e-08 0.10540512603441163 7.335838099978326e-05 1.5918015308590632 0.00043496882475781303']
['59492.0311450493 1.6974603394931094 0.0004287684369408551 0.1872319401609545 0.0001304191605939964 3.7248610976627337e-05 2.5946067603037822e-08 0.10531796634053692 7.336077783412297e-05 1.5921423731525723 0.0004349990531496954']
['59492.03118052951 1.697548820687644 0.00042875701492971354 0.18745482629420993 0.00013041674446082622 3.729295276394513e-05 2.5945586928616315e-08 0.10544333979049308 7.335941875921474e-05 1.5921054808971509 0.0004349875655373708']
['59492.031216009724 1.6972300549246397 0.0004287420905569002 0.18708069520116763 0.0001304034086193921 3.7218521747917563e-05 2.5942933847260655e-08 0.10523289105065678 7.335191734840805e-05 1.591997163873983 0.0004349715898697166']
['59492.03125148993 1.697547193989873 0.00042874561361381266 0.18695635114477402 0.00013040440976922718 3.7193784283893635e-05 2.594313301969194e-08 0.10516294751893537 7.335248049519028e-05 1.5923842464709377 0.0004349751574376197']
['59492.03128697014 1.697560579138583 0.0004287329395976932 0.1873356830503145 0.0001304136068890783 3.726924996869268e-05 2.5944962728550084e-08 0.1053763217158019 7.335765387510655e-05 1.5921842574227811 0.0004349635374122056']
['59492.03132245035 1.6971937103257004 0.00042873031378031065 0.18712606310703556 0.00013041137503348152 3.722754740601332e-05 2.5944518714986963e-08 0.10525841049770748 7.335639845633335e-05 1.591935299827993 0.0004349607374794281']
['59492.03135793056 1.6963502845582688 0.00042867000654471244 0.18725811839191125 0.00013040588141723835 3.7253818970200044e-05 2.5943425794761276e-08 0.10533269159545007 7.335330829719657e-05 1.5910175929628187 0.00043490077299217044']
['59492.03139341076 1.697126115201029 0.0004287191832858624 0.18727066957722927 0.0001304121276186043 3.7256315949181325e-05 2.594466843703995e-08 0.10533975163719146 7.335682178546491e-05 1.5917863635638376 0.0004349498378201345']
['59492.03142889097 1.6984000754828594 0.0004288248215270507 0.1872683260686968 0.00013040926530170108 3.7255849722972427e-05 2.5944098997185143e-08 0.10533843341364195 7.335521173220685e-05 1.5930616420692174 0.00043505369168182425']
['59492.03146437118 1.6978919665501742 0.0004287766144862781 0.18709276850756712 0.00013040474103104673 3.722092365590874e-05 2.594319892213699e-08 0.10523968228550651 7.335266682996378e-05 1.5926522842646675 0.0004350057457797334']
['59492.031499851386 1.6976719970316094 0.00042876270466952213 0.18697870966998617 0.00013040131279918522 3.719823237115334e-05 2.5942516897078457e-08 0.10517552418936722 7.335073844954168e-05 1.5924964728422422 0.00043499170997458896']
['59492.0315353316 1.6971723705916355 0.0004287369683015009 0.18732271128665343 0.00013040822633579013 3.726666931830858e-05 2.5943892301484605e-08 0.10536902509874253 7.335462731388194e-05 1.591803345492893 0.00043496699798573307']
['59492.03157081181 1.6975445223969623 0.0004287770142257397 0.18757312850285196 0.0001304156275135568 3.7316488240550216e-05 2.594536471901744e-08 0.10550988478285421 7.335879047637569e-05 1.5920346376141081 0.00043500717243339444']
['59492.03160629202 1.697465282458193 0.0004287327649535902 0.18722021062549063 0.00013041283370635056 3.724627745969078e-05 2.5944808908733792e-08 0.10531136847683849 7.335721895982219e-05 1.5921539139813545 0.0004349632919204444']
['59492.03164177222 1.6972523786097304 0.00042875204434910004 0.18724412420697428 0.00013040016234151032 3.725103491556597e-05 2.5942288020796235e-08 0.10532481986642303 7.335009131709955e-05 1.5919275587433075 0.0004349810931865424']
['59492.03167725243 1.6980932580725328 0.0004287855281744755 0.18730388761337669 0.00013040159022004606 3.726292446749716e-05 2.5942572088205106e-08 0.10535843678252438 7.33508944987759e-05 1.5927348212900083 0.000435014232980525']
['59492.03171273264 1.6973761422921068 0.00042877954502641116 0.18735920180670432 0.00013041718004514705 3.72739288766112e-05 2.594567358536356e-08 0.10538955101627118 7.335966377539522e-05 1.5919865912758355 0.00043500981425974197']
['59492.031748212845 1.697304353158372 0.00042874203079702484 0.1870077222630252 0.00013040061483586175 3.720400424314593e-05 2.5942378041687173e-08 0.10519184377295168 7.335034584517222e-05 1.5921125093854203 0.00043497126595622767']
['59492.031783693055 1.697706684306196 0.0004287726768118796 0.18705170919498568 0.00013041052349303602 3.7212755165212124e-05 2.5944349306398035e-08 0.10521658642217943 7.335591946483275e-05 1.5924900978840166 0.00043500241298291163']
['59492.031819173266 1.6977920627820384 0.00042877765768560496 0.1870192309999849 0.00013040484466038608 3.720629383361578e-05 2.5943219538538995e-08 0.1051983174374915 7.335272512146716e-05 1.592593745344547 0.0004350067838702051']
['59492.03185465347 1.6981645131204923 0.00042880048212679656 0.18730248498413643 0.00013040315421322668 3.726264542327602e-05 2.5942883234762178e-08 0.10535764780357675 7.335177424494e-05 1.5928068653169156 0.0004350291211597838']
['59492.03189013368 1.6983957809149142 0.0004288238464977198 0.18706036202316675 0.0001304040374472969 3.7214476590683056e-05 2.5943058948597407e-08 0.1052214536380313 7.33522710641045e-05 1.5931743272768828 0.0004350522347895271']
['59492.03192561389 1.6975674751443437 0.0004287639132035913 0.1870440704628243 0.00013040351619503644 3.721123548773408e-05 2.5942955248755096e-08 0.10521228963533867 7.3351977859708e-05 1.592355185509005 0.00043499311020013623']
['59492.0319610941 1.6976112645225379 0.00042877237434236115 0.186913626419155 0.0001304052926692018 3.7185284469800496e-05 2.594330866706096e-08 0.10513891486077467 7.335297712642601e-05 1.5924723496617632 0.0004350016186780181']
['59492.031996574304 1.6976725142451121 0.00042877275564690795 0.18720711898212075 0.00013040314449583944 3.7243672959996386e-05 2.594288130154941e-08 0.10530400442744292 7.335176877890968e-05 1.5923685098176692 0.0004350017907641734']
['59492.032032054514 1.6974673548893677 0.0004287569289480085 0.18676524131661448 0.00013039765405835 3.715576419161235e-05 2.5941789013716683e-08 0.10505544824059564 7.334868040782186e-05 1.592411906648772 0.0004349856699231555']
['59492.032067534725 1.6977769758251293 0.000428770133842241 0.18728011742759137 0.00013040902397471016 3.7258195539289724e-05 2.5944050986705762e-08 0.10534506605302013 7.335507598577445e-05 1.5924319097721091 0.0004349997641930073']
['59492.03210301493 1.6972284805704123 0.00042868964050438033 0.18718802294061349 0.00013040785364546844 3.723987392324717e-05 2.594381815710093e-08 0.10529326290409508 7.335441767557599e-05 1.5919352176663173 0.0004349203127795915']
['59492.03213849514 1.6977288652763107 0.00042878182023792726 0.18738256425146407 0.00013041539297893394 3.727857668731898e-05 2.5945318059836747e-08 0.10540269239144853 7.335865855065034e-05 1.5923261728848621 0.0004350118873673466']
['59492.03217397535 1.6976526260959708 0.0004287523508165882 0.18716729942592297 0.00013040001209766347 3.723575111099563e-05 2.5942258130732618e-08 0.10528160592708166 7.33500068049357e-05 1.5923710201688892 0.00043498138101421635']
['59492.03220945555 1.69774352612293 0.0004287583160432455 0.18715863826109616 0.0001304076212757887 3.723402802700173e-05 2.594377192862199e-08 0.10527673402186657 7.335428696763115e-05 1.5924667921010633 0.0004349879825843114']
['59492.03224493576 1.6981519392290996 0.0004288272180495522 0.18705537047902554 0.00013040846741621025 3.7213483554528387e-05 2.5943940262910286e-08 0.10521864589445186 7.335476292161826e-05 1.5929332933346476 0.0004350559782182116']
fig, axs = plt.subplots(2, 2,figsize=(15,10))
#JWST pipeline: net aperture
dat = ascii.read('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/303050_radii/DataChallengeSimulation_nrca3_level3_asn_phot.ecsv') #call the data
normalized_net_aperture_sum_pipeline = dat['net_aperture_sum'].value/dat['net_aperture_sum'][0].value #normalized net aperture sum
std_net_aperture_sum_pipeline = np.std(normalized_net_aperture_sum_pipeline[0:20]) #calculated standard deviation
relative_error_net_aperture_sum_pipeline = (dat['net_aperture_sum_err'].value/dat['net_aperture_sum'].value)
#MAD:
deviation = normalized_net_aperture_sum_pipeline[0:seg01_len] - np.median(normalized_net_aperture_sum_pipeline[0:seg01_len])
mad = np.median(np.abs(deviation))*1.48
print(style.BOLD+"Pipeline Calculated Net Aperture Sum MAD (ppm):"+style.END + " " +str(mad*10**6))
print(style.BOLD+"Pipeline Calculated Net Aperture Sum std (ppm):"+style.END + " " +str(std_net_aperture_sum_pipeline*10**6))
print(style.BOLD+"Median Relative Errors Net Aperture Sum (ppm):"+style.END + " " +str(np.median(relative_error_net_aperture_sum_pipeline)*10**6))
axs[0,0].errorbar(dat['MJD'],normalized_net_aperture_sum_pipeline,yerr=relative_error_net_aperture_sum_pipeline,color='navy',fmt='.',markersize=4,elinewidth=1,ecolor='silver',label='Pipeline')
axs[0,0].set_title("Net Aperture Sum")
axs[0,0].set_xlabel("Time (MJD)")
axs[0,0].set_ylabel("Normalized Flux")
axs[0,0].legend()
#JWST pipeline: aperature background
normalized_aperture__bkg_pipeline = dat['aperture_bkg'].value/dat['aperture_bkg'][0].value #normalized aperture bkg
std_aperture_bkg_pipeline = np.std(normalized_aperture__bkg_pipeline[0:20]) #calculated standard deviation
relative_error_aperture_bkg_pipeline = (dat['aperture_bkg_err'].value/dat['aperture_bkg'].value)
print(style.BOLD+"Pipeline Calculated Aperture Background std (ppm):"+style.END + " " +str(std_aperture_bkg_pipeline*10**6))
print(style.BOLD+"Median Relative Errors Aperture Background (ppm):"+style.END + " " +str(np.median(relative_error_aperture_bkg_pipeline)*10**6))
axs[0,1].errorbar(dat['MJD'],normalized_aperture__bkg_pipeline,yerr=relative_error_aperture_bkg_pipeline,color='darkred',fmt='.',markersize=4,elinewidth=1,ecolor='silver',label='Pipeline')
axs[0,1].set_title("Aperture Background")
axs[0,1].set_xlabel("Time (MJD)")
axs[0,1].set_ylabel("Normalized Flux")
axs[0,1].legend()
#JWST pipeline: annulus mean
normalized_annulus_mean_pipeline = dat['annulus_mean'].value/dat['annulus_mean'][0].value #normalized annulus mean
std_annulus_mean_pipeline = np.std(normalized_annulus_mean_pipeline[0:20]) #calculated standard deviation
relative_error_annulus_mean_pipeline = (dat['annulus_mean_err'].value/dat['annulus_mean'].value)
print(style.BOLD+"Pipeline Calculated Annulus Mean std (ppm):"+style.END + " " +str(std_annulus_mean_pipeline*10**6))
print(style.BOLD+"Median Relative Errors Annulus Mean (ppm):"+style.END + " " +str(np.median(relative_error_annulus_mean_pipeline)*10**6))
axs[1,0].errorbar(dat['MJD'],normalized_annulus_mean_pipeline,yerr=relative_error_annulus_mean_pipeline,color ='darkgreen',fmt='.',markersize=4,elinewidth=1,ecolor='silver',label='Pipeline')
axs[1,0].set_title("Annulus Mean")
axs[1,0].set_xlabel("Time (MJD)")
axs[1,0].set_ylabel("Normalized Flux")
axs[1,0].legend()
#JWST pipeline: annulus sum
normalized_annulus_sum_pipeline = dat['annulus_sum'].value/dat['annulus_sum'][0].value #normalized annulus sum
std_annulus_sum_pipeline = np.std(normalized_annulus_sum_pipeline[0:20]) #calculated standard deviation
relative_error_annulus_sum_pipeline = (dat['annulus_sum_err'].value/dat['annulus_sum'].value)
print(style.BOLD+"Pipeline Calculated Annulus Sum std (ppm):"+style.END + " " +str(std_annulus_sum_pipeline*10**6))
print(style.BOLD+"Median Relative Errors Annulus Sum (ppm):"+style.END + " " +str(np.median(relative_error_annulus_sum_pipeline)*10**6))
axs[1,1].errorbar(dat['MJD'],normalized_annulus_sum_pipeline,yerr=relative_error_annulus_sum_pipeline,color = 'indigo',fmt='.',markersize=4,elinewidth=1,ecolor='silver',label='Pipeline')
axs[1,1].set_title("Annulus Sum")
axs[1,1].set_xlabel("Time (MJD)")
axs[1,1].set_ylabel("Normalized Flux")
axs[1,1].legend()
Pipeline Calculated Net Aperture Sum MAD (ppm): 278.4884613960159 Pipeline Calculated Net Aperture Sum std (ppm): 320.3846479586116 Median Relative Errors Net Aperture Sum (ppm): 273.2672168376135 Pipeline Calculated Aperture Background std (ppm): 1461.022618036331 Median Relative Errors Aperture Background (ppm): 697.8043792435237 Pipeline Calculated Annulus Mean std (ppm): 1461.0226180363281 Median Relative Errors Annulus Mean (ppm): 697.8043792435237 Pipeline Calculated Annulus Sum std (ppm): 1461.0226180363547 Median Relative Errors Annulus Sum (ppm): 697.8043792435237
<matplotlib.legend.Legend at 0x7f9536293100>
phot = phot_pipeline.phot(paramFile='/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/DataChallengeSimulation_NRCA3_ROEBA_phot_pipeline.yaml') #create a photometric object
alteredParam = deepcopy(phot.param)
alteredParam['srcGeometry']='Circular'
alteredParam['bkgGeometry'] = 'CircularAnnulus' #Changing the outer radius
alteredParam['apRadius'] = 30 #Changing the source radius
alteredParam['backStart'] = 30 #Changing the inner radius
alteredParam['backEnd'] = 50 #Changing the outer radius
alteredParam['doCentering'] = True
alteredParam['srcNameShort'] = 'GJ436_phot2' #provide a new name for centroid realignment
#Assignimg a object new phot2
phot2 = phot_pipeline.phot(directParam=alteredParam) #create new photometric object
#Assignimg a object phot
phot2.showStarChoices(showAps=True,showPlot=True,apColor='red',backColor='pink', figSize=(30,20),xLim=[900,1200]) #Plot the source and background subtraction area
phot2.get_allimg_cen(recenter=True,useMultiprocessing=True) #recenter the centroids each time.
phot2.do_phot(useMultiprocessing=True) #extract the photometric data
0%| | 0/2198 [00:00<?, ?it/s]2022-05-25 17:31:45,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
0%| | 1/2198 [00:00<15:37, 2.34it/s]2022-05-25 17:31:45,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▏ | 11/2198 [00:00<02:10, 16.74it/s]2022-05-25 17:31:45,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,860 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:45,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▍ | 21/2198 [00:01<01:43, 21.08it/s]2022-05-25 17:31:46,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,372 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,411 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,490 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▌ | 31/2198 [00:01<01:26, 25.14it/s]2022-05-25 17:31:46,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▋ | 38/2198 [00:01<01:09, 31.00it/s]2022-05-25 17:31:46,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,860 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▊ | 42/2198 [00:01<01:23, 25.68it/s]2022-05-25 17:31:46,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,918 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:46,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▉ | 51/2198 [00:02<01:18, 27.29it/s]2022-05-25 17:31:47,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█ | 57/2198 [00:02<01:06, 31.98it/s]2022-05-25 17:31:47,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█▏ | 62/2198 [00:02<01:18, 27.08it/s]2022-05-25 17:31:47,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,545 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█▎ | 71/2198 [00:02<01:15, 28.02it/s]2022-05-25 17:31:47,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▍ | 78/2198 [00:02<01:03, 33.49it/s]2022-05-25 17:31:47,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:47,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,224 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▌ | 83/2198 [00:03<01:17, 27.29it/s]2022-05-25 17:31:48,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,474 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,490 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▋ | 91/2198 [00:03<01:12, 28.90it/s]2022-05-25 17:31:48,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,579 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▊ | 95/2198 [00:03<01:10, 29.82it/s]2022-05-25 17:31:48,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|█▊ | 101/2198 [00:03<01:12, 29.07it/s]2022-05-25 17:31:48,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|█▉ | 105/2198 [00:03<01:10, 29.67it/s]2022-05-25 17:31:48,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:48,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,086 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|██ | 111/2198 [00:04<01:12, 28.85it/s]2022-05-25 17:31:49,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|██ | 115/2198 [00:04<01:09, 30.01it/s]2022-05-25 17:31:49,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,490 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▏ | 121/2198 [00:04<01:10, 29.26it/s]2022-05-25 17:31:49,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▎ | 125/2198 [00:04<01:09, 29.91it/s]2022-05-25 17:31:49,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▍ | 131/2198 [00:04<01:10, 29.41it/s]2022-05-25 17:31:49,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▍ | 135/2198 [00:04<01:08, 30.24it/s]2022-05-25 17:31:49,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:49,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▌ | 141/2198 [00:05<01:09, 29.79it/s]2022-05-25 17:31:50,169 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▋ | 145/2198 [00:05<01:06, 30.65it/s]2022-05-25 17:31:50,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▋ | 151/2198 [00:05<01:08, 30.03it/s]2022-05-25 17:31:50,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▊ | 155/2198 [00:05<01:07, 30.48it/s]2022-05-25 17:31:50,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▉ | 161/2198 [00:05<01:08, 29.87it/s]2022-05-25 17:31:50,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,960 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:50,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███ | 165/2198 [00:05<01:13, 27.54it/s]2022-05-25 17:31:51,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███ | 171/2198 [00:06<01:05, 30.90it/s]2022-05-25 17:31:51,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,304 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,311 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███▏ | 175/2198 [00:06<01:09, 29.31it/s]2022-05-25 17:31:51,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███▎ | 181/2198 [00:06<01:05, 30.66it/s]2022-05-25 17:31:51,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███▎ | 185/2198 [00:06<01:10, 28.51it/s]2022-05-25 17:31:51,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▍ | 191/2198 [00:06<01:05, 30.77it/s]2022-05-25 17:31:51,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:51,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▌ | 195/2198 [00:06<01:09, 28.67it/s]2022-05-25 17:31:52,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▋ | 201/2198 [00:07<01:04, 31.01it/s]2022-05-25 17:31:52,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▋ | 205/2198 [00:07<01:11, 27.70it/s]2022-05-25 17:31:52,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|███▊ | 211/2198 [00:07<01:03, 31.29it/s]2022-05-25 17:31:52,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|███▉ | 215/2198 [00:07<01:10, 28.27it/s]2022-05-25 17:31:52,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,693 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|████ | 221/2198 [00:07<01:04, 30.66it/s]2022-05-25 17:31:52,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,860 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:52,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|████ | 225/2198 [00:07<01:09, 28.53it/s]2022-05-25 17:31:53,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▏ | 231/2198 [00:08<01:02, 31.71it/s]2022-05-25 17:31:53,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▎ | 235/2198 [00:08<01:10, 27.93it/s]2022-05-25 17:31:53,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▍ | 241/2198 [00:08<01:01, 31.64it/s]2022-05-25 17:31:53,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,563 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▍ | 245/2198 [00:08<01:11, 27.31it/s]2022-05-25 17:31:53,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▌ | 251/2198 [00:08<01:01, 31.76it/s]2022-05-25 17:31:53,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:53,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▋ | 255/2198 [00:08<01:10, 27.74it/s]2022-05-25 17:31:54,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▋ | 261/2198 [00:09<00:59, 32.32it/s]2022-05-25 17:31:54,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▊ | 265/2198 [00:09<01:10, 27.56it/s]2022-05-25 17:31:54,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▉ | 271/2198 [00:09<00:59, 32.64it/s]2022-05-25 17:31:54,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████ | 275/2198 [00:09<01:10, 27.31it/s]2022-05-25 17:31:54,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,739 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,793 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████ | 281/2198 [00:09<00:59, 32.45it/s]2022-05-25 17:31:54,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:54,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████▏ | 285/2198 [00:10<01:10, 27.11it/s]2022-05-25 17:31:55,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████▎ | 291/2198 [00:10<00:59, 32.28it/s]2022-05-25 17:31:55,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,247 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████▎ | 295/2198 [00:10<01:10, 26.97it/s]2022-05-25 17:31:55,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▍ | 301/2198 [00:10<00:58, 32.23it/s]2022-05-25 17:31:55,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▌ | 305/2198 [00:10<01:11, 26.64it/s]2022-05-25 17:31:55,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▋ | 311/2198 [00:10<01:00, 31.37it/s]2022-05-25 17:31:55,918 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,947 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:55,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,061 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▋ | 315/2198 [00:11<01:10, 26.74it/s]2022-05-25 17:31:56,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|█████▊ | 320/2198 [00:11<01:01, 30.68it/s]2022-05-25 17:31:56,224 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|█████▉ | 324/2198 [00:11<01:02, 29.78it/s]2022-05-25 17:31:56,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|█████▉ | 328/2198 [00:11<01:01, 30.65it/s]2022-05-25 17:31:56,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,535 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|██████ | 332/2198 [00:11<01:02, 29.98it/s]2022-05-25 17:31:56,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,726 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|██████ | 336/2198 [00:11<01:06, 27.89it/s]2022-05-25 17:31:56,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▏ | 341/2198 [00:11<00:58, 31.59it/s]2022-05-25 17:31:56,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:56,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▎ | 345/2198 [00:12<01:10, 26.46it/s]2022-05-25 17:31:57,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▍ | 351/2198 [00:12<00:58, 31.77it/s]2022-05-25 17:31:57,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▍ | 355/2198 [00:12<01:08, 27.04it/s]2022-05-25 17:31:57,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,486 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▌ | 361/2198 [00:12<00:57, 32.13it/s]2022-05-25 17:31:57,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▋ | 365/2198 [00:12<01:06, 27.62it/s]2022-05-25 17:31:57,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,860 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,860 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▋ | 370/2198 [00:12<00:56, 32.09it/s]2022-05-25 17:31:57,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:57,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▊ | 374/2198 [00:13<01:03, 28.84it/s]2022-05-25 17:31:58,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▉ | 378/2198 [00:13<01:00, 29.94it/s]2022-05-25 17:31:58,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▉ | 382/2198 [00:13<00:56, 32.03it/s]2022-05-25 17:31:58,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████ | 386/2198 [00:13<01:01, 29.45it/s]2022-05-25 17:31:58,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████ | 390/2198 [00:13<00:57, 31.43it/s]2022-05-25 17:31:58,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████▏ | 394/2198 [00:13<01:03, 28.54it/s]2022-05-25 17:31:58,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████▏ | 398/2198 [00:13<01:02, 28.94it/s]2022-05-25 17:31:58,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:58,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████▎ | 403/2198 [00:13<00:58, 30.48it/s]2022-05-25 17:31:59,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▍ | 407/2198 [00:14<00:58, 30.41it/s]2022-05-25 17:31:59,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▍ | 411/2198 [00:14<00:55, 32.08it/s]2022-05-25 17:31:59,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▌ | 415/2198 [00:14<01:02, 28.38it/s]2022-05-25 17:31:59,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▌ | 418/2198 [00:14<01:03, 28.12it/s]2022-05-25 17:31:59,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,569 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▋ | 423/2198 [00:14<00:57, 31.03it/s]2022-05-25 17:31:59,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,717 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▊ | 427/2198 [00:14<00:58, 30.45it/s]2022-05-25 17:31:59,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|███████▊ | 431/2198 [00:14<00:56, 31.29it/s]2022-05-25 17:31:59,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:31:59,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|███████▉ | 435/2198 [00:15<01:01, 28.76it/s]2022-05-25 17:32:00,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,188 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|███████▉ | 438/2198 [00:15<01:04, 27.15it/s]2022-05-25 17:32:00,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|████████ | 441/2198 [00:15<01:04, 27.37it/s]2022-05-25 17:32:00,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|████████ | 446/2198 [00:15<00:53, 32.63it/s]2022-05-25 17:32:00,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|████████▏ | 450/2198 [00:15<00:59, 29.26it/s]2022-05-25 17:32:00,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,739 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▎ | 455/2198 [00:15<00:57, 30.17it/s]2022-05-25 17:32:00,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▎ | 459/2198 [00:15<01:00, 28.86it/s]2022-05-25 17:32:00,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,918 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:00,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▍ | 464/2198 [00:15<00:53, 32.20it/s]2022-05-25 17:32:01,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▌ | 468/2198 [00:16<01:05, 26.34it/s]2022-05-25 17:32:01,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▋ | 474/2198 [00:16<00:53, 32.42it/s]2022-05-25 17:32:01,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▋ | 478/2198 [00:16<01:05, 26.31it/s]2022-05-25 17:32:01,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,657 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▊ | 484/2198 [00:16<00:52, 32.67it/s]2022-05-25 17:32:01,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▉ | 488/2198 [00:16<01:07, 25.31it/s]2022-05-25 17:32:01,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:01,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████ | 495/2198 [00:17<00:59, 28.81it/s]2022-05-25 17:32:02,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████ | 499/2198 [00:17<01:00, 28.07it/s]2022-05-25 17:32:02,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████▏ | 505/2198 [00:17<00:57, 29.53it/s]2022-05-25 17:32:02,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████▎ | 509/2198 [00:17<01:02, 27.10it/s]2022-05-25 17:32:02,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,716 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████▎ | 515/2198 [00:17<00:54, 30.88it/s]2022-05-25 17:32:02,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:02,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▍ | 519/2198 [00:17<01:01, 27.24it/s]2022-05-25 17:32:03,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,061 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▌ | 525/2198 [00:18<00:53, 31.43it/s]2022-05-25 17:32:03,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▋ | 529/2198 [00:18<01:00, 27.69it/s]2022-05-25 17:32:03,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▋ | 535/2198 [00:18<00:52, 31.62it/s]2022-05-25 17:32:03,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|█████████▊ | 539/2198 [00:18<00:59, 27.88it/s]2022-05-25 17:32:03,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,693 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|█████████▉ | 545/2198 [00:18<00:51, 31.84it/s]2022-05-25 17:32:03,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:03,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|█████████▉ | 549/2198 [00:18<00:58, 27.95it/s]2022-05-25 17:32:04,019 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|██████████ | 553/2198 [00:19<00:54, 30.03it/s]2022-05-25 17:32:04,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|██████████▏ | 558/2198 [00:19<00:57, 28.65it/s]2022-05-25 17:32:04,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▏ | 562/2198 [00:19<00:53, 30.43it/s]2022-05-25 17:32:04,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▎ | 566/2198 [00:19<00:53, 30.30it/s]2022-05-25 17:32:04,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▎ | 570/2198 [00:19<00:56, 28.89it/s]2022-05-25 17:32:04,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▍ | 574/2198 [00:19<00:52, 30.77it/s]2022-05-25 17:32:04,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,960 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▌ | 578/2198 [00:19<00:55, 29.28it/s]2022-05-25 17:32:04,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:04,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▌ | 582/2198 [00:20<00:53, 30.27it/s]2022-05-25 17:32:05,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▋ | 586/2198 [00:20<00:52, 30.66it/s]2022-05-25 17:32:05,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,360 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▋ | 590/2198 [00:20<00:58, 27.63it/s]2022-05-25 17:32:05,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▊ | 595/2198 [00:20<00:50, 31.87it/s]2022-05-25 17:32:05,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▉ | 599/2198 [00:20<00:58, 27.41it/s]2022-05-25 17:32:05,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,726 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▉ | 603/2198 [00:20<00:53, 29.94it/s]2022-05-25 17:32:05,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████ | 608/2198 [00:20<00:53, 29.94it/s]2022-05-25 17:32:05,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:05,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████▏ | 612/2198 [00:21<00:51, 30.92it/s]2022-05-25 17:32:06,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████▏ | 616/2198 [00:21<00:50, 31.47it/s]2022-05-25 17:32:06,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████▎ | 620/2198 [00:21<00:55, 28.51it/s]2022-05-25 17:32:06,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████▎ | 624/2198 [00:21<00:51, 30.79it/s]2022-05-25 17:32:06,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▍ | 628/2198 [00:21<00:53, 29.47it/s]2022-05-25 17:32:06,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,717 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▌ | 632/2198 [00:21<00:51, 30.31it/s]2022-05-25 17:32:06,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▌ | 636/2198 [00:21<00:50, 30.99it/s]2022-05-25 17:32:06,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:06,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▋ | 640/2198 [00:22<00:55, 28.30it/s]2022-05-25 17:32:07,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▋ | 644/2198 [00:22<00:50, 31.01it/s]2022-05-25 17:32:07,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▊ | 648/2198 [00:22<00:51, 30.01it/s]2022-05-25 17:32:07,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|███████████▊ | 652/2198 [00:22<00:52, 29.58it/s]2022-05-25 17:32:07,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|███████████▉ | 656/2198 [00:22<00:50, 30.26it/s]2022-05-25 17:32:07,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,717 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|████████████ | 660/2198 [00:22<00:54, 28.42it/s]2022-05-25 17:32:07,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|████████████ | 663/2198 [00:22<00:54, 27.91it/s]2022-05-25 17:32:07,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:07,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|████████████▏ | 668/2198 [00:22<00:48, 31.47it/s]2022-05-25 17:32:08,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▏ | 672/2198 [00:23<00:50, 30.08it/s]2022-05-25 17:32:08,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,198 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▎ | 676/2198 [00:23<00:50, 30.37it/s]2022-05-25 17:32:08,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,247 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,360 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,368 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▎ | 680/2198 [00:23<00:52, 28.65it/s]2022-05-25 17:32:08,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▍ | 683/2198 [00:23<00:52, 28.77it/s]2022-05-25 17:32:08,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▌ | 688/2198 [00:23<00:46, 32.48it/s]2022-05-25 17:32:08,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▌ | 692/2198 [00:23<00:50, 29.87it/s]2022-05-25 17:32:08,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▋ | 696/2198 [00:23<00:49, 30.21it/s]2022-05-25 17:32:08,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:08,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▋ | 700/2198 [00:24<00:53, 28.10it/s]2022-05-25 17:32:09,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▊ | 704/2198 [00:24<00:50, 29.31it/s]2022-05-25 17:32:09,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▉ | 709/2198 [00:24<00:51, 29.19it/s]2022-05-25 17:32:09,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▉ | 712/2198 [00:24<00:50, 29.31it/s]2022-05-25 17:32:09,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████ | 716/2198 [00:24<00:48, 30.51it/s]2022-05-25 17:32:09,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,693 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████ | 720/2198 [00:24<00:54, 26.99it/s]2022-05-25 17:32:09,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████▏ | 725/2198 [00:24<00:47, 30.96it/s]2022-05-25 17:32:09,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:09,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████▎ | 729/2198 [00:24<00:48, 30.52it/s]2022-05-25 17:32:10,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,106 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████▎ | 733/2198 [00:25<00:48, 30.40it/s]2022-05-25 17:32:10,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▍ | 737/2198 [00:25<00:45, 31.83it/s]2022-05-25 17:32:10,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,433 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▍ | 741/2198 [00:25<00:50, 28.97it/s]2022-05-25 17:32:10,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▌ | 745/2198 [00:25<00:47, 30.59it/s]2022-05-25 17:32:10,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▋ | 749/2198 [00:25<00:47, 30.68it/s]2022-05-25 17:32:10,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,717 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▋ | 753/2198 [00:25<00:47, 30.14it/s]2022-05-25 17:32:10,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▊ | 757/2198 [00:25<00:45, 31.85it/s]2022-05-25 17:32:10,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:10,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,086 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|█████████████▊ | 761/2198 [00:26<00:51, 28.09it/s]2022-05-25 17:32:11,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|█████████████▉ | 765/2198 [00:26<00:46, 30.52it/s]2022-05-25 17:32:11,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|█████████████▉ | 769/2198 [00:26<00:47, 30.11it/s]2022-05-25 17:32:11,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|██████████████ | 773/2198 [00:26<00:50, 28.39it/s]2022-05-25 17:32:11,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|██████████████▏ | 778/2198 [00:26<00:46, 30.59it/s]2022-05-25 17:32:11,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▏ | 782/2198 [00:26<00:49, 28.62it/s]2022-05-25 17:32:11,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▎ | 787/2198 [00:26<00:42, 33.00it/s]2022-05-25 17:32:11,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:11,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▍ | 791/2198 [00:27<00:50, 27.75it/s]2022-05-25 17:32:12,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,169 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▍ | 796/2198 [00:27<00:44, 31.41it/s]2022-05-25 17:32:12,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▌ | 800/2198 [00:27<00:48, 28.62it/s]2022-05-25 17:32:12,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▋ | 804/2198 [00:27<00:44, 31.04it/s]2022-05-25 17:32:12,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▋ | 808/2198 [00:27<00:46, 30.17it/s]2022-05-25 17:32:12,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▊ | 812/2198 [00:27<00:47, 29.18it/s]2022-05-25 17:32:12,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▊ | 817/2198 [00:27<00:40, 33.84it/s]2022-05-25 17:32:12,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:12,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▉ | 821/2198 [00:28<00:49, 27.80it/s]2022-05-25 17:32:13,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████ | 825/2198 [00:28<00:46, 29.34it/s]2022-05-25 17:32:13,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████ | 830/2198 [00:28<00:47, 28.51it/s]2022-05-25 17:32:13,455 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████▏ | 835/2198 [00:28<00:44, 30.58it/s]2022-05-25 17:32:13,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████▎ | 839/2198 [00:28<00:42, 32.11it/s]2022-05-25 17:32:13,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████▎ | 843/2198 [00:28<00:46, 29.28it/s]2022-05-25 17:32:13,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▍ | 847/2198 [00:28<00:43, 31.31it/s]2022-05-25 17:32:13,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:13,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,061 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▍ | 851/2198 [00:29<00:49, 27.30it/s]2022-05-25 17:32:14,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▌ | 855/2198 [00:29<00:44, 29.99it/s]2022-05-25 17:32:14,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▋ | 859/2198 [00:29<00:44, 30.42it/s]2022-05-25 17:32:14,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▋ | 863/2198 [00:29<00:44, 29.80it/s]2022-05-25 17:32:14,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▊ | 867/2198 [00:29<00:42, 31.21it/s]2022-05-25 17:32:14,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,693 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|███████████████▊ | 871/2198 [00:29<00:47, 28.01it/s]2022-05-25 17:32:14,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|███████████████▉ | 875/2198 [00:29<00:45, 29.08it/s]2022-05-25 17:32:14,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:14,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|███████████████▉ | 879/2198 [00:29<00:43, 30.01it/s]2022-05-25 17:32:15,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|████████████████ | 883/2198 [00:30<00:42, 30.93it/s]2022-05-25 17:32:15,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|████████████████▏ | 887/2198 [00:30<00:41, 31.64it/s]2022-05-25 17:32:15,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▏ | 891/2198 [00:30<00:45, 28.89it/s]2022-05-25 17:32:15,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▎ | 894/2198 [00:30<00:46, 28.29it/s]2022-05-25 17:32:15,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▎ | 898/2198 [00:30<00:46, 28.00it/s]2022-05-25 17:32:15,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▍ | 903/2198 [00:30<00:40, 31.95it/s]2022-05-25 17:32:15,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:15,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▌ | 907/2198 [00:30<00:43, 29.47it/s]2022-05-25 17:32:15,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▌ | 911/2198 [00:31<00:42, 30.11it/s]2022-05-25 17:32:16,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▋ | 915/2198 [00:31<00:45, 28.16it/s]2022-05-25 17:32:16,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▋ | 919/2198 [00:31<00:42, 30.44it/s]2022-05-25 17:32:16,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▊ | 923/2198 [00:31<00:40, 31.73it/s]2022-05-25 17:32:16,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▊ | 927/2198 [00:31<00:43, 29.08it/s]2022-05-25 17:32:16,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▉ | 931/2198 [00:31<00:44, 28.73it/s]2022-05-25 17:32:16,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████ | 935/2198 [00:31<00:43, 28.96it/s]2022-05-25 17:32:16,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:16,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████ | 938/2198 [00:32<00:44, 28.26it/s]2022-05-25 17:32:17,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████▏ | 943/2198 [00:32<00:39, 31.64it/s]2022-05-25 17:32:17,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████▏ | 947/2198 [00:32<00:42, 29.40it/s]2022-05-25 17:32:17,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████▎ | 950/2198 [00:32<00:43, 28.68it/s]2022-05-25 17:32:17,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████▎ | 954/2198 [00:32<00:41, 30.14it/s]2022-05-25 17:32:17,563 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▍ | 958/2198 [00:32<00:43, 28.32it/s]2022-05-25 17:32:17,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▌ | 963/2198 [00:32<00:38, 32.05it/s]2022-05-25 17:32:17,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:17,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▌ | 967/2198 [00:32<00:40, 30.34it/s]2022-05-25 17:32:17,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▋ | 971/2198 [00:33<00:42, 28.56it/s]2022-05-25 17:32:18,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▋ | 975/2198 [00:33<00:40, 30.25it/s]2022-05-25 17:32:18,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|█████████████████▊ | 979/2198 [00:33<00:41, 29.36it/s]2022-05-25 17:32:18,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|█████████████████▉ | 984/2198 [00:33<00:40, 30.29it/s]2022-05-25 17:32:18,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|█████████████████▉ | 988/2198 [00:33<00:41, 28.81it/s]2022-05-25 17:32:18,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|██████████████████ | 993/2198 [00:33<00:36, 32.64it/s]2022-05-25 17:32:18,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,918 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:18,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|██████████████████▏ | 997/2198 [00:33<00:40, 29.60it/s]2022-05-25 17:32:19,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,106 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|█████████████████▊ | 1001/2198 [00:34<00:40, 29.64it/s]2022-05-25 17:32:19,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|█████████████████▊ | 1005/2198 [00:34<00:38, 31.32it/s]2022-05-25 17:32:19,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,411 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|█████████████████▉ | 1009/2198 [00:34<00:41, 28.75it/s]2022-05-25 17:32:19,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|█████████████████▉ | 1012/2198 [00:34<00:40, 29.03it/s]2022-05-25 17:32:19,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,569 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|██████████████████ | 1016/2198 [00:34<00:37, 31.75it/s]2022-05-25 17:32:19,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|██████████████████ | 1020/2198 [00:34<00:40, 29.39it/s]2022-05-25 17:32:19,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▏ | 1024/2198 [00:34<00:39, 29.55it/s]2022-05-25 17:32:19,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,960 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:19,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▏ | 1028/2198 [00:35<00:40, 28.95it/s]2022-05-25 17:32:20,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,150 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▎ | 1032/2198 [00:35<00:37, 31.45it/s]2022-05-25 17:32:20,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▍ | 1036/2198 [00:35<00:36, 32.11it/s]2022-05-25 17:32:20,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▍ | 1040/2198 [00:35<00:40, 28.25it/s]2022-05-25 17:32:20,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,542 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▌ | 1044/2198 [00:35<00:40, 28.79it/s]2022-05-25 17:32:20,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▌ | 1047/2198 [00:35<00:41, 27.78it/s]2022-05-25 17:32:20,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▋ | 1052/2198 [00:35<00:34, 32.88it/s]2022-05-25 17:32:20,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▋ | 1056/2198 [00:35<00:35, 32.35it/s]2022-05-25 17:32:20,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:20,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▊ | 1060/2198 [00:36<00:40, 28.22it/s]2022-05-25 17:32:21,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▊ | 1063/2198 [00:36<00:39, 28.39it/s]2022-05-25 17:32:21,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,263 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,263 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|██████████████████▉ | 1067/2198 [00:36<00:40, 28.22it/s]2022-05-25 17:32:21,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████ | 1072/2198 [00:36<00:35, 31.52it/s]2022-05-25 17:32:21,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████ | 1076/2198 [00:36<00:35, 31.92it/s]2022-05-25 17:32:21,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████▏ | 1080/2198 [00:36<00:39, 28.50it/s]2022-05-25 17:32:21,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████▏ | 1084/2198 [00:36<00:39, 27.99it/s]2022-05-25 17:32:21,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:21,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████▎ | 1088/2198 [00:37<00:41, 27.04it/s]2022-05-25 17:32:22,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▍ | 1093/2198 [00:37<00:35, 30.77it/s]2022-05-25 17:32:22,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▍ | 1097/2198 [00:37<00:36, 29.81it/s]2022-05-25 17:32:22,389 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▌ | 1101/2198 [00:37<00:36, 30.27it/s]2022-05-25 17:32:22,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▌ | 1105/2198 [00:37<00:36, 29.74it/s]2022-05-25 17:32:22,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▋ | 1109/2198 [00:37<00:37, 28.95it/s]2022-05-25 17:32:22,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:22,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▊ | 1114/2198 [00:37<00:38, 28.07it/s]2022-05-25 17:32:22,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▊ | 1118/2198 [00:38<00:36, 29.78it/s]2022-05-25 17:32:23,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▉ | 1122/2198 [00:38<00:33, 31.86it/s]2022-05-25 17:32:23,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▉ | 1126/2198 [00:38<00:37, 28.90it/s]2022-05-25 17:32:23,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|████████████████████ | 1130/2198 [00:38<00:35, 29.78it/s]2022-05-25 17:32:23,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████ | 1134/2198 [00:38<00:36, 28.78it/s]2022-05-25 17:32:23,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▏ | 1137/2198 [00:38<00:36, 28.90it/s]2022-05-25 17:32:23,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▏ | 1141/2198 [00:38<00:35, 29.85it/s]2022-05-25 17:32:23,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:23,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▎ | 1145/2198 [00:38<00:34, 30.11it/s]2022-05-25 17:32:24,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▍ | 1149/2198 [00:39<00:35, 29.30it/s]2022-05-25 17:32:24,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,247 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▍ | 1154/2198 [00:39<00:34, 30.14it/s]2022-05-25 17:32:24,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▌ | 1158/2198 [00:39<00:33, 31.06it/s]2022-05-25 17:32:24,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,546 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▌ | 1162/2198 [00:39<00:35, 29.60it/s]2022-05-25 17:32:24,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▋ | 1165/2198 [00:39<00:35, 28.93it/s]2022-05-25 17:32:24,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,726 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▋ | 1169/2198 [00:39<00:34, 29.74it/s]2022-05-25 17:32:24,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:24,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▊ | 1174/2198 [00:39<00:34, 29.64it/s]2022-05-25 17:32:25,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|████████████████████▉ | 1178/2198 [00:40<00:32, 31.40it/s]2022-05-25 17:32:25,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|████████████████████▉ | 1182/2198 [00:40<00:35, 28.84it/s]2022-05-25 17:32:25,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|█████████████████████ | 1186/2198 [00:40<00:35, 28.78it/s]2022-05-25 17:32:25,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|█████████████████████ | 1190/2198 [00:40<00:34, 29.08it/s]2022-05-25 17:32:25,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,569 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|█████████████████████▏ | 1194/2198 [00:40<00:32, 30.46it/s]2022-05-25 17:32:25,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,717 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▎ | 1198/2198 [00:40<00:31, 31.93it/s]2022-05-25 17:32:25,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▎ | 1202/2198 [00:40<00:34, 29.00it/s]2022-05-25 17:32:25,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:25,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▍ | 1205/2198 [00:40<00:35, 28.24it/s]2022-05-25 17:32:26,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▍ | 1209/2198 [00:41<00:31, 30.94it/s]2022-05-25 17:32:26,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,206 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▌ | 1213/2198 [00:41<00:33, 29.57it/s]2022-05-25 17:32:26,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▌ | 1217/2198 [00:41<00:32, 30.54it/s]2022-05-25 17:32:26,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▋ | 1221/2198 [00:41<00:32, 30.11it/s]2022-05-25 17:32:26,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▋ | 1225/2198 [00:41<00:35, 27.19it/s]2022-05-25 17:32:26,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▊ | 1230/2198 [00:41<00:31, 30.47it/s]2022-05-25 17:32:26,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,913 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:26,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▉ | 1234/2198 [00:41<00:32, 30.07it/s]2022-05-25 17:32:27,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▉ | 1238/2198 [00:42<00:32, 29.64it/s]2022-05-25 17:32:27,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,169 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████ | 1242/2198 [00:42<00:31, 30.13it/s]2022-05-25 17:32:27,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,411 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████ | 1246/2198 [00:42<00:33, 28.03it/s]2022-05-25 17:32:27,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▏ | 1251/2198 [00:42<00:30, 31.43it/s]2022-05-25 17:32:27,563 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,704 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▎ | 1255/2198 [00:42<00:34, 27.53it/s]2022-05-25 17:32:27,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▎ | 1260/2198 [00:42<00:29, 31.66it/s]2022-05-25 17:32:27,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,947 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:27,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▍ | 1264/2198 [00:42<00:30, 30.50it/s]2022-05-25 17:32:27,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▍ | 1268/2198 [00:43<00:32, 28.35it/s]2022-05-25 17:32:28,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,224 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▌ | 1273/2198 [00:43<00:32, 28.75it/s]2022-05-25 17:32:28,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▋ | 1276/2198 [00:43<00:32, 28.01it/s]2022-05-25 17:32:28,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▋ | 1281/2198 [00:43<00:27, 33.00it/s]2022-05-25 17:32:28,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,704 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▊ | 1285/2198 [00:43<00:32, 28.52it/s]2022-05-25 17:32:28,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|██████████████████████▉ | 1290/2198 [00:43<00:28, 32.06it/s]2022-05-25 17:32:28,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,960 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:28,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|██████████████████████▉ | 1294/2198 [00:43<00:30, 29.32it/s]2022-05-25 17:32:29,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|███████████████████████ | 1298/2198 [00:44<00:30, 29.33it/s]2022-05-25 17:32:29,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,311 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,311 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|███████████████████████ | 1303/2198 [00:44<00:30, 29.38it/s]2022-05-25 17:32:29,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|███████████████████████▏ | 1307/2198 [00:44<00:31, 28.68it/s]2022-05-25 17:32:29,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▎ | 1312/2198 [00:44<00:27, 32.80it/s]2022-05-25 17:32:29,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▎ | 1316/2198 [00:44<00:30, 28.68it/s]2022-05-25 17:32:29,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,834 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▍ | 1321/2198 [00:44<00:26, 32.88it/s]2022-05-25 17:32:29,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:29,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▌ | 1325/2198 [00:45<00:29, 29.16it/s]2022-05-25 17:32:30,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,169 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▌ | 1330/2198 [00:45<00:27, 31.62it/s]2022-05-25 17:32:30,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▋ | 1334/2198 [00:45<00:29, 29.11it/s]2022-05-25 17:32:30,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▋ | 1338/2198 [00:45<00:30, 28.59it/s]2022-05-25 17:32:30,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,535 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▊ | 1343/2198 [00:45<00:30, 28.19it/s]2022-05-25 17:32:30,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,822 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▉ | 1347/2198 [00:45<00:31, 27.33it/s]2022-05-25 17:32:30,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:30,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████ | 1353/2198 [00:45<00:28, 29.44it/s]2022-05-25 17:32:31,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████ | 1357/2198 [00:46<00:29, 28.05it/s]2022-05-25 17:32:31,169 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████▏ | 1363/2198 [00:46<00:28, 29.36it/s]2022-05-25 17:32:31,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████▎ | 1367/2198 [00:46<00:29, 28.47it/s]2022-05-25 17:32:31,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,546 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████▎ | 1373/2198 [00:46<00:27, 30.33it/s]2022-05-25 17:32:31,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,739 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▍ | 1377/2198 [00:46<00:28, 28.35it/s]2022-05-25 17:32:31,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:31,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▌ | 1383/2198 [00:46<00:26, 30.59it/s]2022-05-25 17:32:32,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▌ | 1387/2198 [00:47<00:28, 28.84it/s]2022-05-25 17:32:32,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▋ | 1393/2198 [00:47<00:25, 30.98it/s]2022-05-25 17:32:32,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,433 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|████████████████████████▊ | 1397/2198 [00:47<00:27, 29.14it/s]2022-05-25 17:32:32,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|████████████████████████▉ | 1403/2198 [00:47<00:25, 30.92it/s]2022-05-25 17:32:32,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|████████████████████████▉ | 1407/2198 [00:47<00:27, 28.94it/s]2022-05-25 17:32:32,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,860 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:32,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|█████████████████████████ | 1412/2198 [00:47<00:23, 32.92it/s]2022-05-25 17:32:33,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,061 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|█████████████████████████ | 1416/2198 [00:48<00:25, 31.24it/s]2022-05-25 17:32:33,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▏ | 1420/2198 [00:48<00:26, 28.90it/s]2022-05-25 17:32:33,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▎ | 1425/2198 [00:48<00:23, 33.23it/s]2022-05-25 17:32:33,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▎ | 1429/2198 [00:48<00:27, 28.43it/s]2022-05-25 17:32:33,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▍ | 1433/2198 [00:48<00:25, 29.54it/s]2022-05-25 17:32:33,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,846 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▍ | 1437/2198 [00:48<00:27, 27.63it/s]2022-05-25 17:32:33,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,864 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:33,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▌ | 1442/2198 [00:48<00:23, 31.92it/s]2022-05-25 17:32:34,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▋ | 1446/2198 [00:49<00:24, 30.32it/s]2022-05-25 17:32:34,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,188 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▋ | 1450/2198 [00:49<00:26, 28.47it/s]2022-05-25 17:32:34,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▊ | 1454/2198 [00:49<00:24, 30.51it/s]2022-05-25 17:32:34,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▊ | 1458/2198 [00:49<00:25, 29.19it/s]2022-05-25 17:32:34,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,545 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|█████████████████████████▉ | 1462/2198 [00:49<00:24, 30.65it/s]2022-05-25 17:32:34,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████ | 1466/2198 [00:49<00:23, 31.05it/s]2022-05-25 17:32:34,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████ | 1470/2198 [00:49<00:26, 27.92it/s]2022-05-25 17:32:34,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:34,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████▏ | 1476/2198 [00:50<00:22, 31.51it/s]2022-05-25 17:32:35,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,263 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████▎ | 1480/2198 [00:50<00:25, 28.45it/s]2022-05-25 17:32:35,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,360 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▎ | 1484/2198 [00:50<00:23, 30.18it/s]2022-05-25 17:32:35,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,542 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▍ | 1488/2198 [00:50<00:24, 28.51it/s]2022-05-25 17:32:35,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▍ | 1492/2198 [00:50<00:22, 31.04it/s]2022-05-25 17:32:35,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▌ | 1496/2198 [00:50<00:21, 32.08it/s]2022-05-25 17:32:35,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:35,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▌ | 1500/2198 [00:50<00:24, 27.95it/s]2022-05-25 17:32:35,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▋ | 1503/2198 [00:51<00:24, 28.07it/s]2022-05-25 17:32:36,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,086 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▋ | 1507/2198 [00:51<00:25, 26.72it/s]2022-05-25 17:32:36,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▊ | 1511/2198 [00:51<00:25, 27.30it/s]2022-05-25 17:32:36,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▉ | 1517/2198 [00:51<00:23, 28.67it/s]2022-05-25 17:32:36,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▉ | 1521/2198 [00:51<00:23, 28.79it/s]2022-05-25 17:32:36,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|███████████████████████████ | 1527/2198 [00:51<00:24, 27.87it/s]2022-05-25 17:32:36,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:36,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,050 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▏ | 1531/2198 [00:52<00:23, 28.27it/s]2022-05-25 17:32:37,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,224 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▎ | 1537/2198 [00:52<00:22, 28.95it/s]2022-05-25 17:32:37,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,283 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▎ | 1540/2198 [00:52<00:23, 27.48it/s]2022-05-25 17:32:37,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▍ | 1547/2198 [00:52<00:21, 30.10it/s]2022-05-25 17:32:37,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▌ | 1550/2198 [00:52<00:23, 27.87it/s]2022-05-25 17:32:37,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,822 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▌ | 1556/2198 [00:52<00:18, 34.31it/s]2022-05-25 17:32:37,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,913 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:37,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▋ | 1560/2198 [00:53<00:23, 27.34it/s]2022-05-25 17:32:38,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▊ | 1565/2198 [00:53<00:19, 31.87it/s]2022-05-25 17:32:38,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▊ | 1569/2198 [00:53<00:24, 26.07it/s]2022-05-25 17:32:38,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|███████████████████████████▉ | 1575/2198 [00:53<00:19, 32.34it/s]2022-05-25 17:32:38,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,579 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|████████████████████████████ | 1579/2198 [00:53<00:23, 26.22it/s]2022-05-25 17:32:38,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|████████████████████████████▏ | 1586/2198 [00:53<00:17, 34.19it/s]2022-05-25 17:32:38,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,913 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:38,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|████████████████████████████▏ | 1591/2198 [00:54<00:21, 27.65it/s]2022-05-25 17:32:39,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▎ | 1597/2198 [00:54<00:19, 31.17it/s]2022-05-25 17:32:39,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▍ | 1601/2198 [00:54<00:21, 27.34it/s]2022-05-25 17:32:39,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▌ | 1607/2198 [00:54<00:18, 31.29it/s]2022-05-25 17:32:39,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▌ | 1611/2198 [00:54<00:21, 27.70it/s]2022-05-25 17:32:39,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▋ | 1617/2198 [00:54<00:18, 31.75it/s]2022-05-25 17:32:39,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:39,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▊ | 1621/2198 [00:55<00:20, 27.75it/s]2022-05-25 17:32:40,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▊ | 1627/2198 [00:55<00:17, 32.28it/s]2022-05-25 17:32:40,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▉ | 1631/2198 [00:55<00:20, 27.55it/s]2022-05-25 17:32:40,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,569 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|█████████████████████████████ | 1637/2198 [00:55<00:17, 32.12it/s]2022-05-25 17:32:40,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████ | 1641/2198 [00:55<00:20, 27.51it/s]2022-05-25 17:32:40,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▏ | 1647/2198 [00:55<00:16, 32.62it/s]2022-05-25 17:32:40,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:40,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▎ | 1651/2198 [00:56<00:19, 27.59it/s]2022-05-25 17:32:41,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▍ | 1657/2198 [00:56<00:16, 32.88it/s]2022-05-25 17:32:41,263 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▍ | 1661/2198 [00:56<00:19, 27.48it/s]2022-05-25 17:32:41,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▌ | 1667/2198 [00:56<00:16, 32.84it/s]2022-05-25 17:32:41,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▋ | 1671/2198 [00:56<00:19, 27.01it/s]2022-05-25 17:32:41,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▊ | 1677/2198 [00:56<00:15, 33.37it/s]2022-05-25 17:32:41,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:41,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|█████████████████████████████▊ | 1682/2198 [00:57<00:17, 28.80it/s]2022-05-25 17:32:42,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,150 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|█████████████████████████████▉ | 1688/2198 [00:57<00:16, 30.53it/s]2022-05-25 17:32:42,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|██████████████████████████████ | 1692/2198 [00:57<00:17, 29.12it/s]2022-05-25 17:32:42,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,563 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|██████████████████████████████▏ | 1698/2198 [00:57<00:16, 30.82it/s]2022-05-25 17:32:42,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,706 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|██████████████████████████████▏ | 1702/2198 [00:57<00:17, 29.11it/s]2022-05-25 17:32:42,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▎ | 1706/2198 [00:57<00:16, 30.13it/s]2022-05-25 17:32:42,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:42,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▎ | 1710/2198 [00:58<00:18, 26.49it/s]2022-05-25 17:32:43,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▍ | 1716/2198 [00:58<00:15, 31.29it/s]2022-05-25 17:32:43,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▌ | 1720/2198 [00:58<00:17, 26.59it/s]2022-05-25 17:32:43,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▋ | 1726/2198 [00:58<00:14, 31.89it/s]2022-05-25 17:32:43,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▋ | 1730/2198 [00:58<00:17, 27.00it/s]2022-05-25 17:32:43,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▊ | 1736/2198 [00:58<00:14, 32.08it/s]2022-05-25 17:32:43,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:43,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▊ | 1740/2198 [00:59<00:16, 27.18it/s]2022-05-25 17:32:44,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▉ | 1746/2198 [00:59<00:13, 32.67it/s]2022-05-25 17:32:44,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████ | 1750/2198 [00:59<00:16, 27.04it/s]2022-05-25 17:32:44,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████▏ | 1756/2198 [00:59<00:13, 33.11it/s]2022-05-25 17:32:44,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████▏ | 1760/2198 [00:59<00:17, 25.61it/s]2022-05-25 17:32:44,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:44,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████▎ | 1767/2198 [00:59<00:12, 33.71it/s]2022-05-25 17:32:44,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,050 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▍ | 1772/2198 [01:00<00:15, 27.24it/s]2022-05-25 17:32:45,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▌ | 1778/2198 [01:00<00:12, 33.04it/s]2022-05-25 17:32:45,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▋ | 1783/2198 [01:00<00:14, 29.00it/s]2022-05-25 17:32:45,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▋ | 1788/2198 [01:00<00:12, 32.32it/s]2022-05-25 17:32:45,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,704 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,864 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|███████████████████████████████▊ | 1792/2198 [01:00<00:14, 27.78it/s]2022-05-25 17:32:45,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:45,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|███████████████████████████████▉ | 1798/2198 [01:00<00:12, 32.49it/s]2022-05-25 17:32:46,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,198 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|███████████████████████████████▉ | 1802/2198 [01:01<00:14, 27.88it/s]2022-05-25 17:32:46,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|████████████████████████████████ | 1808/2198 [01:01<00:11, 32.69it/s]2022-05-25 17:32:46,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,368 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,411 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|████████████████████████████████▏ | 1812/2198 [01:01<00:13, 27.96it/s]2022-05-25 17:32:46,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,653 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▎ | 1818/2198 [01:01<00:11, 32.66it/s]2022-05-25 17:32:46,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,834 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▎ | 1822/2198 [01:01<00:13, 28.04it/s]2022-05-25 17:32:46,884 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,947 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:46,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▍ | 1828/2198 [01:01<00:11, 32.05it/s]2022-05-25 17:32:47,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,019 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,169 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▌ | 1832/2198 [01:02<00:12, 28.22it/s]2022-05-25 17:32:47,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▌ | 1836/2198 [01:02<00:11, 30.27it/s]2022-05-25 17:32:47,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▋ | 1840/2198 [01:02<00:13, 25.74it/s]2022-05-25 17:32:47,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▋ | 1845/2198 [01:02<00:11, 29.79it/s]2022-05-25 17:32:47,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▊ | 1849/2198 [01:02<00:13, 26.37it/s]2022-05-25 17:32:47,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▉ | 1855/2198 [01:02<00:11, 31.05it/s]2022-05-25 17:32:47,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:47,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,150 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|████████████████████████████████▉ | 1859/2198 [01:03<00:12, 27.51it/s]2022-05-25 17:32:48,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████ | 1865/2198 [01:03<00:10, 31.02it/s]2022-05-25 17:32:48,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████▏ | 1869/2198 [01:03<00:11, 28.29it/s]2022-05-25 17:32:48,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,579 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████▎ | 1874/2198 [01:03<00:09, 32.51it/s]2022-05-25 17:32:48,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,657 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████▎ | 1879/2198 [01:03<00:11, 28.45it/s]2022-05-25 17:32:48,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▍ | 1884/2198 [01:03<00:09, 32.17it/s]2022-05-25 17:32:48,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:48,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▍ | 1888/2198 [01:03<00:09, 32.64it/s]2022-05-25 17:32:49,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▌ | 1892/2198 [01:04<00:10, 29.83it/s]2022-05-25 17:32:49,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▋ | 1896/2198 [01:04<00:10, 28.81it/s]2022-05-25 17:32:49,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,368 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▋ | 1900/2198 [01:04<00:11, 26.53it/s]2022-05-25 17:32:49,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,545 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|█████████████████████████████████▊ | 1905/2198 [01:04<00:10, 28.72it/s]2022-05-25 17:32:49,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|█████████████████████████████████▊ | 1909/2198 [01:04<00:10, 28.43it/s]2022-05-25 17:32:49,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:49,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|█████████████████████████████████▉ | 1914/2198 [01:04<00:08, 32.46it/s]2022-05-25 17:32:49,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,061 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|██████████████████████████████████ | 1918/2198 [01:05<00:08, 31.71it/s]2022-05-25 17:32:50,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,169 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|██████████████████████████████████ | 1922/2198 [01:05<00:09, 28.19it/s]2022-05-25 17:32:50,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▏ | 1927/2198 [01:05<00:08, 31.40it/s]2022-05-25 17:32:50,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▎ | 1931/2198 [01:05<00:09, 26.82it/s]2022-05-25 17:32:50,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,657 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,657 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▎ | 1937/2198 [01:05<00:08, 32.15it/s]2022-05-25 17:32:50,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▍ | 1941/2198 [01:05<00:09, 27.27it/s]2022-05-25 17:32:50,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:50,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▌ | 1947/2198 [01:05<00:07, 32.53it/s]2022-05-25 17:32:51,045 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,206 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▌ | 1951/2198 [01:06<00:08, 27.63it/s]2022-05-25 17:32:51,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▋ | 1957/2198 [01:06<00:07, 32.83it/s]2022-05-25 17:32:51,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▊ | 1961/2198 [01:06<00:08, 27.73it/s]2022-05-25 17:32:51,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▉ | 1967/2198 [01:06<00:07, 32.36it/s]2022-05-25 17:32:51,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,793 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|██████████████████████████████████▉ | 1971/2198 [01:06<00:08, 27.06it/s]2022-05-25 17:32:51,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:51,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████ | 1977/2198 [01:06<00:06, 32.30it/s]2022-05-25 17:32:52,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,206 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████▏ | 1981/2198 [01:07<00:07, 27.47it/s]2022-05-25 17:32:52,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████▎ | 1987/2198 [01:07<00:06, 31.68it/s]2022-05-25 17:32:52,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,486 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▎ | 1991/2198 [01:07<00:07, 28.07it/s]2022-05-25 17:32:52,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▍ | 1997/2198 [01:07<00:06, 31.35it/s]2022-05-25 17:32:52,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▌ | 2001/2198 [01:07<00:06, 28.57it/s]2022-05-25 17:32:52,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:52,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▌ | 2007/2198 [01:08<00:06, 31.24it/s]2022-05-25 17:32:53,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▋ | 2011/2198 [01:08<00:06, 28.98it/s]2022-05-25 17:32:53,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,389 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▊ | 2017/2198 [01:08<00:05, 31.14it/s]2022-05-25 17:32:53,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▊ | 2021/2198 [01:08<00:06, 29.32it/s]2022-05-25 17:32:53,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▉ | 2027/2198 [01:08<00:05, 31.27it/s]2022-05-25 17:32:53,726 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|████████████████████████████████████ | 2031/2198 [01:08<00:05, 28.85it/s]2022-05-25 17:32:53,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:53,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▏ | 2037/2198 [01:09<00:05, 31.49it/s]2022-05-25 17:32:54,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▏ | 2041/2198 [01:09<00:05, 28.12it/s]2022-05-25 17:32:54,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▎ | 2047/2198 [01:09<00:04, 31.50it/s]2022-05-25 17:32:54,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▍ | 2051/2198 [01:09<00:05, 28.38it/s]2022-05-25 17:32:54,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▍ | 2055/2198 [01:09<00:04, 30.44it/s]2022-05-25 17:32:54,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▌ | 2059/2198 [01:09<00:04, 32.14it/s]2022-05-25 17:32:54,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,884 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▌ | 2063/2198 [01:09<00:04, 30.34it/s]2022-05-25 17:32:54,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:54,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▋ | 2067/2198 [01:10<00:04, 31.45it/s]2022-05-25 17:32:55,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▋ | 2071/2198 [01:10<00:04, 27.87it/s]2022-05-25 17:32:55,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▊ | 2075/2198 [01:10<00:04, 29.54it/s]2022-05-25 17:32:55,372 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|████████████████████████████████████▉ | 2080/2198 [01:10<00:04, 26.29it/s]2022-05-25 17:32:55,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|█████████████████████████████████████ | 2086/2198 [01:10<00:03, 32.98it/s]2022-05-25 17:32:55,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|█████████████████████████████████████ | 2090/2198 [01:10<00:04, 26.56it/s]2022-05-25 17:32:55,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:55,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|█████████████████████████████████████▏ | 2095/2198 [01:10<00:03, 30.87it/s]2022-05-25 17:32:56,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,086 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▎ | 2100/2198 [01:11<00:03, 27.14it/s]2022-05-25 17:32:56,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,304 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▍ | 2107/2198 [01:11<00:02, 34.82it/s]2022-05-25 17:32:56,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,455 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▍ | 2112/2198 [01:11<00:02, 28.79it/s]2022-05-25 17:32:56,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▌ | 2118/2198 [01:11<00:02, 32.50it/s]2022-05-25 17:32:56,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▋ | 2122/2198 [01:11<00:02, 28.67it/s]2022-05-25 17:32:56,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:56,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▊ | 2128/2198 [01:12<00:02, 32.40it/s]2022-05-25 17:32:57,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,106 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▊ | 2132/2198 [01:12<00:02, 28.55it/s]2022-05-25 17:32:57,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▉ | 2138/2198 [01:12<00:01, 32.23it/s]2022-05-25 17:32:57,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|██████████████████████████████████████ | 2142/2198 [01:12<00:02, 27.24it/s]2022-05-25 17:32:57,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████ | 2148/2198 [01:12<00:01, 32.51it/s]2022-05-25 17:32:57,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,793 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,846 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:57,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▏| 2152/2198 [01:12<00:01, 26.67it/s]2022-05-25 17:32:57,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▎| 2158/2198 [01:13<00:01, 32.11it/s]2022-05-25 17:32:58,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,304 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▎| 2162/2198 [01:13<00:01, 26.63it/s]2022-05-25 17:32:58,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▍| 2168/2198 [01:13<00:00, 32.99it/s]2022-05-25 17:32:58,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▌| 2172/2198 [01:13<00:01, 25.80it/s]2022-05-25 17:32:58,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,693 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:58,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▋| 2180/2198 [01:13<00:00, 26.61it/s]2022-05-25 17:32:58,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▊| 2184/2198 [01:14<00:00, 28.71it/s]2022-05-25 17:32:59,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
100%|██████████████████████████████████████▊| 2190/2198 [01:14<00:00, 27.82it/s]2022-05-25 17:32:59,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
100%|██████████████████████████████████████▉| 2196/2198 [01:14<00:00, 33.41it/s]2022-05-25 17:32:59,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-25 17:32:59,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
100%|███████████████████████████████████████| 2198/2198 [01:14<00:00, 29.55it/s]
2022-05-25 17:32:59,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
100%|██████████████████████████████████████| 2198/2198 [00:12<00:00, 179.47it/s]
#Tshirt: net aperture
Flux2, Flux_error2 = phot2.get_tSeries() #The flux data and flux data errors
normalized_flux_tshirt2 = Flux2['Flux 0']/Flux2['Flux 0'][0] #normalized net aperture sum
std_tshirt2 = np.std(normalized_flux_tshirt2[0:20]) #calculated standard deviation
relative_error_tshirt2 = (Flux_error2['Error 0']/Flux2['Flux 0'])
#MAD:
deviation = normalized_flux_tshirt2[0:seg01_len] - np.median(normalized_flux_tshirt2[0:seg01_len])
mad = np.median(np.abs(deviation))*1.48
print(style.BOLD+"Tshirt Calculated Net Aperture Sum MAD (ppm):"+style.END + " " +str(mad*10**6))
print(style.BOLD+"Tshirt Calculated Net Aperture Sum std (ppm):"+style.END + " " +str(std_tshirt2*10**6))
print(style.BOLD+"Median Relative Errors Net Aperture Sum (ppm):"+style.END + " " +str(np.median(relative_error_tshirt2)*10**6))
plt.errorbar(Flux2['Time (JD)'],normalized_flux_tshirt2,yerr=relative_error_tshirt2,fmt='b.',markersize=4,elinewidth=1,ecolor='silver')
#plt.plot(phot2.cenArr[:,0,0],'.')
Tshirt Calculated Net Aperture Sum MAD (ppm): 323.196301538029 Tshirt Calculated Net Aperture Sum std (ppm): 321.7279651331909 Median Relative Errors Net Aperture Sum (ppm): 232.94182803084547
<ErrorbarContainer object of 3 artists>
mad*10**6
323.196301538029
The original radii parameters are:
radii': [{'pupil': 'WLP8',
'radius': 50.0,
'radius_inner': 60.0,
'radius_outer': 70.0},
{'pupil': 'ANY', 'radius': 3.0, 'radius_inner': 4.0, 'radius_outer': 5.0}]}
The altered radii parameters are (to try the pupil = ANY parameters):
radius: 25.0,
radius_inner: 5.0, and
radius_outer: 12.0
original_tsophot=asdf.open("/fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_tsophot_0001.asdf") #the original tsophot reference file
original_tsophot.tree #print the original tsophot reference file
#adjust the radii parameters
original_tsophot.tree['radii'] = [{'pupil': 'WLP8',
'radius': 50.0,
'radius_inner': 50.0,
'radius_outer': 62.0}, #For this particular data set (F444W), the outer radius limit is 62 due to edge effects on detector
{'pupil': 'ANY', 'radius': 25.0, 'radius_inner': 5.0, 'radius_outer': 12.0}]
original_tsophot.write_to('adjusted_jwst_nircam_tsophot_0001.asdf')
adjusted_tsophot=asdf.open('adjusted_jwst_nircam_tsophot_0001.asdf') #the adjusted tsophot reference file
adjusted_tsophot.tree #print the adjusted tsophot reference file
2022-02-09 14:05:45,487 - stpipe - WARNING - /tmp/ipykernel_2835106/1676301132.py:1: ResourceWarning: unclosed file <_io.BufferedReader name='/fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_tsophot_0001.asdf'>
original_tsophot=asdf.open("/fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_tsophot_0001.asdf") #the original tsophot reference file
2022-02-09 14:05:45,511 - stpipe - WARNING - /tmp/ipykernel_2835106/1676301132.py:11: ResourceWarning: unclosed file <_io.BufferedReader name='adjusted_jwst_nircam_tsophot_0001.asdf'>
adjusted_tsophot=asdf.open('adjusted_jwst_nircam_tsophot_0001.asdf') #the adjusted tsophot reference file
{'asdf_library': {'author': 'Space Telescope Science Institute',
'homepage': 'http://github.com/spacetelescope/asdf',
'name': 'asdf',
'version': '2.7.2'},
'history': {'entries': [{'description': 'File created based on values of aperture radii for NIRCam that were specified as constants in tso_photometry_step.py.',
'time': datetime.datetime(2018, 7, 13, 17, 20, 5)}],
'extensions': [{'extension_class': 'asdf.extension.BuiltinExtension',
'software': {'name': 'asdf', 'version': '2.7.2'}},
{'extension_class': 'gwcs.extension.GWCSExtension',
'software': {'name': 'gwcs', 'version': '0.16.1'}},
{'extension_class': 'astropy.io.misc.asdf.extension.AstropyAsdfExtension',
'software': {'name': 'astropy', 'version': '4.2.1'}},
{'extension_class': 'astropy.io.misc.asdf.extension.AstropyExtension',
'software': {'name': 'astropy', 'version': '4.2.1'}}]},
'meta': {'author': 'NIRCam IDT; P. Hodge',
'date': '2018-07-13T17:20:00',
'description': 'aperture radii for tso_photometry',
'exposure': {'type': 'NRC_TSIMAGE'},
'filename': 'nircam_tsophot.asdf',
'instrument': {'name': 'NIRCAM'},
'model_type': 'TsoPhotModel',
'pedigree': 'GROUND',
'reftype': 'tsophot',
'telescope': 'JWST',
'useafter': '2015-01-01T00:00:00',
'visit': {'tsovisit': True}},
'radii': [{'pupil': 'WLP8',
'radius': 50.0,
'radius_inner': 50.0,
'radius_outer': 62.0},
{'pupil': 'ANY', 'radius': 25.0, 'radius_inner': 5.0, 'radius_outer': 12.0}]}
#The file to use is the stage 3 association file defined above.
# Instantiate the class. Do not provide a configuration file.
pipeline_stage3 = Tso3Pipeline()
pipeline_stage3.outlier_detection.skip = True
pipeline_stage3.tso_photometry.override_tsophot = 'adjusted_jwst_nircam_tsophot_0001.asdf' #use the modified tso_phot ref file
# Specify that you want results saved to a file
pipeline_stage3.save_results = True
pipeline_stage3.output_dir = '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/25512_radii'
# Execute the pipeline using the run method
result_stage3 = pipeline_stage3.run(level3_asn)
2022-02-09 14:05:45,539 - stpipe.Tso3Pipeline - INFO - Tso3Pipeline instance created.
2022-02-09 14:05:45,544 - stpipe.Tso3Pipeline.outlier_detection - INFO - OutlierDetectionStep instance created.
2022-02-09 14:05:45,547 - stpipe.Tso3Pipeline.tso_photometry - INFO - TSOPhotometryStep instance created.
2022-02-09 14:05:45,551 - stpipe.Tso3Pipeline.extract_1d - INFO - Extract1dStep instance created.
2022-02-09 14:05:45,554 - stpipe.Tso3Pipeline.white_light - INFO - WhiteLightStep instance created.
2022-02-09 14:05:47,042 - stpipe.Tso3Pipeline - INFO - Step Tso3Pipeline running with args ('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/nrca3_level3_asn.json',).
2022-02-09 14:05:47,053 - stpipe.Tso3Pipeline - INFO - Step Tso3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/25512_radii', 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'scale_detection': False, 'steps': {'outlier_detection': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}, 'tso_photometry': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'save_catalog': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}, 'white_light': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '', 'min_wavelength': None, 'max_wavelength': None}}}
2022-02-09 14:05:55,299 - stpipe.Tso3Pipeline - INFO - Prefetching reference files for dataset: 'jw00042001001_01101_00001-seg002_nrca3_1_calints.fits' reftypes = ['gain', 'readnoise']
2022-02-09 14:05:55,306 - stpipe.Tso3Pipeline - INFO - Prefetch for GAIN reference file is '/fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_gain_0048.fits'.
2022-02-09 14:05:55,308 - stpipe.Tso3Pipeline - INFO - Prefetch for READNOISE reference file is '/fenrirdata1/kg_data/crds_cache/references/jwst/nircam/jwst_nircam_readnoise_0030.fits'.
2022-02-09 14:05:55,309 - stpipe.Tso3Pipeline - INFO - Starting calwebb_tso3...
2022-02-09 14:07:12,405 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 14:07:12,859 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 14:07:12,864 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 14:07:12,865 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 14:07:12,937 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 14:07:24,997 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 14:07:25,518 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 14:07:25,522 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 14:07:25,523 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 14:07:25,595 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 14:07:37,663 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 14:07:38,185 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 14:07:38,190 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 14:07:38,192 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 14:07:38,264 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 14:07:50,325 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 14:07:50,842 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 14:07:50,847 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 14:07:50,848 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 14:07:50,920 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 14:08:02,977 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 14:08:03,488 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 14:08:03,492 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 14:08:03,494 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 14:08:03,566 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 14:08:15,568 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 14:08:16,064 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 14:08:16,068 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 14:08:16,070 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 14:08:16,143 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 14:08:28,250 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 14:08:28,780 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 14:08:28,784 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 14:08:28,786 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 14:08:28,859 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 14:08:40,924 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 14:08:41,445 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 14:08:41,449 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 14:08:41,450 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 14:08:41,524 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 14:08:53,672 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 14:08:54,132 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 14:08:54,136 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 14:08:54,138 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 14:08:54,210 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 14:09:06,290 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 14:09:06,819 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 14:09:06,824 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 14:09:06,826 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 14:09:06,898 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 14:09:19,126 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 14:09:19,644 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 14:09:19,648 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 14:09:19,650 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 14:09:19,723 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 14:09:31,984 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 14:09:32,449 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 14:09:32,453 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 14:09:32,455 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 14:09:32,529 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 14:09:44,717 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 14:09:45,263 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 14:09:45,267 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 14:09:45,269 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 14:09:45,341 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 14:09:57,498 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 14:09:58,021 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 14:09:58,026 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 14:09:58,027 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 14:09:58,100 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 14:10:03,715 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ...
2022-02-09 14:10:04,133 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,).
2022-02-09 14:10:04,138 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '5.0 4.0', 'scale': '1.2 0.7', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}
2022-02-09 14:10:04,139 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step skipped.
2022-02-09 14:10:04,173 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done
2022-02-09 14:10:04,512 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg002_nrca3_1_calints.fits>,).
2022-02-09 14:10:04,515 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 14:10:04,845 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 14:10:05,099 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg003_nrca3_1_calints.fits>,).
2022-02-09 14:10:05,102 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 14:10:05,425 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 14:10:05,683 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg004_nrca3_1_calints.fits>,).
2022-02-09 14:10:05,686 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 14:10:06,009 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 14:10:06,263 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg005_nrca3_1_calints.fits>,).
2022-02-09 14:10:06,267 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 14:10:06,593 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 14:10:06,850 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg006_nrca3_1_calints.fits>,).
2022-02-09 14:10:06,853 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 14:10:07,184 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 14:10:07,438 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg007_nrca3_1_calints.fits>,).
2022-02-09 14:10:07,441 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 14:10:07,796 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 14:10:08,051 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg008_nrca3_1_calints.fits>,).
2022-02-09 14:10:08,054 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 14:10:08,405 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 14:10:08,660 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg009_nrca3_1_calints.fits>,).
2022-02-09 14:10:08,663 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 14:10:09,013 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 14:10:09,268 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg010_nrca3_1_calints.fits>,).
2022-02-09 14:10:09,271 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 14:10:09,622 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 14:10:09,877 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg011_nrca3_1_calints.fits>,).
2022-02-09 14:10:09,880 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 14:10:10,262 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 14:10:10,563 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg012_nrca3_1_calints.fits>,).
2022-02-09 14:10:10,566 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 14:10:10,941 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 14:10:11,196 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg013_nrca3_1_calints.fits>,).
2022-02-09 14:10:11,199 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 14:10:11,576 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 14:10:11,837 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg014_nrca3_1_calints.fits>,).
2022-02-09 14:10:11,841 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 14:10:12,217 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 14:10:12,473 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(152, 64, 2048) from jw00042001001_01101_00001-seg015_nrca3_1_calints.fits>,).
2022-02-09 14:10:12,476 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 14:10:12,850 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 14:10:13,107 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry running with args (<CubeModel(70, 64, 2048) from jw00042001001_01101_00001-seg016_nrca3_1_calints.fits>,).
2022-02-09 14:10:13,110 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'tso_photometry', 'search_output_file': True, 'input_dir': '/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA', 'save_catalog': False}
2022-02-09 14:10:13,306 - stpipe.Tso3Pipeline.tso_photometry - INFO - Step tso_photometry done
2022-02-09 14:10:13,326 - stpipe.Tso3Pipeline - INFO - Writing Level 3 photometry catalog /fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/25512_radii/DataChallengeSimulation_nrca3_level3_asn_phot.ecsv
2022-02-09 14:10:13,504 - stpipe.Tso3Pipeline - INFO - Step Tso3Pipeline done
#Import the stage 3 result file with all the data
with open('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/25512_radii/DataChallengeSimulation_nrca3_level3_asn_phot.ecsv', 'r') as file:
reader = csv.reader(file)
for row in reader:
print(row)
['# %ECSV 0.9']
['# ---']
['# datatype:']
['# - {name: MJD', ' datatype: float64}']
['# - {name: aperture_sum', ' unit: Jy', ' datatype: float64}']
['# - {name: aperture_sum_err', ' unit: Jy', ' datatype: float64}']
['# - {name: annulus_sum', ' unit: Jy', ' datatype: float64}']
['# - {name: annulus_sum_err', ' unit: Jy', ' datatype: float64}']
['# - {name: annulus_mean', ' unit: Jy', ' datatype: float64}']
['# - {name: annulus_mean_err', ' unit: Jy', ' datatype: float64}']
['# - {name: aperture_bkg', ' unit: Jy', ' datatype: float64}']
['# - {name: aperture_bkg_err', ' unit: Jy', ' datatype: float64}']
['# - {name: net_aperture_sum', ' unit: Jy', ' datatype: float64}']
['# - {name: net_aperture_sum_err', ' unit: Jy', ' datatype: float64}']
['# meta: !!omap']
['# - {instrument: NIRCAM}']
['# - {detector: NRCA3}']
['# - {channel: SHORT}']
['# - {subarray: SUBGRISM64}']
['# - {filter: WLP4}']
['# - {pupil: CLEAR}']
['# - {target_name: UNKNOWN}']
['# - {xcenter: 1054.0}']
['# - {ycenter: 22.0}']
['# - ra_icrs: !numpy.ndarray']
['# buffer: !!binary |']
['# RjByVEdwN3haVUE9']
['# dtype: float64']
['# order: C']
['# shape: !!python/tuple []']
['# - dec_icrs: !numpy.ndarray']
['# buffer: !!binary |']
['# Wkg2dmxQdXpPa0E9']
['# dtype: float64']
['# order: C']
['# shape: !!python/tuple []']
['# - {apertures: Photometry measured in a circular aperture of r=25.0 pixels. Background calculated as the mean in a circular annulus']
['# with r_inner=5.0 pixels and r_outer=12.0 pixels.}']
['# - {number_of_integrations: 2198}']
['# - __serialized_columns__:']
['# annulus_mean:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: &id001 !astropy.units.Unit {unit: Jy}']
['# value: !astropy.table.SerializedColumn {name: annulus_mean}']
['# annulus_mean_err:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: annulus_mean_err}']
['# annulus_sum:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: annulus_sum}']
['# annulus_sum_err:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: annulus_sum_err}']
['# aperture_bkg:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: aperture_bkg}']
['# aperture_bkg_err:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: aperture_bkg_err}']
['# aperture_sum:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: aperture_sum}']
['# aperture_sum_err:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: aperture_sum_err}']
['# net_aperture_sum:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: net_aperture_sum}']
['# net_aperture_sum_err:']
['# __class__: astropy.units.quantity.Quantity']
['# unit: *id001']
['# value: !astropy.table.SerializedColumn {name: net_aperture_sum_err}']
['# schema: astropy-2.0']
['MJD aperture_sum aperture_sum_err annulus_sum annulus_sum_err annulus_mean annulus_mean_err aperture_bkg aperture_bkg_err net_aperture_sum net_aperture_sum_err']
['59491.954294918054 1.4520412502891764 0.000401430694295008 0.17631503014040487 0.00012996618411032388 0.00047162031240742774 3.476430358983091e-07 0.9260243179643114 0.0006825955047811129 0.526016932324865 0.0007918858664413417']
['59491.954330398265 1.4522438558463313 0.00040142538819597093 0.17638972039009848 0.0001299697754842609 0.00047182009933918414 3.4765264236746144e-07 0.926416598687492 0.0006826143670391853 0.5258272571588393 0.0007918994357723672']
['59491.954365878475 1.451746053828995 0.0004013767990561474 0.17614904788606434 0.00012992818481246277 0.00047117633095795154 3.475413926027021e-07 0.9251525624268085 0.0006823959286368843 0.5265934914021865 0.0007916865151313079']
['59491.95440135868 1.4515051065536206 0.0004013972734959686 0.1762043052964128 0.00012993799764107335 0.0004713241375125636 3.475676406729388e-07 0.9254427799181345 0.000682447466602276 0.5260623266354861 0.0007917413187663393']
['59491.95443683889 1.4515241628930546 0.00040135912755234743 0.17622963259161456 0.00012993836897792527 0.0004713918848104881 3.475686339518554e-07 0.9255758014265472 0.000682449416900868 0.5259483614665075 0.0007917236613225073']
['59491.9544723191 1.4521024459141998 0.000401417472462321 0.1763491005478189 0.0001299669611073807 0.00047171144642008486 3.476451142667521e-07 0.9262032591797212 0.0006825995856480078 0.5258991867344786 0.0007918826816674741']
['59491.9545077993 1.4530456911009804 0.0004014995789335014 0.1765127088163311 0.00012999132985815762 0.00047214907775898273 3.477102975800819e-07 0.9270625463042601 0.0006827275727844413 0.5259831447967203 0.0007920346270990389']
['59491.95454327951 1.451994946901026 0.00040140287416740684 0.17634378236107512 0.00012995713198313188 0.0004716972209459914 3.476188226077527e-07 0.9261753275266551 0.0006825479620962809 0.5258196193743709 0.0007918307823971237']
['59491.95457875972 1.4514982242846792 0.00040133494757024654 0.17620497514634387 0.00012993826666356546 0.00047132592927605365 3.475683602739375e-07 0.9254462980375203 0.0006824488795355328 0.5260519262471589 0.0007917109405082873']
['59491.954614239934 1.4515472621584777 0.00040136572869601866 0.17624385222819788 0.00012993004105854583 0.0004714299205323571 3.475463578252183e-07 0.9256504843917956 0.0006824056778284971 0.5258967777666821 0.0007916893060438904']
['59491.95464972014 1.4524780820092889 0.0004014495415310801 0.1761124126835723 0.00012991827669759441 0.0004710783364442074 3.4751488965382777e-07 0.9249601506490143 0.0006823438902184581 0.5275179313602746 0.0007916785451898855']
['59491.95468520035 1.4517765971475742 0.0004014101853784623 0.17612424128337256 0.00012993383157154954 0.00047110997644635974 3.4755649696608207e-07 0.9250222756479651 0.0006824255859850291 0.5267543214996091 0.0007917290049837645']
['59491.95472068056 1.4524936911071409 0.0004014720585385424 0.17619886959324044 0.0001299393279248904 0.0004713095976969491 3.475711990131943e-07 0.9254142310569351 0.0006824544533870294 0.5270794600502058 0.0007917852579676915']
['59491.95475616076 1.4522765456400921 0.0004014517798598972 0.17634712941019953 0.00012997052826490356 0.000471706173877301 3.476546559600723e-07 0.926192906566174 0.0006826183207190314 0.5260836390739181 0.0007919162224212544']
['59491.95479164097 1.4523495198306808 0.0004014424023516601 0.17639768851549278 0.00012998193740036308 0.0004718414130626073 3.4768517394838803e-07 0.9264584480855714 0.0006826782426489657 0.5258910717451094 0.0007919631212323919']
['59491.95482712118 1.4524196131254339 0.0004014493422699865 0.17629235325865922 0.0001299488232273832 0.00047155965462887767 3.4759659774139397e-07 0.9259052166946389 0.0006825043236732311 0.526514396430795 0.000791816725159086']
['59491.954862601386 1.4527303330754382 0.00040147093352085276 0.17646415583000324 0.00012998962543845166 0.00047201920468711796 3.4770573847384143e-07 0.9268075411239667 0.0006827186210002713 0.5259227919514715 0.000792012390005748']
['59491.954898081596 1.452364425306797 0.00040143320209897767 0.1762932922492327 0.00012994772370192458 0.0004715621663094035 3.4759365665043944e-07 0.9259101483678189 0.0006824985488546459 0.5264542769389782 0.0007918035646144416']
['59491.95493356181 1.4520653053650463 0.0004014178354723019 0.17614416545492062 0.00012991822587987215 0.0004711632710747444 3.475147537228749e-07 0.9251269194060958 0.0006823436233186563 0.5269383859589505 0.0007916622379013037']
['59491.95496904202 1.4528348369365747 0.0004014888887483282 0.17625489271550804 0.00012995233532317918 0.00047145945243369416 3.47605992151588e-07 0.9257084701444751 0.0006825227695545125 0.5271263667920996 0.0007918526749015435']
['59491.95500452222 1.4525020606153372 0.00040144930732397146 0.1764001308665821 0.00012996990074618515 0.0004718479460415759 3.476529774271997e-07 0.92647127555978 0.000682615024927443 0.5260307850555571 0.0007919121280846696']
['59491.95504000243 1.4517363689903144 0.000401403522141564 0.17641168593807974 0.00012997383877770072 0.00047187885439025875 3.4766351116134687e-07 0.9265319639605029 0.0006826357078660752 0.5252044050298116 0.0007919067478191297']
['59491.95507548264 1.4521920103773835 0.00040140752341004117 0.1765083660857098 0.00012999154854403982 0.0004721374615061273 3.477108825370422e-07 0.9270397378451145 0.000682728721344747 0.525152272532269 0.0007919889562356384']
['59491.955110962845 1.4519370316155988 0.0004013890129793322 0.1763550405357061 0.00012995928887692032 0.00047172733513326393 3.476245920246965e-07 0.9262344565950952 0.0006825592903199597 0.5257025750205037 0.0007918335207242805']
['59491.955146443055 1.4518006609378222 0.00040139369095726807 0.17616885869715396 0.00012992678781142936 0.0004712293223615074 3.4753765580236643e-07 0.9252566108043802 0.0006823885914465828 0.5265440501334421 0.0007916887550526091']
['59491.955181923266 1.452317035778057 0.00040144858088619 0.17626304331416465 0.0001299570290950406 0.00047148125424991864 3.4761854739517603e-07 0.9257512779105287 0.0006825474217176502 0.5265657578675284 0.0007918534877039739']
['59491.95521740347 1.4514083158158384 0.0004013440993424603 0.17622280648144278 0.00012994264376047285 0.0004713736258327414 3.4758006845224347e-07 0.9255399500075777 0.0006824718684898785 0.5258683658082607 0.0007917353960491324']
['59491.95525288368 1.4516393025488523 0.00040137060015425264 0.17614858724931776 0.00012993479224938082 0.0004711750988131585 3.4755906665726805e-07 0.9251501431161647 0.0006824306315618741 0.5264891594326876 0.0007917132849473497']
['59491.95528836389 1.452580084524182 0.0004014546981370507 0.17626714009356595 0.0001299514571480413 0.00047149221261449806 3.476036431446284e-07 0.9257727946090649 0.0006825181572901329 0.5268072899151172 0.0007918313644249191']
['59491.9553238441 1.4523358614189306 0.0004014447463663428 0.17634059242644873 0.0001299648403265649 0.0004716886882760094 3.4763944144742355e-07 0.9261585736683232 0.0006825884470933031 0.5261772877506073 0.0007918869063763994']
['59491.9553593243 1.4517849831560201 0.00040141586944171043 0.17621963475760696 0.00012993819364066938 0.00047136514187431125 3.4756816494696493e-07 0.9255232917941543 0.000682448496011919 0.5262616913618658 0.0007917516340043603']
['59491.955394804514 1.4517123542802093 0.00040139778960279515 0.17642965396105617 0.0001299809061457471 0.00047192691656965856 3.4768241547326677e-07 0.9266263338290766 0.0006826728263957307 0.5250860204511327 0.0007919358391922576']
['59491.955430284725 1.4522664503806575 0.00040142215268244825 0.17630766630021727 0.00012996108423912536 0.0004716006150701841 3.476293943905717e-07 0.9259856423330739 0.0006825687197433056 0.5262808080475836 0.0007918584481056107']
['59491.95546576493 1.451823021349048 0.0004013895995959179 0.17631012179918684 0.00012997044575903765 0.0004716071832180625 3.476544352673598e-07 0.9259985388612755 0.0006826178873899037 0.5258244824877725 0.0007918843292100346']
['59491.95550124514 1.452126447911214 0.0004014053007131913 0.17645026268310288 0.00012996986172789644 0.00047198204228368444 3.4765287305823305e-07 0.9267345729154564 0.0006826148199994561 0.5253918749957576 0.0007918896437784354']
['59491.95553672535 1.4516290224917765 0.0004013877261310997 0.17629324729545348 0.00012993414725593415 0.0004715620460637535 3.475573413817168e-07 0.9259099122660372 0.0006824272439912508 0.5257191102257393 0.0007917190474089838']
['59491.95557220555 1.451976853130007 0.0004014439886656858 0.1761585103229426 0.0001299438608113219 0.00047120164177480656 3.475833239086909e-07 0.9252022600994886 0.0006824782605636655 0.5267745930305184 0.0007917915459120675']
['59491.95560768576 1.4518672054146107 0.00040140323123197594 0.1761617103406397 0.00012992497319152247 0.0004712102014157221 3.475328019245847e-07 0.9252190669151246 0.000682379060879845 0.5266481384994861 0.0007916853773884739']
['59491.95564316597 1.4520363534430438 0.00040142936808456654 0.1762520146942138 0.000129933460072274 0.00047145175409226054 3.475555032527029e-07 0.9256933544864171 0.0006824236348333719 0.5263429989566267 0.0007917370491141398']
['59491.95567864618 1.4521477931518199 0.00040141268333096486 0.17644366979673232 0.00012998077101289922 0.00047196440714998496 3.4768205401006147e-07 0.9266999464114093 0.0006826721166643868 0.5254478467404106 0.0007919427764744114']
['59491.95571412639 1.4524712865014004 0.00040145089933469263 0.1763314709420105 0.00012995706973394877 0.0004716642894636282 3.47618656099094e-07 0.9261106667122401 0.000682547635157294 0.5263606197891604 0.000791854847074543']
['59491.9557496066 1.4514872925173623 0.0004013459999423281 0.17627806576721405 0.00012995421025020445 0.00047152143740387123 3.47611007343252e-07 0.9258301773488133 0.0006825326168603175 0.525657115168549 0.0007917887248173594']
['59491.95578508681 1.4524269449901572 0.00040144349874644207 0.17633218742458437 0.00012995538394229003 0.0004716662059635151 3.4761414682051397e-07 0.9261144297509684 0.0006825387812095065 0.5263125152391889 0.0007918434634072212']
['59491.95582056701 1.4521677050366675 0.00040143309576450123 0.17641019709326866 0.00012997718055675938 0.00047187487191948263 3.476724499958999e-07 0.9265241443974195 0.0006826532592266774 0.525643560639248 0.0007919368678801843']
['59491.95585604722 1.4520212772679306 0.0004014150637667782 0.17618262404539403 0.0001299442896351426 0.00047126614291975597 3.4758447095794774e-07 0.9253289078014393 0.0006824805127896147 0.5266923694664913 0.0007917788224980901']
['59491.95589152743 1.452191405806157 0.0004014231069439126 0.17635036373582838 0.00012997111549509756 0.00047171482528757664 3.4765622672625897e-07 0.9262098935705273 0.0006826214049112266 0.5259815122356296 0.0007919043460112343']
['59491.95592700764 1.4527045078411611 0.00040148407713580314 0.17621042945886492 0.00012994541133759467 0.00047134051886931237 3.4758747136954305e-07 0.9254749446368956 0.0006824864040840057 0.5272295632042655 0.0007918188908791607']
['59491.955962487846 1.4516454868950341 0.00040135767164392974 0.176111005159392 0.00012991857777501988 0.00047107457149579024 3.4751569499770203e-07 0.924952758190084 0.0006823454715074574 0.5266927287049501 0.0007916333261518056']
['59491.955997968056 1.4522038101710355 0.00040142674800701026 0.17633972005896426 0.00012997623458245575 0.0004716863548037851 3.476699196347829e-07 0.926153991906325 0.0006826482908742423 0.5260498182647105 0.0007919293674621544']
['59491.95603344827 1.4514991040043048 0.000401370478868154 0.1763542603362831 0.0001299601747128615 0.00047172524819889805 3.4762696152333193e-07 0.9262303589090499 0.0006825639428196508 0.5252687450952549 0.000791828136241924']
['59491.95606892847 1.4518234746093377 0.0004013912059784279 0.17613620193831098 0.00012992224692259642 0.0004711419696792348 3.4752550950146235e-07 0.9250850942138182 0.0006823647422405275 0.5267383803955195 0.0007916669386110539']
['59491.95610440868 1.4522777743020898 0.00040143311101217653 0.1762471539855555 0.00012994204508718886 0.0004714387523139429 3.475784670772444e-07 0.9256678255543882 0.0006824687241974206 0.5266099487477016 0.0007917778110837467']
['59491.95613988889 1.4516060683250513 0.00040137561556278037 0.1763672917663085 0.00012997078195468802 0.000471760105619135 3.476553345480254e-07 0.9262988012936372 0.0006826196531233615 0.5253072670314142 0.0007918787631946314']
['59491.956175369094 1.451954685651827 0.0004014408146639141 0.1762576660549519 0.00012994556529654521 0.00047146687076447336 3.4758788319018193e-07 0.9257230360028987 0.0006824872126919392 0.5262316496489283 0.0007917976529177384']
['59491.956210849305 1.452120588730149 0.00040143017981835566 0.17614150199999043 0.00012992749221133037 0.00047115614667108313 3.47539539982638e-07 0.9251129306722187 0.0006823922910258949 0.5270076580579303 0.0007917104446201066']
['59491.956246329515 1.452678085943767 0.0004014698211913567 0.17640180231768143 0.00012996881567886194 0.00047185241696098086 3.476500750099211e-07 0.9264800541895034 0.000682609326044443 0.5261980317542635 0.0007919176152418057']
['59491.956281809726 1.4520286098916637 0.00040139824610443107 0.17625391144793578 0.0001299460246236061 0.0004714568276675661 3.4758911183173215e-07 0.9257033164282342 0.0006824896251239818 0.5263252934634295 0.000791778150985228']
['59491.95631728993 1.4517771967487647 0.00040140054041609696 0.17616703774968206 0.00012991718574591757 0.00047122445155829294 3.475119714966506e-07 0.9252470470046328 0.0006823381604302394 0.5265301497441319 0.0007916487598838628']
['59491.95635277014 1.4521507520496 0.0004014324949057123 0.17604681929973692 0.000129898568097543 0.0004709028824732574 3.4746217165181764e-07 0.924615647582652 0.0006822403786635662 0.527535104466948 0.0007915806858717757']
['59491.95638825035 1.4524386010895771 0.0004014405480436689 0.17630692413455218 0.00012993887669051862 0.00047159862987129016 3.475699920185596e-07 0.9259817444041607 0.0006824520834586062 0.5264568566854164 0.0007917672384170701']
['59491.95642373055 1.4521635689546846 0.00040142559675099396 0.17628374157915622 0.00012994845703174061 0.0004715366194799495 3.4759561821455943e-07 0.9258599872854845 0.000682502400376789 0.5263035816692001 0.0007918030286927239']
['59491.95645921076 1.4523062545677528 0.00040144106964729286 0.17630669368607912 0.0001299618628858121 0.0004715980134508932 3.476314771715652e-07 0.9259805340655416 0.0006825728092742233 0.5263257205022112 0.0007918715630454649']
['59491.956494690974 1.4519086887441284 0.00040139614428954927 0.17618611609883122 0.00012993869652081378 0.00047127548371918575 3.47569510087482e-07 0.9253472484182313 0.0006824511371891481 0.526561440325897 0.0007917439101763134']
['59491.95653017118 1.4518366092261301 0.0004014086075641034 0.176177984898339 0.00012993661204432398 0.00047125373379058725 3.4756393437761454e-07 0.9253045425332931 0.0006824401893084243 0.526532066692837 0.0007917407923113917']
['59491.95656565139 1.4524202340402956 0.000401452330252341 0.17622855489395145 0.00012993762929170398 0.0004713890021061143 3.4756665538515866e-07 0.9255701412497451 0.0006824455319942436 0.5268500927905505 0.0007917675653902103']
['59491.9566011316 1.45164049391961 0.0004013616142278995 0.17615432677955056 0.00012992994278911198 0.00047119045132757153 3.4754609496696363e-07 0.9251802877077235 0.0006824051617075209 0.5264602062118864 0.00079168677524681']
['59491.95663661181 1.4519267268801883 0.0004014085234065441 0.1763430889771908 0.00012995201038137048 0.0004716953662321654 3.4760512297351954e-07 0.9261716858045737 0.0006825210629273661 0.5257550410756147 0.000791810459644809']
['59491.95667209201 1.452336973391379 0.00040141506593793867 0.17646407566239022 0.0001299788553843151 0.000472018990248935 3.476769299468969e-07 0.926807120075579 0.0006826620555898902 0.5255298533157999 0.0007919353113128458']
['59491.95670757222 1.4514998776968149 0.0004013611730994331 0.17615357210695023 0.00012993357770576822 0.00047118843267421426 3.4755581790735974e-07 0.9251763240911253 0.0006824242526563458 0.5263235536056896 0.0007917030073741827']
['59491.95674305243 1.4519484569855416 0.00040141166110288946 0.17618926578095967 0.00012993756583125557 0.0004712839087188481 3.475664856365191e-07 0.9253637908663849 0.0006824451986935693 0.5265846661191568 0.0007917466582747831']
['59491.956778532636 1.45247780036477 0.00040147341059461653 0.17632218474520417 0.00012996417921294943 0.000471639450066582 3.4763767305246817e-07 0.9260618946701901 0.0006825849748579277 0.52641590569458 0.0007918984450775688']
['59491.95681401285 1.4518078674724566 0.00040134980009369796 0.17624647025118187 0.00012993903287084144 0.00047143692341133236 3.4757040978108723e-07 0.9256642345125098 0.0006824529037334111 0.5261436329599468 0.0007917219384666664']
['59491.95684949306 1.4517515489799568 0.00040139675136741554 0.17637834256290905 0.00012996813142212833 0.0004717896650965145 3.4764824471006407e-07 0.9263568411917492 0.0006826057322590775 0.5253947077882076 0.0007918774764578584']
['59491.95688497326 1.451956259204785 0.00040140810275497046 0.17620264464037605 0.00012993461665115 0.00047131969546857996 3.4755859695430275e-07 0.9254340579851683 0.0006824297093022583 0.5265222012196167 0.000791731503159821']
['59491.95692045347 1.4515738590523632 0.0004013867790640508 0.17617324276684845 0.00012993603056848073 0.0004712410491911333 3.475623790035853e-07 0.9252796363805067 0.0006824371353386594 0.5262942226718565 0.0007917270931935125']
['59491.95695593368 1.4518704421566677 0.00040138464938733163 0.1762099241497994 0.00012994310594341996 0.0004713391672317399 3.4758130473292656e-07 0.9254722907027281 0.0006824742959213233 0.5263981514539396 0.0007917580447062708']
['59491.95699141389 1.4525263540573479 0.0004014699055760021 0.17604791894930605 0.0001299054065986615 0.00047090582389619175 3.4748046377377304e-07 0.924621423053078 0.0006822762951610373 0.5279049310042698 0.0007916306133683025']
['59491.957026894095 1.4519957587939611 0.000401412176025348 0.17634788621366235 0.0001299741011675723 0.00047170819823044485 3.4766421302092803e-07 0.9261968813742771 0.0006826370859641403 0.525798877419684 0.000791912322290175']
['59491.957062374306 1.452493649332463 0.0004014559365926221 0.17620486313820083 0.00012993768932075925 0.00047132562966849685 3.475668159552574e-07 0.9254457097594583 0.0006824458472728952 0.5270479395730047 0.0007917696656765018']
['59491.957097854516 1.4520726734468807 0.00040142911063341424 0.17618072369619078 0.00012995062040552685 0.00047126105972699467 3.476014049646743e-07 0.925318926975792 0.0006825137626340697 0.5267537464710887 0.0007918146039628526']
['59491.95713333472 1.4526462924926729 0.0004014537929384891 0.17647280944185656 0.00012998622315561816 0.0004720423519997575 3.4769663779937506e-07 0.9268529907660534 0.0006827007518677424 0.5257933017266194 0.0007919882981872144']
['59491.95716881493 1.4527707203482236 0.0004014922840405776 0.17637262241610002 0.00012997045419847977 0.0004717743644302982 3.476544578417956e-07 0.9263267984038867 0.0006826179317147048 0.526443921944337 0.000791936420959777']
['59491.95720429514 1.4524494355863848 0.0004014435316848491 0.17632542492255227 0.00012995668119660151 0.0004716481171294634 3.47617616811037e-07 0.9260789124083628 0.0006825455945199659 0.526370523178022 0.000791849352926564']
['59491.95723977534 1.4523820093419069 0.0004014688423219574 0.1761872501604958 0.00012992969604323136 0.00047127851719010487 3.475454349530714e-07 0.9253532046244528 0.000682403865773274 0.5270288047174541 0.0007917400251203935']
['59491.957275255554 1.4522160025371191 0.0004014304849156599 0.17629776402943817 0.00012994883719027884 0.00047157412775350634 3.4759663509036644e-07 0.9259336346083938 0.0006825043970077671 0.5262823679287253 0.0007918072278999211']
['59491.957310735765 1.4521378626121246 0.0004014254782750471 0.17629184043379387 0.00012994931501589062 0.0004715582828874951 3.475979132131908e-07 0.9259025232867326 0.0006825069065960642 0.526235339325392 0.0007918068528117694']
['59491.957346215975 1.4520378329327028 0.0004013983214563356 0.17620907287256504 0.00012994085380810087 0.00047133689017325595 3.4757528055698464e-07 0.9254678197088501 0.0006824624674795213 0.5265700132238528 0.0007917547802105147']
['59491.95738169618 1.452266291675269 0.00040141879762920066 0.17648115611759424 0.0001299932402448359 0.00047206467829727074 3.4771540762181404e-07 0.9268968283487092 0.0006827376063279196 0.5253694633265599 0.0007920023296584742']
['59491.95741717639 1.4517225144231176 0.00040136112610333853 0.1761433514743584 0.0001299161187574227 0.0004711610937801215 3.4750911743794165e-07 0.9251226442981009 0.0006823325564990688 0.5265998701250167 0.0007916239455735879']
['59491.9574526566 1.4523037827162573 0.0004014319595033229 0.17630463856530876 0.0001299457435692806 0.00047159251626384695 3.4758836004710725e-07 0.9259697403640167 0.0006824881489983226 0.5263340423522406 0.0007917939704454903']
['59491.9574881368 1.4519072628339367 0.000401388365641729 0.17635767083678539 0.00012996739855703423 0.0004717343708545847 3.476462843890162e-07 0.9262482712016039 0.0006826018831777009 0.5256589916323328 0.0007918699078701513']
['59491.95752361701 1.4522712837702267 0.0004014341162204128 0.17612362073641247 0.0001299247113565663 0.00047110831656205525 3.4753210154933177e-07 0.9250190164727546 0.0006823776856962517 0.5272522672974721 0.0007916998519652737']
['59491.95755909722 1.4526300504876637 0.00040145926682442595 0.1763631811974108 0.0001299544457327689 0.0004717491103694041 3.476116372292039e-07 0.9262772121712752 0.0006825338536384921 0.5263528383163885 0.0007918472101875564']
['59491.957594577434 1.4518075830163042 0.0004013970399539414 0.1763449182253129 0.0001299684706500549 0.00047170025923856494 3.4764915210168335e-07 0.9261812932001728 0.0006826075139183557 0.5256262898161314 0.0007918791585473027']
['59491.95763005764 1.4516663608989613 0.00040141037273411744 0.17611819280773355 0.00012992278244245795 0.0004710937975422233 3.4752694194907724e-07 0.9249905084439788 0.0006823675548448422 0.5266758524549825 0.0007916790809687166']
['59491.95766553785 1.452112915366064 0.00040142081244953304 0.17625857301568026 0.00012994283584005887 0.0004714692967692315 3.475805822407406e-07 0.9257277994521023 0.0006824728773112336 0.5263851159139616 0.0007917751555417215']
['59491.95770101806 1.4517612346688358 0.00040137867503919786 0.17626602979825373 0.00012994935256909962 0.00047148924271555296 3.475980136632554e-07 0.9257669632261226 0.0006825071038293048 0.5259942714427132 0.0007917832958289076']
['59491.95773649826 1.4516525317370017 0.0004013737818924492 0.17617342297673289 0.0001299349987270623 0.0004712415312296862 3.475596189588419e-07 0.9252805828609921 0.0006824317160034785 0.5263719488760096 0.0007917158327317319']
['59491.95777197847 1.4527147072417663 0.00040146155087389645 0.17638375625602432 0.00012996584396218058 0.00047180414603802167 3.4764212604522694e-07 0.9263852744539093 0.0006825937182887636 0.526329432787857 0.0007918999691105905']
['59491.95780745868 1.4516058908192209 0.00040137785218601735 0.1761133215887991 0.00012992103255892836 0.0004710807676502519 3.475222612328828e-07 0.9249649243109197 0.000682358364280086 0.5266409665083012 0.0007916546706288386']
['59491.957842938886 1.451898339204348 0.0004013884063679031 0.17630894323243868 0.00012995057285462516 0.00047160403070169724 3.4760127777205157e-07 0.925992348909867 0.0006825135128919389 0.525905990294481 0.0007917937534779242']
['59491.957878419096 1.4516756613080584 0.00040136200714446617 0.17621788036774252 0.00012993649751231957 0.0004713604491042434 3.4756362801904914e-07 0.9255140775616729 0.0006824395877747878 0.5261615837463854 0.0007917166486447388']
['59491.95791389931 1.4518371532012933 0.00040139503248977923 0.17628061193847533 0.0001299537961893467 0.0004715282480886139 3.4760989978304604e-07 0.9258435500970343 0.0006825304421709385 0.5259936031042589 0.0007918117052668063']
['59491.95794937952 1.4523321078324192 0.0004014486519438008 0.17625515520412316 0.00012994896411148545 0.00047146015455740175 3.475969745884743e-07 0.9257098487611511 0.000682505063610743 0.526622259071268 0.0007918170129529923']
['59491.95798485972 1.4528889739659152 0.00040149466004215967 0.17639826037234482 0.0001299776419929801 0.00047184294270705677 3.476736842791848e-07 0.9264614515354245 0.0006826556827362402 0.5264275224304907 0.0007919701656088136']
['59491.95802033993 1.4521073707735468 0.0004014273024806601 0.17606029998342243 0.00012991626642780519 0.00047093894158997684 3.4750951243745964e-07 0.924686449492765 0.0006823333320788088 0.5274209212807818 0.000791658168177825']
['59491.95805582014 1.4523581007628659 0.00040145167383650823 0.17610259783629337 0.00012992419697160074 0.00047105208297428913 3.475307256348793e-07 0.9249086020813728 0.0006823749840945418 0.527449498681493 0.0007917064262364935']
['59491.958091300345 1.4520031478574305 0.00040140656080191265 0.17629268810805765 0.0001299542604926798 0.0004715605503084903 3.476111417354924e-07 0.9259069753574457 0.0006825328807388646 0.5260961724999847 0.0007918196514008179']
['59491.958126780555 1.4524562730159536 0.0004014585845150953 0.1762898325224082 0.00012995350831194566 0.000471552911979557 3.4760912974756067e-07 0.9258919775336567 0.0006825289302097987 0.5265642954822969 0.0007918426205087701']
['59491.958162260766 1.4517184407193149 0.00040138433340009005 0.17626886654280433 0.0001299630522072573 0.0004714968306469398 3.4763465845537916e-07 0.9257818620945606 0.000682579055710385 0.5259365786247543 0.0007918481864559112']
['59491.95819774097 1.4521278233079888 0.00040143368422657674 0.17635787754955604 0.00012996177817382876 0.00047173492378499226 3.476312505777688e-07 0.9262493568779204 0.0006825723643583444 0.5258784664300684 0.0007918674355076507']
['59491.95823322118 1.4527416883718565 0.000401500377430995 0.17637797939457495 0.00012997863491835159 0.0004717886936673456 3.4767634022844517e-07 0.9263549337950365 0.000682660897680418 0.5263867545768199 0.0007919775592143162']
['59491.95826870139 1.4521343771740973 0.00040142605365223275 0.17636732677303327 0.00012997382011126248 0.0004717601992576777 3.4766346123099535e-07 0.9262989851524858 0.0006826356098280593 0.5258353920216116 0.0007919180843724505']
['59491.9583041816 1.452126071893471 0.00040140067233377746 0.17623719890884532 0.00012994697225815604 0.00047141212374810616 3.475916466337971e-07 0.925615540487633 0.0006824946021961977 0.526510531405838 0.0007917836710724431']
['59491.9583396618 1.4520562103250025 0.00040143509303664735 0.17633113367334788 0.00012995644282450507 0.00047166338731279115 3.4761697919595386e-07 0.9261088953432137 0.0006825443425656779 0.5259473149817888 0.0007918439956770242']
['59491.958375142014 1.4513105729447406 0.0004013476696491407 0.17611557036622943 0.0001299244938869496 0.0004710867828442678 3.4753151984572724e-07 0.9249767351167513 0.0006823765435238951 0.5263338378279894 0.0007916550379328196']
['59491.958410622225 1.4516381751123872 0.0004013815408533947 0.1761041917308287 0.00012992553063044578 0.0004710563464397356 3.4753429300290596e-07 0.9249169733762012 0.0006823819886052825 0.5267212017361861 0.0007916769036107756']
['59491.95844610243 1.452044058316497 0.0004013955584209981 0.17627182834176822 0.000129953471800726 0.0004715047530829994 3.4760903208468525e-07 0.9257974177613877 0.0006825287384491912 0.5262466405551094 0.0007918105032955482']
['59491.95848158264 1.4519484074365558 0.000401398023097647 0.17627854001254722 0.00012995785803645774 0.0004715227059499051 3.4762076470818567e-07 0.9258326681331263 0.0006825517754015638 0.5261157393034296 0.0007918316102875194']
['59491.95851706285 1.4522787604118805 0.0004014492499776544 0.1763013365072701 0.00012994974983304678 0.00047158368367797754 3.4759907629385876e-07 0.9259523976222169 0.0006825091902996155 0.5263263627896636 0.0007918208731468614']
['59491.95855254305 1.4518158941412864 0.0004013834254411329 0.1762935427081275 0.00012994153466364488 0.00047156283625513705 3.4757710175909156e-07 0.9259114638031907 0.0006824660434014963 0.5259044303380958 0.0007917503107766681']
['59491.95858802326 1.4521815434617018 0.0004014062703668338 0.17633910130275865 0.00012995608572227954 0.0004716846997095214 3.4761602399285503e-07 0.9261507421363375 0.0006825424670287791 0.5260308013253643 0.0007918277673759261']
['59491.95862350347 1.4515128488714661 0.0004014397450424498 0.17629628350006638 0.00012996362211595375 0.00047157016752547416 3.4763618288875983e-07 0.925925858718836 0.0006825820489283286 0.5255869901526301 0.0007918788558983895']
['59491.95865898368 1.4528191763580018 0.0004014732249610235 0.17641959011037472 0.00012997507720831158 0.0004718999970472637 3.4766682380594174e-07 0.9265734774704555 0.0006826422122285273 0.5262456988875464 0.0007919476878410987']
['59491.95869446389 1.45175572358206 0.0004013841584411372 0.17638054081532414 0.00012997058809408269 0.00047179554514253176 3.4765481599552774e-07 0.9263683866351059 0.0006826186349479133 0.525387336946954 0.0007918822156265744']
['59491.9587299441 1.452395566975539 0.00040141635490270345 0.17639233380646935 0.00012997489101345905 0.00047182708989605443 3.4766632575835924e-07 0.9264303246138097 0.0006826412343143858 0.5259652423617294 0.0007919180164446578']
['59491.95876542431 1.4515000093035018 0.00040134728620702805 0.17616071587690285 0.0001299197473238448 0.00047120754135152976 3.4751882339226794e-07 0.9252138438912966 0.0006823516140958235 0.5262861654122052 0.0007916333554145642']
['59491.95880090451 1.452315421537536 0.00040141233976033003 0.1763488820164209 0.00012995341242623258 0.0004717108618763502 3.4760887326545633e-07 0.9262021114307821 0.0006825284266083644 0.5261133101067539 0.0007918187416576802']
['59491.95883638472 1.452411153189476 0.00040145115784287185 0.17628195494315801 0.00012994634487493293 0.0004715318404555693 3.4758996846335724e-07 0.9258506036930568 0.0006824913071162444 0.5265605494964191 0.0007918064261059151']
['59491.95887186493 1.4516920533712199 0.0004013542323667 0.17621627014774566 0.00012994278853745026 0.0004713561419702608 3.475804557122704e-07 0.9255056205238743 0.0006824726288731632 0.5261864328473456 0.0007917411881414971']
['59491.95890734514 1.4518073988747666 0.00040139016857341657 0.17626209064463588 0.0001299523020301258 0.00047147870597992475 3.4760590309689865e-07 0.9257462743940961 0.000682522594696039 0.5260611244806705 0.0007918024751780013']
['59491.958942825346 1.4520867534613568 0.000401426912002977 0.17616639604939233 0.00012991848528837933 0.0004712227350915182 3.4751544760768497e-07 0.9252436767300017 0.0006823449857582949 0.5268430767313551 0.0007916680145551754']
['59491.958978305556 1.452439343776594 0.0004014522804179848 0.17633624393474173 0.00012996564294990112 0.00047167705661298144 3.476415883629093e-07 0.9261357349513747 0.0006825926625520017 0.5263036088252192 0.0007918943593830122']
['59491.95901378577 1.451608603197899 0.0004013709151019501 0.1762076450626899 0.000129940439838199 0.0004713330709631816 3.4757417324007416e-07 0.925460320707405 0.0006824602932678519 0.526148282490494 0.0007917390121605852']
['59491.95904926597 1.4520107862138665 0.0004014685049713189 0.17620908310040242 0.00013004504534654907 0.000471336917531422 3.4785397968929356e-07 0.9254678734264834 0.0006830096919461611 0.5265429127873831 0.0007922620777093246']
['59491.95908474618 1.4513255809774313 0.00040135355096065846 0.17608179449665062 0.00012991695014877457 0.0004709964366829116 3.475113413042155e-07 0.9247993408437534 0.0006823369230502867 0.5265262401336779 0.0007916238686563605']
['59491.95912022639 1.4523640591236506 0.00040143879289674593 0.1762216535691628 0.00012994215767922845 0.00047137054193882024 3.4757876824665035e-07 0.9255338947960232 0.0006824693155421663 0.5268301643276274 0.0007917812015317044']
['59491.959155706594 1.4522986673557727 0.0004014392632219354 0.17635317357206098 0.00012996181997071163 0.0004717223412426304 3.47631362379122e-07 0.9262246511137657 0.000682572583879788 0.526074016242007 0.0007918704529912078']
['59491.959191186805 1.4520246007626634 0.00040140822971167586 0.1762675401695698 0.00012994715836124577 0.000471493282766996 3.4759214443592577e-07 0.925774895848581 0.0006824955796283917 0.5262497049140824 0.000791788344882997']
['59491.959226667015 1.4519119045281914 0.0004014111900004459 0.1762902911511004 0.00012995021851935616 0.0004715541387530596 3.4760032997021e-07 0.9258943862977963 0.0006825116518873748 0.5260175182303951 0.0007918036994227844']
['59491.959262147226 1.4520706290849583 0.00040143553109126163 0.1762266071819622 0.00012993807450890953 0.00047138379222391583 3.4756784628463785e-07 0.9255599116699696 0.000682447870319903 0.5265107174149887 0.0007917610632802642']
['59491.95929762743 1.4527458978372727 0.0004015077940996123 0.17613179056185557 0.0001299362331686317 0.0004711301698074917 3.4756292093325754e-07 0.9250619252198298 0.0006824381994150825 0.5276839726174429 0.0007917893689256231']
['59491.95933310764 1.4518525700082292 0.0004013816749439008 0.17640108030271445 0.00012997271180936724 0.00047185048566264503 3.476604966641875e-07 0.9264762620940885 0.000682629788914744 0.5253763079141407 0.0007918905717929462']
['59491.95936858785 1.4520759451481953 0.00040143196075720795 0.17627392125275182 0.00012994691722255077 0.0004715103513540665 3.475914994205429e-07 0.9258084099409235 0.000682494313143649 0.5262675352072718 0.0007917992842828274']
['59491.95940406805 1.4517576958401424 0.00040139498728264633 0.17608959453535583 0.00012992179430350707 0.00047101730079578965 3.4752429880288406e-07 0.9248403074335916 0.000682362365039428 0.5269173884065508 0.0007916668068309024']
['59491.95943954826 1.4519909123358137 0.0004013918779857786 0.17642991055656254 0.00012996813018121433 0.0004719276029300487 3.476482413907767e-07 0.9266276814945512 0.0006826057257416719 0.5253632308412625 0.0007918750005703329']
['59491.959475028474 1.4519891346406322 0.00040140969432274717 0.17631145493398784 0.00012995030567754774 0.0004716107491843379 3.476005631073028e-07 0.9260055406196841 0.0006825121096509861 0.5259835940209481 0.0007918033357573842']
['59491.95951050868 1.4528322251999481 0.00040147273454026536 0.17642408141533977 0.00012998062214492022 0.0004719120107176187 3.4768165580712485e-07 0.9265970662570366 0.000682671334794749 0.5262351589429115 0.0007919725424089415']
['59491.95954598889 1.4514658553968909 0.00040135501517998823 0.17595634676623267 0.00012988282102697758 0.0004706608799367658 3.474200502380411e-07 0.9241404767134069 0.0006821576734610167 0.527325378683484 0.0007914701129366009']
['59491.9595814691 1.4518026192269633 0.0004014043628008296 0.17611466850786006 0.00012992200941637947 0.000471084370487672 3.475248742024969e-07 0.9249719984656517 0.0006823634948339259 0.5268306207613116 0.0007916725342952787']
['59491.95961694931 1.4523374775860176 0.00040144592036616496 0.17618018031631674 0.00012992018221100407 0.0004712596062548446 3.4751998666018535e-07 0.9253160730898989 0.0006823538981670383 0.5270214044961187 0.0007916853347905279']
['59491.95965242951 1.4522157522883745 0.00040143647388205683 0.1761952267565203 0.00012993054971997112 0.000471299853571388 3.4754771842992745e-07 0.9253950985111361 0.0006824083493695963 0.5268206537772384 0.0007917274770097324']
['59491.95968790972 1.4519577814196223 0.0004014128562393182 0.17621540087528476 0.0001299311473120867 0.00047135381677683143 3.475493169129383e-07 0.9255010550172519 0.0006824114879836487 0.5264567264023704 0.0007917182074995276']
['59491.95972338993 1.452929015092387 0.00040151951315047527 0.17631065273170787 0.00012995711939875547 0.0004716086033951242 3.4761878894614415e-07 0.9260013273724154 0.000682547896001867 0.5269276877199717 0.0007918898596251692']
['59491.959758870136 1.4519474215240094 0.0004013940078021183 0.17633929180113075 0.00012997329846910262 0.00047168520926847213 3.4766206590446983e-07 0.9261517426529977 0.0006826328701108331 0.5257956788710116 0.0007918994790092998']
['59491.95979435035 1.4523664207489895 0.00040143500977674583 0.17635927931168455 0.00012995213314259164 0.0004717386733206526 3.4760545134419463e-07 0.9262567190739736 0.0006825217076816788 0.5261097016750159 0.0007918244429993123']
['59491.95982983056 1.4527043542724012 0.00040147412061315084 0.1762588936079954 0.00012993930804166035 0.0004714701543129571 3.475711458280792e-07 0.92572948323527 0.0006824543489583002 0.5269748710371311 0.000791786213528753']
['59491.95986531076 1.4516396002910263 0.00040137425343887093 0.17628855509387867 0.00012995218051443493 0.00047154949502048265 3.476055780578589e-07 0.9258852683502031 0.0006825219564833768 0.5257543319408232 0.0007917938572668442']
['59491.95990079097 1.4519166663331724 0.0004013796267119994 0.17647174409974328 0.0001299613432015554 0.0004720395023449103 3.47630087082182e-07 0.9268473954818451 0.0006825700798401018 0.5250692708513273 0.0007918380633894704']
['59491.95993627118 1.4519464057400453 0.00040138635933149413 0.17643325377340158 0.00012997607480206018 0.00047193654561048166 3.47669492242518e-07 0.926645240406521 0.0006826474516914927 0.5253011653335243 0.0007919081719229068']
['59491.95997175139 1.452028918374294 0.00040142050389659756 0.1761306203898315 0.00012993161413276026 0.0004711270397459471 3.4755056559895065e-07 0.9250557793583587 0.0006824139397729005 0.5269731390159353 0.0007917241982818071']
['59491.960007231595 1.452605438362006 0.00040146497779009567 0.1763513160180425 0.00012995718106837857 0.000471717372521553 3.4761895390455347e-07 0.9262148950527442 0.0006825482198969463 0.5263905433092617 0.0007918624886156006']
['59491.960042711806 1.451623269331836 0.0004013901711732955 0.17614060588661282 0.00012990865520341353 0.0004711537496816106 3.4748915337888964e-07 0.9251082241943952 0.0006822933571607854 0.5265150451374409 0.0007916048854954488']
['59491.960078192016 1.4520307558704522 0.00040141240856951397 0.1761363224989789 0.00012992713717484964 0.0004711422921637095 3.475385903051441e-07 0.9250857274106036 0.000682390426338496 0.5269450284598486 0.0007916998267727566']
['59491.96011367222 1.4522175037749225 0.00040143109896896166 0.17623206927127405 0.00012993414726744317 0.0004713984026191022 3.47557341412502e-07 0.9255885991138344 0.0006824272440516974 0.5266289046610881 0.0007917410376148398']
['59491.96014915243 1.452465213810976 0.00040144904696518566 0.17623457544556537 0.00012994426582393828 0.00047140510631703015 3.475844072660003e-07 0.9256017617939358 0.0006824803877307683 0.5268634520170401 0.0007917959440072902']
['59491.96018463264 1.4520224613189963 0.00040141586729971617 0.17623335334305104 0.00012994745457352492 0.00047140183734801973 3.4759293676615153e-07 0.9255953431882934 0.000682497135365152 0.5264271181307029 0.0007917935578808545']
['59491.960220112844 1.4516430408548318 0.00040136767335853594 0.17631884169096299 0.00012996004162670795 0.0004716305078210776 3.47626605534774e-07 0.9260443366122006 0.0006825632438377518 0.5255987042426311 0.0007918261116277731']
['59491.960255593054 1.4522818808722822 0.0004014199394972515 0.17627605597338453 0.00012995281413610775 0.00047151606146063487 3.4760727291535937e-07 0.9258196217089525 0.000682525284328297 0.5264622591633297 0.0007918198858158337']
['59491.960291073265 1.4521107210198028 0.00040144013613095783 0.17624392222016277 0.000129944303277003 0.00047143010775197374 3.475845074481917e-07 0.9256508519966533 0.0006824805844380411 0.5264598690231495 0.000791791595706681']
['59491.960326553475 1.4522129114546707 0.00040140903055720665 0.17633275690464556 0.00012994271320182412 0.00047166772925035097 3.4758025419903857e-07 0.9261174207176763 0.0006824722332028578 0.5260954907369944 0.0007917686271290195']
['59491.96036203368 1.452265570846234 0.00040142753601583793 0.176389652586737 0.00012996579344472925 0.0004718199179738037 3.4764199091746064e-07 0.9264162425774003 0.000682593452966015 0.5258493282688337 0.0007918824967782873']
['59491.96039751389 1.4526213371188064 0.0004014709223050071 0.17644963267541955 0.00012997608933154023 0.0004719803570931468 3.476695311070318e-07 0.9267312640515734 0.000682647528001787 0.525890073067233 0.0007919511026214835']
['59491.9604329941 1.452322601214619 0.0004014426726163205 0.17638257445459726 0.0001299658412312028 0.0004718009848693012 3.476421187402082e-07 0.9263790675136412 0.0006825937039453929 0.5259435337009779 0.0007918903863939913']
['59491.9604684743 1.4523681206214474 0.0004014578120197009 0.17621830433288446 0.00012994288483472114 0.00047136158315715164 3.4758071329523957e-07 0.9255163042693513 0.0006824731346361405 0.5268518163520961 0.000791794136333255']
['59491.96050395451 1.4520843327643975 0.0004014286528971301 0.17619786466734158 0.0001299457296364187 0.00047130690964780213 3.4758832277847125e-07 0.9254089530847772 0.0006824880758215269 0.5266753796796203 0.0007917922309579545']
['59491.96053943472 1.452469390955112 0.00040144545734736614 0.1764065920571248 0.00012996794483329457 0.00047186522890566213 3.4764774560863176e-07 0.926505210384059 0.0006826047522757067 0.5259641805710531 0.0007919013215383688']
['59491.960574914934 1.452202089472672 0.00040143680891076023 0.17618594330898768 0.0001299355198948693 0.00047127502152829976 3.475610130165338e-07 0.9253463409085488 0.0006824344532293557 0.5268557485641231 0.0007917501465127139']
['59491.96061039514 1.4522659041601536 0.00040140613212465414 0.17615636099736928 0.00012991808696691465 0.000471195892601877 3.4751438214835653e-07 0.9251909716248388 0.0006823428937337956 0.5270749325353148 0.0007916556748588904']
['59491.96064587535 1.4520817146482323 0.0004014028277668144 0.17615772205070387 0.0001299289439193644 0.00047119953324668395 3.4754342311725215e-07 0.9251981200142011 0.0006823999155428803 0.5268835946340312 0.0007917031482014739']
['59491.96068135556 1.4515139341400933 0.0004013551960042649 0.1760918495493941 0.00012991431419726553 0.0004710233326719398 3.4750429046871273e-07 0.9248521509947171 0.000682323078767151 0.5266617831453763 0.0007916127697162961']
['59491.96071683576 1.451852468947157 0.0004013899813944851 0.1762268485904652 0.00012992832996796172 0.0004713844379610008 3.47541780875226e-07 0.9255611795717711 0.0006823966910082023 0.5262912893753859 0.0007916938556429556']
['59491.96075231597 1.4522096399416127 0.0004014274349486533 0.17617992262412893 0.00012993505474665897 0.00047125891696097086 3.475597688041482e-07 0.9253147196645428 0.0006824320102240493 0.5268949202770699 0.0007917432880093726']
['59491.96078779618 1.4529822870806652 0.00040150282473090144 0.1765012514975722 0.00012998146639634064 0.00047211843088646073 3.476839140724488e-07 0.9270023713107785 0.0006826757688883438 0.5259799157698868 0.0007919916184494532']
['59491.960823276386 1.4516918884301453 0.00040137547322525183 0.1762751882004388 0.00012995302319344874 0.0004715137402782182 3.476078321171948e-07 0.925815064077935 0.0006825263823185333 0.5258768243522103 0.0007917982906445426']
['59491.960858756596 1.4521434651090097 0.000401406125333355 0.17618633421450297 0.00012993567909742963 0.00047127606715090546 3.4756143886316284e-07 0.9253483939837341 0.0006824352893772565 0.5267950711252756 0.000791735310342135']
['59491.96089423681 1.4520876371948153 0.00040140937654711763 0.17617743127313054 0.00012991951187034184 0.00047125225291346883 3.475181935840517e-07 0.9253016348378705 0.0006823503774702828 0.5267860023569447 0.0007916637703051612']
['59491.96092971702 1.4520354769160715 0.0004013932743666957 0.17628361997680259 0.00012994224642985227 0.00047153629420909783 3.4757900564329715e-07 0.9258593486176607 0.0006824697816693923 0.5261761282984108 0.0007917585260663035']
['59491.96096519722 1.452201469894952 0.0004014245070977447 0.17629543775119516 0.00012995851932331239 0.0004715679052546596 3.4762253356653387e-07 0.9259214167604789 0.0006825552485468088 0.526280053134473 0.0007918480297490569']
['59491.96100067743 1.4519798028373891 0.000401397913011975 0.1764418768341518 0.00012997331429905393 0.00047195961120280065 3.476621082475791e-07 0.9266905295911335 0.0006826329532513337 0.5252892732462556 0.0007919015301380638']
['59491.96103615764 1.4520687682589803 0.00040141976707789434 0.1761466460800083 0.0001299208876417763 0.00047116990643179753 3.475218735979065e-07 0.9251399478992034 0.0006823576031605899 0.526928820359777 0.000791675266755212']
['59491.961071637845 1.452202471346851 0.00040142440493333187 0.17635311396206466 0.0001299693968739097 0.0004717221817934611 3.476516296328581e-07 0.9262243380360539 0.0006826123785394417 0.5259781333107972 0.0007918972232628131']
['59491.961107118055 1.452039826427225 0.00040141790694207656 0.17633847211299014 0.00012995338939907194 0.00047168301670680204 3.476088116707262e-07 0.9261474375682256 0.0006825283056673947 0.5258923888589994 0.0007918214597060136']
['59491.961142598266 1.4519925342349234 0.0004014017078342191 0.1763964195315515 0.00012996928987655756 0.00047183801869173406 3.4765134342853056e-07 0.9264517832539471 0.0006826118165785586 0.5255407509809763 0.0007918852335944317']
['59491.96117807847 1.4520585603998586 0.0004014200231272535 0.1763801119500069 0.00012996411553242647 0.000471794397982277 3.476375027151571e-07 0.9263661341912128 0.0006825846404013996 0.5256924262086458 0.0007918710919584026']
['59491.96121355868 1.4522238629475521 0.0004014125836012611 0.17645403240204563 0.0001299904880647607 0.00047199212580307614 3.4770804588965865e-07 0.9267543718594834 0.0006827231516006339 0.5254694910880687 0.0007919867195887451']
['59491.96124903889 1.4518836807071482 0.00040141143224555473 0.17619734232617032 0.00012994339613025827 0.0004713055124515099 3.4758208094586334e-07 0.9254062096962727 0.0006824758200118607 0.5264774710108755 0.0007917729364144048']
['59491.9612845191 1.4529715884996375 0.0004014901262822039 0.1762841934027363 0.00012995494460384493 0.00047153782805064146 3.476129716459723e-07 0.925862360308489 0.0006825364737596899 0.5271092281911485 0.0007918651144698899']
['59491.961319999304 1.4516299777861028 0.0004013753600381459 0.17635676492259217 0.000129949622317892 0.00047173194764917514 3.47598735207015e-07 0.9262435132489084 0.0006825085205771638 0.5253864645371944 0.0007917828365822159']
['59491.961355479514 1.4526526181987345 0.0004014654098554008 0.17641283541522862 0.00012996741563302137 0.00047188192909564054 3.47646330065113e-07 0.9265380011304025 0.0006826019728625072 0.526114617068332 0.0007919090406518617']
['59491.961390959725 1.4520494821070953 0.0004014100620658458 0.17614250054391878 0.00012993682625519662 0.0004711588176492696 3.4756450736449264e-07 0.925118175125624 0.0006824413143655285 0.5269313069814713 0.0007917424994786223']
['59491.96142643993 1.4525207785650154 0.00040146808402107204 0.17639830745786744 0.00012997103540253154 0.0004718430686548496 3.4765601248881717e-07 0.9264616988333375 0.0006826209842569934 0.5260590797316779 0.0007919267836331442']
['59491.96146192014 1.4524511912654627 0.0004014570996281129 0.17625215715282305 0.0001299324228440496 0.00047145213515094705 3.475527287989378e-07 0.9256941026933985 0.0006824181872061429 0.5267570885720643 0.0007917464146249952']
['59491.96149740035 1.452258672723704 0.0004014384791167231 0.17639224835283954 0.00012996314332593082 0.0004718268613184479 3.4763490218625814e-07 0.9264298758027287 0.0006825795342748468 0.5258287969209752 0.0007918760465668945']
['59491.96153288055 1.452039915439082 0.00040140228839761815 0.1761994720365519 0.0001299252428665763 0.00047131120915629285 3.4753352327110307e-07 0.9254173951499576 0.0006823804772404218 0.5266225202891244 0.0007916861201572947']
['59491.96156836076 1.4514715900624449 0.00040133228110076757 0.17636819910149573 0.00012996419719034412 0.00047176253262552303 3.476377211397157e-07 0.9263035667095364 0.0006825850692770175 0.5251680233529085 0.0007918269865655352']
['59491.96160384097 1.4520115783141723 0.0004014063244480649 0.1763323173888341 0.00012995814692639656 0.0004716665536013768 3.47621537452081e-07 0.9261151123363136 0.0006825532926806543 0.5258964659778587 0.0007918371263436112']
['59491.96163932118 1.4526051600877707 0.0004014443916182517 0.17628583712568768 0.0001299455116822216 0.0004715422248007724 3.4758773977867565e-07 0.9258709933071833 0.0006824869311041051 0.5267341667805875 0.0007917992237238224']
['59491.96167480139 1.4521575639340933 0.00040142147602699674 0.17631379345225162 0.00012995216310276387 0.00047161700442368567 3.4760553148385017e-07 0.9260178227534225 0.0006825218650355245 0.5261397411806709 0.0007918177174497066']
['59491.9617102816 1.4513091834125431 0.0004013120910678721 0.1760856774346399 0.00012991443676969728 0.0004710068230488732 3.475046183344001e-07 0.9248197344256298 0.0006823237225299227 0.5264894489869133 0.000791591470876461']
['59491.96174576181 1.4527517736375835 0.0004014456502712874 0.17627468915563022 0.00012995006455168083 0.0004715124053967373 3.475999181262334e-07 0.9258124430442763 0.0006825108432336178 0.5269393305933071 0.000791820472868188']
['59491.96178124201 1.4524447056347767 0.0004014379086401104 0.17637565041466696 0.00012996434805659233 0.00047178246394188823 3.476381246877686e-07 0.9263427017577047 0.0006825858616417665 0.526102003877072 0.0007918812114241494']
['59491.96181672222 1.4522103925398344 0.00040141804305041714 0.1763981031548875 0.00012996570765516635 0.0004718425221703261 3.476417614412758e-07 0.9264606258134848 0.0006825930023905796 0.5257497667263497 0.0007918772961759999']
['59491.96185220243 1.452159781490249 0.00040141617525437604 0.1764055807670305 0.00012997606885594863 0.0004718625238331006 3.476694763374248e-07 0.9264998989865048 0.000682647420461915 0.5256598825037442 0.0007919232579102338']
['59491.961887682635 1.4519942289131382 0.00040141677185554295 0.17621342685991048 0.00012993543360007451 0.00047134853653641877 3.4756078218891773e-07 0.925490687289446 0.0006824340000003914 0.5265035416236923 0.0007917395967636451']
['59491.961923162846 1.4520266878793127 0.0004013996935416839 0.1762502623225914 0.00012993923649143833 0.00047144706672073376 3.4757095444032267e-07 0.9256841508539464 0.000682453973169319 0.5263425370253663 0.0007917481540679128']
['59491.961958643056 1.4522162763590647 0.00040145049728613634 0.176316368508396 0.0001299641312841769 0.00047162389237182206 3.4763754484908895e-07 0.9260313472079622 0.0006825847231311813 0.5261849291511025 0.0007918866118475282']
['59491.96199412327 1.4521241530410713 0.00040138214191511045 0.1764723073696117 0.0001299835732307675 0.00047204100902026915 3.476895495869582e-07 0.9268503538319943 0.0006826868341952075 0.525273799209077 0.0007919399834784431']
['59491.96202960347 1.4517707226045449 0.000401379993242916 0.1762236270296058 0.0001299401365709578 0.0004713758206948622 3.4757336203872095e-07 0.9255442596092742 0.0006824587004777195 0.5262264629952706 0.0007917422414103096']
['59491.96206508368 1.4519435603508004 0.0004014065790534014 0.1764164869495104 0.00012998469955656836 0.0004718916964860744 3.476925623654244e-07 0.9265571793566723 0.0006826927497718927 0.5253863809941282 0.0007919574687434059']
['59491.96210056389 1.452121996531118 0.00040140382859537725 0.1762179847949819 0.00012993669849993152 0.0004713607284338458 3.475641656353843e-07 0.9255146260240646 0.0006824406433819934 0.5266073705070534 0.0007917387607984443']
['59491.962136044094 1.4521742412187573 0.0004014206172626465 0.1761589355042018 0.00012992695843017145 0.000471202779080674 3.4753811218583176e-07 0.9252044931943373 0.0006823894875534215 0.52696974802442 0.0007917031796620153']
['59491.962171524305 1.4520183080615026 0.00040141151784972774 0.1762269215376836 0.00012993447547187507 0.00047138463308554524 3.475582193176731e-07 0.9255615626979182 0.00068242896781447 0.5264567453635843 0.0007917325954984708']
['59491.962207004515 1.4518462316831147 0.00040136152753864854 0.1762716337737691 0.0001299518262605699 0.0004715042326383132 3.476046304737626e-07 0.925796395870636 0.0006825200959063546 0.5260498358124787 0.0007917858025401673']
['59491.962242484726 1.4527793016893318 0.00040148205587216967 0.17641227733584838 0.00012997707427637482 0.0004718804363041783 3.4767216570936956e-07 0.9265350700412206 0.0006826527010313804 0.5262442316481112 0.000791961205749867']
['59491.96227796493 1.4515653666375086 0.00040137810182810544 0.17605308721629054 0.00012990346830515952 0.0004709196483539699 3.4747527908483184e-07 0.9246485673124504 0.0006822661150481067 0.5269167993250582 0.0007915752853456009']
['59491.96231344514 1.4522518305421954 0.0004014416579415932 0.1762308002382125 0.00012993759134386594 0.00047139500811683847 3.4756655387951155e-07 0.9255819340242254 0.0006824453326883716 0.52666989651797 0.0007917619824410852']
['59491.96234892535 1.4518465951302537 0.0004013768723636464 0.17633356858551824 0.00012995148294271498 0.0004716699003935963 3.476037121421044e-07 0.9261216837474697 0.0006825182927663603 0.525724911382784 0.0007917920267526884']
['59491.96238440555 1.4515459568131495 0.00040136813019865707 0.17613499646256608 0.00012992763087499347 0.0004711387451847209 3.475399108903256e-07 0.9250787629336454 0.0006823930193014364 0.526467193879504 0.0007916796124256938']
['59491.962419885764 1.451919521966444 0.0004014020905379503 0.17625923419713135 0.00012995154366040736 0.00047147106534563857 3.4760387455421994e-07 0.9257312720437572 0.0006825186116618034 0.5261882499226869 0.000791805085581668']
['59491.962455365974 1.4514503181700231 0.000401339687449766 0.17625673891566257 0.00012994785479426447 0.0004714643907846274 3.4759400730579905e-07 0.9257181665738581 0.0006824992373648345 0.525732151596165 0.0007917567516136863']
['59491.96249084618 1.452103998471078 0.00040142941016147723 0.17633876350375086 0.00012996026571632124 0.0004716837961400783 3.4762720494602867e-07 0.9261489679818848 0.0006825644207789982 0.5259550304891931 0.0007918584215981799']
['59491.96252632639 1.4516228922345529 0.00040136642192917 0.1763956906446339 0.00012996102155870225 0.0004718360690118031 3.476292267284007e-07 0.9264479550663546 0.0006825683905394026 0.5251749371681983 0.000791829913817213']
['59491.9625618066 1.4520449813850127 0.0004014188247463254 0.17636186575379606 0.00012997143128728653 0.00047174559172480504 3.4765707143025673e-07 0.9262703033287609 0.0006826230634836478 0.5257746780562518 0.0007919036050306384']
['59491.96259728681 1.451816734602132 0.00040139945284752617 0.17602303080765444 0.0001298968387932784 0.00047083925127823837 3.4745754598254335e-07 0.9244907080233952 0.000682231296183185 0.5273260265787368 0.0007915561017629023']
['59491.96263276701 1.451665387759359 0.00040138178968603604 0.1761961089295647 0.00012993696058088516 0.0004713022132722397 3.475648666686492e-07 0.9253997317729239 0.0006824420198575902 0.5262656559864352 0.000791728773986946']
['59491.96266824722 1.452099517675788 0.00040142862375594436 0.17626291844660585 0.00012996482095283275 0.0004714809202450579 3.4763938962515067e-07 0.9257506220935182 0.0006825883453405082 0.5263488955822698 0.0007918786454787656']
['59491.96270372743 1.4525422083877881 0.00040144717401290796 0.17630430961999605 0.0001299564396460243 0.0004715916363769138 3.4761697069392153e-07 0.9259680127100633 0.0006825443258719764 0.5265741956777248 0.0007918501059562856']
['59491.962739207636 1.4521736292253924 0.00040144638888997693 0.17616010268063015 0.00012993724983677478 0.00047120590112938036 3.475656403914164e-07 0.9252106233226374 0.000682443539058691 0.526963005902755 0.0007917628351695687']
['59491.96277468785 1.452110849666023 0.0004014247462897624 0.17639139198131915 0.00012996351812020096 0.00047182457063339587 3.476359047133293e-07 0.9264253780531468 0.0006825815027321479 0.5256854716128763 0.0007918707816341485']
['59491.96281016806 1.4514297585818356 0.0004013405601003167 0.17623926744430307 0.0001299401050550647 0.0004714176568177375 3.475732777377097e-07 0.925626404644449 0.000682458534953071 0.5258033539373866 0.0007917221085153098']
['59491.96284564826 1.4515834554226568 0.0004013771167084265 0.17613596999522396 0.00012992216552536426 0.0004711413492609354 3.475252917742043e-07 0.9250838760253359 0.0006823643147340561 0.5264995793973208 0.0007916594266726367']
['59491.96288112847 1.4519562952336729 0.00040138951812494046 0.17635409393525298 0.00012995292515136791 0.00047172480309727653 3.476075698670806e-07 0.9262294849540598 0.0006825258673916382 0.5257268102796131 0.0007918049664654044']
['59491.96291660868 1.4521662363241643 0.0004014347032404151 0.17604006771359842 0.00012989997850194594 0.0004708848228378346 3.474659443044645e-07 0.9245801875714204 0.0006822477862497161 0.527586048752744 0.0007915881901647842']
['59491.96295208889 1.451914824253886 0.0004014106471809606 0.1761548931898329 0.0001299282809705647 0.0004711919664031388 3.4754164981341204e-07 0.9251832625516435 0.0006823964336689324 0.5267315617022424 0.0007917041116189275']
['59491.962987569095 1.4517195327150048 0.00040138181643278794 0.17640458398276251 0.00012996839176364144 0.0004718598575617822 3.4764894109054644e-07 0.9264946637750132 0.0006826070995989571 0.5252248689399915 0.0007918710848274388']
['59491.963023049306 1.451751804765023 0.0004013853975909974 0.1761742994364065 0.0001299261690316306 0.00047124387564799675 3.47536000644994e-07 0.9252851861155804 0.0006823853415526817 0.5264666186494427 0.0007916817490414018']
['59491.963058529516 1.4526168143322977 0.0004014561082118035 0.17629993154827658 0.00012994063735863857 0.0004715799255911093 3.4757470158216356e-07 0.9259450186359065 0.0006824613306651185 0.5266717956963912 0.0007917830982496226']
['59491.96309400972 1.4517528647675086 0.00040139753367123275 0.17611612792256676 0.00012992703229667475 0.0004710882742366567 3.4753830976934653e-07 0.9249796634588591 0.0006823898755077456 0.5267732013086496 0.0007916918101337319']
['59491.96312948993 1.451801473097432 0.00040136608891027916 0.17633851370434966 0.0001299438864915547 0.0004716831279584064 3.475833926000521e-07 0.92614765601024 0.0006824783954388379 0.525653817087192 0.0007917521692852535']
['59491.96316497014 1.4520810961655513 0.0004014020218728733 0.1763451119758922 0.00012995514850580922 0.0004717007774967569 3.476135170578298e-07 0.9261823107977531 0.0006825375446733678 0.5258987853677981 0.0007918213706716815']
['59491.963200450344 1.4519886811728755 0.00040143507929899137 0.17624424425282856 0.00012994758317909168 0.00047143096914845436 3.475932807697088e-07 0.9256525433446879 0.0006824978108145571 0.5263361378281876 0.0007918038801739042']
['59491.963235930554 1.4514359496620939 0.0004013402807418082 0.17623693255887665 0.00012993542699325013 0.00047141141129576825 3.475607645165016e-07 0.9256141415907387 0.0006824339653006834 0.5258218080713551 0.000791700788140272']
['59491.963271410765 1.4527106895438873 0.0004014588742801837 0.1763888863623312 0.00012995179260000733 0.00047181786842083386 3.4760454043603284e-07 0.9264122182895546 0.0006825199191176856 0.5262984712543327 0.000791835000319337']
['59491.963306890975 1.4512560910058707 0.0004013348685066888 0.1759398442013269 0.0001298933507372414 0.00047061673767158184 3.4744821587565137e-07 0.9240538035783977 0.0006822129765611418 0.527202287427473 0.0007915075628619693']
['59491.96334237118 1.4520003400950208 0.00040138179698323036 0.1764323042136786 0.00012998641062168768 0.00047193400565882326 3.4769713924730156e-07 0.926640253223102 0.0006827017364584437 0.5253600868719188 0.0007919526550955313']
['59491.96337785139 1.4522266047202075 0.0004014201879214048 0.17617141943089942 0.00012993710147448672 0.0004712361719990458 3.475652435411389e-07 0.9252700600362366 0.0006824427598449933 0.5269565446839709 0.0007917488792134202']
['59491.9634133316 1.4524524604009805 0.0004014290907537416 0.17641911126442042 0.00012996569097916254 0.0004718987161951527 3.476417168350835e-07 0.9265709625232166 0.000682592914806526 0.525881497877764 0.0007918828210331659']
['59491.9634488118 1.4513912224710355 0.00040135302260646213 0.17605149337532106 0.00012990416630474474 0.0004709153850318053 3.4747714614507155e-07 0.9246401962989552 0.0006822697810123148 0.5267510261720803 0.0007915657286908873']
['59491.96348429201 1.452660310654335 0.00040147883613514455 0.17635100771303996 0.00012995989030596024 0.0004717165478448281 3.4762620077099266e-07 0.9262132758037813 0.0006825624490859256 0.5264470348505537 0.0007918817795394759']
['59491.963519772224 1.4516277143991807 0.0004013811296819517 0.17621206323634947 0.00012993895320481495 0.0004713448890165826 3.4757019668458447e-07 0.9254835254009951 0.0006824524853194062 0.5261441889981856 0.0007917374602628034']
['59491.963555252434 1.4522051834401382 0.00040141544268262777 0.17638432922689276 0.000129969210848084 0.00047180567866232355 3.4765113203740095e-07 0.926388283754689 0.0006826114015130463 0.5258168996854492 0.0007918918380054787']
['59491.96359073264 1.4521621667262579 0.0004014250031291608 0.1764002006648237 0.00012997096043133662 0.0004718481327430073 3.4765581195039265e-07 0.9264716421471834 0.0006826205905007177 0.5256905245790745 0.0007919046051847376']
['59491.96362621285 1.4521094603698788 0.0004013940210778526 0.17666464026965084 0.00013002133598517576 0.00047255547510027633 3.477905601588715e-07 0.9278605056179141 0.0006828851679893686 0.5242489547519646 0.0007921169817753661']
['59491.96366169306 1.4521336772803848 0.0004014301388933091 0.17645605893232513 0.00012997693498102987 0.00047199754651419055 3.476717931120133e-07 0.9267650154008673 0.0006826519694381822 0.5253686618795175 0.0007919342572396589']
['59491.96369717326 1.4521280578231623 0.00040139314925283817 0.17627820666238503 0.00012994982978341022 0.0004715218142805589 3.4759929015092675e-07 0.9258309173444592 0.0006825096102069865 0.5262971404787031 0.0007917927937863566']
['59491.96373265347 1.4524995414322168 0.0004014997289764622 0.17614483276866819 0.0001299259015303569 0.0004711650560542657 3.4753528511306137e-07 0.9251304242051901 0.0006823839366090174 0.5273691172270267 0.0007917385106903618']
['59491.96376813368 1.4526041840425084 0.00040146638122626535 0.17648648143366685 0.00012999202462724593 0.00047207892284141333 3.4771215599915267e-07 0.9269247974457293 0.0006827312217817539 0.525679386596779 0.000792020944451925']
['59491.963803613886 1.4516917898871404 0.0004013634628861992 0.17616550291447877 0.00012991815079039568 0.0004712203460690587 3.4751455286806225e-07 0.9252389858953718 0.0006823432289411539 0.5264528039917686 0.0007916343293603691']
['59491.963839094096 1.4521572840408932 0.000401410151393002 0.17625538590626177 0.00012994257770464315 0.0004714607716563218 3.4757989176128856e-07 0.9257110604320472 0.0006824715215579997 0.526446223608846 0.0007917685819600599']
['59491.96387457431 1.452167395545587 0.00040141821499413644 0.17609753481394724 0.00012991445471298015 0.00047103854003255184 3.475046663304029e-07 0.9248820105774541 0.0006823238167698538 0.5272853849681328 0.0007916453588952946']
['59491.96391005452 1.451984643725677 0.0004013910612540582 0.17620329888560016 0.00012993699747281467 0.00047132144549146086 3.475649653498751e-07 0.9254374941470598 0.0006824422136177241 0.5265471495786171 0.0007917336414363852']
['59491.96394553472 1.4517633424866045 0.00040139787781172035 0.17608430598990568 0.000129914478705411 0.000471003154608392 3.475047305071082e-07 0.9248125314595886 0.00068232394278052 0.5269508110270159 0.0007916351553609195']
['59491.96398101493 1.4518577077425916 0.00040138109309642567 0.176344785225025 0.00012995913669578625 0.00047169990347968675 3.476241849594909e-07 0.926180594669249 0.0006825584910492976 0.5256771130733426 0.0007918288171055506']
['59491.96401649514 1.4519825873883554 0.00040137756339842564 0.17632967358427407 0.0001299539468980331 0.00047165948175996003 3.476103029096412e-07 0.9261012268081622 0.0006825312337081572 0.5258813605801932 0.0007918035320626174']
['59491.964051975345 1.452622125815807 0.000401441690074855 0.17644349267928416 0.00012997153116247928 0.0004719639333833063 3.476573385837125e-07 0.926699016172711 0.0006826235880382315 0.525923109643096 0.0007919156479552258']
['59491.964087455555 1.452124525408378 0.00040141213328749175 0.17640768955791017 0.00012997238912823317 0.00047186816458087287 3.476596335331366e-07 0.926510974568856 0.0006826280941608885 0.5256135508395221 0.000791904549606922']
['59491.964122935766 1.451845008967609 0.00040137151690900147 0.17639315807407704 0.00012994819813617425 0.00047182929470721734 3.475949257018009e-07 0.9264346537504047 0.0006825010406311673 0.5254103552172043 0.0007917744407648299']
['59491.96415841597 1.4522980704105803 0.000401427168587714 0.17626022427255633 0.0001299384946505373 0.00047147371367165403 3.475689701101313e-07 0.9257364720197288 0.0006824500769460993 0.5265615983908516 0.0007917587253728788']
['59491.96419389618 1.4519268707216197 0.00040141726452262667 0.1760665569090437 0.00012991297203471513 0.0004709556780713412 3.475007003543543e-07 0.9247193114970783 0.0006823160295940921 0.5272075592245414 0.0007916381651347252']
['59491.96422937639 1.452704960865633 0.0004014567150083332 0.1764518237213189 0.00012997297694704478 0.0004719862178626497 3.476612058738006e-07 0.9267427716455825 0.000682631181444563 0.5259621892200506 0.0007919298099615154']
['59491.9642648566 1.452396126760498 0.00040143571580317916 0.1763470369887979 0.0001299640693259359 0.0004717059266617898 3.4763737911866336e-07 0.9261924211596528 0.0006825843977202517 0.5262037056008451 0.000791878837912423']
['59491.964300336804 1.45228444314509 0.00040144688726041164 0.17622106840806445 0.00012994401471616546 0.0004713689767072016 3.475837355846004e-07 0.9255308214709268 0.0006824790688874237 0.5267536216741633 0.0007917937122511889']
['59491.964335817014 1.4532528127205824 0.0004015048247198429 0.17662232196199823 0.00013000599193526647 0.0004724422790020209 3.4774951677416373e-07 0.9276382455987302 0.0006828045794919458 0.5256145671218522 0.0007921036662258828']
['59491.964371297225 1.4519634354195523 0.0004014024801681246 0.17628868384073518 0.00012993964814716786 0.00047154983940197206 3.4757205556711606e-07 0.9258859445416764 0.000682456135226722 0.5260774908778759 0.0007917514304336403']
['59491.96440677743 1.4518998993827201 0.0004013849941427671 0.17624776320130808 0.00012993870933339304 0.0004714403818887065 3.475695443595042e-07 0.9256710252169543 0.0006824512044821063 0.5262288741657658 0.0007917383153681946']
['59491.96444225764 1.4520092286878952 0.00040140282349149307 0.176142351297911 0.00012991199025875582 0.00047115841843515404 3.474980742283554e-07 0.925117391270541 0.0006823108732077512 0.5268918374173541 0.0007916263982488625']
['59491.96447773785 1.4518403379289673 0.0004013757235125237 0.17644183924384213 0.00012997111541884694 0.0004719595106534965 3.476562265222983e-07 0.9266903321630365 0.0006826214045107509 0.5251500057659307 0.0007918803276514906']
['59491.96451321805 1.4517717527205711 0.0004013857041191981 0.17631114745939197 0.0001299536590704368 0.00047160992672884536 3.476095330073771e-07 0.9260039257321008 0.0006825297220085967 0.5257678269884704 0.0007918063556807287']
['59491.96454869826 1.4517442520021184 0.0004013756293300468 0.17638129848928097 0.00012996756802640644 0.00047179757182413647 3.476467376980631e-07 0.9263723660151312 0.000682602773247933 0.5253718859869873 0.0007918642193367875']
['59491.96458417847 1.4524904497566404 0.00040143845529736063 0.17624169847636903 0.0001299363810237443 0.00047142415951975615 3.475633164269051e-07 0.9256391726700054 0.0006824389759650436 0.526851277086635 0.0007917548795604284']
['59491.964619658684 1.452121734297589 0.0004014153316321019 0.1762847405784315 0.0001299567766734531 0.0004715392916761311 3.4761787219948875e-07 0.9258652341304177 0.0006825460959740184 0.5262565001671713 0.0007918354889739941']
['59491.96465513889 1.4524747698335276 0.0004014440974569316 0.1762825274969359 0.00012995510280973133 0.0004715333719642069 3.4761339482662523e-07 0.9258536108032348 0.0006825373046729587 0.5266211590302928 0.0007918424942204337']
['59491.9646906191 1.4520173744572302 0.0004014044791314035 0.17629309996865994 0.00012995259596824117 0.0004715616519832923 3.4760668934402506e-07 0.9259091384908611 0.0006825241384886616 0.5261082359663691 0.0007918110604724103']
['59491.96472609931 1.4525189198426904 0.0004014453848227968 0.1762669476283994 0.000129946331465545 0.00047149169779462193 3.4758993259494765e-07 0.9257717837626019 0.0006824912366887869 0.5267471360800885 0.0007918034384571167']
['59491.96476157951 1.4516532467679424 0.00040138577499321086 0.1761746015095888 0.00012992569161091155 0.00047124468365539407 3.475347236052063e-07 0.9252867726343951 0.0006823828340909221 0.5263664741335473 0.0007916797790956009']
['59491.96479705972 1.451606725719483 0.00040145751996235814 0.17620329916691643 0.00012993938719241642 0.00047132144624394617 3.47571357546299e-07 0.9254374956245612 0.0006824547646660527 0.5261692300949217 0.0007917781546302755']
['59491.96483253993 1.4522397027081337 0.00040142425972770397 0.17613849954953248 0.00012991746560760053 0.00047114811549743996 3.475127200911081e-07 0.9250971614996455 0.0006823396302920197 0.5271425412084882 0.0007916620537609373']
['59491.964868020135 1.4521008491131757 0.0004014027951127988 0.1762548895758329 0.00012993717180305046 0.0004714594440354619 3.475654316611147e-07 0.9257084536545847 0.000682443129217702 0.5263923954585911 0.0007917403795063232']
['59491.964903500346 1.4522820263601492 0.00040144995266921913 0.17628622845153757 0.00012994964056893137 0.00047154327154771974 3.475987840262273e-07 0.9258730485900083 0.000682508616433463 0.526408977770141 0.0007918207347651602']
['59491.964938980556 1.4523455319840435 0.00040145911207350977 0.17625838073766373 0.0001299517741084392 0.00047146878244995786 3.476044909734366e-07 0.92572678958857 0.000682519821998105 0.5266187423954735 0.000791835037168207']
['59491.96497446077 1.4521640228404462 0.0004014304606688758 0.17616265377545723 0.0001299387755273053 0.0004712127249840363 3.475697214198125e-07 0.9252240219299225 0.0006824515521392086 0.5269400009105237 0.0007917616660144901']
['59491.96500994097 1.4521521173044039 0.0004014294185303124 0.17619677802647415 0.00012994649121345457 0.00047130400302149264 3.4759035990031665e-07 0.9254032459373643 0.0006824920757009169 0.5267488713670395 0.0007917960668354768']
['59491.96504542118 1.4520214284146093 0.00040143020231039054 0.17625184702816116 0.00012993869453402818 0.0004714513056068644 3.475695047730828e-07 0.9256924738874011 0.0006824511267543497 0.5263289545272083 0.0007917611683678624']
['59491.96508090139 1.4520110809199112 0.0004014003453620256 0.17634013871785886 0.0001299642000854299 0.0004716874746631556 3.4763772888370246e-07 0.9261561907450571 0.0006825850844822999 0.5258548901748541 0.00079186149976777']
['59491.965116381594 1.451633682006586 0.00040136202250100426 0.1761850745483105 0.00012992585975808913 0.00047127269770382685 3.4753517337755044e-07 0.9253417780898662 0.0006823837172168548 0.5262919039167199 0.0007916684979388715']
['59491.965151861805 1.4522926900466706 0.0004014411064376064 0.17620990301544875 0.0001299277607512406 0.00047133911070003603 3.475402582927915e-07 0.9254721797029872 0.000682393701424583 0.5268205103436834 0.000791717200572144']
['59491.965187342015 1.4519738040166805 0.0004013834471979285 0.17637288128067263 0.00012996241771038542 0.0004717750568601524 3.4763296125683234e-07 0.9263281579867261 0.000682575723268831 0.5256456460299544 0.0007918448646549778']
['59491.965222822226 1.451954163544921 0.0004013911759896131 0.17621720058058174 0.0001299279142228908 0.00047135863075992596 3.475406688099638e-07 0.9255105072509546 0.000682394507473166 0.5264436562939663 0.0007916925792199074']
['59491.96525830243 1.4515448917161098 0.0004013669629250702 0.17624137654916971 0.00012995192175931184 0.000471423298405385 3.476048859207683e-07 0.9256374818758915 0.0006825205974753774 0.5259074098402183 0.0007917889901393178']
['59491.96529378264 1.4518377522333392 0.0004014112730654749 0.17611815009252965 0.00012991344727489334 0.000471093683284478 3.475019715614722e-07 0.9249902840994205 0.0006823185256034314 0.5268474681339187 0.0007916372783830267']
['59491.96532926285 1.452261536701481 0.00040143911074687377 0.17629254867584884 0.00012994624794219583 0.00047156017734504055 3.4758970918059664e-07 0.9259062430454247 0.0006824907980157344 0.5263552936560564 0.0007917998793971838']
['59491.96536474305 1.452209802787766 0.00040140298816217234 0.1764330138514605 0.0001299636988126222 0.00047193590384976103 3.476363880426069e-07 0.9266439803122927 0.0006825824517469653 0.5255658224754732 0.0007918605700111726']
['59491.965400223264 1.4517556067123272 0.0004013537975293415 0.1761603278949558 0.0001299287165073054 0.00047120650354909777 3.4754281481887725e-07 0.9252118061709864 0.0006823987211518141 0.5265438005413408 0.0007916772608966705']
['59491.965435703474 1.4515982825421143 0.0004013809269352399 0.17616848477576819 0.00012992103141733552 0.00047122832216929105 3.475222581792669e-07 0.9252546469315557 0.0006823583582843253 0.5263436356105586 0.0007916562243978582']
['59491.96547118368 1.4517268807355648 0.00040136975810372666 0.17620547809902126 0.00012993323200622854 0.00047132727461058726 3.475548932049973e-07 0.9254489395957 0.0006824224370075029 0.5262779411398648 0.0007917057946304948']
['59491.96550666389 1.4521283357330157 0.0004014335522139439 0.17631668457858965 0.00012995839059446387 0.000471624737819447 3.476221892332135e-07 0.9260330072404919 0.0006825545724499153 0.5260953284925238 0.0007918520323996094']
['59491.9655421441 1.4521642140152422 0.0004014021601649885 0.1761771053499357 0.00012992066287251166 0.0004712513811103171 3.475212723686708e-07 0.925299923056385 0.0006823564226497461 0.5268642909588572 0.0007916653217847035']
['59491.96557762431 1.4521691642088 0.0004014028790329239 0.17633026929910536 0.00012995933941623095 0.00047166107522147386 3.4762472721093363e-07 0.9261043555625282 0.0006825595557575156 0.5260648086462717 0.0007918407784724258']
['59491.96561310451 1.4530063321617637 0.00040147682425610386 0.17647637822491613 0.0001299738543137323 0.00047205189804118197 3.4766355271825816e-07 0.9268717343745596 0.0006826357894628797 0.5261345977872041 0.0007919439762195149']
['59491.96564858472 1.4521769510199372 0.0004014320312778923 0.17617296522141251 0.000129913215455201 0.0004712403067923423 3.475013514732379e-07 0.9252781786838893 0.0006823173080630305 0.5268987723360479 0.0007916467549471008']
['59491.96568406493 1.4521283514803809 0.0004014179608915176 0.176213854371363 0.00012993524526440416 0.00047134968007525737 3.475602784149195e-07 0.9254929326227049 0.0006824330108424589 0.526635418857676 0.0007917393470163065']
['59491.96571954514 1.4522979029676275 0.0004014234948934622 0.17630487660824073 0.0001299448395621552 0.0004715931529984569 3.475859419428619e-07 0.9259709905894997 0.0006824834010617396 0.5263269123781278 0.0007917855864925054']
['59491.96575502535 1.4520185746594345 0.0004014013342985193 0.17631404622713426 0.0001299613332021532 0.00047161768056439257 3.4763006033505114e-07 0.926019150352596 0.0006825700273222333 0.5259994243068385 0.0007918490218313753']
['59491.96579050556 1.4521060519682698 0.00040146479100712425 0.1760290113386675 0.0001299033734876817 0.00047085524843912984 3.4747502546012115e-07 0.9245221183753545 0.0006822656170571518 0.5275839335929153 0.0007916188164999428']
['59491.96582598576 1.4518619280502703 0.0004014063786580584 0.17612226567607872 0.00012991228826204543 0.0004711046919477644 3.4749887134930664e-07 0.925011899559237 0.000682312438351079 0.5268500284910332 0.0007916295499512203']
['59491.96586146597 1.4519596227043055 0.0004013764953345182 0.17634726213143256 0.00012996015849394297 0.0004717065288897429 3.476269181397848e-07 0.9261936036314736 0.0006825638576362552 0.5257660190728318 0.000791831112522302']
['59491.96589694618 1.4518921933421831 0.0004013926138587975 0.1761784586748199 0.0001299261438303923 0.0004712550010825008 3.475359332348823e-07 0.9253070308551467 0.0006823852091932369 0.5265851624870365 0.0007916852936527844']
['59491.96593242639 1.4521349317759218 0.00040140140013075 0.17628934147722564 0.0001299549180317221 0.0004715515984960597 3.4761290056891853e-07 0.9258893985148405 0.0006825363342002211 0.5262455332610813 0.0007918200120800195']
['59491.965967906595 1.4525497244113916 0.00040142349994041484 0.17624450697944163 0.00012993517551622384 0.00047143167190877625 3.475600918473956e-07 0.9256539232113532 0.0006824326445179825 0.5268958012000384 0.0007917418396221203']
['59491.966003386806 1.4520081062848433 0.00040140944666849004 0.17612200717357895 0.00012990754586591813 0.0004711040004864091 3.4748618604198295e-07 0.9250105418780408 0.0006822875308083936 0.5269975644068026 0.0007916096377453461']
['59491.966038867016 1.4521394231685951 0.0004014099864420658 0.1763565464300485 0.00012996196581974823 0.0004717313632093709 3.476317525067711e-07 0.9262423657040363 0.0006825733498936358 0.5258970574645588 0.0007918562718072259']
['59491.96607434722 1.4517985663957358 0.0004013944308491101 0.17618190965978345 0.00012994234063534678 0.0004712642320289795 3.4757925763103017e-07 0.9253251557761736 0.0006824702764461491 0.5264734106195622 0.0007917595388431794']
['59491.96610982743 1.452003786803862 0.0004013835785218456 0.17637751893543463 0.000129957379703456 0.0004717874619976268 3.4761948522815756e-07 0.9263525154171988 0.0006825492631484034 0.5256512713866632 0.0007918221225322207']
['59491.96614530764 1.452208125776226 0.0004014200005777147 0.17626563856462266 0.000129937942603215 0.0004714881962152792 3.475674934536579e-07 0.92576490842764 0.0006824471775378939 0.526443217348586 0.0007917525920344373']
['59491.966180787844 1.4518420971077308 0.0004014229484441908 0.17616739202440845 0.00012992455076438146 0.0004712253991981907 3.475316719856336e-07 0.9252489076912209 0.0006823768422499027 0.5265931894165099 0.0007916934623808486']
['59491.966216268054 1.4520716659254835 0.0004013967932633037 0.1760522320747036 0.00012989775668505724 0.00047091736095883374 3.474600012264732e-07 0.9246440760226031 0.000682236117043368 0.5274275899028804 0.0007915589081303269']
['59491.966251748265 1.4526865358885128 0.0004014614268587003 0.17631002741945523 0.00012995164589822564 0.0004716069307642673 3.4760414802739895e-07 0.9259980431694078 0.0006825191486251347 0.526688492719105 0.0007918356303522861']
['59491.966287228475 1.45216036244428 0.00040141308416344963 0.17638557043590616 0.00012996921585815244 0.00047180899873879234 3.4765114543869773e-07 0.9263948027095913 0.0006826114278264309 0.5257655597346887 0.0007918906651406186']
['59491.96632270868 1.4517112880475072 0.00040135734810484505 0.17619577952941679 0.00012991390338413462 0.00047130133216868013 3.4750319159576363e-07 0.9253980017301302 0.0006823209211351609 0.526313286317377 0.0007916120011069111']
['59491.96635818889 1.4515386757259252 0.00040134740716973134 0.17602293365643384 0.0001298881462224785 0.0004708389914110622 3.4743429445966974e-07 0.924490197775388 0.0006821856419247822 0.5270484779505372 0.0007914903608321413']
['59491.9663936691 1.452036341800962 0.000401405016921928 0.17612938538346162 0.00012990996481651473 0.000471123736260762 3.474926564276055e-07 0.9250492929803658 0.0006823002353808547 0.5269870488205963 0.0007916183416336834']
['59491.9664291493 1.4519980168066053 0.00040138880893476165 0.17635669513085778 0.00012995732332794497 0.0004717317609651497 3.4761933443082563e-07 0.9262431466956816 0.0006825489670585345 0.5257548701109237 0.0007918245186723754']
['59491.96646462951 1.4518496452867964 0.0004014727046144274 0.1762477089211777 0.0001299472763852556 0.00047144023669625163 3.4759246013516225e-07 0.9256707401322358 0.000682496199502393 0.5261789051545606 0.0007918215675804957']
['59491.966500109724 1.451895406114175 0.0004013970578661621 0.17620067232112055 0.00012994523901398915 0.0004713144197650696 3.475870104257846e-07 0.9254236991655492 0.0006824854990230523 0.5264717069486257 0.000791773992020675']
['59491.96653558993 1.451567025821944 0.00040136646489022024 0.17614137792928086 0.00012992008804896518 0.00047115581479769287 3.475197347886905e-07 0.9251122790403407 0.0006823534036185146 0.5264547467816033 0.0007916446213852803']
['59491.96657107014 1.4517246483863169 0.0004013797598342726 0.1762112876119886 0.00012992816943244954 0.00047134281431992684 3.4754135146312006e-07 0.9254794517436375 0.000682395847859504 0.5262451966426793 0.0007916879465929171']
['59491.96660655035 1.452067220012506 0.00040138410371562064 0.1763270165272589 0.0001299638064387254 0.00047165237446990894 3.4763667592876376e-07 0.9260872716767801 0.0006825830170101125 0.5259799483357259 0.0007918514847029206']
['59491.96664203056 1.4519464212596058 0.00040138169856974586 0.1764714496417289 0.00012997897328857714 0.00047203871470711997 3.476772453258232e-07 0.9268458489586602 0.0006826626748349641 0.5251005723009456 0.0007919189324416749']
['59491.96667751076 1.4521741505299586 0.0004014249541145006 0.17633164315499955 0.00012995585389383524 0.0004716647501115017 3.476154038812103e-07 0.9261115711922246 0.000682541249442412 0.5260625793377339 0.0007918361894838084']
['59491.96671299097 1.4520523418182187 0.0004014117772937899 0.17610983738012698 0.0001299273009940986 0.0004710714478345723 3.475390285008289e-07 0.924946624895625 0.0006823912867337112 0.5271057169225938 0.0007917002483012426']
['59491.96674847118 1.4523105291080514 0.00040141197633909525 0.17640056335814178 0.00012995439862169907 0.00047184910290156866 3.476115112130756e-07 0.926473547049064 0.0006825336062064027 0.5258369820589873 0.0007918230221138908']
['59491.966783951386 1.4524857090996273 0.0004014491884097997 0.17623054691010848 0.00012993525737739392 0.0004713943304963346 3.4756031081562865e-07 0.9255806035194774 0.0006824330744611026 0.5269051055801499 0.0007917552349011149']
['59491.9668194316 1.4515365220099699 0.00040135410337209765 0.1762985979594566 0.00012994644314386587 0.0004715763584103908 3.4759023132027205e-07 0.9259380144929444 0.0006824918232345897 0.5255985075170254 0.0007917576681508647']
['59491.96685491181 1.4514690718068997 0.0004013414109857134 0.17626669294072778 0.00012995184063448927 0.0004714910165374474 3.476046689221713e-07 0.9257704461172678 0.0006825201713996285 0.5256986256896319 0.0007917756705907183']
['59491.96689039202 1.4519939073312074 0.00040135998145066364 0.17644169889441988 0.0001299738700053123 0.0004719591352366173 3.4766359469124177e-07 0.9266895950337178 0.0006826358718766403 0.5253043122974895 0.0007918848200861398']
['59491.96692587222 1.4519176930367736 0.0004013670495095028 0.17637969162777623 0.00012995207316060124 0.0004717932736736937 3.4760529089998843e-07 0.9263639266164718 0.0006825213926502167 0.5255537664203018 0.0007917897194692256']
['59491.96696135243 1.4521842449991054 0.00040140506949923663 0.17638021850015648 0.00012996925886031344 0.0004717946829903945 3.476512604640168e-07 0.9263666938033429 0.0006826116536781168 0.5258175511957625 0.0007918867971855954']
['59491.96699683264 1.4523467141284976 0.0004014136352926913 0.17613774733347373 0.00012990990082452312 0.00047114610341501936 3.474924852571554e-07 0.9250932107850511 0.0006822998992884619 0.5272535033434465 0.0007916224220977694']
['59491.967032312845 1.4521045089418902 0.000401444879124559 0.1762508023621449 0.0001299424643108868 0.0004714485112579507 3.4757958844739214e-07 0.9256869871961393 0.0006824709260025568 0.526417521745751 0.000791785675428723']
['59491.967067793055 1.4522354939206765 0.0004014064150301924 0.17614741391478625 0.00012991935414332148 0.00047117196029230823 3.475177716843047e-07 0.9251439806448858 0.0006823495490720666 0.5270915132757907 0.000791661554672351']
['59491.967103273266 1.4516821049675757 0.0004013845502758404 0.1762988355736353 0.00012995289196692916 0.00047157699399814017 3.476074811029216e-07 0.925939262466572 0.0006825256931036195 0.5257428425010037 0.0007918022978917874']
['59491.96713875347 1.4521250143073168 0.00040142751415201257 0.176265021684932 0.000129949744400419 0.00047148654614045466 3.475990617622694e-07 0.9257616685132983 0.0006825091617669065 0.5263633457940184 0.0007918098288187825']
['59491.96717423368 1.4523293505687567 0.00040143798898376775 0.1762948059826323 0.0001299538725190296 0.00047156621535399286 3.4761010395525345e-07 0.9259180986482789 0.0006825308430621304 0.5264112519204778 0.0007918338277255109']
['59491.96720971389 1.4519450014869486 0.0004014104401201093 0.1762368445263955 0.00012993381761333233 0.0004714111758200619 3.475564596296238e-07 0.9256136792352705 0.0006824255126750648 0.5263313222516781 0.0007917290709499335']
['59491.9672451941 1.4520099207077055 0.0004014102880280667 0.176072934591123 0.00012990185389553629 0.000470972737560894 3.474709607441308e-07 0.9247528077264864 0.000682257636005968 0.5272571129812191 0.0007915842982419671']
['59491.967280674304 1.4521905745909853 0.0004014125328594186 0.17620160092757778 0.00012993755640111447 0.0004713169036694033 3.4756646041208937e-07 0.9254285763003035 0.0006824451491655172 0.5267619982906818 0.0007917470575607837']
['59491.967316154514 1.4521306362409403 0.00040142221796219643 0.1762171242521408 0.000129943707972372 0.0004713584265910407 3.475829150839115e-07 0.9255101063662858 0.0006824774578380883 0.5266205298746545 0.000791779816319429']
['59491.967351634725 1.451664944041597 0.00040138191385744504 0.17620978543350757 0.00012993240714814024 0.0004713387961832771 3.475526868143737e-07 0.9254715621507751 0.0006824181047696441 0.5261933818908219 0.0007917082230779585']
['59491.96738711493 1.452661986470032 0.0004014427084048799 0.1764301168088277 0.00012996444388851738 0.00047192815462866256 3.476383810259968e-07 0.9266287647522464 0.0006825863649607005 0.5260332217177857 0.0007918840784873176']
['59491.96742259514 1.4518198303656682 0.0004013967978409136 0.17619927503505567 0.00012993333072822353 0.000471310682202311 3.475551572737955e-07 0.9254163604782337 0.0006824229555053757 0.5264034698874345 0.0007917199501829111']
['59491.96745807535 1.451424092198665 0.00040135894335258695 0.17609972118399145 0.00012993149494637475 0.0004710443882947361 3.475502467905069e-07 0.9248934936134006 0.000682413313793985 0.5265305985852644 0.0007916924480203112']
['59491.96749355555 1.4526881804089695 0.00040146794358261316 0.1763208837253974 0.00012995165064409804 0.00047163597000383727 3.4760416072200487e-07 0.9260550615829696 0.0006825191735509352 0.526633118826 0.0007918389558420979']
['59491.96752903576 1.4525551918463817 0.000401452391751102 0.1762769796823223 0.00012994858036458032 0.00047151853226472604 3.4759594811424154e-07 0.9258244731214408 0.0006825030481333001 0.5267307187249409 0.0007918171717978375']
['59491.96756451597 1.4519551289850274 0.00040139968687396454 0.1762357281539343 0.00012994390746993986 0.00047140818966551516 3.4758344871456796e-07 0.9256078159345289 0.0006824785056194321 0.5263473130504985 0.0007917692967367768']
['59491.967599996184 1.4524899680406602 0.0004014421561062728 0.17633488695123528 0.0001299562565088843 0.00047167342685444793 3.476164808253317e-07 0.9261286079371602 0.0006825433640172496 0.5263613601035 0.000791846732937149']
['59491.96763547639 1.4519645566077868 0.0004013934661004874 0.17625990700903016 0.00012994469616766385 0.00047147286503201614 3.4758555838080964e-07 0.9257348057196962 0.0006824826479394111 0.5262297508880905 0.0007917697135951548']
['59491.9676709566 1.4525027367268217 0.00040144901909196007 0.17629832541741614 0.00012995446892701175 0.00047157562939504727 3.476116992708578e-07 0.9259365830746646 0.0006825339754569945 0.5265661536521571 0.0007918421197328581']
['59491.96770643681 1.4515971779551133 0.00040138681917584244 0.17609634265204094 0.00012991567448697154 0.0004710353511508652 3.475079290709102e-07 0.9248757492229042 0.000682330223145859 0.5267214287322092 0.0007916349613466917']
['59491.96774191701 1.4518672210572856 0.0004014074485910271 0.17619485520656591 0.0001299381049707641 0.0004712988597224494 3.4756792776623e-07 0.9253931470933084 0.000682448030308635 0.5264740739639772 0.000791746963275827']
['59491.96777739722 1.4528634873862885 0.00040146099704903347 0.1764788753108431 0.00012996810967379042 0.00047205857742888956 3.476481865360223e-07 0.926884849321655 0.0006826056180346136 0.5259786380646334 0.0007919099455897879']
['59491.96781287743 1.4518400160274805 0.00040141865884784516 0.1762040317535008 0.000129929914968329 0.00047132340582001583 3.475460205499026e-07 0.9254413432431766 0.0006824050155899633 0.5263986727843039 0.0007917155707535004']
['59491.967848357635 1.4514686127547205 0.0004013300204279101 0.17619528212783614 0.0001299306816411984 0.0004713000016826253 3.475480713024555e-07 0.9253953893268705 0.0006824090422331849 0.52607322342785 0.0007916741035415264']
['59491.967883837846 1.4523638304875806 0.000401459811323762 0.17612059770241226 0.00012990490622565574 0.0004711002303300507 3.4747912533953346e-07 0.9250031391933418 0.0006822736671515532 0.5273606912942388 0.000791623229192107']
['59491.96791931806 1.4518579968932723 0.00040137816487983334 0.17629573548536126 0.00012994560944766398 0.0004715687016557396 3.475880012888171e-07 0.9259229804903428 0.0006824874445780671 0.5259350164029295 0.0007917660912472843']
['59491.96795479827 1.452128047237827 0.00040139959729825375 0.17622763606050434 0.0001299264738703156 0.0004713865443433414 3.4753681604975974e-07 0.9255653154438254 0.0006823869425961953 0.5265627317940017 0.0007916903284346623']
['59491.96799027847 1.4521097004596804 0.00040139587805382504 0.17644575668278895 0.00012997865096360916 0.00047196998930513763 3.476763831474713e-07 0.926710906947421 0.0006826609819517288 0.5253987935122594 0.0007919246600516363']
['59491.96802575868 1.452453813298728 0.0004014278051162044 0.17641236159916873 0.00012997633910336563 0.0004718806616978582 3.47670199214942e-07 0.9265355126006762 0.000682648839828601 0.5259183006980517 0.0007919303765103017']
['59491.96806123889 1.4523261715127016 0.0004014329740741258 0.1763610758817285 0.0001299590605979822 0.0004717434789173435 3.4762398140753e-07 0.9262661548410112 0.000682558091375957 0.5260600166716904 0.0007918547725288944']
['59491.968096719094 1.4521100703340484 0.00040146994693370013 0.17633343486808686 0.0001299609889564092 0.0004716695427164504 3.4762913952140754e-07 0.9261209814500361 0.000682568219308872 0.5259890888840123 0.0007918822464870849']
['59491.968132199305 1.4523507698451654 0.0004014283250739307 0.17617420664330363 0.00012993306945594912 0.00047124362743823195 3.4755445840364485e-07 0.9252846987568468 0.0006824215832770437 0.5270660710883186 0.000791734751980743']
['59491.968167679515 1.4518486419740493 0.0004014036065461702 0.17632300749307234 0.00012996729586121688 0.0004716416508126347 3.476460096907479e-07 0.9260662158249598 0.0006826013438089122 0.5257824261490894 0.0007918771684535459']
['59491.968203159726 1.4514792973645219 0.00040134280783144687 0.17627271590097912 0.00012995341230405958 0.0004715071271911625 3.476088729386591e-07 0.9258020793118652 0.0006825284259666996 0.5256772180526567 0.0007917834941766658']
['59491.96823863993 1.4522060085039765 0.00040141283283548853 0.176511294865689 0.00012998229442458723 0.0004721452956205965 3.476861289428431e-07 0.9270551200929045 0.0006826801177761935 0.525150888411072 0.0007919497493982363']
['59491.96827412014 1.4527485577955537 0.0004014561497092606 0.1764056189693392 0.00012996912620901914 0.0004718626260194245 3.4765090563865217e-07 0.9265000996288825 0.0006826109569801425 0.5262484581666712 0.0007919120902781636']
['59491.96830960035 1.4525065897313052 0.00040145256099736467 0.1762882088584901 0.00012994551923063883 0.0004715485688847925 3.4758775996973306e-07 0.9258834498870279 0.0006824869707491536 0.5266231398442773 0.0007918033998245391']
['59491.96834508055 1.45225907022193 0.0004014187408716264 0.17633113340768958 0.0001299494664406157 0.00047166338660218894 3.4759831825509843e-07 0.9261088939479496 0.00068250770189399 0.5261501762739804 0.0007918041226639183']
['59491.968380560764 1.4515550528469126 0.00040135049579749824 0.17636857631766673 0.00012995429185422877 0.00047176354163087144 3.4761122562365275e-07 0.9263055478869051 0.0006825330454528823 0.5252495049600074 0.0007917913731609382']
['59491.968416040974 1.4521115506747226 0.00040141879100953333 0.17642041356531823 0.00012997410721332593 0.0004719021996846532 3.4766422919255115e-07 0.9265778023388563 0.000682637117717048 0.5255337483358663 0.0007919157027490957']
['59491.96845152118 1.451910800932021 0.00040138317563647417 0.17625226825445964 0.0001299351532947255 0.0004714524323337142 3.475600324077098e-07 0.9256946862103973 0.0006824325278084322 0.5262161147216237 0.0007917212948348852']
['59491.96848700139 1.4524126489779596 0.0004014512191722597 0.17624488360997562 0.00012992903886369726 0.00047143267934761997 3.47543677081284e-07 0.9256559013128972 0.0006824004142000907 0.5267567476650624 0.0007917281141120032']
['59491.9685224816 1.451817583235324 0.00040138036302286595 0.1762338952956405 0.00012993687351477325 0.00047140328700236487 3.475646337778578e-07 0.9255981895779439 0.0006824415625775906 0.52621939365738 0.0007917276565547721']
['59491.96855796181 1.451801620836095 0.00040137725599554596 0.17635183497304852 0.00012995755141383518 0.0004717187606602833 3.476199445316135e-07 0.9262176206567674 0.0006825501649886303 0.5255840001793277 0.0007918196949789267']
['59491.96859344201 1.452098632354242 0.0004014117301295133 0.17638020131773374 0.0001299622661418929 0.00047179463702959595 3.476325558303651e-07 0.926366603559526 0.0006825749272158241 0.5257320287947159 0.0007918585153607031']
['59491.96862892222 1.4533575519742339 0.00040155055408542037 0.17635762147228753 0.000129954278663082 0.0004717342388108226 3.4761119033901054e-07 0.9262480119342833 0.0006825329761716493 0.5271095400399506 0.0007918927396106352']
['59491.96866440243 1.4525757378854092 0.0004014466402284468 0.17624265387867288 0.00012995312648680124 0.00047142671509957634 3.4760810841379375e-07 0.9256441905392484 0.0006825269248256368 0.5269315473461608 0.0007918348363532943']
['59491.96869988264 1.4522456342640573 0.0004014242552377938 0.17624651019057958 0.00012992441463264176 0.00047143703024414866 3.4753130785051957e-07 0.9256644442782541 0.0006823761272722782 0.5265811899858032 0.0007916935087294387']
['59491.96873536285 1.4516866672127176 0.00040137045547307436 0.1761263696916835 0.00012992464054935825 0.00047111566966826906 3.475319121490432e-07 0.9250334542630436 0.0006823773138096548 0.5266532129496739 0.0007916672539196902']
['59491.96877084306 1.4522604137888988 0.0004014278712644868 0.1763729119032284 0.00012996128819781405 0.0004717751387715998 3.476299399541598e-07 0.926328318819477 0.0006825697909549058 0.5259320949694218 0.000791862270443643']
['59491.96880632326 1.452146234749312 0.00040141550697398213 0.17623279725899743 0.0001299284911312517 0.0004714003498938028 3.475422119665579e-07 0.9255924225787681 0.0006823975374540531 0.5265538121705439 0.0007917075270341535']
['59491.96884180347 1.4526458417263663 0.0004014450226511613 0.1763231551049626 0.00012995100353193918 0.00047164204565569345 3.476024297791676e-07 0.9260669910974928 0.0006825157748526218 0.5265788506288736 0.0007918244054928252']
['59491.96887728368 1.4524165369362363 0.0004014553226889535 0.17605252035943958 0.00012989757383156638 0.0004709181320838883 3.4745951211660874e-07 0.9246455901231071 0.0006822351566783949 0.5277709468131292 0.0007915877621106113']
['59491.96891276389 1.452605316477213 0.0004014383055171156 0.17626402802156133 0.00012994353900523182 0.00047148388821714016 3.475824631182715e-07 0.9257564496930742 0.0006824765704056294 0.5268488667841388 0.0007917872077074012']
['59491.968948244095 1.4519920947965788 0.0004013858082818305 0.17609463277464094 0.00012990810671072023 0.0004710307774459863 3.4748768623059743e-07 0.9248667687743747 0.00068229047642185 0.5271253260222041 0.0007916001903145384']
['59491.968983724306 1.4517556912770955 0.000401390226340883 0.17614055966872577 0.00012992098814933954 0.0004711536260546327 3.47522142442873e-07 0.9251079814533917 0.0006823581310364472 0.5266477098237038 0.0007916607434965678']
['59491.96901920452 1.4520953948577175 0.00040139838469934 0.17647618113819638 0.00012998656532636093 0.000472051370859238 3.4769755306265396e-07 0.9268706992552331 0.0006827025489829881 0.5252246956024844 0.0007919617627304418']
['59491.96905468472 1.451941618781681 0.00040140417230497775 0.1763463239640901 0.0001299599688433297 0.0004717040194112555 3.4762641084848116e-07 0.926188676281986 0.0006825628615721097 0.525752942499695 0.0007918442836450557']
['59491.96909016493 1.4520121296238742 0.00040138819609288794 0.17615890562850867 0.00012992364345728355 0.00047120269916698927 3.475292450543809e-07 0.9252043362841843 0.0006823720769815313 0.5268077933396899 0.0007916717346266643']
['59491.96912564514 1.4516437217711047 0.0004013816867090651 0.17614624729567074 0.00012991706262395497 0.0004711688397343429 3.4751164216103795e-07 0.9251378534436488 0.0006823375137812762 0.5265058683274558 0.0007916386430301564']
['59491.969161125344 1.4521748074875105 0.0004014193796023916 0.17622449554454192 0.00012992077324389903 0.000471378143862009 3.4752156759811416e-07 0.9255488211373001 0.0006823570023314026 0.5266259863502104 0.0007916745524210481']
['59491.969196605554 1.4524014481368561 0.00040142795088032 0.17646843287959618 0.00012998831230033519 0.00047203064525156444 3.4770222599615743e-07 0.9268300046197279 0.0006827117242664664 0.5255714435171283 0.0007919846578052281']
['59491.969232085765 1.451837323462804 0.0004013931726136322 0.17621544388847393 0.00012993010781813948 0.00047135393183164953 3.4754653639865234e-07 0.925501280926859 0.0006824060284566149 0.5263360425359449 0.0007917035219668834']
['59491.969267565975 1.4522250636394212 0.0004014220440814536 0.17631727775889794 0.0001299525737803949 0.00047162632450143375 3.4760662999435434e-07 0.9260361226832876 0.0006825240219558556 0.5261889409561336 0.0007918198646291527']
['59491.96930304618 1.451922428171678 0.000401416758296928 0.1761890091140586 0.00012992427000595966 0.0004712832221674862 3.4753092099251355e-07 0.9253624428259382 0.0006823753676783596 0.5265599853457399 0.0007916890527573251']
['59491.96933852639 1.4529909945851034 0.00040149926275423475 0.17626999484194505 0.00012994577072016183 0.0004714998487038395 3.4758843267226616e-07 0.9257877880354257 0.0006824882915974886 0.5272032065496777 0.0007918282175824835']
['59491.9693740066 1.4512866409946596 0.000401342503348985 0.1760358429708675 0.00012989893962236956 0.0004708735221876007 3.474631654335425e-07 0.924557998796573 0.00068224232994942 0.5267286421980867 0.0007915367343144873']
['59491.9694094868 1.4521656953268702 0.00040140641097339544 0.17630088766990903 0.00012994897736124333 0.0004715824830950421 3.4759701002989377e-07 0.9259500402831358 0.0006825051331998074 0.5262156550437345 0.0007917956577391855']
['59491.96944496701 1.4526479194588535 0.00040146516302839004 0.17618232354804061 0.00012993847256256478 0.00047126533912750083 3.4756891102761015e-07 0.925327329559037 0.0006824499609378403 0.5273205898998166 0.0007917778895053028']
['59491.969480447224 1.4523370921508345 0.00040140951028532634 0.17625216708486158 0.00012993248454528449 0.00047145216171788867 3.475528938419046e-07 0.9256941548574663 0.0006824185112672505 0.5266429372933682 0.0007917225647079385']
['59491.96951592743 1.4520694869321213 0.0004014090350533298 0.17611508924049576 0.00012991926041351564 0.00047108549589403655 3.4751752096897836e-07 0.9249742081958812 0.0006823490567936745 0.5270952787362402 0.0007916624588356218']
['59491.96955140764 1.4518740373116614 0.00040140701150990317 0.17640417731855332 0.00012995847038563873 0.00047185876978667176 3.4762240266447227e-07 0.9264925279335784 0.0006825549915212119 0.525381509378083 0.0007918389390146414']
['59491.96958688785 1.4523198979597458 0.0004014491421948727 0.17634218169931046 0.00012996636314199583 0.00047169293937906597 3.476435147852933e-07 0.9261669206896558 0.0006825964450735075 0.52615297727009 0.0007918960289053033']
['59491.96962236806 1.4522292508678878 0.00040142880175832575 0.1763495341866917 0.0001299598328081555 0.00047171260634899445 3.476260469716676e-07 0.9262055366948094 0.0006825621471016571 0.5260237141730784 0.0007918561533114139']
['59491.96965784826 1.452478479869114 0.00040145600353301087 0.1762764392591238 0.00012995454367371905 0.0004715170867013075 3.4761189920880647e-07 0.9258216347643058 0.0006825343680342388 0.5266568451048081 0.0007918459991188909']
['59491.96969332847 1.4516939795494288 0.0004013916947305135 0.17606648451486495 0.0001299118398807171 0.00047095548442610763 3.4749767198620086e-07 0.9247189312755513 0.0006823100834071277 0.5269750482738775 0.0007916200746050313']
['59491.96972880868 1.4525290659674408 0.0004014573483310761 0.17648349378599482 0.0001299680741058855 0.00047207093126334237 3.47648091396394e-07 0.9269091060188804 0.0006826054312283902 0.5256199599485604 0.0007919079348456584']
['59491.969764288886 1.452291502199257 0.0004014141774786517 0.17628100577175634 0.00012994089667271074 0.0004715293015426211 3.4757539521437193e-07 0.9258456185491405 0.0006824626926087749 0.5264458836501166 0.0007917630129550646']
['59491.9697997691 1.4520175315414618 0.00040140893190068684 0.1761543935859471 0.00012992485911944514 0.00047119063002619736 3.4753249679626575e-07 0.9251806385816549 0.0006823784617617918 0.526836892959807 0.0007916877513805802']
['59491.96983524931 1.451868719410253 0.0004013842814890064 0.17621515908063556 0.00012993328419746557 0.00047135317000685444 3.475550328099277e-07 0.9254997850873717 0.0006824227111211428 0.5263689343228813 0.0007917133938998232']
['59491.96987072952 1.4517313152047457 0.00040138336035197206 0.17605071795156568 0.00012990058164233468 0.00047091331087174376 3.4746755762840136e-07 0.924636123695198 0.0006822509540038587 0.5270951915095478 0.0007915648843945873']
['59491.96990620972 1.4520204750076342 0.0004013957060424896 0.17638897825608763 0.00012995210124181272 0.00047181811422496124 3.4760536601366264e-07 0.9264127009248301 0.0006825215401355711 0.5256077740828041 0.0007918043733008683']
['59491.96994168993 1.4515246708931842 0.00040137180712447834 0.17617944913915468 0.00012993504063983297 0.00047125765044880055 3.475597310701803e-07 0.9253122328737116 0.0006824319361335766 0.5262124380194726 0.0007917150213362075']
['59491.96997717014 1.4521219621436292 0.0004014117646975955 0.1763792804303448 0.00012996651241328907 0.0004717921737727895 3.4764391406704426e-07 0.9263617669660966 0.0006825972290613923 0.5257601951775326 0.0007918777569549031']
['59491.970012650345 1.4516292381384008 0.00040138225003265613 0.17607794420222125 0.0001299170769407735 0.00047098613763432685 3.475116804567092e-07 0.9247791187091453 0.0006823375889746508 0.5268501194292555 0.0007916389934616771']
['59491.970048130555 1.4523078982616946 0.00040142963851199737 0.17644629819392538 0.0001299777166208339 0.00047197143777865194 3.476738838992154e-07 0.9267137510185157 0.0006826560746892536 0.5255941472431789 0.000791937542351676']
['59491.970083610766 1.4512843206967316 0.0004013185057906618 0.17626917161013345 0.00012993953268545266 0.00047149764666329954 3.4757174672169236e-07 0.9257834643389362 0.0006824555288101506 0.5255008563577954 0.0007917083376430943']
['59491.97011909097 1.4523543862220811 0.0004014255555658736 0.1764433653175718 0.0001299722649464029 0.0004719635927069015 3.476593013625126e-07 0.9266983472561544 0.0006826274419453935 0.5256560389659267 0.0007919107911616572']
['59491.97015457118 1.4517657379210966 0.0004013884606531325 0.1760190186332075 0.0001298909203767822 0.00047082851922116656 3.474417149700955e-07 0.924469635678611 0.0006822002120629319 0.5272961022424857 0.0007915237366524143']
['59491.97019005139 1.452262870312401 0.00040142462563374316 0.17632257385994962 0.0001299722349495613 0.0004716404908991058 3.4765922112477114e-07 0.9260639383400716 0.0006826272843989565 0.5261989319723294 0.0007919101839672758']
['59491.9702255316 1.4515606335142064 0.0004013502458333402 0.1759450249033488 0.00012988704196526338 0.00047063059539150567 3.474313407118675e-07 0.9240810131478404 0.0006821798422545346 0.527479620366366 0.0007914868015380321']
['59491.970261011804 1.451172992184195 0.0004013089582938443 0.1762028935594184 0.0001299297245944431 0.00047132036129540387 3.475455113239366e-07 0.9254353653330799 0.0006824040157271173 0.525737626851115 0.0007916590937312514']
['59491.970296492014 1.451498562435886 0.00040133850911277006 0.17630328993769231 0.00012994254298307855 0.00047158890885625794 3.475797988855132e-07 0.9259626572357791 0.0006824713391968412 0.525535905200107 0.0007917321060320789']
['59491.970331972225 1.4515919654638232 0.000401350253295877 0.1762970628256398 0.0001299566863724719 0.00047157225212240343 3.476176306558329e-07 0.9259299518153352 0.0006825456217041592 0.525662013648488 0.00079180209113653']
['59491.97036745243 1.4517922610704477 0.0004013820052485829 0.1761655899729799 0.00012991360457201338 0.0004712205789394922 3.4750239231129054e-07 0.9252394431353987 0.0006823193517437679 0.5265528179350489 0.0007916231501803173']
['59491.97040293264 1.451379037252316 0.0004013322691639532 0.1761316683609625 0.00012991077911373783 0.00047112984293562303 3.47494834569256e-07 0.9250612834084165 0.0006823045121519845 0.5263177538438996 0.0007915851423411415']
['59491.97043841285 1.4523102631120506 0.00040141602112590244 0.17635624423489685 0.00012996070466155614 0.0004717305548757211 3.4762837906878293e-07 0.9262407785446264 0.0006825667261636352 0.5260694845674242 0.0007918536213734795']
['59491.97047389305 1.4516213155433113 0.0004009949212529164 0.17633179494418724 0.00012981756277254326 0.0004716651561283005 3.472454926956752e-07 0.9261123684043449 0.0006818149305280633 0.5255089471389665 0.0007909921152335341']
['59491.97050937326 1.4517874742819825 0.0004010163904393039 0.1762601787203647 0.00012980492985413398 0.00047147359182532684 3.4721170124339764e-07 0.9257362327750247 0.00068174858116667 0.5260512415069578 0.0007909458093470981']
['59491.97054485347 1.4516817431072186 0.0004010040923770237 0.1761430436614455 0.00012980468579194596 0.0004711602704196739 3.472110484080423e-07 0.9251210276336423 0.0006817472993274473 0.5265607154735763 0.0007909384693156532']
['59491.970580333684 1.4511435391637908 0.00040097260649142217 0.17596402298549518 0.0001297573763354028 0.0004706814128483605 3.4708450162041477e-07 0.9241807929910462 0.0006814988252909811 0.5269627461727446 0.0007907083406854337']
['59491.97061581389 1.4513773283786322 0.0004009744076787576 0.17609070698598467 0.00012978614530220685 0.0004710202764599329 3.471614549527595e-07 0.9248461501364741 0.0006816499228057083 0.5265311782421581 0.000790839486162874']
['59491.9706512941 1.4510728296664033 0.00040094046131446587 0.17615689481530258 0.00012979821509625735 0.00047119732049705004 3.47193740118898e-07 0.9251937752904548 0.0006817133145811836 0.5258790543759485 0.0007908769163380105']
['59491.97068677431 1.4511393779407775 0.00040096574070163114 0.1760797940112509 0.00012978392279527066 0.00047099108563854273 3.4715551002897886e-07 0.9247888340927044 0.000681638249975161 0.5263505438480731 0.0007908250306139835']
['59491.97072225451 1.4507264104901267 0.0004009156830452205 0.17614186472104115 0.00012977698623423955 0.0004711571169038258 3.4713695560921144e-07 0.9251148357197541 0.0006816018184571405 0.5256115747703727 0.0007907682491322576']
['59491.97075773472 1.4509696465736388 0.00040094293999316306 0.17607434240117387 0.00012979107626298294 0.00047097650327397855 3.4717464464656975e-07 0.9247602016868376 0.0006816758207089441 0.5262094448868012 0.0007908458545567358']
['59491.97079321493 1.4514055304126647 0.0004009678660629217 0.17624563516832553 0.00012978988908373575 0.0004714346896707529 3.4717146909286344e-07 0.9256598485731383 0.0006816695855238223 0.5257456818395264 0.0007908531174897604']
['59491.970828695135 1.4513235499076624 0.00040097651404515566 0.17631634550404596 0.0001298236533527644 0.00047162383083810747 3.4726178422422133e-07 0.9260312263867961 0.000681846918869561 0.5252923235208663 0.0007910103574465499']
['59491.970864175346 1.4502939321773058 0.0004008833325613304 0.17590795668475684 0.00012974382809870873 0.0004705314426146902 3.470482618079771e-07 0.9238863271258237 0.0006814276685856551 0.5264076050514821 0.0007906017416117673']
['59491.97089965556 1.4506544120601013 0.00040090041618834116 0.17613523594169453 0.00012979034912059793 0.000471139385760974 3.471726996330419e-07 0.9250800207021772 0.0006816720016838126 0.525574391357924 0.000790821004766313']
['59491.97093513577 1.4507948478506134 0.00040098811603494556 0.1760061186940196 0.00012976155861136508 0.00047079401352221966 3.470956886774362e-07 0.9244018838971619 0.0006815207910260772 0.5263929639534515 0.0007907351375789905']
['59491.97097061597 1.4512548721749656 0.00040094648522910766 0.17615176973175742 0.00012979515417451247 0.0004711836115494875 3.4718555254198847e-07 0.9251668578348605 0.000681697238311515 0.5260880143401051 0.0007908661130299625']
['59491.97100609618 1.450357181229389 0.0004008744489136564 0.175941221148043 0.0001297528313350502 0.00047062042082916567 3.4707234432171786e-07 0.9240610354414024 0.00068147495449081 0.5262961457879866 0.0007906379938948541']
['59491.97104157639 1.4512663829715744 0.00040098283905429005 0.17596468518974168 0.00012975402854396766 0.0004706831841606154 3.470755467035183e-07 0.9241842709545257 0.0006814812423527714 0.5270821120170487 0.0007906983754218263']
['59491.971077056594 1.4510167121713138 0.0004009315698930472 0.1761494181256799 0.00012977442342063572 0.00047117732130190027 3.471301004083161e-07 0.9251545069626047 0.0006815883583016582 0.5258622052087091 0.0007907647019874199']
['59491.971112536805 1.4507166878132751 0.00040090913968015424 0.17637587871683197 0.00012984089819145387 0.00047178307462118367 3.4730791197750286e-07 0.9263439008236973 0.0006819374905013334 0.5243727869895778 0.0007910542833651415']
['59491.971148017015 1.4503905784262379 0.00040086798620250097 0.17629289522495445 0.00012981245139441526 0.00047156110431988396 3.472318204083629e-07 0.9259080631562735 0.0006817880850547021 0.5244825152699644 0.0007909046309667216']
['59491.97118349722 1.4511585581987239 0.0004009805970258897 0.17606444322711295 0.00012978078647814627 0.0004709500242406286 3.471471207790049e-07 0.9247082102264336 0.0006816217777213565 0.5264503479722903 0.000790818365400843']
['59491.97121897743 1.4498941041318423 0.00040082399803178744 0.176131594698488 0.00012979701258509311 0.0004711296458978594 3.4719052355426085e-07 0.9250608965256722 0.0006817069988712875 0.52483320760617 0.0007908124364906535']
['59491.97125445764 1.4504470198650516 0.00040086563040029076 0.1761796024912623 0.00012979881376946922 0.0004712580606462117 3.4719534149370414e-07 0.9253130382944449 0.0006817164588732628 0.5251339815706068 0.0007908416933463507']
['59491.97128993785 1.4498932090812438 0.00040083783907767954 0.17598826242791135 0.00012976619997319598 0.00047074625027824834 3.4710810373084903e-07 0.9243081009869295 0.0006815451679264495 0.5255851080943142 0.0007906799536856591']
['59491.97132541805 1.4510147015228538 0.00040094793098914344 0.17613028532394245 0.00012978370780809058 0.00047112614348724963 3.47154934965577e-07 0.9250540195585214 0.000681637120840812 0.5259606819643324 0.0007908150275966097']
['59491.971360898264 1.450710910820674 0.00040090420604845965 0.17610731704044102 0.00012977380744970922 0.00047106470624601283 3.4712845276432024e-07 0.9249333878174424 0.0006815851231602375 0.5257775230032316 0.000790748039858906']
['59491.971396378474 1.4506127098235142 0.00040091889550046284 0.1760408120768886 0.00012976897248863844 0.0004708868139150966 3.4711551985752917e-07 0.9245840970424822 0.0006815597294571348 0.526028612781032 0.0007907335996320087']
['59491.97143185868 1.4508614937291724 0.00040093827054153437 0.17616145450958332 0.00012979739122909406 0.00047120951710013853 3.4719153637887295e-07 0.9252177232646183 0.0006817089875477629 0.5256437704645541 0.0007908720759315204']
['59491.97146733889 1.450442246928605 0.00040087019673941876 0.17614356444169846 0.00012979868683785567 0.0004711616634407079 3.471950019677591e-07 0.9251237628240466 0.0006817157922156285 0.5253184841045583 0.0007908434332976928']
['59491.9715028191 1.4501437389913556 0.0004008411116976226 0.176048921762901 0.00012976591106654377 0.000470908506295194 3.471073309422475e-07 0.9246266899312027 0.0006815436505595786 0.525517049060153 0.0007906803048293684']
['59491.97153829931 1.4497167373136703 0.0004008146497445514 0.17614384633898797 0.00012979976073818005 0.00047116241748015446 3.471978745147341e-07 0.9251252433770377 0.0006817214324484247 0.5245914939366326 0.0007908201406826835']
['59491.97157377951 1.450163863740395 0.00040084414674180894 0.17597662714552265 0.00012976135270009062 0.0004707151273756192 3.470951378909291e-07 0.9242469913105181 0.0006815197095592995 0.525916872429877 0.0007906612071519386']
['59491.97160925972 1.4497641013953317 0.00040081475731149215 0.1760990448938631 0.00012978444061472806 0.0004710425793045363 3.4715689513026076e-07 0.9248899416694492 0.0006816409696151684 0.5248741597258826 0.0007907508337881013']
['59491.97164473993 1.449899759408149 0.00040081782335159554 0.17599036857909944 0.00012976939892407442 0.00047075188396518083 3.471166605181602e-07 0.9243191627053543 0.0006815619691390464 0.5255805967027948 0.0007906842892665855']
['59491.97168022014 1.4497651931110722 0.0004008181890431231 0.17604403931623203 0.00012977422075008443 0.00047089544637045875 3.47129558290332e-07 0.9246010468289498 0.0006815872938554855 0.5251641462821224 0.0007907063043969313']
['59491.97171570035 1.4501983378662744 0.0004008495049708982 0.17603929567524118 0.00012976368633810597 0.0004708827577332832 3.471013800762322e-07 0.9245761327481155 0.000681531966061481 0.5256222051181589 0.0007906744882687451']
['59491.97175118056 1.4497245919990855 0.0004008311673255282 0.17592075514116862 0.0001297507317779518 0.00047056567686009997 3.470667282731378e-07 0.9239535459094991 0.0006814639274052092 0.5257710460895865 0.0007906065450362005']
['59491.97178666076 1.4496812218683113 0.00040083212191316706 0.17602457318079612 0.0001297701766719297 0.0004708433769305004 3.471187408948937e-07 0.9244988087226688 0.0006815660539492105 0.5251824131456425 0.0007906950587004514']
['59491.97182214097 1.4496184115119366 0.0004008213941559811 0.17601111836591254 0.0001297642418830559 0.00047080738700954063 3.4710286608841515e-07 0.9244281426781121 0.0006815348838395792 0.5251902688338245 0.0007906627523181886']
['59491.97185762118 1.449948142168231 0.0004008384081511312 0.1761403223766493 0.00012979153641741673 0.0004711529913284659 3.4717587550123734e-07 0.9251067351714775 0.0006816782374864324 0.5248414069967535 0.0007907949474495533']
['59491.97189310139 1.4495816858924568 0.0004008011449143093 0.17590007008027797 0.00012975494422426916 0.0004705103469493621 3.470779960320271e-07 0.923844905883813 0.0006814860515980524 0.5257367800086439 0.0007906103947503628']
['59491.971928581595 1.4500152898258227 0.00040084982511113756 0.1760782634769661 0.00012979400649274555 0.0004709869916537192 3.4718248263902544e-07 0.924780795572301 0.0006816912105711427 0.5252344942535218 0.0007908119175009818']
['59491.971964061806 1.4496335675470582 0.00040079968830978446 0.17592929213489125 0.00012973851338794043 0.00047058851223405126 3.470340456316767e-07 0.9239983830614037 0.0006813997551887628 0.5256351844856545 0.0007905352721545866']
['59491.97199954202 1.4499460254588352 0.0004008412653767088 0.17593391739432584 0.0001297472148958836 0.0004706008842155991 3.4705732106027344e-07 0.9240226753903669 0.0006814454563859433 0.5259233500684684 0.0007905957437640603']
['59491.97203502222 1.4491757315734155 0.0004007765819293378 0.17591661009599002 0.0001297408598877457 0.0004705545893906964 3.470403222206342e-07 0.9239317757142333 0.000681412079242362 0.5252439558591822 0.0007905341803871368']
['59491.97207050243 1.4495179118771695 0.00040081400329189767 0.1760302999426403 0.00012977310253824931 0.0004708586952910956 3.471265672156936e-07 0.924528886253363 0.0006815814208941666 0.5249890256238064 0.0007906991201101646']
['59491.97210598264 1.4500339076702478 0.0004008390488682474 0.17613907861109854 0.00012980396301126167 0.00047114966441358434 3.472091150615099e-07 0.9251002027893831 0.000681743503210408 0.5249337048808647 0.0007908515330118548']
['59491.972141462844 1.4503274161473487 0.0004008928947193133 0.17616138838848328 0.00012980188013016398 0.0004712093402345938 3.4720354361911377e-07 0.9252173759899333 0.0006817325637088445 0.5251100401574155 0.0007908693959545179']
['59491.972176943054 1.449257092104889 0.00040076705061551927 0.17583952896866195 0.00012973410118045423 0.0004703484071649257 3.4702224353703173e-07 0.9235269378606196 0.0006813765818301169 0.5257301542442695 0.0007904987508690676']
['59491.972212423265 1.449121997874135 0.0004007299571464272 0.17606067435531353 0.0001297769189318572 0.0004709399429872377 3.471367755838865e-07 0.9246884157316887 0.0006816014649782416 0.5244335821424463 0.0007906737984877597']
['59491.972247903475 1.4489761133825534 0.0004007196430936452 0.17582531299338044 0.0001297217359450209 0.000470310381236574 3.4698916810271726e-07 0.9234522741248974 0.0006813116383667065 0.525523839257656 0.000790418737717562']
['59491.97228338368 1.4487867358434112 0.000400730131971562 0.1758002269163399 0.00012971316797026267 0.00047024327916659437 3.4696624985843056e-07 0.923320519518592 0.0006812666384992788 0.5254662163248193 0.0007903852677030692']
['59491.97231886389 1.4482298384927421 0.0004006901863907455 0.1758440665534336 0.00012973372664775332 0.00047036054462788545 3.47021241709625e-07 0.9235507697134119 0.0006813746147466036 0.5246790687793302 0.0007904580893955939']
['59491.9723543441 1.449630931154748 0.00040079822070518265 0.17618875771506964 0.00012979160318278974 0.0004712825497071201 3.471760540901305e-07 0.9253611224530969 0.0006816785881449041 0.5242698087016511 0.0007907748802634478']
['59491.9723898243 1.4491668460415927 0.0004007761658520527 0.17603322811136718 0.00012977837567487978 0.00047086652777054245 3.471406721864556e-07 0.924544265290794 0.0006816091159394947 0.5246225807507987 0.0007907038143621742']
['59491.97242530451 1.4489837198557347 0.00040077402951881524 0.17584494882723004 0.00012974740803036618 0.00047036290459823605 3.4705783767048494e-07 0.9235554035043595 0.0006814464707477216 0.5254283163513752 0.0007905625308799257']
['59491.972460784724 1.4487336636805002 0.00040072417452036754 0.17589600125391402 0.00012973934542952792 0.0004704994633556074 3.470362712372482e-07 0.9238235359974477 0.0006814041251550836 0.5249101276830525 0.0007905007563711718']
['59491.97249626493 1.448998071614451 0.000400752929555521 0.17581485150934043 0.00012973050397063936 0.00047028239809544716 3.4701262145764726e-07 0.9233973293557796 0.0006813576889214253 0.5256007422586715 0.0007904753068880002']
['59491.97253174514 1.4492398323125153 0.0004007696245904339 0.17599736474706967 0.00012976580558870602 0.00047077059782593987 3.471070488024279e-07 0.9243559072850298 0.0006815430965793383 0.5248839250274855 0.0007906435887865724']
['59491.97256722535 1.4492766968043278 0.00040076281473588296 0.17582089074250457 0.00012972810303382137 0.00047029855227713723 3.4700619925659456e-07 0.923429048017356 0.0006813450789591458 0.5258476487869718 0.0007904694493127944']
['59491.97260270556 1.4487107896114557 0.0004007393384780562 0.17567874794722388 0.00012971302322018155 0.0004699183383528713 3.469658626703478e-07 0.9226824997228146 0.0006812658782572561 0.5260282898886411 0.000790389280216692']
['59491.97263818576 1.4478904169186335 0.0004006511105630397 0.1756554921103724 0.00012970703793292192 0.0004698561319429444 3.469498527871008e-07 0.9225603577225442 0.0006812344429250101 0.5253300591960893 0.0007903174543325902']
['59491.97267366597 1.4486618801438005 0.00040069341701196644 0.17596546436022836 0.00012976693087248022 0.0004706852683427073 3.4711005879360517e-07 0.9241883632364936 0.0006815490066831945 0.5244735169073069 0.0007906100574540997']
['59491.97270914618 1.4483825700875252 0.00040070650014975665 0.17587038213162073 0.00012973236649517053 0.0004704309354572771 3.470176034742147e-07 0.9236889817837225 0.0006813674710880805 0.5246935883038027 0.0007904602013506013']
['59491.972744626386 1.448875120168706 0.0004007572556777798 0.17583104720447368 0.00012973461215026172 0.0004703257195229643 3.4702361031637005e-07 0.9234823907797989 0.0006813792654950721 0.5253927293889071 0.0007904960982983972']
['59491.9727801066 1.4480202591517917 0.00040066355502223227 0.17571967046500225 0.00012971760765148952 0.000470027800890488 3.469781254418424e-07 0.922897428912827 0.000681289956152781 0.5251228302389647 0.0007903716142914747']
['59491.97281558681 1.4488194644301124 0.00040075343130523984 0.17571585490039782 0.00012971219438565355 0.000470017594739774 3.469636456432531e-07 0.9228773891827616 0.0006812615251347351 0.5259420752473508 0.0007903926735059156']
['59491.97285106702 1.4481566098096983 0.00040067090797013766 0.1758138002495497 0.0001297332858993882 0.0004702795861090242 3.470200627637263e-07 0.9233918080333494 0.0006813722998917447 0.5247648017763489 0.0007904463217406861']
['59491.97288654722 1.4484804008578616 0.00040069781433049815 0.17567395631682653 0.00012970744459403827 0.00046990552135012833 3.469509405539383e-07 0.922657333596778 0.000681236578750201 0.5258230672610835 0.0007903429727887237']
['59491.97292202743 1.448905665154943 0.000400761089905129 0.17579079522378846 0.00012973482496699917 0.0004702180505869089 3.470241795741136e-07 0.9232709833182168 0.0006813803832300377 0.5256346818367262 0.0007904990055861297']
['59491.97295750764 1.4483511846746855 0.00040066238221863135 0.1759794743677055 0.0001297497188159642 0.0004707227433333416 3.4706401872847407e-07 0.9242619452085374 0.0006814586072267029 0.524089239466148 0.0007905163995063394']
['59491.972992987845 1.4478681613691888 0.0004006430032120951 0.17571467770770227 0.00012971799720201208 0.000470014445898825 3.4697916744001466e-07 0.9228712064480162 0.0006812920021114081 0.5249969549211726 0.0007903629597620183']
['59491.973028468055 1.4479184779588519 0.00040076161169769317 0.17556986007281686 0.00012970019235138385 0.00046962707711833946 3.469315417259223e-07 0.9221106096261391 0.0006811984892404614 0.5258078683327128 0.0007903424897814995']
['59491.973063948266 1.4478151241591726 0.00040064931090581156 0.17562880405611786 0.00012970605676745892 0.00046978474478737945 3.4694722829410204e-07 0.922420189370367 0.0006812292897450574 0.5253949347888056 0.000790312100081896']
['59491.97309942847 1.4485741547866486 0.00040070588540677156 0.17604520464084278 0.00012977659523054737 0.0004708985634657883 3.47135909723995e-07 0.9246071672313171 0.0006815997648663202 0.5239669875553316 0.0007906601330947752']
['59491.97313490868 1.44802962772027 0.0004006599982571324 0.17561614488177552 0.0001296812883051402 0.00046975088310381567 3.468809758031641e-07 0.9223537021101657 0.0006810992032832995 0.5256759256101043 0.0007902053903363041']
['59491.97317038889 1.4475129730106429 0.00040062029223907774 0.1757932569273228 0.00012971824555173793 0.0004702246353312101 3.469798317439892e-07 0.9232839124334182 0.0006812933064692118 0.5242290605772246 0.0007903525719534766']
['59491.9732058691 1.4481581870221156 0.0004006636855892932 0.17581654002708674 0.00012972341256444172 0.00047028691466596525 3.4699365284672576e-07 0.923406197621254 0.0006813204441409754 0.5247519894008617 0.0007903979608744269']
['59491.973241349304 1.447800446617904 0.0004006439271922849 0.17581144608204272 0.00012973121040576674 0.00047027328900993843 3.4701451108189087e-07 0.9233794437082077 0.0006813613991899514 0.5244210029096963 0.0007904232490900968']
['59491.973276829514 1.4482018138271147 0.00040070596121645746 0.17565742404749146 0.00012971137271149482 0.00046986129962936865 3.469614477692367e-07 0.9225705044511108 0.0006812572096191955 0.5256313093760039 0.0007903648859941449']
['59491.973312309725 1.4481391922681308 0.00040066515852985913 0.17594490175476635 0.0001297545127124509 0.00047063026598468836 3.4707684179271827e-07 0.9240803663590671 0.0006814837852544692 0.5240588259090637 0.0007905395112355338']
['59491.97334778993 1.4471981876669768 0.0004005612285881731 0.17582889882245661 0.0001297420743441797 0.00047031997287392787 3.4704357073735086e-07 0.9234711072608016 0.0006814184576900195 0.5237270804061752 0.0007904305234039937']
['59491.97338327014 1.447887625982573 0.00040064962537964975 0.17571416458023031 0.00012969859057488102 0.0004700130733480082 3.4692725717721385e-07 0.9228685114507895 0.0006811900765487449 0.5250191145317835 0.0007902784589657868']
['59491.97341875035 1.4474605065365083 0.0004006006440017066 0.17581610053129726 0.00012973130496037857 0.00047028573907054736 3.4701476400346845e-07 0.9234038893450487 0.0006813618958003076 0.5240566171914596 0.00079040173900566']
['59491.97345423055 1.4471983776619683 0.0004005623895046973 0.1757671545298952 0.00012972066720341502 0.0004701548147332747 3.4698630935465906e-07 0.9231468200099537 0.0006813060252280202 0.5240515576520146 0.000790334187478763']
['59491.97348971076 1.4478838303214632 0.0004006413670760682 0.1757724658866689 0.00012972408443994888 0.0004701690219380656 3.4699545002837463e-07 0.9231747157913283 0.0006813239728988912 0.5247091145301349 0.000790389689368042']
['59491.97352519097 1.446754490510525 0.0004005648669702132 0.17548370734476856 0.00012967381044899032 0.00046939662951279765 3.468609734877022e-07 0.9216581268107593 0.0006810599288287308 0.5250963636997656 0.0007901233063940465']
['59491.973560671184 1.4469356655958743 0.0004005361878967243 0.1756267569550679 0.00012970318750445638 0.0004697792690520667 3.469395533799863e-07 0.9224094377892222 0.0006812142200864306 0.524526227806652 0.0007902417677285882']
['59491.97359615139 1.4474765852316385 0.00040062179834367484 0.17572281138971846 0.00012972319052652174 0.0004700362024651849 3.469930589234902e-07 0.9229139253661685 0.0006813192779754295 0.52456265986547 0.000790375723215915']
['59491.9736316316 1.4479164435837855 0.0004006375020530368 0.17585420026305165 0.00012973811334536137 0.0004703876510140631 3.4703297556858584e-07 0.9236039929782125 0.0006813976541247972 0.524312450605573 0.000790451245237854']
['59491.97366711181 1.4476229783148251 0.0004006225962563451 0.17572120184499496 0.00012970484481943448 0.00047003189713747275 3.469439864870624e-07 0.9229054718749736 0.0006812229244718198 0.5247175064398515 0.0007902930706118542']
['59491.97370259201 1.447696515330383 0.0004006085559485149 0.17567865661494703 0.000129706584435093 0.00046991809405063056 3.4694863973800584e-07 0.9226820200364866 0.0006812320611086818 0.5250144952938963 0.0007902938290164851']
['59491.97373807222 1.4473979244430246 0.0004006047811121935 0.17570367916756452 0.0001296969724467658 0.0004699850262008465 3.46922928890019e-07 0.9228134410061162 0.0006811815779767112 0.5245844834369084 0.0007902483994446244']
['59491.97377355243 1.4471969910480054 0.00040058879427848154 0.1756689885071638 0.0001296997787942879 0.00046989223309022645 3.4693043551321524e-07 0.9226312421594738 0.0006811963171968903 0.5245657488885316 0.0007902530004144838']
['59491.973809032635 1.4466042256551233 0.0004005308604708717 0.17566166906078384 0.0001296998185281417 0.00046987265450077994 3.4693054179622765e-07 0.9225927996889909 0.0006811965258830972 0.5240114259661324 0.0007902238145391077']
['59491.973844512846 1.4480045698499244 0.000400653808783346 0.17588529218824472 0.00012974244390526906 0.0004704708179650668 3.470445592663281e-07 0.9237672909046467 0.0006814203986621275 0.5242372789452777 0.0007904791168686588']
['59491.97387999306 1.4469493265894942 0.0004005596124204393 0.1756890223477774 0.0001297018294361916 0.00046994582106943265 3.4693592071986205e-07 0.9227364619105957 0.000681207087374956 0.5242128646788985 0.0007902474922404268']
['59491.97391547327 1.4467359001381155 0.00040055043424914706 0.1756484400939353 0.00012970474912448376 0.0004698372686946296 3.4694373051522313e-07 0.9225233198210888 0.0006812224218722887 0.5242125803170267 0.0007902560587801443']
['59491.97395095347 1.4470651732460986 0.00040056322038695114 0.17559896113165196 0.00012969260675449397 0.0004697049187546893 3.469112512176647e-07 0.9222634513217016 0.0006811586489206616 0.524801721924397 0.0007902075667355928']
['59491.97398643368 1.4465912542730592 0.00040052345650495234 0.1755576060368529 0.0001296830323392611 0.00046959429912848244 3.468856408729332e-07 0.9220462501935551 0.0006811083631263715 0.5245450040795041 0.0007901440637829026']
['59491.97402191389 1.4470655262523955 0.0004005540769899556 0.175786567889337 0.00012972820421200247 0.0004702067430041517 3.4700646989537866e-07 0.9232487809313918 0.0006813456103571559 0.5238167453210036 0.0007903640992265783']
['59491.974057394094 1.4470523728245022 0.0004005335050730731 0.17557526847740884 0.0001296965891125066 0.0004696415439137185 3.469219035195617e-07 0.9221390151124415 0.0006811795646665263 0.5249133577120607 0.0007902105339752184']
['59491.974092874305 1.4465492091188317 0.0004005184877759027 0.1755467369870854 0.00012969071464085296 0.0004695652258007983 3.469061900539864e-07 0.9219891648481376 0.0006811487113490177 0.524560044270694 0.0007901763259062647']
['59491.974128354515 1.4464461835729767 0.0004005156153082048 0.17551176216973677 0.00012967519717810777 0.00046947167260643236 3.4686468281196723e-07 0.9218054735805503 0.0006810672120698938 0.5246407099924264 0.0007901046167833521']
['59491.97416383472 1.4472269112066105 0.0004005725983324327 0.17578694790246202 0.00012972926675110743 0.0004702077594909969 3.470093120525347e-07 0.9232507767986451 0.0006813511909196819 0.5239761344079654 0.0007903782967051066']
['59491.97419931493 1.4463389709251198 0.0004004984512366078 0.1756054245692933 0.00012967679193410316 0.00046972220762947893 3.4686894858170997e-07 0.922297397947969 0.0006810755878891973 0.5240415729771507 0.0007901031362180113']
['59491.97423479514 1.4463222427050222 0.0004004939353359641 0.17558375035653956 0.00012969115883957162 0.00046966423186313634 3.469073782291426e-07 0.9221835627969515 0.0006811510443254813 0.5241386799080707 0.0007901658923457663']
['59491.97427027535 1.4470290565547619 0.00040054668379298566 0.17562898952606842 0.00012969532488406278 0.00046978524089594123 3.4691852186904015e-07 0.9224211634772501 0.0006811729248112541 0.5246078930775118 0.0007902114902945138']
['59491.97430575555 1.4464422633817182 0.00040052320626911075 0.1755920628933305 0.00012970345809362995 0.000469686466843303 3.4694027717165896e-07 0.9222272210784166 0.0006812156412480565 0.5242150423033016 0.0007902364131328608']
['59491.974341235764 1.4466134581951757 0.0004005129139630048 0.17551133719150874 0.0001296814298933614 0.00046947053584364755 3.468813545336731e-07 0.9218032415520417 0.0006810999469189149 0.524810216643134 0.0007901314649753457']
['59491.974376715974 1.4460647882533824 0.0004004722183492504 0.17548961965795573 0.0001296674536559074 0.00046941244419966896 3.468439698735617e-07 0.9216891788758179 0.0006810265423104381 0.5243756093775644 0.0007900475612270952']
['59491.97441219618 1.4459422363816836 0.00040048269671172387 0.17530609841524777 0.0001296507166080496 0.00046892154818388177 3.4679920039626194e-07 0.920725306802772 0.0006809386376473194 0.5252169295789116 0.0007899771000519458']
['59491.97444767639 1.4469506840273896 0.0004005447917083625 0.1754633215930617 0.0001296621202557986 0.000469342100216112 3.4682970370564904e-07 0.9215510587870888 0.0006809985307552448 0.5253996252403008 0.0007900602059688221']
['59491.9744831566 1.4463946306535274 0.00040051345704017536 0.17567196853843178 0.00012970251363398478 0.00046990020429538387 3.4693775086206095e-07 0.9226468935842006 0.0006812106808507603 0.5237477370693268 0.0007902271957958856']
['59491.97451863681 1.4461220127218333 0.00040046702404615184 0.17568713982911138 0.00012970363517257383 0.0004699407855710938 3.469407508353436e-07 0.9227265747327279 0.0006812165712845265 0.5233954379891054 0.0007902087409925478']
['59491.97455411701 1.4461280268396166 0.0004004657608443376 0.17547765274154442 0.00012967416586299075 0.00046938043421814916 3.468619241750133e-07 0.9216263274240779 0.000681061795498901 0.5245016994155387 0.000790074676784936']
['59491.97458959722 1.4456276437070503 0.0004003900002368958 0.17570963786383362 0.00012971769936764047 0.00047000096495657107 3.469783707708976e-07 0.9228447366797984 0.0006812904378552546 0.5227829070272519 0.0007902333914753957']
['59491.97462507743 1.4457367729322077 0.0004004338166945316 0.17532717638803041 0.00012964998205599075 0.0004689779290840282 3.4679723556279763e-07 0.9208360104413363 0.0006809347797058338 0.5249007624908714 0.0007899489956735068']
['59491.97466055764 1.4452970236403075 0.0004003864073014161 0.17528453891764753 0.00012963453376237433 0.0004688638792660052 3.46755913339413e-07 0.9206120741473085 0.0006808536437099493 0.524684949492999 0.0007898550242322006']
['59491.97469603785 1.446085346524895 0.00040045350554365256 0.1756694905077652 0.00012969687597483542 0.0004698935758780777 3.469226708398578e-07 0.9226338787172543 0.0006811810712964045 0.5234514678076407 0.0007901712864909213']
['59491.97473151806 1.4461976626972208 0.000400451591753924 0.17566463726826412 0.00012970162034293503 0.000469880594078807 3.46935361421957e-07 0.9226083890139923 0.0006812059891960874 0.5235892736832285 0.0007901917976383148']
['59491.97476699826 1.4456489566626236 0.00040043546186657475 0.17544135781907724 0.00012966262660407416 0.0004692833499102536 3.4683105812297644e-07 0.9214357028312881 0.0006810011901474483 0.5242132538313355 0.0007900070759825751']
['59491.97480247847 1.4457974495050205 0.000400436169274157 0.17570267675096063 0.00012971768757532543 0.0004699823448637449 3.4697833922795256e-07 0.9228081762130286 0.0006812903759208268 0.522989273291992 0.0007902567316924942']
['59491.97483795868 1.4459255258002075 0.00040043059406755753 0.1755083716289545 0.00012967331248563843 0.0004694626033404617 3.4685964149898064e-07 0.9217876661184585 0.0006810573134749918 0.524137859681749 0.0007900529886678933']
['59491.97487343889 1.445649300834891 0.00040038896453797537 0.17569266842647724 0.00012971572980238142 0.0004699555738668777 3.46973102433978e-07 0.9227556114835991 0.0006812800934999025 0.5228936893512919 0.0007902239484620977']
['59491.974908919095 1.4460426586941284 0.0004004471127669257 0.1756572611558891 0.0001297169495535623 0.00046986086391502063 3.4697636511347e-07 0.922569648927989 0.0006812864997561045 0.5234730097661394 0.0007902589353327753']
['59491.974944399306 1.4453061394708526 0.0004004097480664303 0.17539346322839716 0.00012964256548451736 0.0004691552379631259 3.467773971760618e-07 0.9211841556113297 0.000680895827124566 0.5241219838595229 0.0007899032179591809']
['59491.97497987952 1.4449517825188352 0.00040035038268308097 0.17554960001937528 0.0001296800688483626 0.00046957288404854896 3.4687771391116336e-07 0.9220042017824333 0.000681092798573333 0.5229475807364019 0.0007900429286962476']
['59491.97501535972 1.4446380828188288 0.00040036352042377606 0.1752064704834305 0.00012962862658923965 0.00046865505611970123 3.467401124015292e-07 0.9202020508583535 0.0006808226186409646 0.5244360319604753 0.0007898166790713271']
['59491.97505083993 1.4456849587918277 0.0004004137556392728 0.1755228683318965 0.00012967089093705132 0.00046950138017965093 3.468531641640634e-07 0.9218638042641625 0.0006810445952576226 0.5238211545276652 0.0007900334907045183']
['59491.97508632014 1.4449971272674333 0.0004003770795227683 0.17539018109844137 0.00012964529573759165 0.00046914645868234713 3.467847002562747e-07 0.9211669175338307 0.0006809101666890319 0.5238302097336026 0.0007898990194370837']
['59491.975121800344 1.445785351355579 0.000400446681017213 0.17561792479753263 0.0001296910029876037 0.0004697556441524044 3.469069613449227e-07 0.9223630504072092 0.0006811502257752296 0.5234223009483697 0.000790141237002188']
['59491.975157280554 1.4444999816605968 0.00040032560683737976 0.17524794400721064 0.00012962617765307466 0.00046876599252839113 3.4673356180831955e-07 0.920419873987451 0.0006808097565812745 0.5240801076731458 0.0007897863737403746']
['59491.975192760765 1.4451020587295655 0.00040036026988923346 0.1754648155279796 0.00012967192234267138 0.00046934609630227745 3.4685592304310143e-07 0.9215589050839266 0.0006810500123039464 0.523543153645639 0.0007900110536979754']
['59491.975228240975 1.4449216587429792 0.00040036305240692243 0.1755285136323564 0.00012968392043459338 0.0004695164806413892 3.468880164151528e-07 0.9218934539514517 0.0006811130274926124 0.5230282047915275 0.0007900667882861171']
['59491.97526372118 1.4449016348843355 0.0004003620520057203 0.17519920233501474 0.00012962985674878566 0.0004686356147457938 3.467434029220761e-07 0.9201638778099515 0.00068082907956295 0.5247377570743841 0.0007898215040531403']
['59491.97529920139 1.4451541636930978 0.00040038103851629123 0.175207166139684 0.0001296211497328529 0.00046865691691182627 3.467201127603067e-07 0.9202057045151472 0.0006807833494372526 0.5249484591779506 0.0007897917098035331']
['59491.9753346816 1.4450192844043355 0.0004003597901860562 0.17556483332188405 0.00012969115609088138 0.00046961363119802605 3.4690737087674524e-07 0.9220842086233407 0.0006811510298890829 0.5229350757809947 0.0007900978971727372']
['59491.9753701618 1.4454614811994053 0.00040042051820059 0.17548753700599795 0.0001296766722335273 0.000469406873370193 3.468686283978723e-07 0.9216782405777204 0.0006810749592097023 0.5237832406216849 0.0007900630933403525']
['59491.97540564201 1.4454277013429753 0.00040043006293228293 0.1754643284856205 0.0001296773775105084 0.00046934479352582454 3.4687051492422173e-07 0.921556347088343 0.0006810786633955273 0.5238713542546323 0.000790071124034153']
['59491.975441122224 1.4447058084487558 0.0004003406121710041 0.17534821823392055 0.00012965238364871066 0.0004690342133493256 3.468036595183047e-07 0.9209465243378181 0.0006809473931129762 0.5237592841109378 0.0007899126267764128']
['59491.97547660243 1.445085334871853 0.0004003985954936742 0.1754828896434586 0.00012978089997053537 0.00046939444226564716 3.4714742435673143e-07 0.9216538321610221 0.0006816223737948286 0.5234315027108309 0.0007905239374813416']
['59491.97551208264 1.444672056392696 0.0004003227494698366 0.17559597979816194 0.000129682559457965 0.00046969694406625326 3.468843759755253e-07 0.9222477930575733 0.0006811058795061188 0.5224242633351227 0.0007900402033067008']
['59491.97554756285 1.444799201292738 0.0004003500828123543 0.17529248664050767 0.00012962422920760041 0.00046888513841524074 3.467283499641419e-07 0.9206538163892211 0.0006807995231491618 0.5241453849035169 0.0007897899591207684']
['59491.97558304306 1.444249232898771 0.00040029243443783397 0.1754195304243799 0.00012966906938193735 0.00046922496440166705 3.4684829173548353e-07 0.9213210631532559 0.0006810350282664778 0.5229281697455151 0.0007899637604308756']
['59491.97561852326 1.4442020740723513 0.00040029269934253403 0.17538557323141052 0.0001296607278870956 0.0004691341332232703 3.4682597929620887e-07 0.9211427165515258 0.0006809912178944097 0.5230593575208256 0.0007899261256574843']
['59491.97565400347 1.44477972305819 0.0004003722601281744 0.17520130799180222 0.00012961833828060512 0.00046864124711026747 3.467125924826176e-07 0.9201749369317345 0.0006807685834065395 0.5246047861264556 0.0007897745316439934']
['59491.97568948368 1.4447082124080604 0.00040032914595253385 0.17541598694731037 0.00012965770132116248 0.0004692154860505519 3.468178836167324e-07 0.9213024524543612 0.000680975322064929 0.5234057599536992 0.0007899308921421665']
['59491.975724963886 1.4446512992920333 0.0004003620206904476 0.1753456782123413 0.00012965993333392126 0.0004690274191142012 3.468238539673812e-07 0.9209331838883471 0.000680987044821015 0.5237181154036862 0.0007899576588814096']
['59491.9757604441 1.4445781235355482 0.0004003068101799836 0.17555351383934992 0.00012968673278320207 0.00046958335301989915 3.4689553909049354e-07 0.922024757559611 0.0006811277982311034 0.5225533659759372 0.0007900510235419128']
['59491.97579592431 1.4444115871999268 0.0004003046744702444 0.17548381893728235 0.00012966731935933575 0.00046939692800859897 3.468436106472891e-07 0.9216587129058947 0.0006810258369713012 0.522752874294032 0.0007899620389773104']
['59491.97583140452 1.4447502213609522 0.00040035000657269156 0.1751540923217987 0.0001296059374904372 0.000468514951189722 3.466794219439038e-07 0.919926955471632 0.0006807034532060778 0.5248232658893203 0.0007897071096105398']
['59491.97586688472 1.4434818648725805 0.00039977435048552855 0.1753141731451368 0.00012947865265881212 0.0004689431470607889 3.463389511853534e-07 0.9207677160984077 0.0006800349404349376 0.5227141487741728 0.0007888390529876645']
['59491.97590236493 1.4441392627221978 0.0003998298924950933 0.17521490796067812 0.00012946278274580969 0.00046867762529972115 3.462965011836597e-07 0.9202463653396961 0.0006799515900515216 0.5238928973825018 0.0007887953522595264']
['59491.97593784514 1.4447897514016628 0.00039991081832725954 0.17543061091178308 0.00012950260566719766 0.00046925460329817265 3.4640302244058835e-07 0.9213792589904575 0.000680160744050408 0.5234104924112053 0.000789016666720281']
['59491.975973325345 1.4445425612464413 0.0003998833778541638 0.17544549805353715 0.00012950738984690685 0.00046929442451159567 3.464158195136868e-07 0.9214574477601742 0.0006801858710446789 0.5230851134862671 0.0007890244198076917']
['59491.976008805555 1.4439073484218135 0.00039985587202379536 0.17522728208707425 0.00012946101973866636 0.00046871072451623184 3.462917853634653e-07 0.9203113554993396 0.0006799423305602225 0.5235959929224738 0.0007888005396040097']
['59491.976044285766 1.4442363198682786 0.000399849502914438 0.17531896943915753 0.00012947079330082116 0.00046895597653813205 3.4631792840091996e-07 0.9207929067182644 0.0006799936622942288 0.5234434131500142 0.0007888415593395424']
['59491.97607976597 1.443629614595076 0.00039978719981312435 0.17534977715585376 0.00012948756106796383 0.00046903838326750315 3.463627800484052e-07 0.9209547119530136 0.0006800817282981295 0.5226749026420624 0.0007888858994172667']
['59491.97611524618 1.4436894104296407 0.00039980666241744707 0.1752868602190988 0.0001294772146481631 0.00046887008845256616 3.4633510468950445e-07 0.9206242658566115 0.0006800273878579994 0.5230651445730292 0.000788848918076429']
['59491.97615072639 1.4440975874101154 0.00039982494402034314 0.17537958240770807 0.0001294917356499252 0.000469118108530742 3.463739465249513e-07 0.9211112521413239 0.0006801036536235568 0.5229863352687915 0.0007889239288632215']
['59491.9761862066 1.4446777072552683 0.0003999106995564096 0.1753896717732338 0.0001294888852761168 0.0004691450963021047 3.463663221370308e-07 0.9211642425064801 0.0006800886831728823 0.5235134647487882 0.0007889544882941741']
['59491.976221686804 1.4442921762757255 0.0003998672965826143 0.17518986285097443 0.0001294576665174853 0.0004686106328121645 3.4628281592268807e-07 0.920114825897975 0.0006799247191044397 0.5241773503777505 0.0007887911501313511']
['59491.976257167014 1.4441363350659155 0.0003998353776156715 0.17520837209600798 0.00012944332196950317 0.00046866014269182816 3.4624444607869184e-07 0.9202120383193697 0.0006798493800919285 0.5239242967465458 0.0007887100283402298']
['59491.976292647225 1.4443086711038096 0.00039983598617494696 0.1753261147532568 0.0001294655695932255 0.00046897508934584366 3.4630395564654827e-07 0.9208304346284496 0.000679966226855176 0.52347823647536 0.0007888110581781653']
['59491.97632812743 1.4433129186382208 0.00039978813612548116 0.17514635164707704 0.00012945455328655702 0.0004684942458679603 3.4627448842535656e-07 0.9198863006674215 0.000679908368101665 0.5234266179707993 0.0007887369287673524']
['59491.97636360764 1.4434772344146105 0.0003997776853888517 0.1751586109592365 0.00012944894721142182 0.0004685270379709701 3.462594928863799e-07 0.9199506878111161 0.0006798789244297365 0.5235265466034944 0.000788706250525887']
['59491.97639908785 1.4439468088772776 0.00039982588953221 0.17536758436600203 0.0001294747613520854 0.00046908601529301193 3.463285424340821e-07 0.9210482372163973 0.0006800145028996083 0.5228985716608803 0.0007888475556747478']
['59491.97643456805 1.4441001425167137 0.00039984111089694127 0.17527476791211005 0.00012947624720596873 0.0004688377430671772 3.4633251690450633e-07 0.9205607558409142 0.0006800223067540375 0.5235393866757995 0.000788861997846507']
['59491.97647004826 1.4437751328517807 0.0003998347292503818 0.17509156797169143 0.0001294216854032183 0.0004683477064942063 3.4618657101187213e-07 0.9195985712798921 0.0006797357426639617 0.5241765615718886 0.0007886117489421862']
['59491.97650552847 1.443909191482084 0.00039984538568904864 0.1752057579220539 0.00012946848505602704 0.000468653150108519 3.463117541392586e-07 0.9201983084141487 0.000679981539159806 0.5237108830679353 0.0007888290220668626']
['59491.976541008684 1.4434530217331492 0.0003997912576759481 0.1750967229439004 0.0001294420500990924 0.00046836149539014854 3.462410439868793e-07 0.9196256457137628 0.0006798427001002752 0.5238273760193863 0.0007886819045684699']
['59491.97657648889 1.4437685400315008 0.00039982024424557017 0.17514843556279414 0.00012942977479090228 0.00046849982007783196 3.46208209096519e-07 0.9198972456029105 0.0006797782289438145 0.5238712944285903 0.0007886410262309312']
['59491.9766119691 1.4435587251232254 0.0003997974792008643 0.17516081844294984 0.00012944192671300754 0.00046853294270953773 3.462407139447732e-07 0.919962281738182 0.0006798420520641153 0.5235964433850434 0.0007886844997399866']
['59491.97664744931 1.444007851339153 0.0003998310718848485 0.17520865890766588 0.00012945433481802892 0.000468660909876586 3.462739040497909e-07 0.9202135446831192 0.0006799072206829249 0.5237943066560338 0.0007887577034687943']
['59491.97668292951 1.443122816064694 0.00039970926451850735 0.17536003065384895 0.00012947814800420618 0.00046906581007237567 3.463376012983771e-07 0.9210085643584504 0.0006800322899380577 0.5221142517062437 0.0007888037851711443']
['59491.97671840972 1.443791596333361 0.0003998088270769294 0.17540400742293905 0.00012948465832670906 0.0004691834423443404 3.463550155842167e-07 0.9212395347843437 0.0006800664828083459 0.5225520615490172 0.0007888837171902741']
['59491.97675388993 1.4436613296638698 0.00039984767808902286 0.1751878816733019 0.00012944342090273313 0.0004686053334135136 3.462447107125168e-07 0.9201044205530563 0.0006798498996992287 0.5235569091108135 0.0007887167120038944']
['59491.976789370136 1.4435879758107144 0.0003998379552731611 0.1752710467460073 0.00012947783036621626 0.0004688277894204659 3.463367516570963e-07 0.9205412119012989 0.0006800306216713039 0.5230467639094155 0.0007888675661273459']
['59491.976824850346 1.4436318149188714 0.00039978650725388626 0.17538316308882868 0.00012948352782933184 0.00046912768639796853 3.463519916473136e-07 0.9211300582396464 0.0006800605453221211 0.5225017566792249 0.0007888672871187412']
['59491.97686033056 1.443425181272087 0.0003997789419459354 0.1751738228138721 0.00012945455823336558 0.0004685677277501104 3.462745016574412e-07 0.9200305820056307 0.0006799083940828024 0.5233945992664564 0.000788732290937595']
['59491.97689581077 1.4437509856692832 0.00039981092524455416 0.17521715854106162 0.00012945913622381286 0.00046868364531640785 3.462867472004515e-07 0.9202581856148195 0.0006799324381502776 0.5234928000544636 0.000788769228858408']
['59491.97693129097 1.4435994161828263 0.00039978286277004996 0.17511516839649394 0.00012945264961810994 0.0004684108346331372 3.4626939635403957e-07 0.9197225230908295 0.0006798983698430144 0.5238768930919968 0.0007887256371386725']
['59491.97696677118 1.4429190319400014 0.00039970145497333264 0.1750769507299864 0.00012942107836616114 0.00046830860722913537 3.461849472648421e-07 0.9195218000524498 0.0006797325544441237 0.5233972318875516 0.0007885414375154501']
['59491.97700225139 1.4432589582078421 0.00039977386470159534 0.175188059057383 0.00012944651578220172 0.00046860580789340157 3.462529891220243e-07 0.9201053521921376 0.0006798661543182863 0.5231536060157045 0.0007886933058458056']
['59491.977037731594 1.4435490579647101 0.0003997946721569352 0.1750671689151562 0.00012943538177030814 0.0004682824421168221 3.462232070543049e-07 0.9194704249745599 0.0006798076773650638 0.5240786329901502 0.0007886534461279897']
['59491.977073211805 1.4433845507406782 0.0003997837654732419 0.175229466230313 0.0001294742648656828 0.00046871656682199433 3.463272143960123e-07 0.9203228268398792 0.000680011895302956 0.523061723900799 0.0007888239581107324']
['59491.977108692015 1.4434437061017202 0.0003997758544232645 0.17541904403783415 0.00012948933714221342 0.0004692236633794316 3.463675308214492e-07 0.9213185086020702 0.0006800910564191882 0.52212519749965 0.0007888881915716692']
['59491.97714417222 1.44306397109507 0.00039975912589901346 0.17504955391233398 0.00012942883144688281 0.0004682353242214989 3.462056857710781e-07 0.9193779092034349 0.0006797732744058971 0.523686061891635 0.0007886057718125442']
['59491.97717965243 1.44330748451019 0.0003997573534526926 0.1751422774530621 0.00012943920828245716 0.00046848334791642094 3.4623344248831025e-07 0.919864902589612 0.0006798277745927373 0.5234425819205781 0.0007886518526873659']
['59491.97721513264 1.443000546680602 0.00039974154449658574 0.17517725263680212 0.00012944598048312007 0.00046857690209083726 3.462515572649676e-07 0.9200485957815239 0.0006798633428735299 0.5229519508990781 0.0007886745002722522']
['59491.97725061285 1.4431355768587373 0.00039973438459122356 0.17518364895203986 0.00012945646191949347 0.0004685940114217223 3.462795937760521e-07 0.920082189874159 0.0006799183924343145 0.5230533869845783 0.0007887183265241062']
['59491.97728609305 1.443498300753061 0.0003997941256430905 0.17513964169881444 0.00012944259676921183 0.0004684762976085673 3.4624250626001793e-07 0.9198510593425129 0.000679845571266869 0.5236472414105482 0.0007886858333138099']
['59491.977321573264 1.4430544405909602 0.00039974251137926735 0.17518741357418624 0.00012945199490585114 0.00046860408130783103 3.462676450819002e-07 0.9201019620492976 0.0006798949312282098 0.5229524785416626 0.0007887022206851048']
['59491.977357053474 1.442514298882112 0.0003996986997798605 0.17505016081606173 0.0001294376970609132 0.00046823694761188964 3.4622940016261565e-07 0.9193810967230134 0.0006798198375047963 0.5231332021590986 0.0007886152814083422']
['59491.97739253368 1.4436946953114465 0.00039977438756082283 0.17539598237796786 0.00012948429271802554 0.0004691619763682782 3.463540376274231e-07 0.9211973864389069 0.000680064562594672 0.5224973088725395 0.0007888646083116631']
['59491.97742801389 1.4431618235567925 0.0003997566606127743 0.17504292253930884 0.00012943255624048959 0.00046821758614088647 3.462156491209019e-07 0.9193430805635969 0.0006797928373975294 0.5238187429931955 0.0007886213853816422']
['59491.9774634941 1.4431917754894332 0.00039973426310847886 0.1750728890185081 0.00012942525867487632 0.00046829774266679607 3.461961290597273e-07 0.9195004675341812 0.0006797545098470396 0.523691307955252 0.0007885769935524797']
['59491.97749897431 1.4435266732642513 0.00039978444375927665 0.17512895135058384 0.0001294434931806152 0.000468447702284798 3.4624490404667147e-07 0.9197949125555875 0.0006798502793099537 0.5237317607086638 0.0007886849838495318']
['59491.97753445451 1.4428646465766866 0.00039969263893147174 0.17538100311755817 0.00012947735526644828 0.0004691219087491511 3.4633548082555783e-07 0.9211187138527215 0.0006800281263994132 0.5217459327239651 0.0007887917711983944']
['59491.97756993472 1.4431860184674172 0.00039974123857527825 0.1752042102679885 0.00012944593780658966 0.0004686490103304567 3.4625144311066894e-07 0.9201901799789313 0.0006798631187320886 0.522995838488486 0.000788674151998035']
['59491.97760541493 1.4424062550206496 0.0003996928814009994 0.17498208679693902 0.00012942185094529958 0.00046805485825660373 3.4618701381591457e-07 0.9190235651099739 0.0006797366121076659 0.5233826899106757 0.0007885405894957093']
['59491.97764089514 1.442817219936985 0.0003997028936562138 0.1751688647972976 0.00012944764696650474 0.0004685544656854758 3.4625601489636676e-07 0.9200045420026135 0.0006798720954123149 0.5228126779343716 0.0007886624558817811']
['59491.97767637535 1.4430178110035017 0.0003997341816454183 0.17529858199819098 0.00012946846536365545 0.00046890144272289136 3.4631170146466566e-07 0.9206858298224316 0.0006799814357334845 0.52233198118107 0.0007887725710988581']
['59491.97771185556 1.4433917655909307 0.0003997879988942177 0.17512285457638316 0.00012945751303437437 0.0004684313941881433 3.462824053748597e-07 0.9197628916826847 0.0006799239129956638 0.5236288739082461 0.0007887502592856487']
['59491.97774733576 1.44323375924329 0.0003997336891065194 0.17530319667687777 0.0001294617203457388 0.0004689137864022827 3.4629365939840216e-07 0.9207100665802405 0.0006799460102192164 0.5225236926630495 0.000788741782220099']
['59491.97778281597 1.4427046811319126 0.00039970140803507434 0.17507889414361735 0.00012941357469138814 0.00046831380561377126 3.461648758878425e-07 0.9195320070568139 0.0006796931443875428 0.5231726740750987 0.0007885074420147511']
['59491.97781829618 1.4424596891052046 0.0003996993306010192 0.17504606590922095 0.00012942331563997673 0.0004682259942561718 3.461909316881497e-07 0.9193595898593538 0.0006797443048318106 0.5231000992458508 0.0007885504897178013']
['59491.97785377639 1.4428754368569598 0.00039973790703502814 0.17503501085920525 0.0001294223258605967 0.00046819642340144703 3.461882841540169e-07 0.9193015276218764 0.000679739106410697 0.5235739092350834 0.0007885655629716262']
['59491.977889256596 1.4430843317723876 0.0003997260300152577 0.17539978010147098 0.00012948452280504144 0.00046917213479631215 3.46354653080968e-07 0.921217332465709 0.0006800657710348815 0.5218669993066786 0.0007888411449747196']
['59491.977924736806 1.442520444807799 0.00039969434675541396 0.17516707584985816 0.00012946146675433607 0.00046854968047828387 3.462929810736077e-07 0.9199951462702635 0.0006799446783315971 0.5225252985375356 0.0007887206960766885']
['59491.97796021702 1.4434287708694173 0.0003997641138687648 0.17527512105853216 0.00012945393461052745 0.0004688386876890043 3.462728335455536e-07 0.9205626106015345 0.0006799051187527703 0.5228661602678828 0.0007887219517951161']
['59491.97799569722 1.4429791922505069 0.0003997325136137001 0.17504412919195525 0.00012943603767441377 0.0004682208137834624 3.4622496151448314e-07 0.919349418024975 0.0006798111222395682 0.5236297742255318 0.0007886249072661528']
['59491.97803117743 1.4433540662420588 0.0003997496021247318 0.17533527954402173 0.0001294627822242464 0.0004689996039971486 3.4629649978854413e-07 0.9208785690337276 0.0006799515873122185 0.5224754972083312 0.0007887546548118033']
['59491.97806665764 1.4435319047940505 0.0003997712906319058 0.17531291384881867 0.00012945941521618748 0.0004689397786030771 3.4628749346961965e-07 0.920761102147157 0.0006799339034463628 0.5227708026468935 0.0007887504027696643']
['59491.978102137844 1.443311168491951 0.00039975242140254417 0.17516486112719576 0.00012944083760670696 0.00046854375637644697 3.462378007237431e-07 0.9199835143235072 0.0006798363319679988 0.5233276541684438 0.0007886567293068007']
['59491.978137618054 1.4426305772329666 0.00039969015202440735 0.175286838544975 0.0001294607353427052 0.00046887003047703775 3.4629102464038943e-07 0.9206241520219276 0.000679940836883956 0.522006425211039 0.0007887152586882976']
['59491.978173098265 1.443017035717937 0.00039974918709647663 0.17515773371964524 0.0001294402187125369 0.00046852469146647897 3.4623614526044204e-07 0.9199460804603218 0.0006798330814734082 0.5230709552576153 0.0007886522879253718']
['59491.978208578475 1.4432305286894542 0.0003997729992246615 0.17515924660545 0.0001294420857104135 0.00046852873824385977 3.4624113924264033e-07 0.9199540262891281 0.0006798428871345246 0.5232765024003261 0.0007886728105472429']
['59491.97824405868 1.4432647855215959 0.00039976827495213614 0.1750666510715405 0.00012943696972797506 0.00046828105695091986 3.4622745463938237e-07 0.9194677052076708 0.0006798160174788607 0.523797080313925 0.0007886472540236385']
['59491.97827953889 1.4432286155033658 0.00039975353310950433 0.17511089944871172 0.000129439289096754 0.00046839941574000545 3.4623365865629027e-07 0.9197001021465953 0.0006798281990375735 0.5235285133567705 0.0007886502820897245']
['59491.9783150191 1.4433462693907038 0.00039975489689660624 0.17516388049366086 0.0001294574085463304 0.00046854113330628826 3.462821258826128e-07 0.9199783639372945 0.0006799233642139202 0.5233679054534093 0.0007887330085629684']
['59491.9783504993 1.4429847052188103 0.00039981890227321304 0.17524337087852643 0.00012947174802593956 0.00046875375998997956 3.463204821693551e-07 0.9203958554544456 0.0006799986766068255 0.5225888497643647 0.0007888303713739672']
['59491.97838597951 1.443138068649195 0.000399743844472879 0.17526374325865224 0.00012945782347474342 0.0004688082535193841 3.4628323576341887e-07 0.920502853249224 0.0006799255434597869 0.522635215399971 0.0007887292855239012']
['59491.978421459724 1.442988155652799 0.00039973145116797354 0.17511056814031953 0.00012944487762602414 0.00046839852953213474 3.462486072623064e-07 0.9196983620815102 0.0006798575505568495 0.5232897935712888 0.0007886643912983604']
['59491.97845693993 1.4426426210825074 0.00039971140140267414 0.17522863125787305 0.00012945061312061163 0.0004687143333767647 3.4626394898188076e-07 0.9203184414804257 0.0006798876739527922 0.5223241796020817 0.0007886801972943329']
['59491.97849242014 1.442387033297749 0.0003996677872085529 0.1750717971271816 0.00012943402929851242 0.0004682948219961754 3.4621958936402456e-07 0.9194947328108278 0.000679800574046809 0.5228923004869213 0.0007885830080635469']
['59491.97852790035 1.4423991152596531 0.00039968206682300443 0.17519176865161595 0.0001294600649275489 0.0004686157305868308 3.4628923136499367e-07 0.9201248353551259 0.0006799373157959502 0.5222742799045272 0.000788708125957702']
['59491.97856338056 1.4429322397091862 0.00039975011392367284 0.17514545875492712 0.00012944473572521633 0.0004684918574948627 3.462482276956679e-07 0.9198816111078105 0.0006798568052794977 0.5230506286013756 0.0007886732081583819']
['59491.97859886076 1.4428656212903554 0.0003997544297738364 0.17500029528652966 0.00012941515839605573 0.00046810356365365564 3.4616911209668695e-07 0.9191191979334542 0.0006797014621641583 0.5237464233569012 0.000788541490215892']
['59491.97863434097 1.4434583809357013 0.00039975521312753413 0.1751542224712792 0.00012944652652510284 0.0004685152993230524 3.462530178579204e-07 0.9199276390298278 0.0006798662107410864 0.5235307419058736 0.0007886839005140675']
['59491.97866982118 1.4423004712690801 0.0003996634869549368 0.17504869175661267 0.00012943680413037248 0.000468233018064444 3.462270116868275e-07 0.9193733810746464 0.000679815147743553 0.5229270901944337 0.0007885933920003184']
['59491.978705301386 1.4427616731715587 0.00039971755726486935 0.1749321151123316 0.0001294082002334676 0.00046792119034702557 3.461504998954981e-07 0.9187611087832542 0.000679664917192582 0.5240005643883044 0.000788491296875364']
['59491.9787407816 1.4432029967374276 0.00039976095592265715 0.1752667490526313 0.00012946445610908608 0.0004688162936365216 3.4630097721789543e-07 0.9205186399823072 0.0006799603787241916 0.5226843567551204 0.0007887679877599894']
['59491.97877626181 1.44233982325829 0.0003996714479540446 0.17517155543555857 0.00012944644068243067 0.0004685616628010944 3.46252788239675e-07 0.920018673506085 0.0006798657598867158 0.522321149752205 0.0007886410576276283']
['59491.97881174201 1.4434825120124826 0.00039979466247218743 0.17537089106749615 0.00012947951880895952 0.00046909486029953493 3.463412680269907e-07 0.9210656043460933 0.0006800394895428547 0.5224169076663893 0.000788853268662149']
['59491.97884722222 1.443004415163719 0.0003997243391584797 0.175262681655245 0.00012945358426765904 0.00046880541386510065 3.462718964228765e-07 0.9204972776010767 0.0006799032787166967 0.5225071375626422 0.0007887002064950899']
['59491.97888270243 1.4430040068816559 0.00039972478830574133 0.17506449249714556 0.000129431963692415 0.0004682752830385671 3.462140641300601e-07 0.9194563681572773 0.000679789725275289 0.5235476387243786 0.0007886025468992113']
['59491.97891818264 1.4430352333727585 0.00039973234795373795 0.17525913442601787 0.00012946848160234287 0.00046879592547744055 3.463117449010921e-07 0.9204786471954721 0.0006799815210207084 0.5225565861772864 0.0007887717153462365']
['59491.978953662845 1.442244185939089 0.00039967325387145925 0.17514283948424472 0.0001294408364399023 0.0004684848512784526 3.462377976026888e-07 0.9198678544340584 0.000679836325839823 0.5223763315050307 0.0007886165987294395']
['59491.978989143056 1.4424207517714962 0.0003996985023150839 0.17501858964493866 0.0001294373564626884 0.00046815249873889073 3.462284891056226e-07 0.9192152817486275 0.0006798180486485736 0.5232054700228687 0.0007886136392564329']
['59491.979024623266 1.4422014159893841 0.00039972000898151226 0.17497745614587118 0.00012942380296208973 0.00046804247185312174 3.4619223521290873e-07 0.9189992444636093 0.0006797468642966898 0.5232021715257749 0.000788563177622036']
['59491.97906010347 1.4425780403860546 0.0003997074742633512 0.1751124600166991 0.0001294372903143444 0.00046840359006116887 3.4622831216720374e-07 0.9197082984070333 0.0006798177012308005 0.5228697419790214 0.0007886178871219683']
['59491.97909558368 1.4426651972066549 0.0003997038260808182 0.17530582650464616 0.00012946168165548438 0.00046892082085755695 3.462935559068855e-07 0.9207238787008727 0.0006799458070140986 0.5219413185057822 0.0007887264729040726']
['59491.97913106389 1.44233330260743 0.00039965796034140545 0.17527535398119082 0.00012946754171391578 0.0004688393107275334 3.463092308189219e-07 0.9205638339348258 0.0006799765846319106 0.5217694686726043 0.0007887297641853832']
['59491.9791665441 1.4431232401035252 0.0003997354166748542 0.1752008544292391 0.00012945065360667836 0.0004686400338880167 3.4626405727696726e-07 0.9201725547754156 0.0006798878865896973 0.5229506853281096 0.0007886925520604492']
['59491.979202024304 1.442263502551385 0.00039966337722347763 0.17500861608160057 0.0001294274121068491 0.00046812582072367225 3.4620188921675386e-07 0.9191628995882383 0.0006797658198889134 0.5231006029631468 0.000788550813190198']
['59491.979237504514 1.4421757284441914 0.0003996693000430822 0.17512028451720252 0.00012943473776782597 0.0004684245196062502 3.462214844294578e-07 0.9197493934727023 0.000679804294999086 0.522426334971489 0.0007885869824541435']
['59491.979272984725 1.4428569528968955 0.00039971424017311963 0.1752001269921583 0.00012946476518676666 0.00046863808808621503 3.4630180396143597e-07 0.9201687342025122 0.0006799620020313374 0.5226882186943833 0.0007887457118765458']
['59491.97930846493 1.44239041922645 0.0003996642343526564 0.17519539356546227 0.00012945165934347412 0.00046862542677098077 3.462667474951605e-07 0.9201438737681843 0.0006798931688207676 0.5222465454582658 0.0007886610306271256']
['59491.97934394514 1.4427304121609847 0.0003997136299574231 0.17526157412141422 0.00012946812198733334 0.0004688024513527677 3.463107829766152e-07 0.9204914607217134 0.0006799796322864147 0.5222389514392713 0.0007887606013855582']
['59491.97937942535 1.4429690580464496 0.0003997102907167981 0.17521611969270268 0.00012945521547751314 0.00046868086652898856 3.462762597020614e-07 0.9202527294784806 0.0006799118459953421 0.522716328567969 0.0007887004721880804']
['59491.97941490555 1.4422070373956222 0.00039966657696425206 0.1751040379141997 0.00012943345725988404 0.00046838106200664773 3.4621805923334645e-07 0.9196640646754187 0.0006797975696422482 0.5225429727202034 0.0007885798047336932']
['59491.97945038576 1.4427868375909152 0.0003997055662442025 0.17518345382054362 0.0001294400490398013 0.0004685934894697529 3.4623569140742385e-07 0.9200811650238636 0.0006798321903350909 0.5227056725670516 0.0007886294102443846']
['59491.97948586597 1.4425422926766034 0.00039967440678162687 0.17505542595312074 0.0001294224292154271 0.00046825103118481394 3.4618856061506146e-07 0.9194087497537854 0.0006797396492406887 0.523133542922818 0.0007885338433993178']
['59491.979521346184 1.4427975199307892 0.0003997098101214956 0.1751413887992786 0.00012944418675350753 0.0004684809708804152 3.4624675926607e-07 0.9198602352903289 0.0006798539220247245 0.5229372846404603 0.0007886502948707762']
['59491.97955682639 1.4424366374059046 0.00039965939230278446 0.17518510764779605 0.00012944983360856245 0.0004685979132476057 3.462618638861526e-07 0.9200898510913658 0.0006798835798769037 0.5223467863145388 0.0007886503103670632']
['59491.9795923066 1.4426877937495768 0.00039969782585162907 0.17513046289135897 0.00012944526796834115 0.00046845174546439544 3.4624965137842825e-07 0.9198028513201628 0.0006798596006740607 0.522884942429414 0.0007886491162863321']
['59491.97962778681 1.4431152269875955 0.0003997620605475685 0.17513797778131585 0.00012946016710604628 0.0004684718468405875 3.462895046794968e-07 0.9198423202800202 0.0006799378524477221 0.5232729067075753 0.0007887491288391121']
['59491.97966326701 1.4425951059891307 0.0003996854421227682 0.17511522885195094 0.00012944558918170517 0.00046841099634380645 3.4625051058338067e-07 0.9197228406089861 0.0006798612877190398 0.5228722653801445 0.0007886442944597163']
['59491.97969874722 1.4427392853624148 0.0003997232928706873 0.17523087146949423 0.00012946787199257876 0.00046872032565832913 3.463101142723977e-07 0.9203302072977639 0.000679978319288754 0.5224090780646509 0.000788764366313631']
['59491.97973422743 1.4426696391031946 0.0003996834277780673 0.17516962497932514 0.00012943273069009203 0.00046855649907585114 3.462161157514322e-07 0.9200085345552792 0.000679793753624433 0.5226611045479154 0.0007885850555946529']
['59491.979769707636 1.4432554466253222 0.0003997731909433834 0.17518770830745933 0.00012945089295049306 0.0004686048696819034 3.462646974912733e-07 0.9201035100181688 0.0006798891436475477 0.5231519366071534 0.0007887127815921652']
['59491.979805187846 1.4431396939508314 0.00039975488888894617 0.17520740453796066 0.00012944567043109487 0.00046865755459693807 3.462507279151789e-07 0.9202069566069363 0.0006798617144490276 0.5229327373438951 0.0007886798602501429']
['59491.97984066806 1.4429547151383098 0.0003997341836203249 0.17498545818983488 0.0001294280933615149 0.0004680638763044101 3.4620371148646085e-07 0.9190412720054353 0.0006797693979071161 0.5239134431328745 0.0007885897868255781']
['59491.97987614827 1.442342907878505 0.0003996442012171666 0.17500300624554435 0.00012942596606253795 0.0004681108151247095 3.461980212318791e-07 0.9191334361635733 0.0006797582251183717 0.5232094717149317 0.00078853454723467']
['59491.97991162847 1.4427480519993936 0.0003997186809268375 0.17509511372490857 0.00012943665156784918 0.0004683571909337272 3.462266036014542e-07 0.9196171939333434 0.0006798143464697962 0.5231308580660502 0.0007886206753237243']
['59491.97994710868 1.442310770714193 0.00039963817676519386 0.17502170954185003 0.0001294170848715921 0.0004681608440668803 3.461742651740711e-07 0.9192316677618174 0.0006797115802079417 0.5230791029523755 0.0007884912837799702']
['59491.97998258889 1.442133046291794 0.00039965167881465715 0.17494038986908977 0.00012939505912322783 0.00046794332427040286 3.461153490946178e-07 0.9188045686401775 0.0006795958987564488 0.5233284776516166 0.0007883984081579308']
['59491.980018069095 1.4427996688208036 0.00039969939181317733 0.17509116914937473 0.00012943639645677033 0.0004683466396951623 3.462259212117191e-07 0.9195964766248673 0.0006798130066006845 0.5232031921959363 0.0007886097436370453']
['59491.980053549305 1.4424055839975227 0.00039967377018784766 0.1750601846221444 0.00012942674908066957 0.00046826376002006865 3.462001157059325e-07 0.9194337427633635 0.0006797623376085587 0.5229718412341592 0.0007885530788775228']
['59491.980089029516 1.443005849783113 0.00039973343905524376 0.1751509143329712 0.0001294424485346903 0.00046850645047323477 3.4624210975149963e-07 0.9199102643538404 0.0006798447927242138 0.5230955854292727 0.000788654401175294']
['59491.98012450972 1.4427437939921464 0.0003997112207122832 0.17515729540069608 0.00012944407479599244 0.00046852351901895947 3.462464597939365e-07 0.9199437783650005 0.0006798533340125654 0.5228000156271458 0.0007886505029043629']
['59491.98015998993 1.442042984249038 0.0003996740459307921 0.1750526978316405 0.00012942893338012155 0.0004682437338063445 3.462059584295455e-07 0.9193944213846665 0.000679773809769546 0.5226485628643716 0.0007885631080891952']
['59491.98019547014 1.4428411604097835 0.00039972265907802277 0.1750834588516084 0.0001294304598417581 0.00046832601562789804 3.462100415205522e-07 0.9195559813634895 0.0006797818268999901 0.523285179046294 0.0007885946591018058']
['59491.98023095035 1.442889600601096 0.0003997290697108638 0.17512110449150203 0.00012944245921985183 0.0004684267129333591 3.4624213833294963e-07 0.9197537000604099 0.0006798448488437597 0.5231359005406861 0.0007886522349371154']
['59491.98026643055 1.4427872318637158 0.0003997104220740271 0.1750712291364322 0.0001294319568166907 0.0004682933026930594 3.462140457383709e-07 0.9194917496661354 0.0006797896891632916 0.5232954821975804 0.0007885952339491543']
['59491.980301910764 1.442793679185958 0.00039971400321554254 0.17500454380015695 0.00012941187960058495 0.00046811492788801826 3.461603417352321e-07 0.9191415115554462 0.0006796842415997109 0.5236521676305117 0.0007885061525730595']
['59491.980337390974 1.4429540529997666 0.0003997462771890447 0.1750156370652366 0.00012942421417582313 0.00046814460096318556 3.4619333515741856e-07 0.9191997745022931 0.0006797490240326845 0.5237542784974736 0.0007885783548892827']
['59491.98037287118 1.4424850541540823 0.0003996701084859566 0.1750105325923735 0.00012940978643026426 0.00046813094714657984 3.4615474277047124e-07 0.9191729652960794 0.0006796732480581106 0.523312088858003 0.0007884744255478666']
['59491.98040835139 1.4419981095410108 0.0003996643077211141 0.17496918978598935 0.00012941394669803552 0.0004680203603903222 3.4616587095837684e-07 0.9189558287079274 0.0006796950982039681 0.5230422808330835 0.0007884903204153486']
['59491.9804438316 1.4424736016998299 0.0003996739577485185 0.17508925748358242 0.00012943529008796535 0.00046834152623196257 3.4622296181568223e-07 0.9195864363633531 0.0006798071958401543 0.5228871653364767 0.0007885918437432753']
['59491.98047931181 1.4427836092489366 0.00039970862329003143 0.17510432882600047 0.0001294344232782187 0.00046838184015876697 3.4622064320970073e-07 0.919665592573532 0.0006798026432679555 0.5231180166754046 0.0007886054890289005']
['59491.98051479201 1.4422129358638873 0.0003996813881249224 0.17510494284019945 0.00012942193387091962 0.0004683834825687652 3.4618723563141603e-07 0.9196688174380224 0.0006797370476413846 0.5225441184258649 0.0007885351393246155']
['59491.98055027222 1.442445246995603 0.0003996604988482501 0.17526424573488994 0.00012945587295169425 0.00046880959757950204 3.4627801836199214e-07 0.9205054923050943 0.0006799152991160413 0.5219397546905088 0.0007886782159484869']
['59491.98058575243 1.442287067112773 0.00039967210745564454 0.17506953870386893 0.00012943431590168016 0.00046828878100064927 3.462203559910977e-07 0.9194828713438495 0.0006798020793155472 0.5228041957689235 0.0007885864952684504']
['59491.98062123264 1.442251938007584 0.00039966190113896813 0.17495001478938588 0.00012941159080105726 0.000467969069709764 3.4615956923317504e-07 0.9188551196921527 0.0006796827247954688 0.5233968183154313 0.0007884784344593119']
['59491.98065671285 1.44261933885847 0.0003997001566444085 0.17504509762882103 0.0001294272891575568 0.0004682234042290803 3.462015603430124e-07 0.9193545043530518 0.0006797651741468321 0.5232648345054183 0.0007885688981975117']
['59491.98069219306 1.442246237848754 0.000399658649234397 0.17498358756447807 0.0001294165556094933 0.00046805887261916295 3.461728494651767e-07 0.9190314472924269 0.0006797088004700278 0.523214790556327 0.0007884992640099716']
['59491.98072767326 1.4419220406858169 0.0003996272311171227 0.17488397487128537 0.00012939381023543595 0.0004677924213163677 3.4611200847839187e-07 0.9185082713828013 0.0006795893394718276 0.5234137693030155 0.0007883803613574434']
['59491.98076315347 1.4424773887822142 0.00039967603549275637 0.17512284413522783 0.00012943667509862322 0.0004684313662593789 3.4622666654328616e-07 0.9197628368446841 0.0006798144700557942 0.5227145519375301 0.0007885991675397885']
['59491.98079863368 1.4425538759996868 0.0003996901225360088 0.17527881954295588 0.00012945929853903936 0.0004688485806651048 3.4628718137306725e-07 0.9205820354146843 0.0006799332906462152 0.5219718405850025 0.0007887087382436182']
['59491.98083411389 1.4430790506077638 0.00039975698352770435 0.17498969487487115 0.00012941604801704806 0.0004680752088987941 3.4617149171985343e-07 0.9190635235024746 0.0006797061345433197 0.5240155271052892 0.0007885468123168027']
['59491.980869594096 1.4415107529723472 0.0003995886989018482 0.17494323651741567 0.00012940613024932127 0.00046795093869313073 3.4614496295080883e-07 0.918819519524242 0.0006796540454271076 0.5226912334481052 0.0007884166092590292']
['59491.980905074306 1.4421586581981254 0.00039964484399758677 0.1751249586593751 0.00012943578578502506 0.0004684370223429138 3.4622428774236e-07 0.9197739425387349 0.000679809799291098 0.5223847156593905 0.0007885793330705913']
['59491.98094055452 1.4429237629496228 0.0003997215675835695 0.17509590329875802 0.00012944349740869835 0.00046835930294349316 3.4624491535625697e-07 0.9196213408548216 0.000679850301516273 0.5233024220948012 0.0007886531329191772']
['59491.98097603472 1.442697709201957 0.0003997123712423565 0.17512072400917963 0.0001294339963833207 0.00046842569519147054 3.462195013200671e-07 0.9197517017288848 0.0006798004011729028 0.5229460074730723 0.0007886054559531192']
['59491.98101151493 1.4422132937921768 0.0003996568971418105 0.1751544568822967 0.00012943898620117316 0.0004685159263427524 3.4623284844908136e-07 0.9199288701801298 0.0006798266081994389 0.522284423612047 0.0007885999319356888']
['59491.98104699514 1.4428726489834443 0.0003997074975499177 0.17517672523801092 0.00012944612718890727 0.00046857549136605407 3.462519496843157e-07 0.9200458258298894 0.000679864113387118 0.5228268231535549 0.0007886579082652184']
['59491.981082475344 1.4420772975898861 0.00039963285250276383 0.17521051849684 0.00012945894070441223 0.00046866588404144617 3.462862242108871e-07 0.9202233114329832 0.0006799314112626693 0.5218539861569029 0.0007886780970846983']
['59491.981117955555 1.4430205599918497 0.0003997553588870067 0.17533496900273315 0.00012947664613345732 0.0004689987733386425 3.4633358398487176e-07 0.9208769380395649 0.0006800244019614355 0.5221436219522848 0.0007888203434381542']
['59491.981153435765 1.4424268810067544 0.0003996727692842212 0.17518443023322094 0.00012945906956097981 0.0004685961012496536 3.462865688858397e-07 0.9200862932417067 0.0006799320880303562 0.5223405877650478 0.0007886989075944243']
['59491.981188915976 1.4424382564302412 0.0003996768950939428 0.1751091020230588 0.00012944076149248415 0.00046839460785466923 3.462375971278641e-07 0.919690661885813 0.0006798359322084252 0.5227475945444281 0.000788618104784333']
['59491.98122439618 1.4426027424967383 0.00039966152763243475 0.1751504222786787 0.00012944592200235826 0.00046850513429049656 3.4625140083635717e-07 0.9199076800350772 0.0006798630357266716 0.5226950624616611 0.0007886336817667484']
['59491.98125987639 1.4423319822403498 0.000399590658636532 0.17527674031016838 0.0001294423132435699 0.00046884301898147507 3.4624174786493546e-07 0.9205711150744138 0.0006798440821616067 0.521760867165936 0.0007885814292257552']
['59491.9812953566 1.442951318228009 0.0003996758767815986 0.17527353381100963 0.00012943305429896445 0.00046883444200347283 3.4621698136406534e-07 0.9205542742174876 0.0006797954532508638 0.5223970440105213 0.0007885826936610307']
['59491.9813308368 1.4430661072746827 0.00039967437488782443 0.17507169479768303 0.00012940428857728003 0.00046829454827776326 3.461400367120035e-07 0.9194941953659824 0.0006796443727798321 0.5235719119087002 0.0007884516975650852']
['59491.98136631701 1.4419125429036272 0.0003995689206161368 0.1749777374894887 0.0001293897828125996 0.000468043224411566 3.461012356338149e-07 0.9190007221086592 0.0006795681870409643 0.522911820794968 0.0007883325714192504']
['59491.981401797224 1.4434364314357935 0.00039972956197841306 0.17512461559932133 0.0001294146031049814 0.0004684361047008409 3.4616762676358887e-07 0.919772140752738 0.0006796985457194402 0.5236642906830554 0.0007885263697382453']
['59491.98143727743 1.4432059039278662 0.0003997180955745094 0.17491608642574083 0.0001293774550750574 0.0004678783156461484 3.460682605015968e-07 0.9186769245049414 0.0006795034405202595 0.5245289794229248 0.0007883523841586213']
['59491.98147275764 1.4424802319900634 0.0003996339616217573 0.17511357042353148 0.00012941387086523153 0.00046840656025841614 3.4616566811525746e-07 0.9197141303756906 0.0006796946999224346 0.5227661016143728 0.0007884745959028411']
['59491.98150823785 1.4431144646089205 0.00039969253218685794 0.1752285023382362 0.00012942748205464828 0.0004687139885331098 3.4620207631823285e-07 0.9203177643814927 0.0006797661872618083 0.5227967002274277 0.0007885659069668168']
['59491.98154371806 1.4419684075447958 0.00039956145517511845 0.1751689794454802 0.00012941672647612934 0.0004685547723548032 3.461733065117269e-07 0.9200051441464298 0.0006797096978788306 0.5219632633983661 0.0007884507783319066']
['59491.98157919826 1.442487008829913 0.00039962597161174524 0.17500698127834324 0.00012938317792876065 0.00046812144783259013 3.460835684084113e-07 0.9191543134366768 0.0006795334975250035 0.5233326953932363 0.000788331587243081']
['59491.98161467847 1.4421112600892552 0.0003995958205069435 0.17506753892714122 0.00012941710001170446 0.00046828343185188797 3.461743056719488e-07 0.9194723683148174 0.0006797116597253386 0.5226388917744378 0.000788469885368612']
['59491.98165015868 1.4420174189372408 0.0003995694906787998 0.1750593170163845 0.00012941520018600164 0.0004682614392848528 3.461692238794846e-07 0.9194291860104228 0.0006797016816491683 0.522588232926818 0.000788447939890785']
['59491.981685638886 1.4421551446730558 0.00039960725940137555 0.17514716163966876 0.0001294278005173585 0.0004684964124952685 3.4620292816553575e-07 0.9198905548301931 0.0006797678598600762 0.5222645898428627 0.0007885241309338772']
['59491.9817211191 1.4417791700943416 0.0003995305317344179 0.17511764921913398 0.00012941534433022053 0.0004684174705186178 3.4616960944696287e-07 0.9197355526215021 0.0006797024387091415 0.5220436174728396 0.0007884288496593342']
['59491.98175659931 1.4422710012214146 0.0003995724250250245 0.17535985018767575 0.0001294531872222727 0.0004690653273482828 3.4627083437689557e-07 0.9210076165319105 0.0006799011933942894 0.5212633846895041 0.0007886214273143722']
['59491.98179207951 1.4425019304038695 0.0003996371539772722 0.17514959089087567 0.00012943704788276474 0.00046850291043371543 3.462276636935186e-07 0.9199033135024983 0.0006798164279556972 0.5225986169013712 0.0007885811502676802']
['59491.98182755972 1.4427862200798853 0.0003996594901495981 0.17494743192238565 0.00012938786375160237 0.0004679621608685803 3.4609610238938126e-07 0.9188415542142105 0.0006795581079390881 0.5239446658656748 0.0007883697927574281']
['59491.98186303993 1.4424678279517247 0.00039963124356055693 0.17495233381436284 0.00012937558590116297 0.0004679752728070453 3.4606326069882705e-07 0.9188672994451831 0.0006794936234304778 0.5236005285065416 0.0007882998890729575']
['59491.98189852014 1.4424757996757365 0.0003996314182038665 0.17514726354809096 0.0001294187023560884 0.00046849668508735484 3.461785917396671e-07 0.919891090063503 0.000679720075399624 0.5225847096122335 0.0007884951815432382']
['59491.981934000345 1.4422035638319493 0.00039957935631568643 0.17507301573168674 0.00012940898234157524 0.0004682980816084555 3.461525919353529e-07 0.9195011330445733 0.0006796690249032313 0.522702430787376 0.0007884247874125772']
['59491.981969480556 1.442112095483309 0.0003995706103142862 0.17525128631833273 0.00012943031449542448 0.00046877493278614626 3.4620965273756975e-07 0.9204374281425038 0.0006797810635263891 0.5216746673408053 0.0007885169414514819']
['59491.982004960766 1.4420972025583179 0.0003995731889272763 0.17512160267681967 0.0001294334373572308 0.0004684280455158108 3.4621800599627677e-07 0.9197563165799353 0.0006797974651115063 0.5223408859783826 0.000788532387972455']
['59491.98204044097 1.4417940328540177 0.00039955873826833356 0.17513076823341328 0.00012942794939555113 0.0004684525622156102 3.4620332639579246e-07 0.9198044550074228 0.0006797686417833568 0.5219895778465949 0.0007885002166636178']
['59491.98207592118 1.4429855200008461 0.0003996554285387508 0.17517810063259137 0.0001294181072831384 0.0004685791703718722 3.4617699999510417e-07 0.9200530495409212 0.0006797169500164833 0.522932470459925 0.0007885046567397069']
['59491.98211140139 1.4422267904712849 0.00039959525190322954 0.17528670668855062 0.00012944506318266717 0.00046886967777784916 3.462491036027595e-07 0.9206234594986903 0.0006798585251190502 0.5216033309725946 0.0007885962081576704']
['59491.9821468816 1.442432033510166 0.00039961589060981195 0.17504443428605995 0.00012940479528280414 0.00046822162987144347 3.461413920849254e-07 0.9193510204099788 0.0006796470340483411 0.5230810131001871 0.0007884243469849089']
['59491.982182361804 1.442378479857772 0.00039962962606496314 0.17514162134153355 0.00012941682160630568 0.00046848159290141273 3.4617356097286645e-07 0.9198614566257015 0.0006797101975121098 0.5225170232320704 0.0007884857580392772']
['59491.982217842015 1.4416719134969296 0.00039951651408778676 0.17500071875668563 0.00012937998144395112 0.00046810469638253926 3.4607501821752126e-07 0.9191214220414162 0.0006795167092644492 0.5225504914555134 0.0007882616337222323']
['59491.982253322225 1.4425541253829293 0.00039962657153670505 0.17505282660543897 0.00012940881727446435 0.0004682440782599002 3.4615215040179593e-07 0.9193950977176417 0.0006796681579541195 0.5231590276652875 0.0007884479701381235']
['59491.98228880243 1.4424821468293874 0.00039962427501564736 0.1749505664963655 0.00012938097244357313 0.00046797054545586397 3.4607766901564645e-07 0.9188580173128441 0.0006795219140943968 0.5236241295165432 0.0007883207424115483']
['59491.98232428264 1.442631873578307 0.0003996382091479213 0.1751355209363557 0.0001294200448660434 0.00046846527509235525 3.4618218278328876e-07 0.9198294166825405 0.0006797271263972868 0.5228024568957665 0.0007885047016798763']
['59491.98235976285 1.4427362802959025 0.0003996388444389033 0.1751508798947295 0.00012942078942809317 0.0004685063583553121 3.461841743922074e-07 0.9199100834807222 0.0006797310369122541 0.5228261968151803 0.0007885083947088135']
['59491.98239524305 1.442326290187592 0.0003995965345327614 0.1752355617287709 0.0001294401117244379 0.0004687328715061991 3.4623585908086536e-07 0.9203548410124522 0.0006798325195611234 0.5219714491751397 0.0007885744385049629']
['59491.98243072326 1.4422990322978697 0.0003996323248123053 0.17486598785510463 0.00012937031656032972 0.0004677443083325587 3.460491658813406e-07 0.9184138017600034 0.0006794659483210596 0.5238852305378663 0.0007882765821478681']
['59491.98246620347 1.4424510555972758 0.0003996089727105171 0.1752021325628749 0.00012943424144502624 0.00046864345273316067 3.4622015682900493e-07 0.9201792676621582 0.0006798016882616925 0.5222717879351176 0.0007885541620169169']
['59491.982501683684 1.4431507261208136 0.0003996787392072625 0.17507221180617333 0.0001294085934141651 0.00046829593120981117 3.461515516039272e-07 0.9194969107467087 0.0006796669822172537 0.5236538153741049 0.0007884733992282908']
['59491.98253716389 1.4424399845090123 0.00039962259661459055 0.1749862922257792 0.00012939442638242743 0.0004680661072446329 3.4611365659333916e-07 0.9190456524463193 0.0006795925755379592 0.523394332062693 0.0007883808016760077']
['59491.9825726441 1.4426104184852067 0.0003996259310162926 0.17515621276893417 0.00012942966577213393 0.000468520623116498 3.462079174851598e-07 0.919938092273814 0.0006797776563662497 0.5226723262113927 0.000788542038724271']
['59491.98260812431 1.4424269028668923 0.0003996224252141833 0.17520157887363963 0.00012944030295376356 0.00046864197168477865 3.462363705950241e-07 0.9201763596304603 0.0006798335239168255 0.522250543236432 0.0007885884243223676']
['59491.98264360451 1.442260301539899 0.0003995911422222564 0.17505702590635192 0.00012940648454627535 0.0004682553108565023 3.4614591065016285e-07 0.9194171528694954 0.0006796559062304378 0.5228431486704035 0.0007884194516983997']
['59491.98267908472 1.442510442393965 0.0003996021357412436 0.17505468100130359 0.00012939364981252597 0.00046824903853331706 3.4611157936748247e-07 0.9194048371917205 0.0006795884969145273 0.5231056052022445 0.0007883669145946637']
['59491.98271456493 1.442026426859775 0.0003995673601391882 0.17506052852193815 0.00012939899240754435 0.0004682646799083393 3.461258701306104e-07 0.9194355489597592 0.0006796165567623128 0.5225908779000157 0.0007883734771756731']
['59491.982750045136 1.4426645658870814 0.0003996331926517471 0.17517945821366754 0.00012941918118022084 0.0004685828017288288 3.461798725334074e-07 0.9200601796936321 0.0006797225902322523 0.5226043861934493 0.0007884982487875739']
['59491.982785525346 1.4425554997752967 0.00039961952413244397 0.17505350645885875 0.0001294041324949601 0.0004682458967814521 3.461396192116212e-07 0.9193986683763591 0.0006796435530197486 0.5231568313989376 0.0007884231879068174']
['59491.98282100556 1.4426329295988172 0.0003996670513366017 0.17495823861460572 0.00012939617006991124 0.0004679910673977449 3.4611832073589807e-07 0.9188983120515007 0.0006796017335604582 0.5237346175473164 0.0007884112303756675']
['59491.98285648577 1.4420079467582971 0.00039956556917981797 0.1752545040827409 0.00012943921626665283 0.00046878353989726 3.4623346384501956e-07 0.9204543281656561 0.0006798278165265379 0.521553618592641 0.0007885546932186962']
['59491.98289196597 1.4428095954544364 0.00039967282650375704 0.17491618064203157 0.00012938759429711465 0.00046787856766276003 3.4609538163284916e-07 0.9186774193384012 0.0006795566927369467 0.5241321761160352 0.0007883753337650026']
['59491.98292744618 1.4420265386136981 0.0003995488188500387 0.17521765257463018 0.00012942602509535874 0.0004686849667934581 3.461981791371771e-07 0.9202607803289401 0.0006797585351646993 0.521765758284758 0.0007884864772294568']
['59491.98296292639 1.4421481177021103 0.0003995899758328863 0.1750986368419869 0.0001294079440664408 0.00046836661482445167 3.4614981468123633e-07 0.919635697699511 0.0006796635717775252 0.5225124200025992 0.0007884254686319499']
['59491.982998406595 1.4420686429067782 0.0003996647548748297 0.17497908575971988 0.0001293926464542206 0.0004680468308631948 3.4610889551144896e-07 0.9190078033598733 0.0006795832271755284 0.5230608395469049 0.0007883941139731216']
['59491.983033886805 1.4426577837458217 0.0003996267653031833 0.17534921008850052 0.00012946102604253332 0.00046903686643435464 3.462918022255088e-07 0.920951733658091 0.0006799423636687675 0.5217060500877306 0.0007886844549362921']
['59491.983069367016 1.4424685985539774 0.00039962103026649825 0.17519489522121995 0.00012944557661578892 0.0004686240937634257 3.462504769711507e-07 0.9201412564139704 0.0006798612217215806 0.522327342140007 0.0007886115955475279']
['59491.98310484722 1.4423754758792193 0.00039961682161773255 0.17502929135540832 0.00012938508250007837 0.0004681811244552064 3.4608866289479254e-07 0.9192714882111782 0.0006795435005256217 0.5231039876680411 0.0007883355714582936']
['59491.98314032743 1.4427346057677881 0.00039965860053291636 0.17518464331212763 0.00012943347647764223 0.0004685966712086665 3.462181106384088e-07 0.9200874123536115 0.0006797976705758521 0.5226471934141766 0.000788575849173866']
['59491.98317580764 1.4420159685741822 0.0003995708802851739 0.1751170536217711 0.00012941272889193314 0.00046841587737131706 3.461626134817227e-07 0.919732424484092 0.0006796887021635144 0.5222835440900903 0.0007884374548564973']
['59491.98321128785 1.4426630211124978 0.00039963552206455344 0.17517752481727628 0.00012943223277803417 0.00046857763013903684 3.462147838999156e-07 0.9200500253008209 0.0006797911385400954 0.5226129958116769 0.0007885585219458651']
['59491.98324676805 1.4426659474289418 0.0003996284052018561 0.17515112463044963 0.0001294213961647091 0.0004685070129922803 3.4618579733559525e-07 0.9199113688574035 0.0006797342235541444 0.5227545785715383 0.0007885058509072298']
['59491.983282248264 1.442793149011905 0.0003996433547579373 0.17509487639592833 0.00012942663634855138 0.00046835655610884746 3.461998141618341e-07 0.9196159474576069 0.000679761745528106 0.5231772015542981 0.000788537153015377']
['59491.983317728475 1.4421405429849712 0.00039961702351446474 0.17501169598383123 0.00012949632354454792 0.0004681340590709706 3.46386218560373e-07 0.9191790755453322 0.0006801277497087601 0.522961467439639 0.0007888393508227528']
['59491.98335320868 1.4428809737217303 0.0003996686287079303 0.17529162057394215 0.00012944915428978964 0.00046888282179717437 3.4626004679471346e-07 0.9206492677202844 0.0006798800120262061 0.5222317060014459 0.0007886519153124726']
['59491.98338868889 1.4424780891750704 0.000399616833093551 0.17508112947408447 0.00012941723423141296 0.0004683197848388685 3.461746646926222e-07 0.9195437472378387 0.0006797123646607824 0.5229343419372317 0.0007884811424279414']
['59491.9834241691 1.4425910450655928 0.0003996073381283718 0.17532329256674198 0.00012945529843400952 0.0004689675403553536 3.4627648160015317e-07 0.9208156122202836 0.0006799122816912265 0.5217754328453091 0.0007886486768394483']
['59491.9834596493 1.442750699647214 0.000399629487582671 0.17501391776933609 0.0001293856179342582 0.0004681400020650141 3.4609009511321974e-07 0.9191907445868494 0.0006795463126799275 0.5235599550603646 0.0007883444161167592']
['59491.98349512951 1.4418142530311822 0.00039957039074339155 0.17486317264450718 0.00012937573870683625 0.00046773677800176155 3.460636694345957e-07 0.9183990159900588 0.0006794944259812828 0.5234152370411234 0.0007882697330853568']
['59491.98353060972 1.4419252463557974 0.00039955952530115155 0.17512527526400398 0.00012942599686918284 0.00046843786922008506 3.461981036357415e-07 0.9197756053781722 0.0006797583869179771 0.5221496409776253 0.0007884917747473411']
['59491.98356608993 1.442132301549532 0.00039958112062011707 0.1750937298541994 0.00012941110695165683 0.00046835348925534123 3.461582749974811e-07 0.9196099257048288 0.0006796801835696263 0.5225223758447032 0.0007884353010192209']
['59491.98360157014 1.442452068631432 0.0003996194226601346 0.17496957743152705 0.00012937965050966105 0.0004680213972929019 3.4607413301032627e-07 0.9189578646613816 0.0006795149711641862 0.5234942039700503 0.0007883122978892845']
['59491.98363705035 1.4426728505382385 0.0003996172253259903 0.17520907896757276 0.00012942702010885037 0.0004686620334834864 3.462008406718937e-07 0.9202157508801091 0.0006797637610758948 0.5224570996581294 0.0007885256480605368']
['59491.98367253056 1.4427164279137283 0.0003996423672203646 0.17507584595593687 0.0001294060895877954 0.0004683056520988667 3.461448541863914e-07 0.9195159976677357 0.0006796538318686733 0.5232004302459926 0.0007884436269330025']
['59491.98370801076 1.4421851645417691 0.0003995756197526128 0.1751284103698726 0.00012941346160640532 0.0004684462552301037 3.4616457339987604e-07 0.9197920712703394 0.0006796925504538096 0.5223930932714298 0.0007884431742637443']
['59491.98374349097 1.442516747761739 0.00039962674740616955 0.17511348177247354 0.00012942296119780914 0.00046840632312809545 3.4618998360036795e-07 0.9197136647713947 0.0006797424432658044 0.5228030829903444 0.0007885120965587019']
['59491.98377897118 1.4422225029635634 0.00039959589773421025 0.1749718992812125 0.00012938770560661146 0.0004680276079459197 3.4609567937161607e-07 0.9189700592500658 0.0006795572773456485 0.5232524437134976 0.0007883368408741532']
['59491.98381445139 1.4421676039771314 0.00039960310384923276 0.17524966446103213 0.00012945366242948753 0.00046877059452385416 3.4627210549584065e-07 0.9204289099844125 0.0006799036892305018 0.5217386939927189 0.0007886391235762955']
['59491.983849931596 1.4423526606384494 0.00039960339640409927 0.17518900674731924 0.00012943905298918142 0.0004686083428436179 3.462330270985209e-07 0.9201103295552482 0.0006798269589767932 0.5222423310832012 0.0007885731218912588']
['59491.983885411806 1.4423966428639075 0.0003996041275671454 0.17521762364871124 0.0001294353082739056 0.0004686848894202987 3.4622301046076263e-07 0.9202606284070969 0.0006798072913545462 0.5221360144568106 0.0007885565370647208']
['59491.98392089202 1.4419865189763441 0.0003995691400526348 0.17513190303804652 0.00012940598343321472 0.0004684555976738761 3.4614457023637043e-07 0.9198104151157906 0.000679653274334111 0.5221761038605535 0.0007884060318106911']
['59491.98395637222 1.4425506358821885 0.0003996268197520411 0.1751384939083324 0.00012942684121925802 0.00046847322741480504 3.462003621649544e-07 0.9198450310311576 0.0006797628215297165 0.5227056048510309 0.0007885297005181045']
['59491.98399185243 1.4419368988659649 0.0003995808183285145 0.17512411040997766 0.0001294283348270829 0.0004684347533835091 3.462043573761875e-07 0.9197694874473618 0.0006797706661086288 0.5221674114186031 0.0007885131507323477']
['59491.98402733264 1.4422495321734201 0.00039960610223863184 0.1751410781443597 0.00012942338345854414 0.00046848013991796243 3.461911130942041e-07 0.9198586036993682 0.0006797446610217656 0.5223909284740519 0.0007885035454162187']
['59491.984062812844 1.4426424711366082 0.0003996172817436134 0.175143461673645 0.00012940777310232858 0.000468486515556076 3.4614935737394976e-07 0.9198711222355305 0.0006796626738567677 0.5227713489010777 0.0007884385341307751']
['59491.984098293055 1.4422827411616252 0.0003996181910221095 0.1749988439979947 0.000129400064642381 0.00046809968164114823 3.4612873822261727e-07 0.9191115756197201 0.0006796221882477995 0.5231711655419051 0.0007884040952167299']
['59491.984133773265 1.442222344424356 0.0003995951950229801 0.17519272380458778 0.0001294311956025323 0.0004686182854997195 3.4621200958717654e-07 0.9201298519148519 0.0006797856911897705 0.5220924925095042 0.0007885333891673881']
['59491.984169253476 1.4420440733485438 0.0003995819584593415 0.1751356552020769 0.0001294311535972412 0.0004684656342361068 3.4621189722835783e-07 0.9198301218596477 0.0006797854705737459 0.522213951488896 0.0007885264913301088']
['59491.98420473368 1.4424033973877701 0.0003996318632380816 0.17511445342491322 0.0001294178850260531 0.0004684089221749651 3.4617640548562916e-07 0.9197187679879897 0.0006797157826998587 0.5226846293997804 0.0007884917065933048']
['59491.98424021389 1.4416267678341008 0.00039954429741517397 0.1748705826632902 0.0001293796666880716 0.0004677565988608829 3.4607417628551975e-07 0.918437934155936 0.00067951505613483 0.5231888336781648 0.0007882742905302102']
['59491.9842756941 1.442196953144329 0.00039958864877306704 0.17504082073062951 0.0001293886573172861 0.00046821196406961337 3.4609822507679696e-07 0.919332041652466 0.0006795622758260826 0.5228649114918631 0.0007883374752948195']
['59491.9843111743 1.4424045560577303 0.0003995949535433488 0.17511713493519188 0.00012942614052652317 0.0004684160948743903 3.4619848790088146e-07 0.9197328515503775 0.0006797591414208151 0.5226717045073528 0.0007885103786523515']
['59491.98434665451 1.4417518144540051 0.0003995612807859147 0.17514883415818872 0.00012942164515606887 0.0004685008862698881 3.4618646335585907e-07 0.9198993390661173 0.0006797355312818744 0.5218524753878878 0.0007884729605955633']
['59491.984382134724 1.4418197139162694 0.0003995613206260577 0.1750167164201027 0.00012939610697678116 0.0004681474881003669 3.4611815196978834e-07 0.9192054433828923 0.0006796014021889766 0.5226142705333771 0.000788357352218943']
['59491.98441761493 1.4425438142444116 0.0003996222608948979 0.1750233408017778 0.0001293962831036175 0.00046816520748000593 3.461186230867063e-07 0.919240235303455 0.0006796023272248819 0.5233035789409566 0.000788389037577404']
['59491.98445309514 1.4419900440102695 0.000399592864507432 0.17498528903145905 0.00012939354980794364 0.00046806342382723905 3.46111311867926e-07 0.9190403835685874 0.0006795879716803763 0.5229496604416821 0.0007883617625290452']
['59491.98448857535 1.4426272924413621 0.00039966261850929257 0.17503170328971807 0.00012941150344647037 0.0004681875760731528 3.4615933557074975e-07 0.9192841559333933 0.0006796822660003697 0.5233431365079688 0.0007884784025888735']
['59491.98452405556 1.4421016306874912 0.00039959484791393207 0.17502903749538945 0.0001294122394270467 0.0004681804454118979 3.461613042253169e-07 0.9192701549127598 0.0006796861314445731 0.5228314757747314 0.0007884473855352987']
['59491.98455953576 1.442356239479273 0.00039961593306018665 0.17519857963696023 0.0001294316305502833 0.0004686339491075849 3.462131730171691e-07 0.920160607336976 0.000679787975579219 0.522195632142297 0.0007885458678464155']
['59491.98459501597 1.4421095456959456 0.00039958240744691176 0.1750449204110695 0.00012939676497807168 0.0004682229301941028 3.4611991203966987e-07 0.91935357358755 0.0006796048580781077 0.5227559721083956 0.0007883710189145937']
['59491.98463049618 1.4423530944141318 0.0003995946156106476 0.17509323832902432 0.0001294216989885808 0.000468352174487925 3.4618660735099143e-07 0.9196073441650437 0.0006797358140156556 0.5227457502490881 0.0007884900973890205']
['59491.984665976386 1.442100482307803 0.00039956765139491596 0.1749824643837058 0.00012938872152251074 0.00046805586825324875 3.4609839681761837e-07 0.9190255482337489 0.0006795626130383968 0.523074934074054 0.0007883271231416708']
['59491.9847014566 1.442222914352498 0.0003995949792075793 0.17503920305198406 0.00012939737286592188 0.00046820763698469307 3.4612153806246317e-07 0.9193235454410928 0.0006796080507663965 0.5228993689114052 0.0007883801431253876']
['59491.98473693681 1.4429190224088677 0.0003996702240654876 0.17519318787539115 0.00012942969265695585 0.0004686195268301783 3.462079893986439e-07 0.9201322892615083 0.0006797777975680455 0.5227867331473595 0.0007885646086853123']
['59491.98477241701 1.4417195942781413 0.00039956594912959886 0.17490857524666845 0.0001293960144332855 0.00046785822419610106 3.461179044276912e-07 0.9186374750350235 0.0006796009161412055 0.5230821192431179 0.0007883592790877792']
['59491.98480789722 1.4417750573319983 0.00039956326459965504 0.17480033635552727 0.0001293664061025833 0.00046756869890938 3.460387059035238e-07 0.9180689934639038 0.0006794454102026433 0.5237060638680945 0.0007882238691279097']
['59491.98484337743 1.4418492136921486 0.00039955171753730225 0.1751735486334394 0.00012941419607441455 0.00046856699435227577 3.461665380085182e-07 0.9200291419823498 0.0006796964079538579 0.5218200717097988 0.0007884343865994084']
['59491.98487885764 1.4421011437446571 0.00039956914633274666 0.17516336304329916 0.0001294270944359253 0.0004685397491922905 3.462010394873791e-07 0.919975646235815 0.0006797641514491875 0.5221254975088422 0.000788501619717115']
['59491.984914337845 1.4427897349964374 0.00039963707280696716 0.17535884909008848 0.0001294362514259457 0.0004690626495393831 3.4622553327268314e-07 0.9210023586664311 0.0006798122448841686 0.5217873763300063 0.0007885775030117041']
['59491.984949818056 1.4419668681783748 0.0003995890360530177 0.17513377634606714 0.00012941191247990884 0.0004684606085349083 3.4616042968324763e-07 0.9198202539184199 0.0006796844142852356 0.5221466142599549 0.0007884429597352264']
['59491.984985298266 1.442117232178175 0.00039959267221903493 0.1751892972376271 0.00012943851953805917 0.0004686091198682972 3.4623160018452086e-07 0.9201118552396382 0.0006798241572377058 0.5220053769385368 0.0007885652721589418']
['59491.98502077847 1.442254960863287 0.000399585647042589 0.17526102226625687 0.0001294487797613819 0.00046880097521031117 3.462590449787904e-07 0.9204885623227776 0.000679878044965241 0.5217663985405094 0.0007886081697194132']
['59491.98505625868 1.4417342265639883 0.0003995599399899157 0.17501318764193186 0.00012940486843262248 0.00046813804906693893 3.4614158775139894e-07 0.9191869098840959 0.0006796474182385636 0.5225473166798924 0.0007883963208711023']
['59491.98509173889 1.4426842853178945 0.0003996325352934651 0.1750675121521414 0.0001294190594800514 0.00046828336023216403 3.461795470009109e-07 0.9194722276898183 0.0006797219510506901 0.5232120576280762 0.0007884973646152785']
['59491.9851272191 1.441748901533758 0.00039956158816533533 0.17490527348737747 0.00012938621708389814 0.0004678493924093438 3.460916977624105e-07 0.9186201338622767 0.000679549459474255 0.5231287676714812 0.0007883127111806311']
['59491.985162699304 1.4419989583890778 0.0003995750132225997 0.17501887155068674 0.0001294071697440268 0.00046815325280096285 3.4614774346712314e-07 0.9192167623460439 0.000679659504958124 0.5227821960430339 0.0007884143795440079']
['59491.985198179515 1.4422684337665623 0.0003996012915194137 0.17524057405456817 0.00012943941695055646 0.000468746278841107 3.4623400064897356e-07 0.920381166252984 0.0006798288705386369 0.5218872675135783 0.0007885737032147485']
['59491.985233659725 1.4429407005817962 0.0003996526933514742 0.17522666299761222 0.0001294396811538035 0.00046870906853054955 3.4623470735910377e-07 0.9203081039790558 0.0006798302581607327 0.5226325966027404 0.0007886009480174215']
['59491.98526913993 1.4422904509160843 0.0003996060343533113 0.17500633392972192 0.00012939203786841436 0.0004681197162572458 3.4610726762171187e-07 0.9191509134964387 0.000679580030821504 0.5231395374196456 0.0007883615927878122']
['59491.98530462014 1.441553687708808 0.00039953211990806635 0.17505197724848015 0.00012940365257992127 0.0004682418063379095 3.4613833549984483e-07 0.9193906368092445 0.0006796410324575698 0.5221630508995635 0.0007883767169559391']
['59491.98534010035 1.4421320373149458 0.00039956568909019295 0.17524413540234424 0.0001294434669001219 0.00046875580499409244 3.462448337496897e-07 0.9203998708106316 0.0006798501412821528 0.5217321665043142 0.0007885740006489461']
['59491.98537558055 1.4423199946033012 0.00039961217395774375 0.17507044606800942 0.0001294245487446223 0.0004682912080844836 3.4619423008646385e-07 0.9194876369118142 0.0006797507812217558 0.522832357691487 0.0007885118985448611']
['59491.98541106076 1.4428196948523864 0.0003996589966936856 0.17500610855197785 0.0001293990068008463 0.0004681191134004049 3.461259086308651e-07 0.9191497297897996 0.000679616632357386 0.5236699650625868 0.0007884199899894711']
['59491.98544654097 1.4420126968917595 0.0003995594423343523 0.1750296695341092 0.0001293978006937502 0.00046818213603519996 3.4612268244756683e-07 0.9192734744438509 0.000679610297761293 0.5227392224479086 0.0007883640686774938']
['59491.985482021184 1.4417723630421455 0.0003995652744442678 0.1749110727036385 0.00012939503105940188 0.0004678649045763018 3.4611527402744767e-07 0.9186505919308746 0.0006795957513624049 0.5231217711112709 0.0007883544848680412']
['59491.98551750139 1.442623252900968 0.00039964931890182587 0.17511562870275083 0.0001294298875591995 0.0004684120658939123 3.4620851073739175e-07 0.9197249406657082 0.0006797788212142831 0.5228983122352597 0.0007885548959141485']
['59491.9855529816 1.4421866350544323 0.0003995905245032287 0.17497873185832358 0.00012940557230727446 0.00046804588422190766 3.4614347052669603e-07 0.9190059446340525 0.0006796511150592146 0.5231806904203798 0.0007884150084023003']
['59491.98558846181 1.4427374811355689 0.00039961952963813954 0.17507982289349314 0.0001293920891173484 0.0004683162899017314 3.4610740470610146e-07 0.919536884944817 0.0006795802999860736 0.5232005961907519 0.0007883686654081133']
['59491.98562394201 1.4424340820047163 0.000399629911391111 0.1751238655177499 0.00012943400412250816 0.00046843409832790283 3.4621952202141066e-07 0.9197682012486865 0.0006798004418198958 0.5226658807560298 0.0007885636986172981']
['59491.98565942222 1.4428213420568126 0.0003996576638041717 0.1751696793189649 0.00012942849772122245 0.000468556644427486 3.462047930973221e-07 0.9200088199525468 0.0006797715216450759 0.5228125221042658 0.0007885528326479274']
['59491.98569490243 1.442338666971152 0.0003996020317323504 0.1750121403641501 0.00012939498935169284 0.0004681352477318842 3.461151624646232e-07 0.9191814094755784 0.0006795955323093113 0.5231572574955736 0.0007883729265388295']
['59491.985730382636 1.441749007686647 0.0003995466573564845 0.17487556034088364 0.00012937857912715905 0.0004677699135162462 3.4607126719820636e-07 0.9184640774206074 0.0006795093441552472 0.5232849302660396 0.0007882705628139581']
['59491.985765862846 1.442074459733181 0.00039958481255516814 0.1750549528869447 0.00012940829246776503 0.00046824976579287574 3.461507466105293e-07 0.9194062651625248 0.0006796654016164131 0.5226681945706562 0.0007884244292125586']
['59491.98580134306 1.4422003446254543 0.00039959191601648947 0.1748844261212068 0.0001293771505013795 0.00046779362835259574 3.460674458056913e-07 0.918510641392893 0.0006795018408685898 0.5236897032325614 0.0007882870359770808']
['59491.98583682327 1.4422146051002342 0.00039959183960986485 0.17490733409050746 0.00012937388330550893 0.0004678549042610058 3.4605870647169384e-07 0.9186309563577074 0.0006794846812264125 0.5235836487425268 0.0007882722057158653']
['59491.98587230347 1.4425761258011855 0.00039964039828616467 0.17497889923303406 0.00012939828099568928 0.00046804633192800045 3.4612396719425226e-07 0.9190068237029101 0.000679612820355511 0.5235693020982755 0.000788407276433885']
['59491.98590778368 1.4425913109359638 0.00039962857098755066 0.17514230406272924 0.00012942046238331755 0.0004684834190939009 3.4618329958896953e-07 0.9198650423462671 0.0006797293192401132 0.5227262685896967 0.000788501707153624']
['59491.98594326389 1.44307938101019 0.0003996617102624059 0.17525198207553108 0.0001294261868920823 0.00046877679384828595 3.4619861192286337e-07 0.9204410823294701 0.0006797593849374071 0.52263829868072 0.0007885444211078747']
['59491.985978744095 1.4426663218025748 0.00039964992017080475 0.17507603502503977 0.00012940327628838794 0.0004683061578347039 3.4613732896778474e-07 0.91951699067773 0.0006796390561364913 0.5231493311248449 0.0007884347184888749']
['59491.986014224305 1.4422597074976373 0.0003996285182780937 0.1751780527182672 0.00012944801972309723 0.0004685790422071405 3.46257011972909e-07 0.9200527978900589 0.0006798740531675275 0.5222069096075784 0.0007886264519984012']
['59491.986049704516 1.4416455503813912 0.00039955656183178706 0.17511089906680335 0.00012941957475151613 0.0004683994147184491 3.4618092528663607e-07 0.9197001001407741 0.0006797246573083831 0.5219454502406171 0.0007884611948953718']
['59491.98608518472 1.4419723583744481 0.0003995717278460032 0.1750226807698733 0.00012939898943035421 0.0004681634419784899 3.461258621670049e-07 0.9192367687493346 0.0006796165411258099 0.5227355896251136 0.0007883756773681251']
['59491.98612066493 1.4422215100543814 0.00039960133945107735 0.17510667201173583 0.00012942318434853019 0.0004683881078830084 3.461905805002051e-07 0.9196778992213016 0.0006797436152758938 0.5225436108330798 0.0007885002301835031']
['59491.98615614514 1.4425163830015646 0.00039963534986944273 0.17516316481338365 0.00012943102070276733 0.00046853921895244306 3.462115417525187e-07 0.9199746051123092 0.0006797847725985679 0.5225417778892554 0.0007885529468096347']
['59491.98619162535 1.4418947314687987 0.0003995767818897449 0.17518940679923395 0.0001294402794833651 0.00046860941293168037 3.4623630781468905e-07 0.9201124306682456 0.0006798334006479259 0.5217823008005531 0.0007885651889741825']
['59491.98622710555 1.4426822877793375 0.0003996404391340052 0.1751269763911421 0.00012942280710378164 0.00046844241951912475 3.461895714184154e-07 0.9197845398694439 0.000679741633948433 0.5228977479098936 0.0007885183380962716']
['59491.986262585764 1.4419555422064099 0.00039957943948231225 0.17494508399294412 0.00012939642752842853 0.00046795588045552727 3.461190094047328e-07 0.9188292226520175 0.0006796030857585532 0.5231263195543924 0.0007883679868117085']
['59491.986298065975 1.441975814133952 0.0003995804719742024 0.17503295387612997 0.0001294191719276975 0.0004681909212329716 3.4617984778408264e-07 0.9192907241393381 0.0006797225416370668 0.5226850899946139 0.0007884714878755479']
['59491.98633354618 1.4424724551260346 0.00039963608672332793 0.1749190013494039 0.00012937880966584143 0.00046788611269673187 3.4607188385990174e-07 0.9186922339779618 0.0006795105549676547 0.5237802211480728 0.0007883169388792716']
['59491.98636902639 1.4417496080288084 0.0003995931393912445 0.17477698035597616 0.0001293670787073682 0.0004675062245769529 3.46040505035898e-07 0.9179463253990345 0.0006794489427907995 0.5238032826297738 0.0007882420585759717']
['59491.9864045066 1.44193018864984 0.00039957203865880234 0.1750510723157267 0.0001294066757147754 0.0004682393857577267 3.4614642200162075e-07 0.9193858840111697 0.0006796569102666775 0.5225443046386702 0.0007884106352347094']
['59491.9864399868 1.44303369347631 0.00039966667763257046 0.17514537214174622 0.00012941805697849076 0.0004684916258156042 3.461768654365608e-07 0.9198811562066503 0.0006797166858114011 0.5231525372696596 0.0007885101306770205']
['59491.98647546701 1.4431861580743197 0.00039969240758593635 0.17515118896804993 0.00012941422086552303 0.00046850718508718983 3.461666043215848e-07 0.9199117067649681 0.0006796965381592597 0.5232744513093516 0.0007885058050943722']
['59491.98651094722 1.4423133870009472 0.0003995871599597876 0.1748513845796461 0.00012937185206167833 0.00046770524642542326 3.460532731524289e-07 0.918337103884696 0.0006794740129289829 0.5239762831162512 0.0007882606375118223']
['59491.98654642743 1.4425843301824592 0.00039965661047913385 0.17485640727417884 0.00012938257784896834 0.00046771868149538166 3.460819632711811e-07 0.9183634835828721 0.000679530345845422 0.5242208465995871 0.0007883444026721246']
['59491.98658190764 1.442095978771466 0.00039957157279077205 0.17503636095345326 0.0001294003009848953 0.0004682000347320892 3.461293704088259e-07 0.9193086184530109 0.0006796234295425173 0.5227873603184551 0.0007883815369258873']
['59491.98661738785 1.4423945053354634 0.0003996173833402717 0.17502171137108927 0.0001294109779163931 0.00046816084895986293 3.46157929844539e-07 0.9192316773691663 0.0006796795058634092 0.5231628279662971 0.0007884530954714134']
['59491.98665286806 1.4427043139423215 0.00039961630004556635 0.17532964934086712 0.00012945271074347935 0.0004689845439187844 3.4626955985663944e-07 0.9208489986390079 0.0006798986908796186 0.5218553153033135 0.000788641501014198']
['59491.98668834826 1.4417299869345734 0.0003995456040363614 0.1751049128514004 0.00012941844831897096 0.00046838340235253655 3.461779122226424e-07 0.9196686599338256 0.000679718741171066 0.5220613270007478 0.0007884505417614725']
['59491.98672382847 1.4419969131557433 0.00039957845133886617 0.17504561297445548 0.00012941597116090118 0.0004682247827132 3.4617128613942177e-07 0.9193572110002914 0.000679705730887086 0.5226397021554519 0.0007884559717416785']
['59491.98675930868 1.4423497731762742 0.000399592826070573 0.17526681643784575 0.0001294421044516744 0.00046881647388341194 3.46241189373133e-07 0.9205189938962488 0.0006798429855655168 0.5218307792800254 0.0007885815821268607']
['59491.98679478889 1.4416943707361531 0.00039954410931185584 0.17494934887514463 0.00012939937550242718 0.00046796728847374436 3.461268948607663e-07 0.9188516222434068 0.0006796185688152689 0.5228427484927464 0.0007883634278455074']
['59491.986830269096 1.4425460810740964 0.0003995940512310788 0.17505839465671916 0.0001294055552084945 0.00046825897208989403 3.461434247896313e-07 0.9194243416844494 0.000679651025254698 0.523121739389647 0.0007884167184357701']
['59491.986865749306 1.4424574613493077 0.0003995958542968459 0.1751138032740897 0.00012941198495315822 0.0004684071831040858 3.461606235399851e-07 0.9197153533303032 0.0006796847949220495 0.5227421080190046 0.0007884467434262473']
['59491.98690122952 1.4420317788885377 0.0003995755922187124 0.17522549356854716 0.00012943349856852976 0.000468705940456326 3.4621816972872723e-07 0.9203019620196805 0.000679797786599421 0.5217298168688572 0.0007885338829513965']
['59491.98693670972 1.442132271281912 0.00039959112646482736 0.17506035861080693 0.00012940606747943994 0.0004682642254176432 3.4614479504934844e-07 0.9194346565693642 0.000679653715753361 0.5226976147125478 0.0007884175554151366']
['59491.98697218993 1.4417922281508964 0.00039954291410395623 0.17508440933125247 0.00012941184193919055 0.0004683285580402285 3.461602409957853e-07 0.9195609733784268 0.0006796840437982697 0.5222312547724696 0.0007884192663834704']
['59491.98700767014 1.4422960356247918 0.00039959306545421454 0.17517880418788917 0.00012942890315652465 0.0004685810522929375 3.4620587758526244e-07 0.920056744684292 0.0006797736510321674 0.5222392909404998 0.0007885219303207103']
['59491.987043150344 1.4419879414357863 0.00039955740469200363 0.1750552648210387 0.00012939734370336049 0.00046825060017695937 3.4612146005631534e-07 0.9194079034718419 0.0006796078976016833 0.5225800379639445 0.0007883609668970108']
['59491.987078630555 1.4431616388653719 0.00039968281203846625 0.17537071204575205 0.00012945754099535916 0.00046909438143910646 3.4628248016694283e-07 0.9210646641058406 0.0006799240598495755 0.5220969747595312 0.0007886970758163778']
['59491.987114110765 1.4427991380991176 0.0003996301729805306 0.17523412935927296 0.00012942539881852772 0.00046872904009971286 3.461965039261956e-07 0.9203473180634084 0.0006797552458956288 0.5224518200357092 0.0007885248692838264']
['59491.987149590976 1.4429698086005232 0.00039965649576396495 0.17509684687604898 0.00012940975237731153 0.0004683618268929057 3.4615465168314763e-07 0.9196262966179044 0.000679673069208569 0.5233435119826187 0.0007884673713057049']
['59491.98718507118 1.4419155309260399 0.000399573062161738 0.17490688987514202 0.00012938726067736274 0.0004678537160413216 3.460944892423848e-07 0.9186286232938132 0.0006795549405323673 0.5232869076322266 0.0007883232517230844']
['59491.98722055139 1.4424176302175606 0.0003996232407760593 0.1752810053758867 0.00012945057002399307 0.000468854427490579 3.462638337038997e-07 0.9205935156296571 0.0006798874476050057 0.5218241145879036 0.0007886353250896194']
['59491.9872560316 1.4432484552277156 0.00039966001066660007 0.17513140232489996 0.00012942209999522217 0.00046845425832980306 3.4618767999282643e-07 0.9198077853198529 0.0006797379201429736 0.5234406699078628 0.0007885250561689986']
['59491.9872915118 1.4417354604088606 0.00039952942858754515 0.17496508923081733 0.00012939822286651856 0.0004680093919260357 3.461238117061034e-07 0.9189342921786625 0.0006796125150552446 0.5228011682301981 0.0007883507689646819']
['59491.98732699201 1.4422747252808987 0.00039959439403580184 0.175095959563973 0.00012942608595996918 0.0004683594534457972 3.461983419422798e-07 0.9196216363654045 0.0006797588548317709 0.5226530889154942 0.0007885098480469602']
['59491.987362472224 1.44160312662564 0.00039951918742163006 0.17509168659694985 0.00012940841439393005 0.00046834802380170637 3.4615107274753525e-07 0.9195991943117114 0.0006796660419849268 0.5220039323139285 0.0007883917235394444']
['59491.98739795243 1.4418977378554887 0.00039954840567410694 0.175097478563768 0.00012941857731376717 0.0004683635165773254 3.4617825726733903e-07 0.9196296143055043 0.0006797194186647436 0.5222681235499844 0.0007884525455515111']
['59491.98743343264 1.4428250093766108 0.0003996531774445079 0.1751006717350535 0.00012941840997976185 0.00046837205790495947 3.4617780967012735e-07 0.9196463851630962 0.0006797185398096736 0.5231786242135147 0.0007885048862261324']
['59491.98746891285 1.442823912281588 0.0003996361114068704 0.1752718348954197 0.00012943961357607628 0.0004688298976200437 3.462345265972663e-07 0.9205453513414901 0.0006798299032356947 0.522278560940098 0.0007885922386594093']
['59491.98750439306 1.442302241962838 0.0003996128947444827 0.17487853759262995 0.00012938462638656528 0.0004677778772865361 3.460874428490746e-07 0.918479714247006 0.0006795411049714563 0.5238225277158319 0.000788331515919472']
['59491.98753987326 1.4420500312032867 0.00039956099752664823 0.17493339017282333 0.00012937952384205347 0.00046792460097189957 3.4607379419056365e-07 0.9187678055295344 0.000679514305893138 0.5232822256737523 0.0007882821085486611']
['59491.98757535347 1.4419482807781805 0.0003995761539270723 0.17507039710081723 0.00012942591274756813 0.00046829107710346366 3.4619787862110623e-07 0.919487379731183 0.0006797579451027739 0.5224609010469975 0.0007884998203661795']
['59491.98761083368 1.44219710847834 0.00039959009905391434 0.1749883798861407 0.00012939515406241905 0.00046807169147095273 3.4611560304489636e-07 0.9190566170490584 0.0006795963973866547 0.5231404914292817 0.0007883676240199346']
['59491.987646313886 1.441787249491109 0.0003995452397013357 0.17510485483373373 0.00012942761875571043 0.00046838324716264685 3.462024419762121e-07 0.9196683552191898 0.0006797669052295717 0.5221188942719193 0.0007884918794847461']
['59491.9876817941 1.4418032736235635 0.00039953365133163135 0.17523010395704314 0.00012943965212837945 0.0004687182726600018 3.4623462971978087e-07 0.9203261762449746 0.0006798301057162787 0.5214770973785889 0.0007885404943213711']
['59491.98771727431 1.4424606418748687 0.00039963216373140633 0.1750041668042298 0.000129391441912041 0.00046811391947179426 3.461056735141037e-07 0.9191395315348205 0.0006795769007985347 0.5233211103400481 0.0007883721395303028']
['59491.98775275451 1.4424833751447868 0.0003996108369234186 0.17512865528600108 0.0001294244922124848 0.00046844691034964134 3.46194078870176e-07 0.9197933575945435 0.0006797504843092689 0.5226900175502432 0.0007885109649873746']
['59491.98778823472 1.4421103394575177 0.00039958558875944684 0.17512840534553864 0.00012942151498795658 0.00046844624179064845 3.4618611517269095e-07 0.9197920448820307 0.0006797348476258225 0.522318294575487 0.0007884846896555023']
['59491.98782371493 1.4420470298600705 0.000399555552429139 0.17514108490967487 0.0001294220905607285 0.00046848015801432126 3.4618765475675413e-07 0.9198586392314857 0.0006797378705920615 0.5221883906285848 0.0007884720744541207']
['59491.98785919514 1.4423712008930463 0.0003995960793097125 0.1750337816590652 0.00012939075011770803 0.00046819313544718916 3.4610382305212557e-07 0.9192950717387878 0.0006795732674249372 0.5230761291542585 0.0007883507166219228']
['59491.987894675345 1.4421373786302143 0.000399572463678076 0.17516102465812086 0.00012942677958573552 0.0004685334943089295 3.4620019730310957e-07 0.919963364801055 0.0006797624978242412 0.5221740138291593 0.0007885018751899192']
['59491.987930155556 1.4421450860894465 0.0003995943483450238 0.1748817682642141 0.00012937266800018636 0.0004677865189227063 3.4605545568430806e-07 0.918496682059948 0.0006794782983203066 0.5236484040294984 0.0007882679754484154']
['59491.987965635766 1.4419713654594317 0.0003995801249252728 0.17498879027632125 0.0001294047251474684 0.00046807278921256334 3.4614120448180994e-07 0.9190587724596705 0.0006796466656904853 0.5229125929997612 0.0007884059020704315']
['59491.98800111597 1.44231648807938 0.0003995821951356546 0.17500709827456906 0.00012938909226159695 0.0004681217607826349 3.4609938849758756e-07 0.9191549279126527 0.000679564560197463 0.5231615601667272 0.0007883361733079357']
['59491.98803659618 1.4423449132488555 0.0003996024339564557 0.17475895146204168 0.000129364418045386 0.00046745799957547134 3.4603338810301794e-07 0.9178516358300509 0.0006794349687257668 0.5244932774188046 0.0007882347251620594']
['59491.98807207639 1.4424808412372712 0.00039960256646376754 0.1752173788207803 0.0001294381385281568 0.0004686842345366783 3.462305810314229e-07 0.9202593425461151 0.0006798221561352774 0.5222214986911561 0.0007885685608092979']
['59491.98810755659 1.4420817171750464 0.0003995807986338959 0.17507093853273542 0.00012941053727889227 0.0004682925253650792 3.4615675119518825e-07 0.9194902233862154 0.0006796771915908208 0.522591493788831 0.0007884325585652126']
['59491.988143036804 1.442474723427856 0.0003995858079671118 0.17523111390772572 0.00012942932109668678 0.00046872097414980704 3.4620699552211485e-07 0.9203314806078032 0.000679775846096044 0.5221432428200529 0.0007885201448690592']
['59491.988178517015 1.4419735041998325 0.0003995819167037653 0.17501721386683367 0.00012938852704139428 0.0004681488187071931 3.4609787660533223e-07 0.9192080560232861 0.0006795615916039615 0.5227654481765464 0.0007883334731824879']
['59491.988213997225 1.442086433899446 0.00039957277153157794 0.17508029417582133 0.0001294131847523819 0.0004683175505221032 3.461638328505257e-07 0.9195393601671289 0.0006796910963885604 0.522547073732317 0.000788440477309042']
['59491.98824947743 1.4424884779380363 0.00039959599335620506 0.17506271306188378 0.0001294125545575265 0.0004682705232752423 3.461621471593266e-07 0.9194470223838435 0.0006796877865416309 0.5230414555541928 0.0007884493928466137']
['59491.98828495764 1.4416221989962088 0.0003994962998551051 0.1753404918782231 0.00012946072522326178 0.00046901354632913504 3.4629099757216353e-07 0.9209059447385667 0.0006799407837356187 0.5207162542576421 0.000788616993847411']
['59491.98832043785 1.4415195878047438 0.000399517388520659 0.17489151870910424 0.0001293745680746071 0.00046781260012441404 3.460605381420611e-07 0.9185478923797492 0.0006794882777027685 0.5229716954249946 0.0007882375677838768']
['59491.98835591805 1.44222800017264 0.0003996093144726967 0.1750539336040283 0.00012938932483369338 0.00046824703934053027 3.461000105984073e-07 0.919400911785863 0.0006795657816895662 0.5228270883867769 0.0007883509725095097']
['59491.98839139826 1.4415649613503492 0.0003995259456367547 0.17507825289411622 0.0001294168654954166 0.0004683120903527988 3.4617367837066393e-07 0.9195286391497701 0.0006797104280221461 0.522036322200579 0.0007884334132943581']
['59491.98842687847 1.442936228061026 0.00039963603224808824 0.17514628843968974 0.00012941270187614995 0.00046849407679622706 3.461625412179338e-07 0.9198859686958496 0.0006796885602738968 0.5230502593651765 0.0007884703527959677']
['59491.988462358684 1.4421232632133947 0.0003995978480423801 0.1750705854937883 0.0001294249897218751 0.000468291581030734 3.4619540964460794e-07 0.9194883691900646 0.0006797530972787559 0.5226348940233301 0.0007885066349880405']
['59491.98849783889 1.4427259836123396 0.00039964272951821886 0.17518634224619978 0.00012943069443335317 0.00046860121564153324 3.462106690232743e-07 0.9200963353266796 0.0006797830589987037 0.52262964828566 0.0007885552095816801']
['59491.9885333191 1.4422799941769706 0.0003996077499939125 0.17506342348806303 0.00012940595961864838 0.0004682724235750428 3.461445065354301e-07 0.9194507536137765 0.0006796531492576071 0.5228292405631941 0.0007884254924537768']
['59491.98856879931 1.442441945191046 0.0003996135472847734 0.17509765443319344 0.00012941753260858706 0.00046836398700570185 3.4617546281366694e-07 0.9196305379894614 0.0006797139317677892 0.5228114072015846 0.0007884808280565524']
['59491.98860427951 1.4414753636097442 0.00039952159726990184 0.1748965770176732 0.00012938680051685506 0.0004678261304573961 3.460932583714703e-07 0.9185744591264349 0.0006795525237229782 0.5229009044833093 0.0007882950838254432']
['59491.98863975972 1.4426181837296792 0.0003996060307657003 0.17509052134596115 0.00012940548287242545 0.00046834490690330645 3.461432312998338e-07 0.9195930742960144 0.0006796506453383691 0.5230251094336648 0.0007884224626005904']
['59491.98867523993 1.4420068007961562 0.0003995596148544586 0.17508456689084168 0.00012941330581015778 0.0004683289794921185 3.46164156664701e-07 0.9195618008972778 0.0006796917321962068 0.5224449998988784 0.0007884343578501152']
['59491.988710720136 1.4421780848601768 0.00039958793349831583 0.17514939634673798 0.0001294326197436113 0.00046850239005285556 3.4621581898368716e-07 0.9199022917370693 0.0006797931709223283 0.5222757931231076 0.0007885361575920843']
['59491.988746200346 1.4419394308888043 0.0003995706302820175 0.17507400545568041 0.00012941431413564534 0.00046830072899443686 3.46166853807316e-07 0.9195063311747922 0.0006796970280233475 0.5224330997140121 0.0007884445056487743']
['59491.98878168056 1.4421191494401873 0.0003995676961250176 0.17528630243746812 0.0001294493886980289 0.00046886859645754617 3.4626067380698204e-07 0.9206213363312402 0.0006798812431619165 0.521497813108947 0.0007886018314650603']
['59491.98881716077 1.442572051593046 0.0003996376158515487 0.17498153384419268 0.0001293928425648314 0.0004680533791782361 3.4610942008242545e-07 0.9190206609463902 0.0006795842571682321 0.5235513906466558 0.0007883812444461169']
['59491.98885264097 1.4418056192589885 0.00039954764093253024 0.17495479435362143 0.00012938512763981073 0.0004679818544370567 3.460887836378436e-07 0.9188802224454908 0.000679543737604048 0.5229253968134977 0.0007883007095592578']
['59491.98888812118 1.4424716533115158 0.00039960420290577846 0.1751522952625022 0.00012942754964172083 0.00046851014428434266 3.4620225710506787e-07 0.9199175171349906 0.0006797665422359287 0.5225541361765252 0.0007885214460769936']
['59491.98892360139 1.442384587904618 0.00039958882013271433 0.1749669929088355 0.00012938736012216252 0.00046801448402295414 3.4609475524459404e-07 0.9189442904875815 0.0006795554628264838 0.5234402974170365 0.0007883316892224816']
['59491.988959081595 1.441989196604324 0.00039955913280836285 0.17518785972939233 0.0001294286363415629 0.00046860527471634253 3.4620516388912705e-07 0.9201043053014304 0.0006797722496930824 0.5218848913028935 0.0007885035269821976']
['59491.988994561805 1.4427131539094407 0.00039961799092575313 0.17537718281353315 0.00012946061760911432 0.000469111689921089 3.462907097179868e-07 0.9210986492307414 0.0006799402185352643 0.5216145046786993 0.0007886781596147558']
['59491.989030042016 1.441808390606299 0.0003995752980309032 0.17496562949917466 0.0001293939497070873 0.0004680108370752738 3.4611238154734536e-07 0.918937129722556 0.0006795900719910048 0.522871260883743 0.000788354669387595']
['59491.98906552222 1.4416933862064796 0.00039954012708324566 0.17493738731896952 0.0001293914293512474 0.00046793529283017563 3.461056399155761e-07 0.9187887989441678 0.0006795768348279801 0.5229045872623118 0.0007883254325369135']
['59491.98910100243 1.442285032973327 0.00039959742710514456 0.17508023042777346 0.00012940669285072844 0.00046831738000417157 3.4614646783811873e-07 0.9195390253559531 0.0006796570002664309 0.5227460076173739 0.0007884235801650117']
['59491.98913648264 1.44156662704998 0.0003995145932806753 0.1748847367975918 0.00012936698412660362 0.0004677944593724676 3.4604025204436516e-07 0.9185122730965957 0.0006794484460430863 0.5230543539533844 0.0007882018149399227']
['59491.98917196285 1.442495044568806 0.00039963405310466357 0.17494010713495323 0.00012939193109818135 0.00046794256799249673 3.461069820248991e-07 0.9188030836919813 0.0006795794700534735 0.5236919608768248 0.0007883753119669723']
['59491.98920744305 1.442613614043272 0.00039959358565330494 0.1753673335358774 0.0001294622115651577 0.0004690853443542857 3.462949733479595e-07 0.921046919831289 0.0006799485901531392 0.521566694211983 0.0007886730114226725']
['59491.989242923264 1.4421125846475489 0.0003995679054872336 0.1751929016529981 0.00012943117008406692 0.00046861876122162915 3.4621194132852266e-07 0.9201307859926372 0.000679785557164217 0.5219817986549117 0.0007885194447979833']
['59491.989278403475 1.4423064866410291 0.0003996084394941274 0.17501030154458408 0.00012939993934067004 0.0004681303291230878 3.461284030564546e-07 0.9191717518097904 0.000679621530150578 0.5231347348312387 0.0007883985852087411']
['59491.98931388368 1.4417833849879194 0.0003995405827026778 0.1749849792742871 0.00012938878168645534 0.0004680625952661454 3.460985577485289e-07 0.9190387566926844 0.0006795629290255007 0.5227446282952349 0.0007883136759768367']
['59491.98934936389 1.4421365417019762 0.00039959037498732544 0.17513234984342524 0.00012941784576212404 0.00046845679282151684 3.4617630045960576e-07 0.9198127617826957 0.000679715576481744 0.5223237799192806 0.0007884705021079869']
['59491.9893848441 1.4423395110590347 0.0003995664365896586 0.17501463760094327 0.00012939608110476905 0.0004681419275231397 3.461180827654419e-07 0.9191945252150382 0.0006796012663065602 0.5231449858439965 0.0007883598280064997']
['59491.9894203243 1.4426148712900662 0.00039961951786009886 0.17524605988679798 0.00012944136599831707 0.00046876095274558347 3.462392141041908e-07 0.9204099783970483 0.0006798391071340184 0.5222048928930179 0.0007885917642503739']
['59491.98945580451 1.4424326056728347 0.00039960392875246106 0.1751167657081792 0.00012941894398502845 0.00046841510723902573 3.461792380663932e-07 0.919730912332874 0.0006797213444591831 0.5227016933399607 0.0007884823434851293']
['59491.98949128472 1.4423254328274648 0.0003995763337259553 0.17512672799814238 0.00012942137485926543 0.0004684417550993981 3.4618574034623944e-07 0.9197832352843613 0.0006797341116558059 0.5225421975431035 0.0007884793649946608']
['59491.98952676493 1.4418325740612212 0.0003995495371518764 0.17500755700967563 0.00012940566684842912 0.00046812298784078244 3.461437234122774e-07 0.9191573372356914 0.0006796516115988925 0.5226752368255299 0.0007883946637232208']
['59491.98956224514 1.4422243805938975 0.000399584343533476 0.17498624661463563 0.00012940515401394726 0.0004680659852406168 3.461423516451719e-07 0.9190454128919939 0.0006796489181404794 0.5231789677019035 0.0007884099818791002']
['59491.98959772535 1.4422027687335404 0.00039960861027159153 0.1749383396084513 0.000129394343436629 0.000467937840083592 3.4611343472386306e-07 0.918793800464555 0.0006795921398982616 0.5234089682689853 0.0007883733366969555']
['59491.98963320556 1.4420165753311804 0.00039958050348078454 0.17485279281670318 0.00012937583517819222 0.0004677090132806952 3.460639274832204e-07 0.918344500087727 0.0006794949326585725 0.5236720752434535 0.0007882752959915941']
['59491.98966868576 1.4415051444964415 0.00039954151449587185 0.1748249477387661 0.00012936481706670472 0.0004676345312337294 3.4603445543436707e-07 0.9181982549304943 0.0006794370644259702 0.5233068895659472 0.0007882056497649804']
['59491.98970416597 1.4413476244443917 0.0003994853612474442 0.17505559265912704 0.00012940611308366056 0.00046825147710220804 3.4614491703484656e-07 0.9194096253105413 0.0006796539552713265 0.5219379991338504 0.000788364162533381']
['59491.98973964618 1.4427174977201478 0.00039962473110258094 0.17523100959611543 0.00012943242436272214 0.0004687206951294978 3.462152963646234e-07 0.9203309327527072 0.0006797921447621962 0.5223865649674406 0.0007885539206605955']
['59491.98977512639 1.4416598811004955 0.00039953696567886785 0.17499619135973593 0.00012937976981684552 0.0004680925861707093 3.460744521418919e-07 0.9190976436960921 0.0006795155977775501 0.5225622374044033 0.0007882710413093063']
['59491.989810606596 1.4415699162330142 0.00039953919508376714 0.1749740224532359 0.00012939847103190475 0.00046803328716142487 3.4612447551699277e-07 0.918981210363634 0.000679613818444878 0.5225887058693802 0.0007883568421910297']
['59491.989846086806 1.4423681437699145 0.00039957837327351154 0.17520456109799623 0.0001294245826780982 0.0004686499487561696 3.461943208542021e-07 0.9201920225735097 0.0006797509594437931 0.5221761211964048 0.0007884949227817913']
['59491.98988156702 1.4423309625310436 0.0003995846322425681 0.1750187579392075 0.00012939666257207505 0.0004681529489046853 3.461196381166351e-07 0.9192161656470982 0.0006796043202314866 0.5231147968839455 0.0007883716829019986']
['59491.98991704722 1.441782263131926 0.00039955590249818725 0.17498401776977388 0.00012939701324217332 0.0004680600233636902 3.461205761146105e-07 0.9190337067740225 0.0006796061619862045 0.5227485563579034 0.0007883587093644366']
['59491.98995252743 1.441702985564852 0.0003996763045723833 0.17500657832159897 0.00012940597188938383 0.00046812036997447747 3.4614453935808895e-07 0.9191521970672215 0.000679653213704747 0.5225507884976305 0.0007884602966134864']
['59491.98998800764 1.4426957599060564 0.000399618486827364 0.17517249675704774 0.0001294329365113552 0.00046856418071652365 3.462166662971704e-07 0.9200236174214693 0.0006797948346184622 0.522672142484587 0.0007885530750609843']
['59491.990023487844 1.4417044109833554 0.0003995483601656781 0.17500338924247394 0.00012939822403476098 0.00046811183959285293 3.4612381483100353e-07 0.919135447702069 0.0006796125211909716 0.5225689632812864 0.0007883603687848796']
['59491.990058968055 1.4426808764435937 0.00039963111349936617 0.1751605719792514 0.00012942300525058107 0.00046853228345044694 3.4619010143593784e-07 0.9199609872859842 0.0006797426746354047 0.5227198891576095 0.0007885145088057905']
['59491.990094448265 1.4421137748244084 0.0003995718911323257 0.17499773592728537 0.0001293975974444188 0.00046809671769273335 3.461221387814194e-07 0.9191057559206165 0.0006796092302753088 0.5230080189037919 0.0007883694578422358']
['59491.990129928476 1.4427434280897278 0.00039964216586570433 0.1753582506668402 0.00012945966847878218 0.0004690610488331978 3.462881709148944e-07 0.9209992156871859 0.0006799352336070494 0.5217442124025419 0.0007886861116046764']
['59491.99016540868 1.442572954042637 0.0003996396040682508 0.17514379317607337 0.00012942190669973703 0.00046848740228296883 3.461871629519535e-07 0.9198728633197131 0.0006797369049355936 0.522700090722924 0.0007885138382243196']
['59491.99020088889 1.4423172675170681 0.00039961015605479355 0.17494560656397118 0.0001293958678067927 0.0004679572782666546 3.461175122204455e-07 0.9188319672477478 0.0006796001460440794 0.5234853002693203 0.0007883810216673601']
['59491.9902363691 1.441847536690414 0.000399553216737491 0.17506569478445289 0.00012939756288706984 0.00046827849900441546 3.461220463449e-07 0.9194626826914543 0.0006796090487766273 0.5223848539989597 0.0007883598367397648']
['59491.9902718493 1.4423087928667504 0.00039959622723034424 0.1751795717981638 0.00012943682293209936 0.00046858310555293034 3.46227061979059e-07 0.9200607762508604 0.0006798152464921186 0.52224801661589 0.0007885593916629646']
['59491.99030732951 1.4419789366545495 0.00039956201846933116 0.17513242657689634 0.0001294190342766234 0.00046845699807380634 3.46179479584942e-07 0.9198131647946237 0.0006797218186797448 0.5221657718599257 0.0007884615129431404']
['59491.990342809724 1.4420273642415982 0.00039955684745498186 0.17512379412165346 0.00012941114563997183 0.0004684339073524127 3.4615837848381004e-07 0.9197678262691884 0.000679680386764558 0.5222595379724098 0.0007884231747612336']
['59491.99037828993 1.4420269621260728 0.00039958633731102314 0.17490558652970822 0.00012937829183448332 0.00046785022975782 3.460704987267869e-07 0.918621777992165 0.0006795078352651435 0.5234051841339078 0.0007882893752628917']
['59491.99041377014 1.4426680650240797 0.00039963321594527326 0.17515701773844405 0.00012943149956362192 0.0004685227763077003 3.4621282264448613e-07 0.9199423200548532 0.0006797872876240648 0.5227257449692265 0.0007885540334701513']
['59491.99044925035 1.4422783196874622 0.00039957552677001844 0.17510748634031073 0.00012942692228929586 0.00046839028610852094 3.4620057901700916e-07 0.9196821761570942 0.0006797632473177304 0.522596143530368 0.0007885040735452695']
['59491.99048473056 1.4425746613331962 0.0003996038649538139 0.17510993906549205 0.00012941951226402436 0.00046839684683686804 3.461807581405319e-07 0.9196950581170801 0.0006797243291177751 0.5228796032161162 0.0007884848841167695']
['59491.99052021076 1.4420426619511264 0.0003995875927951441 0.1750204801012875 0.00012939746587580978 0.00046815755546952294 3.461217868521004e-07 0.9192252106160058 0.0006796085392637069 0.5228174513351206 0.0007883768204075811']
['59491.99055569097 1.441849393335239 0.0003995563513847273 0.17494563187954182 0.0001293794175142786 0.0004679573459825908 3.4607350977727025e-07 0.9188321002076777 0.0006795137474489423 0.5230172931275613 0.0007882792721516789']
['59491.99059117118 1.441996244416117 0.0003995594034174778 0.17501162296622136 0.0001293868653139438 0.0004681338637581379 3.4609343169545296e-07 0.919178692049482 0.0006795528640438224 0.522817552366635 0.0007883145386769755']
['59491.990626651386 1.4416248412572 0.0003995237513896617 0.17513712205062704 0.00012941087902237694 0.00046846955786967857 3.46157665315606e-07 0.9198378258961504 0.0006796789864620638 0.5217870153610495 0.0007884051956719759']
['59491.9906621316 1.4423327856613257 0.0003995974471050772 0.17519519650334042 0.00012942458923897982 0.00046862489965483306 3.4619433840372715e-07 0.9201428387780485 0.000679750993902205 0.5221899468832772 0.0007885046185305008']
['59491.99069761181 1.4421707713070717 0.0003995998663732446 0.17499781119889576 0.00012939917934717926 0.0004680969190347311 3.461263701703912e-07 0.9191061512547047 0.0006796175385881264 0.523064620052367 0.0007883907990090311']
['59491.99073309201 1.442140576831835 0.0003995881588542529 0.17499128420865112 0.0001294017626915597 0.0004680794601647992 3.461332802885064e-07 0.9190718708437559 0.0006796311065733178 0.5230687059880791 0.0007883965612041976']
['59491.99076857222 1.441934505925334 0.0003995474699541815 0.17487409132507425 0.00012936336052875102 0.00046776598408553114 3.4603055938033124e-07 0.9184563620014404 0.0006794294145417596 0.5234781439238935 0.0007882020744018287']
['59491.99080405243 1.4423814282814915 0.00039962031554468695 0.17500280431352616 0.00012939977572028414 0.0004681102749822076 3.4612796539270323e-07 0.9191323755962509 0.0006796206707998117 0.5232490526852406 0.0007884038640027212']
['59491.99083953264 1.4412328820234979 0.0003994887390366623 0.1748300188198436 0.00012936554197225374 0.0004676480957315496 3.4603639446464277e-07 0.9182248887596829 0.0006794408717030134 0.523007993263815 0.0007881821811977566']
['59491.990875012845 1.4423011555946976 0.000399608214436681 0.17510238278794082 0.00012941343556824682 0.0004683766347541176 3.4616450375110906e-07 0.9196553717854036 0.0006796924136987754 0.522645783809294 0.0007884595755553608']
['59491.990910493056 1.4424022671106163 0.0003995869736305412 0.17515674433623662 0.00012942981778145995 0.0004685220449915194 3.4620832409080075e-07 0.9199408841188899 0.0006797784547345586 0.5224613829917264 0.0007885229844567114']
['59491.990945973266 1.4424938797061873 0.0003996437612852524 0.1749408334119435 0.0001293888489635926 0.00046794451069120355 3.460987377063264e-07 0.9188068981719721 0.0006795632823718099 0.5236869815342151 0.0007883662795187095']
['59491.99098145347 1.4425615353149146 0.0003996062726079398 0.17515132182505433 0.0001294280150596854 0.0004685075404628028 3.4620350203901186e-07 0.9199124045433525 0.0006797689866580117 0.522649130771562 0.0007885246022348772']
['59491.99101693368 1.4417292546630933 0.0003995357499818702 0.17509755359091905 0.00012940847718199232 0.0004683637172654255 3.461512406976273e-07 0.9196300083556673 0.0006796663717541614 0.522099246307426 0.0007884004010698126']
['59491.99105241389 1.4421091263774182 0.0003995620980656572 0.17511858449846873 0.00012939689716247606 0.0004684199722720514 3.461202656161632e-07 0.9197404648028821 0.0006796055523239289 0.5223686615745361 0.0007883613238611737']
['59491.991087894094 1.4421567346866682 0.00039959323926827594 0.17477899270594852 0.000129359828416293 0.0004675116073575467 3.460211114281086e-07 0.9179568944640153 0.0006794108635309507 0.5241998402226529 0.0007882092858833786']
['59491.991123374304 1.4421887809812874 0.0003995835260974773 0.17517275314267802 0.0001294148720645688 0.0004685648665155219 3.4616834619632547e-07 0.9200249639846536 0.0006796999583223152 0.5221638169966338 0.0007884535672262827']
['59491.991158854515 1.4416000400255289 0.00039952034027632957 0.17511929214932112 0.00012941400656273387 0.00046842186514820504 3.4616603108884167e-07 0.9197441814565186 0.0006796954126194006 0.5218558585690103 0.0007884176280565848']
['59491.991194334725 1.4411449254283988 0.00039947923668316287 0.17505862421093177 0.00012939377544616044 0.0004682595861182578 3.461119154214983e-07 0.9194255473263223 0.0006795891567550442 0.5217193781020765 0.0007883051963040676']
['59491.99122981493 1.4418523296101857 0.0003995336588051283 0.17512789290034164 0.00012941975468874553 0.00046844487106483055 3.4618140659587144e-07 0.9197893534681809 0.0006797256023568568 0.5220629761420048 0.000788450403651114']
['59491.99126529514 1.4422842597579502 0.00039958986822460067 0.17504589813516053 0.0001293959830827915 0.0004682255454818686 3.4611782056910144e-07 0.91935870869307 0.0006796007514852495 0.5229255510648801 0.0007883712603888282']
['59491.99130077535 1.4420737469653855 0.00039955688235892786 0.17507992317888466 0.0001294186679237719 0.00046831655815241673 3.4617849963759357e-07 0.919537411653806 0.0006797198945576255 0.5225363353115795 0.0007884572514079731']
['59491.99133625555 1.4418115149688295 0.0003996077798371894 0.174953724422064 0.00012941715444150808 0.0004679789925060292 3.461744512647605e-07 0.9188746030570589 0.0006797119455961559 0.5229369119117706 0.0007884761928508173']
['59491.99137173576 1.441809959259115 0.0003995394114792138 0.17502591069904133 0.00012940357903598102 0.0004681720816287913 3.4613813877914524e-07 0.9192537326630323 0.0006796406461973794 0.5225562265960826 0.0007883800792059297']
['59491.99140721597 1.442520644665696 0.0003996155888125008 0.1749941978290283 0.00012938957465530665 0.0004680872537292584 3.461006788394937e-07 0.9190871734717874 0.0006795670937778712 0.5234334711939086 0.000788355283972692']
['59491.991442696184 1.4425029294589269 0.000399609721265568 0.175238768177416 0.00012944538668209287 0.0004687414483490838 3.4624996892263663e-07 0.9203716816040757 0.0006798602241706559 0.5221312478548512 0.0007886050048911175']
['59491.99147817639 1.442518162250011 0.0003995775755923453 0.17507902670424189 0.00012940620442480262 0.00046831416019660577 3.461451613608006e-07 0.9195327032785814 0.0006796544350042154 0.5229854589714296 0.0007884113075908765']
['59491.9915136566 1.4422199142708498 0.00039957996334514053 0.17512798279722996 0.00012943114054421367 0.0004684451115275893 3.46211862313167e-07 0.9197898256157037 0.000679785402017929 0.5224300886551462 0.0007885254212158167']
['59491.99154913681 1.4424261282384538 0.00039962400267784135 0.17506196447083566 0.00012940200984668887 0.0004682685208892648 3.4613394139708655e-07 0.9194430907081705 0.0006796324046569795 0.5229830375302833 0.0007884158477453936']
['59491.99158461701 1.441932013651142 0.00039958443049461996 0.1750370165413366 0.00012939767906498367 0.00046820178834641296 3.461223571060641e-07 0.9193120616666839 0.0006796096589547462 0.5226199519844581 0.0007883761828202931']
['59491.99162009722 1.442210795292775 0.00039956637553077826 0.17508128657223995 0.00012940635309062088 0.0004683202050564819 3.461455590229829e-07 0.9195445723331931 0.0006796552158120845 0.5226662229595819 0.0007884063044112307']
['59491.99165557743 1.442117532040535 0.0003995730812753341 0.1750553335990722 0.0001294164228479063 0.0004682507841494637 3.4617249434479316e-07 0.9194082647010094 0.0006797081031927853 0.5227092673395256 0.0007884552953882667']
['59491.991691057636 1.442318672464212 0.00039962095859256844 0.17500196567561524 0.00012940130391826899 0.0004681080317323087 3.461320531282211e-07 0.9191279709853742 0.0006796286970497322 0.5231907014788378 0.0007884111087497183']
['59491.991726537846 1.441977364491124 0.0003995674964496117 0.17483788179118714 0.00012935400182829363 0.0004676691281812423 3.460055260452269e-07 0.9182661858780838 0.0006793802617032229 0.5237111786130402 0.0007881698574615437']
['59491.99176201806 1.442729051323681 0.0003996223402317256 0.17508580110487396 0.00012940679154417584 0.00046833228085790124 3.461467318305558e-07 0.9195682831138339 0.000679657518614369 0.5231607682098471 0.000788436654032093']
['59491.99179749827 1.4417759631123928 0.00039954168661808677 0.1751222916532483 0.00012942199132046062 0.00046842988844025265 3.4618738930164173e-07 0.9197599351536151 0.0006797373493721672 0.5220160279587777 0.0007884645987469096']
['59491.99183297847 1.4422603698547152 0.00039959631458801455 0.17495002385906605 0.00012938753053465615 0.00046796909397000657 3.4609521107637093e-07 0.9188551673270277 0.0006795563578500848 0.5234052025276875 0.0007883362595534954']
['59491.99186845868 1.4421578562856783 0.0003995947497384969 0.17499652113177686 0.00012939914213207945 0.0004680934682690354 3.461262706247258e-07 0.9190993756921054 0.0006796173431306695 0.5230584805935728 0.0007883880371381609']
['59491.99190393889 1.442141933556854 0.00039956421358350704 0.17500235275505976 0.00012939170849844423 0.00046810906712066105 3.4610638659887404e-07 0.9191300039656501 0.0006795783009372072 0.5230119295912038 0.0007883389042038379']
['59491.991939419095 1.4426975057601306 0.0003996231344309873 0.17522432002468835 0.00012943659510449696 0.00046870280137555184 3.462264525691582e-07 0.9202957984489936 0.0006798140499185765 0.522401707311137 0.0007885719954697502']
['59491.991974899305 1.4423806230649967 0.0003995877462295103 0.1749973758404723 0.00012939674483077973 0.0004680957545062419 3.461198581482227e-07 0.919103864708363 0.0006796047522624986 0.5232767583566337 0.0007883736336500299']
['59491.992010379516 1.4419500899300242 0.00039955826896595145 0.17520164733166171 0.00012942827902363214 0.0004686421548012931 3.4620420810904414e-07 0.9201767191788957 0.0006797703730232781 0.5217733707511285 0.0007885014713615151']
['59491.99204585972 1.4424576112516352 0.0003996151937420663 0.17505768636957397 0.00012940728914599627 0.000468257077511738 3.461480628522266e-07 0.919420621688939 0.0006796601320693082 0.5230369895626962 0.0007884352847215672']
['59491.99208133993 1.4421698027230803 0.0003995788760926608 0.1749692843610496 0.0001293998275080347 0.00046802061336659675 3.461281039183586e-07 0.9189563254256808 0.0006796209427943 0.5232134772973994 0.0007883830947604643']
['59491.99211682014 1.4418861198317938 0.0003995367712540066 0.17508688204193637 0.00012941559994289413 0.00046833517222725677 3.4617029317840016e-07 0.9195739603042877 0.0006797037812126793 0.5223121595275061 0.0007884331688728539']
['59491.99215230035 1.4419911323495036 0.0003995764347348388 0.17476439909941813 0.00012934760783694257 0.00046747257131356604 3.4598842293044355e-07 0.9178802473708936 0.0006793466798158749 0.52411088497861 0.0007881454425245747']
['59491.992187780554 1.4419192342983822 0.00039954514451484905 0.1749933344130603 0.00012939954686424907 0.0004680849442012038 3.4612735323187577e-07 0.9190826387240563 0.0006796194688248377 0.5228365955743259 0.0007883647283530296']
['59491.992223260764 1.4421114815899823 0.00039956793728724064 0.17503216961777807 0.00012939652680220667 0.0004681888234414864 3.461192749494809e-07 0.9192866051353891 0.0006796036071544468 0.5228248764545932 0.0007883626065240004']
['59491.992258740975 1.4423670123726136 0.00039960114693023135 0.17520487978938915 0.00012943203270356744 0.00046865080121516966 3.4621424872612797e-07 0.9201936963728422 0.0006797900877288206 0.5221733159997713 0.000788540195552715']
['59491.99229422118 1.441893136283011 0.0003995557043254262 0.17499598970095132 0.0001294066254336255 0.00046809204675907245 3.461462875059308e-07 0.9190965845638199 0.0006796566461850079 0.522796551719191 0.0007884021293492556']
['59491.99232970139 1.4422354809362097 0.00039958656362903353 0.17512881176076084 0.00012942981725660633 0.0004684473288997503 3.4620832268688393e-07 0.9197941794157607 0.0006797784519779744 0.522441301520449 0.0007885227743105654']
['59491.9923651816 1.4414660798759464 0.0003995095676383873 0.1748433215507631 0.0001293607878568292 0.0004676836788472212 3.4602367780968734e-07 0.918294756043924 0.000679415902609397 0.5231713238320225 0.000788171214491593']
['59491.9924006618 1.4419121117418314 0.0003995707732502778 0.1751683465052771 0.0001294207211607666 0.0004685530793201476 3.461839917857792e-07 0.9200018198806571 0.0006797306783653707 0.5219102918611743 0.0007884735873489181']
['59491.99243614201 1.4418548939498148 0.0003995510004980094 0.17498065738428897 0.00012939121188991888 0.00046805103475931005 3.461050582341414e-07 0.9190160576905934 0.0006795756926991539 0.5228388362592215 0.0007883299589045789']
['59491.99247162222 1.4418729007674589 0.00039955736587064415 0.17488061750063588 0.00012936885131109184 0.0004677834407762894 3.4604524652572595e-07 0.9184906381335919 0.000679458252684306 0.523382262633867 0.0007882319492143781']
['59491.99250710243 1.4420566515695081 0.00039960752093930874 0.17496790971105697 0.00012947579619984956 0.00046801693635245637 3.463313105204184e-07 0.9189491056252992 0.00068001993802442 0.5231075459442089 0.0007887415843620749']
['59491.99254258264 1.4424096943545717 0.0003995857457578073 0.17514944324333925 0.00012941393461256707 0.00046850251549530777 3.461658386312837e-07 0.9199025380427482 0.0006796950347298692 0.5225071563118234 0.0007884504476815655']
['59491.99257806285 1.4425597267991614 0.00039961580770285043 0.1751126084093875 0.00012940667622513469 0.0004684039869927634 3.46146423366767e-07 0.9197090777803966 0.000679656912947136 0.5228506490187649 0.0007884328209066593']
['59491.99261354306 1.4423993763172198 0.0003995956323163193 0.17509290471557779 0.00012941052598865245 0.0004683512821143267 3.4615672099523066e-07 0.9196055919935808 0.0006796771322933427 0.522793784323639 0.0007884400253213818']
['59491.99264902326 1.441756087212043 0.00039954452866303175 0.17492632107151876 0.00012938264783766049 0.0004679056920237342 3.4608215048204354e-07 0.9187306778966322 0.0006795307134330908 0.5230254093154107 0.000788287904818696']
['59491.99268450347 1.4426756921469506 0.0003996230417848852 0.17515449706954406 0.0001294128821469185 0.00046851603383853504 3.461630234193441e-07 0.9199290812476054 0.0006796895070741518 0.5227466108993452 0.0007884645848432938']
['59491.99271998368 1.4421467119485005 0.00039958170748427107 0.17513564100159904 0.00012941995350816858 0.00046846559625163205 3.461819384125767e-07 0.9198300472773059 0.0006797266465765158 0.5223166646711946 0.0007884756527770538']
['59491.992755463885 1.4420499938653908 0.00039957795501437387 0.17512017455271117 0.00012941919526632346 0.0004684242254652021 3.461799102119429e-07 0.919748815928105 0.0006797226642138838 0.5223011779372858 0.0007884703180079065']
['59491.992790944096 1.442449387408726 0.0003995983871249619 0.1750628888518936 0.00012939867281073445 0.00046827099349119205 3.461250152497349e-07 0.9194479456507018 0.0006796148782076389 0.5230014417580243 0.000788387755913329']
['59491.992826424306 1.4417639578050823 0.0003995485240443633 0.1748657715269919 0.0001293791376576014 0.00046774372968233225 3.4607276119620246e-07 0.9184126655829407 0.0006795122776134528 0.5233512922221416 0.0007882740376883228']
['59491.99286190452 1.4423998205423592 0.0003996092136510005 0.17516265994505198 0.00012942350949534341 0.00046853786849377754 3.461914502266346e-07 0.91997195349292 0.0006797453229797449 0.5224278670494391 0.0007885056929075457']
['59491.99289738472 1.4419893605748877 0.0003995898567412384 0.17504770724154667 0.00012940484481922663 0.00046823038461168265 3.461415245885641e-07 0.919368210302241 0.0006796472942186273 0.5226211502726467 0.0007884113762175079']
['59491.99293286493 1.4424696148417455 0.00039961249192120926 0.17501691946804887 0.00012939677345580273 0.00046814803122783444 3.461199347165237e-07 0.9192065098111811 0.0006796049026040061 0.5232631050305644 0.0007883863059077568']
['59491.99296834514 1.4424168489743083 0.0003995967290252643 0.17510336450427189 0.00012939957248828452 0.0004683792607206185 3.4612742177291614e-07 0.9196605278585709 0.0006796196034048557 0.5227563211157374 0.0007883909887738849']
['59491.993003825344 1.4428736182096984 0.00039963425794082777 0.17538119810482505 0.00012945862794776558 0.0004691224303153253 3.4628538762657955e-07 0.9211197379455097 0.0006799297686332226 0.5217538802641887 0.000788677393104141']
['59491.993039305555 1.4420665599198395 0.0003995721442053917 0.17506461369366375 0.00012940495512696386 0.0004682756072238604 3.4614181964775133e-07 0.9194570046936121 0.0006796478735659867 0.5226095552262273 0.0007884028985662482']
['59491.993074785765 1.4419884693666267 0.0003995815050299468 0.17482844140909018 0.0001293642934400184 0.00046764387635812616 3.460330547994854e-07 0.9182166040393392 0.000679434314285811 0.5237718653272875 0.0007882235511522272']
['59491.993110265976 1.4425539964213252 0.00039961982492176494 0.1749170841538433 0.00012937912201506658 0.0004678809844421042 3.4607271935440853e-07 0.9186821646735468 0.0006795121954572826 0.5238718317477784 0.0007883101091865297']
['59491.99314574618 1.4427845635892549 0.00039964531179903463 0.17508172467618915 0.00012941473944986178 0.0004683213769289038 3.461679914688272e-07 0.9195468732993128 0.0006796992618165011 0.523237690289942 0.0007884842812363758']
['59491.99318122639 1.4420128325709727 0.00039956950386094506 0.1749398513719878 0.00012938098723096162 0.0004679418838590479 3.4607770857003256e-07 0.9188017403990957 0.0006795219917592523 0.523211092171877 0.0007882930455738799']
['59491.9932167066 1.44167695548123 0.00039952932174976456 0.17520536715838203 0.00012942240983729376 0.00046865210486532645 3.461885087810159e-07 0.9201962560839393 0.0006797395474647782 0.5214806993972908 0.000788460228118989']
['59491.9932521868 1.4427024784810543 0.0003996539080851954 0.1748691345432778 0.00012936775059594957 0.0004677527253237709 3.460423022525187e-07 0.918430328483602 0.0006794524716173822 0.5242721499974523 0.0007882759081912496']
['59491.993287667014 1.4422222806979288 0.00039956284986562206 0.1750972304661254 0.00012940513611476928 0.0004683628529476416 3.461423037671441e-07 0.9196283112716672 0.0006796488241321916 0.5225939694262616 0.0007883990075697764']
['59491.993323147224 1.4424514451025536 0.00039959000233390603 0.175289334612994 0.00012944430830201436 0.0004688767071419708 3.4624708439288827e-07 0.9206372616228677 0.0006798545604097394 0.5218141834796859 0.0007885901300898529']
['59491.99335862743 1.442011790053303 0.0003995560557648069 0.1749923088091742 0.00012940352410866713 0.00046808220084106723 3.461379918555567e-07 0.9190772521490244 0.0006796403577135879 0.5229345379042786 0.0007883882657240551']
['59491.99339410764 1.442227551665774 0.00039958309855349985 0.1752647325978529 0.00012943747872089643 0.000468810899876093 3.4622881613080147e-07 0.9205080493584712 0.0006798186907610107 0.5217195023073029 0.000788555708214474']
['59491.99342958785 1.441528302132744 0.00039952680312371595 0.17491847868754284 0.00012938259399427463 0.0004678847146426351 3.4608200645782487e-07 0.918689488905162 0.0006795304306421987 0.5228388132275821 0.0007882786769810715']
['59491.99346506806 1.4420197268745145 0.00039956386049261756 0.17500837927607538 0.00012941001738655375 0.0004681251872989683 3.461553605492126e-07 0.9191616558617405 0.0006796744610638327 0.522858071012774 0.0007884216204761101']
['59491.99350054826 1.4420441762963625 0.00039957476177461884 0.17529904314034805 0.0001294526960367455 0.00046890267621959333 3.462695205179942e-07 0.9206882517875424 0.0006798986136383692 0.5213559245088201 0.0007886203871791674']
['59491.99353602847 1.442608257710032 0.000399610993352303 0.17509073305842693 0.00012939349176980196 0.00046834547320726347 3.4611115662326826e-07 0.9195941862312339 0.0006795876668582037 0.5230140714787982 0.000788370688796705']
['59491.99357150868 1.4412393434906 0.0003994969706834709 0.17507647506043592 0.00012942772708760675 0.00046830733487350105 3.4620273175027587e-07 0.9195193017880038 0.0006797674741996153 0.5217200417025961 0.000788467912197443']
['59491.993606988886 1.4416334367518475 0.0003995363174810567 0.17487271948145286 0.00012938323821414194 0.00046776231457807744 3.460837296641496e-07 0.9184491569404037 0.0006795338141499052 0.5231842798114438 0.0007882864159424807']
['59491.9936424691 1.4426775210365776 0.00039962270986771065 0.17512322366413668 0.00012940570515541496 0.0004684323814510073 3.461438258785993e-07 0.9197648301687852 0.0006796518127910451 0.5229126908677925 0.0007884319227886236']
['59491.99367794931 1.441885579823702 0.000399562031370902 0.17497062966159543 0.00012939536807520506 0.00046802421187469443 3.4611617550191787e-07 0.9189633910798081 0.0006795975214033879 0.522922188743894 0.0007883543670272081']
['59491.99371342951 1.442500312811608 0.00039964011779619293 0.17487736472769227 0.00012936562730164598 0.0004677747400217898 3.4603662270992957e-07 0.9184735542420814 0.000679441319861586 0.5240267585695266 0.0007882593043455999']
['59491.99374890972 1.4426524485441234 0.0003996153664865984 0.17516229386022814 0.0001294227100685345 0.0004685368892633691 3.4618931186145347e-07 0.9199700307785093 0.00067974112430953 0.5226824177656142 0.0007885051916188011']
['59491.99378438993 1.442572524875268 0.00039962508357853333 0.17526533905280664 0.00012945304235725385 0.0004688125220660703 3.46270446881369e-07 0.9205112345210433 0.0006799004325486022 0.5220612903542248 0.0007886474533052942']
['59491.99381987014 1.4417397067327813 0.00039955080171745564 0.17501686040757036 0.00012940236393415297 0.0004681478732485555 3.461348885360815e-07 0.9192061996195923 0.0006796342643600472 0.522533507113189 0.0007883803501136264']
['59491.993855350345 1.442158603447408 0.0003995945649748893 0.1749883660907887 0.0001293926344344041 0.0004680716545701382 3.461088633599665e-07 0.9190565445944784 0.0006795831640462401 0.5231020588529297 0.0007883584801424856']
['59491.993890830556 1.4420236818078276 0.0003995495681229326 0.17511146388462612 0.00012941156794559668 0.0004684009255343892 3.461595080977208e-07 0.9197030666209356 0.0006796826047562851 0.522320615186892 0.0007884213978549228']
['59491.993926310766 1.4423401818277124 0.00039958248862584405 0.17510245569386876 0.00012940151524200977 0.0004683768297682153 3.4613261839238813e-07 0.919655754694689 0.0006796298069433286 0.5226844271330234 0.0007883925670008875']
['59491.99396179097 1.441826403644276 0.00039966831456244456 0.17508828064976847 0.00012941108473787496 0.00046833891332557484 3.461582155784359e-07 0.919581305933658 0.0006796800669006039 0.522245097710618 0.0007884793941551006']
['59491.99399727118 1.442233610116657 0.00039959783739362326 0.17508945446222293 0.00012942388681612063 0.0004683420531248083 3.461924595117913e-07 0.9195874709150365 0.000679747304706516 0.5226461392016206 0.0007885016359560921']
['59491.99403275139 1.4426572791032752 0.00039963208926089503 0.1751526179223628 0.0001294242352825418 0.0004685110073584898 3.461933916152103e-07 0.9199192117771157 0.0006797491348872995 0.5227380673261596 0.0007885205724310939']
['59491.994068231594 1.4421031067181267 0.0003995915397030512 0.17490930275478572 0.0001293863075334373 0.00046786017018791623 3.4609193970344005e-07 0.9186412959810175 0.0006795499345243556 0.5234618107371092 0.0007883283022410848']
['59491.994103711804 1.4422035849091306 0.0003995854029948241 0.17511687537941506 0.00012941473224354453 0.00046841540059565264 3.4616797219284376e-07 0.919731488337264 0.0006796992239681961 0.5224720965718666 0.0007884538853664835']
['59491.994139192015 1.4428861938888342 0.0003996568347348128 0.17521487973538874 0.0001294173745357878 0.00046867754980065685 3.4617503998900525e-07 0.92024621709763 0.0006797131015535073 0.5226399767912042 0.0007885020519781404']
['59491.994174672225 1.4426224063844402 0.00039962839322982356 0.17506287137121168 0.00012941047828648523 0.00046827094673258806 3.461565933979919e-07 0.9194478538403975 0.0006796768817567502 0.5231745525440427 0.0007884564136780358']
['59491.99421015243 1.4425947835614479 0.0003996123817350767 0.1752192379331459 0.00012944157924739332 0.0004686892074261362 3.4623978451838567e-07 0.9202691067917327 0.0006798402271396709 0.5223256767697152 0.0007885891135904046']
['59491.99424563264 1.4415356403147186 0.0003995338172930972 0.17492168698849558 0.00012938448460929664 0.0004678932964402075 3.4608706361288767e-07 0.918706339225292 0.0006795403603429446 0.5228293010894266 0.0007882907918375129']
['59491.99428111285 1.4418184725748548 0.0003995665863477626 0.17500099856619197 0.0001294057538023749 0.00046810544483743096 3.4614395600303863e-07 0.9191228916291596 0.0006796520682897842 0.5226955809456952 0.0007884036978960624']
['59491.99431659305 1.4421352311754918 0.0003995854671131293 0.1750452354959821 0.00012940134089430805 0.0004682237730062261 3.4613215203442936e-07 0.9193552284452843 0.0006796288912516179 0.5227800027302075 0.0007883932872316463']
['59491.99435207326 1.4421448734981863 0.00039957463538765696 0.175214134751964 0.00012942487837624863 0.0004686755570646137 3.461951118091988e-07 0.920242304369559 0.0006797525124802975 0.5219025691286273 0.0007884943674297591']
['59491.994387553474 1.4427846452496096 0.0003996479147599995 0.17518359848748968 0.00012943015176730235 0.0004685938764354599 3.4620921746051063e-07 0.9200819248292526 0.000679780208861882 0.522702720420357 0.0007885553805106651']
['59491.994423033684 1.4411476916508779 0.00039947088055197045 0.17499846302697974 0.00012939801108564274 0.0004680986625920691 3.461232452191582e-07 0.9191095747215323 0.0006796114027607286 0.5220381169293455 0.0007883201400264819']
['59491.99445851389 1.4418950122000909 0.00039953364124723287 0.17516638149370012 0.00012942486643099528 0.0004685478231637491 3.461950798571632e-07 0.9199914994417023 0.0006797524497426223 0.5219035127583885 0.0007884735400882954']
['59491.9944939941 1.4416751970101804 0.00039954434360572866 0.17488277185525625 0.00012937826930758188 0.0004677892034012811 3.4607043847018664e-07 0.9185019530213039 0.0006795077169515855 0.5231732439888765 0.0007882679873647594']
['59491.99452947431 1.4430498103466833 0.0003996585912465845 0.1752171411342271 0.00012943430524647005 0.0004686835987553363 3.462203274897639e-07 0.9202580941923693 0.000679802023353309 0.5227917161543141 0.0007885795968147144']
['59491.99456495451 1.4419589413645786 0.0003995789878364304 0.17501508103687158 0.00012940579092025483 0.0004681431136579286 3.461440552886532e-07 0.91919685418525 0.0006796522632366326 0.5227620871793286 0.0007884101511542473']
['59491.99460043472 1.4424853201990315 0.0003996025207004491 0.1753233922242487 0.00012944833932293653 0.0004689678069265269 3.4625786686188775e-07 0.9208161356315584 0.0006798757317381121 0.5216691845674731 0.0007886147254246437']
['59491.99463591493 1.4426121643133998 0.00039962412149645673 0.17515720210173066 0.00012942192189037288 0.0004685232694560766 3.4618720358497516e-07 0.9199432883494258 0.0006797369847183451 0.5226688759639739 0.0007885060601389202']
['59491.994671395136 1.4424925557104753 0.00039960034756092943 0.17526179548150578 0.0001294387112050921 0.0004688030434628984 3.4623211286949095e-07 0.9204926233272362 0.0006798251638922906 0.521999932383239 0.0007885700293772237']
['59491.994706875346 1.4421235114650952 0.00039961846888533466 0.17476204398309705 0.00012935897751306183 0.00046746627167652306 3.4601883537003575e-07 0.9178678780624845 0.0006794063945013753 0.5242556334026107 0.0007882182245822648']
['59491.99474235556 1.4419507974701535 0.0003995574672426103 0.17518706770919742 0.00012943203570989158 0.00046860315616291317 3.462142567676632e-07 0.9201001455314991 0.0006797901035183382 0.5218506519386544 0.0007885180749169943']
['59491.99477783577 1.4421627727057782 0.000399582477559712 0.17517419143718757 0.0001294198003750315 0.00046856871377066165 3.461815288008839e-07 0.9200325180524558 0.0006797258423058378 0.5221302546533224 0.0007884753496915033']
['59491.99481331597 1.442560679815307 0.00039962253358232186 0.17514269972875202 0.00012942760955955988 0.0004684844774502595 3.462024173776774e-07 0.9198671204241178 0.0006797668569304616 0.5226935593911892 0.0007885310070808076']
['59491.99484879618 1.442231067129128 0.0003995789020043367 0.1750954821082826 0.00012940276940957406 0.0004683581763124655 3.4613597313133474e-07 0.9196191287199716 0.000679636393957847 0.5226119384091564 0.0007883964275153821']
['59491.99488427639 1.4422327132277177 0.00039958753911063306 0.175055834070017 0.000129408376723975 0.00046825212284567786 3.461509719851899e-07 0.9194108932248793 0.0006796658441385243 0.5228218200028384 0.0007884261925513538']
['59491.994919756595 1.4416594253544242 0.00039960417105724635 0.17499193375473485 0.00012939783870370385 0.0004680811976180764 3.461227841193654e-07 0.9190752823252881 0.0006796104973934026 0.522584143029136 0.0007883869111633304']
['59491.994955236805 1.4418991858241008 0.00039955691480144095 0.1749280578940409 0.0001293838676640128 0.0004679103378033925 3.460854133626097e-07 0.9187397998636603 0.0006795371200841009 0.5231593859604405 0.000788299705529464']
['59491.994990717016 1.4421351328720264 0.000399583113556027 0.17513634691244184 0.00012942757797205871 0.00046846748447348105 3.462023328851236e-07 0.9198337547922366 0.0006797666910297203 0.5223013780797898 0.0007885108869715268']
['59491.99502619722 1.442469076275656 0.00039960637474522286 0.17519853409344635 0.00012944090086380825 0.0004686338272844696 3.4623796992845494e-07 0.9201603681378485 0.0006798366642006736 0.5223087081378075 0.0007885829979961011']
['59491.99506167743 1.4422121853312255 0.0003996006936031726 0.17509470838233937 0.00012940699791026054 0.00046835610669383585 3.4614728383362246e-07 0.919615065033295 0.0006796586024698558 0.5225971202979305 0.0007884266169019245']
['59491.99509715764 1.442621594842136 0.0003996147947090669 0.17511011249676003 0.000129412553155842 0.000468397310743483 3.4616214340999853e-07 0.9196959689955886 0.0006796877791798424 0.5229256258465473 0.000788458915427301']
['59491.99513263785 1.4420047109791878 0.0003995501307693936 0.1749316412869948 0.000129383567930468 0.0004679199229244287 3.460846116134456e-07 0.9187586202048046 0.0006795355458532984 0.5232460907743832 0.0007882949099645258']
['59491.995168118054 1.4422891470418442 0.0003995842534885787 0.1751133104735139 0.00012940913213909012 0.0004684058649251345 3.461529926246799e-07 0.9197127650919847 0.000679669811654885 0.5225763819498594 0.0007884279475709949']
['59491.995203598264 1.442520545925915 0.0003996404603299382 0.1750840768657898 0.0001294207910920718 0.0004683276687373413 3.461841788431389e-07 0.9195592272362911 0.0006797310456516377 0.5229613186896238 0.0007885092212240728']
['59491.995239078475 1.4428723416760292 0.0003996505620039783 0.1750831272844527 0.00012941259334713924 0.00046832512872786784 3.4616225091661414e-07 0.9195542399393524 0.0006796879902685885 0.5233181017366768 0.0007884772259396263']
['59491.99527455868 1.4420214894188559 0.00039965096871869617 0.17501057595648606 0.0001293875459854157 0.0004681310631400734 3.460952524051904e-07 0.9191731930487714 0.0006795564389990321 0.5228482963700845 0.0007883640343032129']
['59491.99531003889 1.4419148595945406 0.00039956557024351777 0.1752022267956186 0.00012942295100544155 0.00046864370479378185 3.4618995633707915e-07 0.9201797625820305 0.0006797423897344619 0.5217350970125101 0.00078848104690344']
['59491.9953455191 1.4422510414284733 0.0003995813916597525 0.17527566526554705 0.00012943533684452662 0.0004688401433736511 3.462230868835452e-07 0.9205654688316548 0.0006798074414103289 0.5216855725968185 0.000788545145161393']
['59491.9953809993 1.4423032996307632 0.00039960214520761984 0.17490634183326875 0.0001293801549351934 0.0004678522500989157 3.4607548228455983e-07 0.91862574492263 0.0006795176204579486 0.5236775547081332 0.0007883058232484169']
['59491.99541647951 1.4428315088262695 0.0003996322156251454 0.17526924117858927 0.00012945903107674343 0.00046882295975694214 3.462864659453952e-07 0.9205317288791455 0.000679931885907266 0.5222997799471241 0.0007886781835697461']
['59491.99545195972 1.4423658283715015 0.00039961713022994624 0.1749578220908673 0.0001293991140951205 0.000467989953249646 3.4612619562942145e-07 0.9188961244268241 0.0006796171958777337 0.5234697039446774 0.0007883992539988426']
['59491.995487439934 1.4417643495807555 0.0003995542711076964 0.17496516700915535 0.00012939209220592148 0.0004680095999732115 3.461074129676422e-07 0.9189347006783369 0.0006795803162075709 0.5228296489024186 0.000788335602226098']
['59491.99552292014 1.442255513462717 0.00039959577973998545 0.17503896393168838 0.00012940109538796106 0.00046820699736827205 3.461314953361322e-07 0.919322289557187 0.0006796276018275266 0.5229332239055301 0.0007883974025526987']
['59491.99555840035 1.4425839271338652 0.0003996303658084417 0.17510394239608232 0.00012941660637341953 0.0004683808065078152 3.46172985252232e-07 0.9196635630046341 0.0006797090670872875 0.522920364129231 0.0007884851584886425']
['59491.99559388056 1.4420604049170596 0.0003995783114372544 0.1749130820440994 0.00012937503924667437 0.0004678702793068346 3.460617984674989e-07 0.9186611451895976 0.0006794907523459789 0.5233992597274619 0.0007882705813962308']
['59491.99562936076 1.4425490284423528 0.0003996135515710835 0.17512031587589483 0.00012941664884719677 0.0004684246034867694 3.4617309886419166e-07 0.9197495581717166 0.0006797092901638486 0.5227994702706362 0.0007884768289140131']
['59491.99566484097 1.4426603555606954 0.0003996438811034199 0.1752108424898444 0.00012943332985186179 0.0004686667506815836 3.462177184330686e-07 0.9202250130769138 0.0006797969004824673 0.5224353424837815 0.0007885677254421297']
['59491.99570032118 1.4420661970744157 0.0003996026891458175 0.17502326028821258 0.00012940660778122423 0.0004681649921164447 3.461462402879994e-07 0.9192398124380913 0.0006796565534728164 0.5228263846363245 0.0007884258619877434']
['59491.995735801385 1.4428585426066727 0.0003996503137425332 0.17505467725094648 0.00012941284924044517 0.00046824902850158814 3.461629353987073e-07 0.9194048174944669 0.0006796893342460356 0.5234537251122058 0.0007884782586491046']
['59491.995771281596 1.4424006921243198 0.00039960587051860797 0.17519548603115176 0.00012942336311332994 0.0004686256741049564 3.461910586733401e-07 0.9201443594073098 0.0006797445541666489 0.52225633271701 0.0007885033358662161']
['59491.995806761806 1.44233085272227 0.00039958047403444074 0.17527635954765883 0.00012944273326799205 0.0004688420004901215 3.462428713769187e-07 0.9205691152713174 0.0006798462881722272 0.5217617374509527 0.0007885781703617868']
['59491.99584224202 1.442571165165738 0.0003996053190834658 0.17498076418936967 0.00012939615100891926 0.00046805132044933594 3.461182697501654e-07 0.9190166186416474 0.0006796016334502063 0.5235545465240906 0.0007883798521195142']
['59491.99587772222 1.4425350831424042 0.0003996294856893952 0.17501674537035738 0.00012940007972517655 0.00046814756553862133 3.461287785671797e-07 0.9192055954325494 0.0006796222674641625 0.5233294877098548 0.0007884098884878983']
['59491.99591320243 1.4422543649404487 0.0003995728918363384 0.17521968483785993 0.0001294192684243467 0.00046869040283948634 3.4618010590036347e-07 0.9202714539803569 0.0006797230484471991 0.5219829109600918 0.000788468083362166']
['59491.99594868264 1.4425749285851983 0.0003995957972166231 0.17511349894791828 0.00012940924505849371 0.00046840636907022874 3.4615329466974297e-07 0.9197137549785624 0.0006796704047189796 0.5228611736066359 0.0007884343093778011']
['59491.995984162844 1.442416310376965 0.000399617195017005 0.17504055821338815 0.00012939925216623325 0.0004682112618693342 3.4612656495211206e-07 0.9193306628854421 0.000679617921041141 0.5230856474915229 0.0007883999119441488']
['59491.996019643055 1.4415085441960653 0.0003995092910407525 0.17512105585706556 0.00012940849026039716 0.0004684265828424184 3.461512756806992e-07 0.9197534446274452 0.0006796664404432625 0.5217550995686201 0.0007883870520833657']
['59491.996055123265 1.4419244510059679 0.000399573454645098 0.17491134203110906 0.0001293816075760617 0.0004678656249930791 3.460793679143872e-07 0.9186520064659089 0.0006795252498742737 0.523272444540059 0.0007882978566973985']
['59491.996090603476 1.442131069364496 0.0003995682112957612 0.17513607161993777 0.0001294257547741717 0.0004684667481009967 3.461974560623344e-07 0.9198323089282446 0.0006797571154105657 0.5222987604362513 0.0007884950801554739']
['59491.99612608368 1.44172967811632 0.00039952497494435003 0.17503107042417146 0.00012938734447978014 0.0004681858832381939 3.4609471340320785e-07 0.9192808320597241 0.0006795553806711142 0.5224488460565959 0.00078829925853279']
['59491.99616156389 1.4421974945845832 0.00039963458830039056 0.17515540855205305 0.00012942672993754807 0.00046851847193848207 3.462000645005138e-07 0.9199338684456568 0.0006797622370669543 0.5222636261389264 0.0007885331338049739']
['59491.9961970441 1.4428774450960986 0.0003996380343786025 0.1752432202969226 0.000129433738260653 0.0004687533572033142 3.4621881087471436e-07 0.9203950645846776 0.0006797990454866229 0.522482380511421 0.0007885666114961479']
['59491.9962325243 1.4423582628974696 0.0003995921495652108 0.17511308884881877 0.000129406990754039 0.00046840527210722296 3.461472646916387e-07 0.9197116010967373 0.0006796585648846586 0.5226466618007323 0.0007884222541349396']
['59491.996268004514 1.4419827166002128 0.0003995626184195688 0.17517769239584327 0.00012941074330148386 0.0004685780783904199 3.4615730227945446e-07 0.9200509054403534 0.0006796782736422472 0.5219318111598594 0.0007884242777208268']
['59491.996303484724 1.4428064221898689 0.0003996400477371719 0.1752039925938682 0.00012943166765522072 0.0004686484280798311 3.462132722681641e-07 0.9201890367325012 0.000679788170458092 0.5226173854573677 0.0007885582568524211']
['59491.99633896493 1.4424356611412679 0.0003996037246517706 0.17530182605789907 0.00012943891914504816 0.00046891012017059267 3.4623266908246357e-07 0.9207028679511506 0.0006798262560139084 0.5217327931901172 0.000788572682205931']
['59491.99637444514 1.442393174021685 0.0003996131935343162 0.17488159131672465 0.00012938271057006003 0.00046778604561064556 3.460823182832449e-07 0.9184957527138901 0.0006795310429099792 0.523897421307795 0.0007883229939086002']
['59491.99640992535 1.441965377223959 0.00039956239608707867 0.17494570652900876 0.00012938235996963577 0.00046795754566043385 3.4608138047163865e-07 0.9188324922742057 0.0006795292015211963 0.5231328849497532 0.0007882956577876616']
['59491.99644540556 1.4421378961412699 0.0003995575182328673 0.17527472999189445 0.00012944451548916445 0.0004688376416354165 3.4624763859220057e-07 0.9205605566801179 0.0006798556485775445 0.5215773394611519 0.0007885746085686514']
['59491.99648088576 1.4423988951740783 0.0003995824067804782 0.17523437935539335 0.00012943299089814705 0.0004687297088075837 3.4621681177493113e-07 0.9203486310682424 0.0006797951202633775 0.5220502641058359 0.0007885350374855764']
['59491.99651636597 1.441971728212542 0.00039957721217726244 0.17485950613475562 0.00012936199677433813 0.000467726970553848 3.4602691151048293e-07 0.9183797591111116 0.0006794222519660617 0.5235919691014304 0.0007882109774406771']
['59491.99655184618 1.4425125238508028 0.0003996109608742568 0.17515306613000556 0.0001294112782780229 0.0004685122062570087 3.461587332737507e-07 0.9199215658088528 0.0006796810833929774 0.52259095804195 0.0007884512002483719']
['59491.996587326386 1.4426137998170279 0.00039963541132981945 0.17518396929025729 0.0001294324365459093 0.00046859486828576877 3.462153289531017e-07 0.92008387232278 0.0006797922087495237 0.5225299274942479 0.0007885593884199908']
['59491.9966228066 1.44298813975997 0.0003996532409958529 0.1753320902302754 0.0001294430632650833 0.0004689910729879419 3.462437540772259e-07 0.9208618184363205 0.0006798480213502275 0.5221263213236494 0.0007886165387387642']
['59491.99665828681 1.4422382700388652 0.0003995890047922908 0.17510951537189745 0.00012941374709887573 0.0004683957135103145 3.4616533705597486e-07 0.9196928328355959 0.0006796940498890533 0.5225454372032693 0.0007884512503671208']
['59491.99669376701 1.4418879651056953 0.00039956252030729986 0.17517817934549507 0.00012942647492329986 0.0004685793809188925 3.461993823697884e-07 0.9200534629490288 0.0006797608977064069 0.5218345021566665 0.000788495456984339']
['59491.99672924722 1.4425378905897055 0.00039961194504689373 0.17507830403741848 0.0001294150188982912 0.0004683122271546368 3.46168738957884e-07 0.9195289077595509 0.0006797007295078321 0.5230089828301546 0.0007884686349612397']
['59491.99676472743 1.4427994864629041 0.00039963783470610637 0.17515251601068377 0.00012942744916846316 0.0004685107347576918 3.462019883518644e-07 0.9199186765267005 0.0006797660145402477 0.5228808099362037 0.0007885380355141517']
['59491.99680020764 1.4422615943348034 0.00039960491758565304 0.17505607515856714 0.0001294016763801705 0.00046825276772692956 3.4613304941650244e-07 0.9194121594462561 0.0006796306532571981 0.5228494348885473 0.0007884046645000538']
['59491.996835687845 1.4424776901081677 0.0003996248007565842 0.17499629861489446 0.000129383086533347 0.0004680928730646362 3.460833239372876e-07 0.9190982070110004 0.0006795330175070746 0.5233794830971673 0.0007883305799358604']
['59491.996871168056 1.4426473107435407 0.0003996439526416795 0.1751133583315116 0.00012940529457100507 0.0004684059929392001 3.4614272761744985e-07 0.9197130164470148 0.0006796496563603207 0.5229342942965259 0.0007884408311812415']
['59491.996906648266 1.4415824964692319 0.0003995188261799644 0.17516825131266725 0.00012942722668743127 0.00046855282469200637 3.462013932433607e-07 0.9200013199194709 0.0006797648460474332 0.521581176549761 0.0007884767202613576']
['59491.99694212847 1.4426881604919113 0.000399641328571957 0.17516079695642112 0.00012942502969581218 0.0004685328852358023 3.4619551656981267e-07 0.9199621688887664 0.0006797533072259044 0.5227259916031449 0.0007885288518420322']
['59491.99697760868 1.4422596050345693 0.00039961898370322014 0.17509164850357778 0.00012943473715123013 0.0004683479219067742 3.4622148278014224e-07 0.9195989942414801 0.0006798042917606625 0.5226606107930892 0.0007885614796781608']
['59491.99701308889 1.4425398370024864 0.0003996389061498314 0.1751303088618391 0.00012941783077677964 0.0004684513334549926 3.461762603757127e-07 0.919802042341592 0.000679715497777204 0.5227377946608944 0.0007884950305659167']
['59491.997048569094 1.441760524589901 0.0003995408530002366 0.1749718659893589 0.00012938739886414545 0.0004680275188944396 3.4609485887447786e-07 0.9189698843978935 0.000679555666303285 0.5227906401920075 0.0007883075521781193']
['59491.997084049304 1.4423989251729017 0.00039961937081006655 0.17498876117472856 0.0001293946214551401 0.000468072711369499 3.4611417838807e-07 0.9190586196151711 0.0006795936000795174 0.5233403055577306 0.000788380049719469']
['59491.997119529515 1.442044565886294 0.0003995667209306764 0.17502801094656692 0.00012939353623481857 0.0004681776995241764 3.461112755615403e-07 0.9192647633748263 0.0006795879003929548 0.5227798025114676 0.0007883484501385144']
['59491.997155009725 1.442773295765908 0.00039964489837589337 0.1751257806732842 0.00012941472475488719 0.00046843922112571915 3.4616795216163646e-07 0.9197782598386774 0.0006796991846370126 0.5229950359272306 0.000788484005160598']
['59491.99719048993 1.4420772400545816 0.00039954582150091483 0.17538927435595625 0.00012944695743962681 0.000469144033261362 3.4625417049954293e-07 0.9211621552308628 0.0006798684739476199 0.5209150848237188 0.0007885797393711725']
['59491.99722597014 1.4420583671776197 0.0003995677326550645 0.1750467566529342 0.00012939925072299403 0.0004682278419078756 3.4612656109163044e-07 0.9193632177149906 0.0006796179134611031 0.5226951494626291 0.0007883748355169212']
['59491.99726145035 1.4419517356290599 0.00039956110383161143 0.17502960207118892 0.000129407993594924 0.0004681819555804565 3.4614994716363843e-07 0.9192731201217906 0.0006796638319061135 0.5226786155072692 0.000788411060359022']
['59491.99729693055 1.4422823089014203 0.0003996164566963686 0.1752182062900497 0.00012943643708159593 0.00046868644791187963 3.4622602987796796e-07 0.9202636884981602 0.0006798132199663652 0.5220186204032601 0.0007885678959376919']
['59491.99733241076 1.4422788249736758 0.00039959756326209513 0.1749102589124319 0.00012938186353069915 0.00046786272778818116 3.4608005256053434e-07 0.9186463178173945 0.0006795265941738401 0.5236325071562813 0.0007883112359687022']
['59491.997367890974 1.4422303465238349 0.00039959810822546616 0.17508395622543865 0.00012940641801044485 0.0004683273460397241 3.461457326752667e-07 0.9195585936210013 0.0006796555567775465 0.5226717529028335 0.0007884226810258366']
['59491.997403371184 1.4427625583625479 0.00039966575003031005 0.17502419998034477 0.0001293925941765108 0.00046816750567355096 3.4610875567521486e-07 0.9192447477959285 0.0006795829526077248 0.5235178105666194 0.0007883943817800349']
['59491.99743885139 1.44219446927824 0.000399623449919869 0.17518892308174983 0.00012943263646569665 0.0004686081190488458 3.4621586371314167e-07 0.9201098901352407 0.0006797932587484069 0.5220845791429993 0.0007885542317213423']
['59491.9974743316 1.4418715610902553 0.0003995965812591865 0.17487237485957036 0.00012938415195247745 0.0004677613927583111 3.4608617379814606e-07 0.918447346951525 0.000679538613195785 0.5234242141387303 0.0007883210986508482']
['59491.99750981181 1.4420739979413897 0.0003996123694538203 0.17495972051018538 0.00012940144071625263 0.00046799503128020956 3.4613241904545304e-07 0.9189060951165199 0.000679629415526537 0.5231679028248698 0.0007884073745656105']
['59491.99754529201 1.4425205729350303 0.0003996384985928926 0.17518950904845923 0.00012944976019230652 0.0004686096864353717 3.4626166750699236e-07 0.9201129676914876 0.0006798831942873242 0.5224076052435427 0.0007886393899824665']
['59491.99758077222 1.4420967137858773 0.00039957683187542874 0.17511938680385306 0.0001294241067437861 0.00046842211833705616 3.461930477903641e-07 0.9197446785916652 0.0006797484597887925 0.5223520351942121 0.0007884919867423133']
['59491.99761625243 1.4421576738380217 0.00039960058250696075 0.17504828820946952 0.00012941795504630652 0.00046823193862708935 3.4617659278091405e-07 0.9193712616043568 0.0006797161504532906 0.522786412233665 0.000788476170043802']
['59491.997651732636 1.442343603875866 0.0003996235280545853 0.17507839902586286 0.00012942041401202726 0.00046831248123666133 3.461831702019115e-07 0.9195294066484394 0.0006797290651892188 0.5228141972274265 0.0007884989322997231']
['59491.997687212846 1.4424327097944956 0.0003996291243633056 0.175130921957871 0.00012942924092666542 0.0004684529734090105 3.4620678107748985e-07 0.9198052623837764 0.0006797754250350075 0.5226274474107192 0.0007885417335315281']
['59491.99772269306 1.4428037813319923 0.00039966545848585416 0.17508815689893087 0.00012941294790711603 0.0004683385823078015 3.461631993195205e-07 0.9195806559817798 0.0006796898524533406 0.5232231253502124 0.0007884863817687354']
['59491.99775817327 1.4425588936413198 0.000399634227928895 0.17517422875061386 0.00012943739221818825 0.00046856881357933795 3.462285847470435e-07 0.9200327140263334 0.0006798182364400644 0.5225261796149865 0.0007885812264623114']
['59491.99779365347 1.441902152735099 0.00039955592307384604 0.175178189658317 0.00012944052228920907 0.00046857940850438136 3.462369572894837e-07 0.9200535171130094 0.0006798346758887031 0.5218486356220896 0.0007885557191499477']
['59491.99782913368 1.4422463067891962 0.00039961214597987064 0.17511685471958582 0.0001294359049809685 0.0004684153453332334 3.4622460657637005e-07 0.9197313798297575 0.0006798104253202128 0.5225149269594387 0.0007885633022076833']
['59491.99786461389 1.4430087391718094 0.0003996879841302972 0.17516381497278732 0.00012944120622584654 0.00046854095804627316 3.4623878673312427e-07 0.9199780198150596 0.0006798382679928914 0.5230307193567498 0.0007886257384119004']
['59491.997900094095 1.4420053360466025 0.00039961010583779925 0.175011698454014 0.0001294020972547171 0.0004681340656783957 3.461341752024606e-07 0.9191790885189811 0.0006796328637327578 0.5228262475276214 0.0007884091996883893']
['59491.997935574305 1.4422853860204756 0.00039960240997487847 0.17506906257527471 0.0001294171192089084 0.0004682875074171313 3.4617435702203113e-07 0.9194803706684598 0.0006797117605509895 0.5228050153520158 0.0007884733118432459']
['59491.997971054516 1.4420639696621667 0.0003996154113178525 0.17485868728016482 0.00012938969918121509 0.00046772478022181775 3.4610101193048313e-07 0.9183754584042271 0.0006795677478004995 0.5236885112579396 0.0007883557577727075']
['59491.99800653472 1.4421264562900094 0.00039957039358125263 0.17520103409244883 0.00012944324798668774 0.0004686405144642842 3.462442481840569e-07 0.9201734983847103 0.0006798489915267213 0.521952957905299 0.000788575393165788']
['59491.99804201493 1.4428430288530767 0.0003996905187281488 0.174980689560304 0.00012940679639658433 0.00046805112082606365 3.4614674481013223e-07 0.9190162266822689 0.0006796575440997076 0.5238268021708078 0.0007884712347402552']
['59491.99807749514 1.442091071442991 0.0003996051046030904 0.17502419078380743 0.00012941815661673907 0.0004681674810739816 3.461771319562203e-07 0.9192446994947869 0.0006797172091215287 0.5228463719482042 0.0007884793744929583']
['59491.99811297535 1.4426562527558058 0.00039965414868236334 0.17497306848653682 0.0001293905938083762 0.0004680307354216651 3.461034049445153e-07 0.9189762000343321 0.0006795724464725641 0.5236800527214737 0.0007883794445339951']
['59491.998148455554 1.4422579930730244 0.0003996227507173955 0.1753520293514694 0.00012947828762771552 0.0004690444076047307 3.463379747735314e-07 0.920966540711499 0.0006800330232548084 0.5212914523615254 0.0007887605819309255']
['59491.998183935764 1.442278822633716 0.00039962520339970406 0.17509483493510605 0.0001294189624068476 0.0004683564452064137 3.461792873424197e-07 0.9196157297011873 0.0006797214412124349 0.5226630929325287 0.0007884932091249514']
['59491.998219415975 1.442835788901056 0.00039966548285774793 0.17523625021488728 0.0001294521542759103 0.00046873471311911796 3.4626807137656743e-07 0.9203584570109626 0.0006798957682558315 0.5224773318900933 0.0007886639042584009']
['59491.99825489618 1.4421382739034687 0.00039959923375048695 0.17509547251500246 0.00012942594765034745 0.00046835815065165954 3.4619797198160797e-07 0.919619078335097 0.0006797581284156904 0.5225191955683717 0.0007885116744609294']
['59491.99829037639 1.4423053352318433 0.00039960361198167557 0.17493344885351877 0.00012940307162258362 0.000467924757935307 3.4613678151275216e-07 0.9187681137264643 0.0006796379812110485 0.5235372215053791 0.0007884103197025208']
['59491.9983258566 1.4424277296340462 0.00039962426770762355 0.17495991028798152 0.0001294075637757872 0.0004679955389117112 3.461487974520375e-07 0.9189070918486425 0.000679661574452664 0.5235206377854037 0.0007884411272430736']
['59491.9983613368 1.4426870824339058 0.00039965112845244096 0.17516674678089328 0.00012941998259568987 0.00046854880026059683 3.461820162180018e-07 0.9199934179668765 0.0006797267993471107 0.5226936644670293 0.0007885109677258628']
['59491.99839681701 1.4429948170618125 0.0003996518960291758 0.17529424677983665 0.00012945390783661477 0.000468889846564396 3.4627276192873764e-07 0.9206630608184699 0.000679904978133481 0.5223317562433426 0.0007886649588325858']
['59491.99843229722 1.442290054070149 0.00039964678525440634 0.17485052975489623 0.00012938064825190193 0.00046770295987778594 3.4607680184410055e-07 0.9183326142589088 0.0006795202114070481 0.5239574398112403 0.0007883306861177364']
['59491.998467777434 1.4423171816395546 0.00039965328603617557 0.17507095961014074 0.00012941224783388937 0.0004682925817444615 3.461613267125533e-07 0.9194903340868738 0.0006796861755981585 0.5228268475526808 0.0007884770423663355']
['59491.99850325764 1.44234801700288 0.00039964048099468754 0.17504898737131563 0.0001294103691814651 0.00046823380879622935 3.461563015559201e-07 0.9193749336728763 0.0006796763087261824 0.5229730833300037 0.0007884620464507559']
['59491.99853873785 1.442499702378274 0.0003996361092792302 0.1751353449950283 0.00012942697431009786 0.00046846480447165024 3.462007181660475e-07 0.919828492620947 0.0006797635205362283 0.522671209757327 0.0007885350110753789']
['59491.99857421806 1.442329562137726 0.00039963209460351694 0.1751555596816599 0.00012943404570713265 0.00046851887619098594 3.4621963325499967e-07 0.9199346621935921 0.0006798006602265371 0.5223948999441338 0.0007885649933148377']
['59491.99860969826 1.4418650005215539 0.00039959492821674194 0.17488887315579515 0.00012938391152128763 0.0004678055236053157 3.4608553067524967e-07 0.9185339976669915 0.0006795373504269309 0.5233310028545624 0.0007883191722150341']
['59491.99864517847 1.4422276271113486 0.00039960725898691244 0.1752800472258108 0.0001294616792132457 0.00046885186456081763 3.462935493742072e-07 0.9205884833288384 0.0006799457941872148 0.5216391437825102 0.0007886775288214542']
['59491.99868065868 1.4421586016671277 0.00039958974359297853 0.17516949694549475 0.00012943503250046305 0.000468556156601616 3.4622227280182894e-07 0.920007862108691 0.000679805842964617 0.5221507395584367 0.0007885479993719696']
['59491.998716138885 1.4426855225004482 0.00039966384131811714 0.17531420172551568 0.00012946788015683053 0.0004689432235096724 3.4631013611073426e-07 0.9207678662054395 0.0006799783621682275 0.5219176562950087 0.0007887342765939226']
['59491.998751619096 1.4425649792503168 0.0003996313159776634 0.17513632552945257 0.0001294344398275803 0.00046846742727670054 3.462206874771411e-07 0.9198336424866207 0.0006798027301868714 0.5227313367636961 0.0007885663831787171']
['59491.998787099306 1.4422652610191995 0.0003996349353140818 0.17501889839760684 0.00012941234594282875 0.00046815332461306436 3.461615891415056e-07 0.9192169033487755 0.0006796866908762015 0.523048357670424 0.000788468185330094']
['59491.99882257952 1.4420803507015587 0.0003995886076924526 0.17515184528644376 0.0001294313262171599 0.0004685089406555364 3.462123589647164e-07 0.9199151538153559 0.0006797863771909658 0.5221651968862028 0.0007885306424052339']
['59491.99885805972 1.4432204977194587 0.00039968575924096783 0.17534806485905266 0.00012945927213220526 0.0004690338030910336 3.462871107381399e-07 0.9209457187975455 0.0006799331519548597 0.5222747789219132 0.0007887064075226593']
['59491.99889353993 1.4419333205104718 0.0003995765244662461 0.17500931213284787 0.00012941666446722073 0.0004681276825723555 3.4617314064577193e-07 0.9191665553195791 0.0006797093722017896 0.5227667651908927 0.0007884581343124539']
['59491.99892902014 1.4427549043707362 0.00039966807180238066 0.17506779774190878 0.00012941861884653523 0.00046828412414851993 3.4617836836221866e-07 0.9194737276360756 0.0006797196367990296 0.5232811767346606 0.0007885133811600394']
['59491.998964500344 1.4428448064287558 0.00039965087416233164 0.1751465806511301 0.0001294335791455276 0.0004684948584247171 3.462183852619627e-07 0.919887503419801 0.0006797982097979391 0.5229573030089548 0.0007885723982382332']
['59491.998999980555 1.4423223238035687 0.0003996019171044283 0.17523432173934342 0.00012944766832705245 0.00046872955469196774 3.4625607203311896e-07 0.9203483284629381 0.0006798722076000655 0.5219739953406306 0.0007886113813663361']
['59491.999035460765 1.442373336867763 0.00039962846822157074 0.17519805407447067 0.00012942818860354016 0.0004686325432946754 3.4620396624678205e-07 0.9201578470297831 0.000679769898127837 0.5222154898379798 0.0007885366364436397']
['59491.999070940976 1.4425658376534183 0.0003996425843086633 0.1752845000305609 0.00012946165042386945 0.00046886377524798736 3.462934723662822e-07 0.9206118699084082 0.0006799456429825077 0.5219539677450101 0.0007886952976934774']
['59491.99910642118 1.4429150667222017 0.0003996858174532037 0.1750587345292963 0.00012940965201308792 0.00046825988120587173 3.4615438322159645e-07 0.9194261267294974 0.0006796725420855458 0.5234889399927043 0.0007884817798391183']
['59491.99914190139 1.4420766864521077 0.00039958830831393193 0.17496288221981598 0.00012940454486527682 0.00046800348845191264 3.4614072224984457e-07 0.9189227007343277 0.0006796457188302355 0.52315398571778 0.0007884092333715133']
['59491.9991773816 1.4421664121252133 0.0003995909193705242 0.17505799783718812 0.00012942390488171116 0.0004682579106480473 3.4619250783495155e-07 0.919422257548257 0.0006797473995888191 0.5227441545769563 0.000788498211850314']
['59491.9992128618 1.4426447955151316 0.00039964356119637044 0.1751416962732693 0.00012944413015731346 0.000468481793334289 3.4624660787843896e-07 0.9198618501747339 0.0006798536247758061 0.5227829453403977 0.0007886164638951685']
['59491.999248342014 1.4423967232487556 0.00039962508328674254 0.17499379583503227 0.00012940647924493032 0.000468086178446375 3.4614589646973816e-07 0.9190850621587829 0.0006796558783872391 0.5233116610899726 0.0007884366304391656']
['59491.999283822224 1.4425281898186673 0.0003996216157858821 0.1753386419502167 0.00012946807957844007 0.0004690085980066715 3.463106695382119e-07 0.9208962287301298 0.0006799794095506306 0.5216319610885375 0.0007887137840916332']
['59491.99931930243 1.4421523864927832 0.000399580569163218 0.17528224539174228 0.00012944856413253308 0.00046885774437550214 3.462584681990062e-07 0.9206000283179742 0.0006798769124607831 0.521552358174809 0.0007886046204214178']
['59491.99935478264 1.4424555957461078 0.00039961251035030063 0.17517796051494394 0.00012943222003345022 0.00046857879557496126 3.4621474980977223e-07 0.9200523136289074 0.0006797910716042554 0.5224032821172004 0.0007885468023277573']
['59491.99939026285 1.4432043608638163 0.0003996979721637419 0.17513077846999442 0.00012943180520443603 0.0004684525895971646 3.462136401948454e-07 0.9198045087709792 0.0006797888928804414 0.5233998520928371 0.0007885882371906289']
['59491.99942574306 1.4419814002925906 0.0003995776042204474 0.17485760375195739 0.00012937365246824267 0.0004677218819214784 3.460580890113245e-07 0.9183697676048183 0.0006794834688458124 0.5236116326877723 0.0007882639445194043']
['59491.99946122326 1.4424858289409257 0.00039963244580241573 0.17508908383965738 0.0001294262150721387 0.00046834106175651705 3.461986873009352e-07 0.9195855243679485 0.0006797595329419051 0.5229003045729772 0.0007885297168549945']
['59491.99949670347 1.442578735965225 0.00039964527247727773 0.17507139311157055 0.000129416983702333 0.0004682937413057286 3.4617399455915225e-07 0.9194926108800976 0.0006797110488567911 0.5230861250851273 0.0007884944221435156']
['59491.99953218368 1.4423805492516117 0.0003996340282691614 0.17520940001465135 0.00012944189850476527 0.00046866289224364643 3.4624063849130774e-07 0.9202174370517403 0.0006798419039115823 0.5221631121998714 0.0007886015285711548']
['59491.99956766389 1.4420806917675477 0.0003996074277553227 0.17504810743780433 0.00012942478453533383 0.0004682314550858442 3.461948607966701e-07 0.9193703121733421 0.00067975201961835 0.5227103795942056 0.0007885105607995692']
['59491.9996031441 1.4425411803440507 0.00039965621123388365 0.17496169612815743 0.00012940044730187737 0.00046800031580736777 3.461297617881697e-07 0.9189164712613311 0.0006796241980140618 0.5236247090827195 0.0007884250996157336']
['59491.99963862431 1.4424658158533172 0.0003996378042691727 0.1749949036739536 0.00012939700826809428 0.00046808914177478645 3.461205628095808e-07 0.9190908806405127 0.0006796061358618398 0.5233749352128045 0.000788400199455928']
['59491.99967410451 1.442846249878769 0.00039967828868690987 0.17520029089331637 0.00012944208712716332 0.0004686385265009963 3.462411430322662e-07 0.9201695950279222 0.0006798428945754378 0.5226766548508469 0.0007886248130463603']
['59491.99970958472 1.4427576297839018 0.0003996597655515878 0.17511396193212458 0.00012941822079064536 0.00046840760749417845 3.4617730361326906e-07 0.9197161866183015 0.0006797175461693559 0.5230414431656003 0.0007885073688756755']
['59491.99974506493 1.4424240028340023 0.00039963186969431495 0.175153372001201 0.00012943811752475073 0.0004685130244236088 3.4623052484997924e-07 0.9199231722752155 0.0006798220458232707 0.5225008305587868 0.0007885833153590755']
['59491.99978054514 1.4433552167947585 0.0003997093230699806 0.17518646465983403 0.00012943813809074435 0.0004686015430824575 3.4623057986140014e-07 0.9200969782554309 0.0006798221538379431 0.5232582385393276 0.000788622662493237']
['59491.999816025345 1.4426352640097586 0.0003996643335434963 0.17508212023576158 0.00012941792158123407 0.00046832243500052125 3.461765032660955e-07 0.9195489508180756 0.0006797159746913554 0.523086313191683 0.0007885083295421719']
['59491.999851505556 1.4423850338129816 0.0003996419477479368 0.17497579757439005 0.00012939965071592902 0.0004680380353850596 3.461276310219297e-07 0.9189905334789393 0.0006796200142643331 0.5233945003340422 0.0007884142630549101']
['59491.999886985766 1.442273687036944 0.0003996235821351648 0.17509749639032285 0.0001294249312012959 0.00046836356426109555 3.461952531094911e-07 0.919629707932368 0.0006797527899227726 0.5226439791045759 0.0007885194118132629']
['59491.99992246597 1.4419556912564824 0.00039959125344087894 0.17506766528990444 0.00012940922991475516 0.0004682837698562307 3.461532541621657e-07 0.9194730319847924 0.0006796703251825376 0.52248265927169 0.000788431937937695']
['59491.99995794618 1.4424194655976623 0.0003996058363141657 0.17526113983914526 0.00012946241986455908 0.0004688012897028551 3.4629553052240276e-07 0.9204891798274437 0.0006799496841626003 0.5219302857702186 0.0007886801616683177']
['59491.99999342639 1.443048330273918 0.00039968352889218034 0.17530900779992242 0.00012947378599116436 0.00046892933041837466 3.463259334674958e-07 0.9207405871844666 0.0006800093802056952 0.5223077430894515 0.0007887709936575002']
['59492.000028906594 1.4421224047160002 0.0003995835262110404 0.17500169651266062 0.0001294079825143521 0.00046810731175559063 3.461499175245159e-07 0.9191265573143941 0.0006796637737098325 0.5229958474016061 0.0007884223739295706']
['59492.000064386804 1.4421205910777073 0.0003996121407618903 0.17494936718618842 0.00012939746355986845 0.00046796733745346086 3.4612178065725154e-07 0.9188517184148552 0.0006796085271001495 0.523268872662852 0.0007883892523059503']
['59492.000099867015 1.4425734328799562 0.0003996432056496271 0.17509077348761234 0.00012942152956145494 0.0004683455813501997 3.4618615415494814e-07 0.9195943985693926 0.0006797349241673055 0.5229790343105636 0.0007885139560937667']
['59492.000135347225 1.4433042329106658 0.00039971462571618044 0.17535883133760705 0.00012947767067569688 0.00046906260205374997 3.4633632450523876e-07 0.9210022654286084 0.000680029782960593 0.5223019674820574 0.0007888043405844427']
['59492.00017082743 1.442025899224671 0.0003995775180196075 0.17517937972300865 0.00012943903800311202 0.0004685825917762852 3.462329870126886e-07 0.9200597674527766 0.0006798268802684455 0.5219661317718944 0.0007885599406780928']
['59492.00020630764 1.442360138522622 0.00039963969408374824 0.17501405717658153 0.00012940290650600351 0.0004681403749616899 3.4613633984687133e-07 0.9191914767677601 0.0006796371140021193 0.5231686617548618 0.000788427860882961']
['59492.00024178785 1.4423967687035355 0.0003996161037585499 0.17509376885516448 0.00012943255940609967 0.0004683535935779694 3.4621565758850685e-07 0.9196101305418303 0.0006797928540236328 0.5227866381617052 0.0007885501599548124']
['59492.00027726805 1.4425415359211704 0.00039963701176960547 0.17516261285097184 0.00012944287775718626 0.0004685377425230945 3.462432578671621e-07 0.9199717061500623 0.0006798470470440456 0.5225698297711081 0.0007886074743182748']
['59492.00031274826 1.4421922611662223 0.00039961941998074206 0.17509153273722258 0.00012942726526779915 0.0004683476122464772 3.462014964409448e-07 0.9195983862249086 0.0006797650486754157 0.5225938749413137 0.0007885278702914913']
['59492.000348228474 1.442863897271184 0.00039967255157509685 0.17511895797009394 0.00012943839825957365 0.0004684209712612154 3.462312757799753e-07 0.9197424263135187 0.0006798235202708701 0.5231214709576654 0.000788605203632354']
['59492.00038370868 1.4423176221927423 0.00039960317146542167 0.17516346106381625 0.00012942983640092145 0.0004685400113847244 3.462083738954954e-07 0.9199761610494552 0.0006797785525258479 0.5223414611432871 0.0007885312771979056']
['59492.00041918889 1.4428295718076638 0.0003996753100542928 0.174966971856883 0.0001294058006658555 0.000468014427711655 3.4614408135689726e-07 0.9189441799206042 0.0006796523144215101 0.5238853918870596 0.0007884590173024279']
['59492.0004546691 1.4423569913353274 0.0003996192702981037 0.17531664998563365 0.00012945531036964524 0.00046894977229454215 3.4627651352646285e-07 0.9207807247144625 0.0006799123443783889 0.5215762666208649 0.0007886547769662629']
['59492.00049014931 1.4423734000321797 0.00039963157153655144 0.17512656032450807 0.00012942257387459546 0.00046844130659372203 3.4618894755996406e-07 0.9197823546455257 0.0006797404090052283 0.522591045386654 0.0007885127878502472']
['59492.00052562951 1.4421839365803786 0.00039959357776076795 0.17513691773462334 0.00012942703649076957 0.0004684690113503182 3.46200884491447e-07 0.9198367528078957 0.0006797638471153865 0.5223471837724829 0.000788513738138253']
['59492.00056110972 1.4427239565967378 0.0003996637865135609 0.17507107001383 0.00012943323749403128 0.0004682928770603082 3.462174713876021e-07 0.9194909139381828 0.0006797964154098283 0.523233042658555 0.000788577395475174']
['59492.00059658993 1.442738320616849 0.00039967755176569897 0.1752388474912621 0.0001294539706013738 0.00046874166050354867 3.462729298164965e-07 0.9203720981683934 0.0006799053077803246 0.5223662224484555 0.0007886782442373322']
['59492.000632070136 1.4424455737634094 0.00039964129959676857 0.17503215256114923 0.00012941655953487257 0.0004681887778171706 3.4617285996506776e-07 0.9192865155522545 0.0006797088210865157 0.5231590582111549 0.0007884904880886105']
['59492.00066755035 1.4429209394469222 0.00039967003752199227 0.1752275907970982 0.0001294421027750575 0.00046871155027633764 3.462411848883957e-07 0.9203129768755158 0.0006798429767597558 0.5226079625714064 0.0007886207022025205']
['59492.00070303056 1.442802317566322 0.00039983087539542016 0.17505810258176452 0.00012960040289692422 0.0004682581908264859 3.466646176091879e-07 0.9194228076773348 0.0006806743849628373 0.5233795098889873 0.0007894189934781179']
['59492.00073851077 1.4428219029988099 0.0003996869210058008 0.1751639631222733 0.00012945234615815868 0.0004685413543273322 3.4626858463721144e-07 0.9199787979110994 0.0006798967760407494 0.5228431050877105 0.0007886756373146708']
['59492.00077399097 1.4426063577430468 0.00039965345805752716 0.17508718625523984 0.0001294260189840393 0.0004683359859592063 3.461981627901738e-07 0.9195755580632344 0.0006797585030674333 0.5230307996798124 0.000788539478421859']
['59492.00080947118 1.442401365975451 0.0003996291108978661 0.17500309197769676 0.00012941842061284158 0.00046811104444732863 3.4617783811226515e-07 0.919133886437483 0.0006797185956556805 0.5232674795379681 0.0007884927365278323']
['59492.00084495139 1.442388029149953 0.00039963126679066336 0.17500062476177222 0.0001294105659596416 0.0004681044449580839 3.4615682791255005e-07 0.9191209283706525 0.0006796773422250085 0.5232671007793004 0.0007884582670825144']
['59492.000880431595 1.442376234805797 0.0003996276822441844 0.1748520437184563 0.0001293844997185233 0.0004677070095380254 3.4608710402815006e-07 0.918340565748195 0.0006795404396981267 0.5240356690576019 0.0007883384384900829']
['59492.000915911805 1.44299782709425 0.00039967828924210536 0.17515887733701596 0.00012943110752420707 0.0004685277504976984 3.462117739888431e-07 0.9199520868540755 0.0006797852285935246 0.5230457402401746 0.0007885751022606829']
['59492.000951392016 1.442097820267847 0.0003995905342639839 0.17531577856069247 0.00012947094658698855 0.00046894744134350145 3.4631833842194936e-07 0.9207761479027966 0.0006799944673686375 0.5213216723650503 0.000788711018513963']
['59492.00098687222 1.4428163319219327 0.0003996621896052767 0.1751067076827888 0.00012942496349312502 0.00046838820329854464 3.461953394860327e-07 0.919678086569269 0.0006797529595227155 0.5231382453526637 0.0007885391250787589']
['59492.00102235243 1.4423771520504631 0.0003996247045535995 0.1751438879763752 0.00012941349637679987 0.000468487655861736 3.4616466640626533e-07 0.9198733612204582 0.0006796927330714279 0.522503790830005 0.0007884682085408764']
['59492.00105783264 1.4421054432641738 0.0003996116448470146 0.17485631609383256 0.00012938953900750553 0.0004677184375995359 3.461005834861532e-07 0.9183630046944988 0.0006795669065520249 0.523742438569675 0.0007883531234022131']
['59492.00109331285 1.4422605293618633 0.00039962960174726636 0.17496320505177612 0.00012940555292615633 0.0004680043519864041 3.461434186846666e-07 0.9189243962803368 0.0006796510132676279 0.5233361330815265 0.0007884347268026644']
['59492.001128793054 1.4422839635991629 0.0003996326345869953 0.17496610475542082 0.00012939260052539738 0.0004680121083253714 3.461087726576801e-07 0.9189396258162859 0.0006795829859527173 0.523344337782877 0.0007883776236191348']
['59492.001164273264 1.4429554643886857 0.00039969513951225254 0.17516200485728953 0.000129440031956366 0.0004685361162172136 3.4623564571140417e-07 0.9199685129059324 0.0006798321006111661 0.5229869514827533 0.0007886240483088946']
['59492.001199753475 1.4419704040635515 0.0003995759146634226 0.1750077068528278 0.00012941442230125845 0.0004681233886521834 3.4616714313659327e-07 0.9191581242270368 0.0006796975961200548 0.5228122798365147 0.0007884476734384419']
['59492.00123523368 1.4416434474094981 0.00039957970831911604 0.17502018624678728 0.00012946390013740642 0.00046815676944605636 3.462994900642645e-07 0.9192236672625382 0.0006799574587048657 0.5224197801469599 0.0007886736263808807']
['59492.00127071389 1.442140270128701 0.0003996064609514379 0.1750883879529336 0.0001294214710305451 0.00046833920034791335 3.461859975921981e-07 0.9195818695007019 0.0006797346167570646 0.5225584006279991 0.000788495068375197']
['59492.0013061941 1.4417202250828889 0.0003995603854242083 0.17509043658979098 0.0001294178897912534 0.00046834468019131586 3.4617641823193474e-07 0.919592629148062 0.0006797158077271712 0.5221275959348269 0.0007884555034207971']
['59492.0013416743 1.4425397914677487 0.0003996380866408591 0.17503559540748967 0.00012942003813200603 0.0004681979869938662 3.4618216477059406e-07 0.9193045977284122 0.0006797270910294435 0.5232351937393365 0.0007885046091008703']
['59492.00137715451 1.4422368490312047 0.0003996149429566407 0.17505533352685865 0.00012940339867254815 0.00046825078395630165 3.461376563298697e-07 0.9194082643217366 0.000679639698910442 0.5228285847094681 0.0007884175435448627']
['59492.00141263472 1.44294304254792 0.00039968689448792807 0.17512870009298942 0.00012943903303020131 0.00046844703020264435 3.462329737107841e-07 0.9197935929253647 0.000679826854150217 0.5231494496225553 0.0007886153468258049']
['59492.001448114934 1.4429281722077092 0.00039965920321502805 0.1752493616099306 0.00012945466687042405 0.0004687697844356217 3.4627479224777493e-07 0.9204273193798876 0.0006799089646555885 0.5225008528278215 0.0007886720984880252']
['59492.00148359514 1.4422834707332282 0.00039960249956217736 0.17521542006233995 0.00012944535250589427 0.0004686789951066261 3.46249877505646e-07 0.9202490549492645 0.0006798600446738146 0.5220344157839637 0.0007886011907169689']
['59492.00151907535 1.4426063723229765 0.00039965091794161284 0.17517549910201488 0.0001294423667936533 0.0004685722116079923 3.462418911046073e-07 0.9200393860399941 0.0006798443634120447 0.5225669862829824 0.0007886122080431561']
['59492.00155455556 1.4428200248966465 0.000399681512408195 0.17522091290729971 0.000129450706258941 0.0004686936877692645 3.462641981150826e-07 0.9202779039248935 0.0006798881631246902 0.522542120971753 0.00078866547136157']
['59492.00159003576 1.4419456666294292 0.0003995867360497402 0.17496376373437866 0.0001294066944039836 0.0004680058463914094 3.46146471992879e-07 0.9189273305377031 0.0006796570084242837 0.5230183360917261 0.0007884181686942099']
['59492.00162551597 1.442529512647093 0.00039965349788333653 0.17516054435469086 0.00012942438945012747 0.0004685322095582561 3.461938039939217e-07 0.9199608421990068 0.0006797499445910057 0.5225686704480862 0.0007885321208053996']
['59492.00166099618 1.4431419473866043 0.00039971122207478924 0.17518175077210205 0.00012944650167610408 0.00046858893403147053 3.462529513900047e-07 0.9200722204417126 0.0006798660802316391 0.5230697269448917 0.0007886614914537511']
['59492.001696476385 1.4428989375179895 0.00039967506942676213 0.17522648953153155 0.0001294448329135853 0.00046870860453081514 3.4624848766221124e-07 0.9203071929177078 0.0006798573157226119 0.5225917446002817 0.0007886356134887913']
['59492.001731956596 1.4425249883492897 0.0003996273365862349 0.17526823697450336 0.0001294558022630567 0.0004688202736385531 3.462778292788646e-07 0.9205264546980219 0.0006799149278521885 0.5219985336512678 0.0007886610915109573']
['59492.00176743681 1.4425768265065726 0.00039964179107578285 0.17508048592551728 0.00012942230264674398 0.0004683180634281863 3.4618822205990917e-07 0.9195403672558681 0.0006797389844892017 0.5230364592507045 0.0007885167393332058']
['59492.00180291702 1.4431924914802359 0.00039969174655602103 0.17527113612944098 0.00012944686464686427 0.0004688280285097987 3.462539222906885e-07 0.9205416813521061 0.0006798679865906738 0.5226508101281298 0.0007886532644044904']
['59492.00183839722 1.4422707009924287 0.0003996213337192162 0.1751072890646248 0.000129437428822816 0.0004683897584211165 3.462286826597737e-07 0.9196811400452984 0.0006798184286912606 0.5225895609471303 0.0007885748577984082']
['59492.00187387743 1.4420779382767028 0.0003995864793544875 0.1750986973087299 0.0001294116165129718 0.0004683667765653095 3.461596380092808e-07 0.9196360152769428 0.0006796828598370367 0.52244192299976 0.0007884403239555718']
['59492.00190935764 1.442897204403576 0.0003996665392803615 0.175184412163776 0.0001294354118017403 0.00046859605291618337 3.462232873845717e-07 0.9200861983391598 0.0006798078350931738 0.5228110060644161 0.0007885886350147385']
['59492.001944837844 1.4426739628312717 0.0003996654877812645 0.17514773074194584 0.00012943170038064644 0.0004684979347715798 3.4621335980452156e-07 0.9198935438127408 0.000679788342335328 0.5227804190185309 0.0007885712982974014']
['59492.001980318055 1.442286648454293 0.00039960349319719885 0.17516953293024495 0.00012943844568017636 0.0004685562528562525 3.462314026240648e-07 0.9200080511042278 0.0006798237693286574 0.5222785973500653 0.0007885704211543997']
['59492.002015798265 1.4426998591984865 0.0003996758746007521 0.17509347589576219 0.00012941850491792823 0.00046835280994877613 3.4617806361766464e-07 0.9196085918895073 0.0006797190384344971 0.5230912673089793 0.0007885168203330817']
['59492.002051278476 1.4429585076157667 0.0003996864320162545 0.175107668329919 0.0001294198851621077 0.0004683907729076092 3.4618175559554427e-07 0.9196831319848688 0.000679726287616112 0.5232753756308979 0.0007885284205494849']
['59492.00208675868 1.4427269797751214 0.00039964965715220827 0.1752821716018244 0.0001294446877385918 0.0004688575469968437 3.4624809933754184e-07 0.9205996407658846 0.0006798565532489065 0.5221273390092368 0.0007886220777136288']
['59492.00212223889 1.4434194872875443 0.00039972675974381716 0.17524753780226132 0.0001294498574248105 0.0004687649059817425 3.462619275915913e-07 0.9204177405580952 0.0006798837049622401 0.5230017467294491 0.0007886845597122297']
['59492.0021577191 1.4426260340897794 0.00039967399585362446 0.1750982842447971 0.00012943235675941074 0.0004683656716717512 3.462151155343515e-07 0.9196338458235142 0.0006797917897027875 0.5229921882662653 0.0007885785822027644']
['59492.0021931993 1.4421992823786556 0.0003996027316181292 0.175007993880741 0.0001294101437599672 0.00046812415641539674 3.461556985820433e-07 0.919159631726581 0.0006796751247897437 0.5230396506520746 0.0007884418928333427']
['59492.002228679514 1.442483292313261 0.00039962873134495076 0.1752191959233526 0.00012943764583150954 0.00046868909505527474 3.4622926313046734e-07 0.9202688861520621 0.0006798195684428023 0.5222144061611987 0.0007885795892325218']
['59492.002264159724 1.442719720992797 0.00039969498353376374 0.17504606319127108 0.00012941761453684461 0.00046822598698600113 3.4617568196135047e-07 0.9193595755844071 0.0006797143620632596 0.52336014540839 0.0007885224751756411']
['59492.00229963993 1.44288710769855 0.00039966907734321317 0.17522410249781223 0.00012945368172968661 0.0004687022195187856 3.4627215712142194e-07 0.9202946559759047 0.0006799037905970936 0.5225924517226455 0.000788672641754912']
['59492.00233512014 1.44287610728734 0.000399673819972225 0.17511520571075767 0.00012943078339019043 0.00046841093444405354 3.4621090697151585e-07 0.9197227190691055 0.0006797835262089835 0.5231533882182344 0.0007885713695514885']
['59492.00237060035 1.4430722321720455 0.00039970826139475965 0.1751059634103045 0.00012943019463593195 0.0004683862124641768 3.462093321286502e-07 0.9196741775751286 0.0006797804340122476 0.5233980545969169 0.0007885861606020621']
['59492.00240608056 1.4430928589419303 0.0003996847613196515 0.17516534792970606 0.0001294325238568709 0.00046854505851133473 3.462155624988349e-07 0.9199860710593806 0.0006797926673154985 0.5231067878825497 0.0007885847950392315']
['59492.00244156076 1.4433755004858149 0.0003997144455517882 0.17522265033017814 0.00012945191802036114 0.00046869833515479967 3.4626743942297947e-07 0.9202870290450533 0.0006798945274178632 0.5230884714407615 0.0007886876481824303']
['59492.00247704097 1.4430737092437835 0.0003996812918932819 0.1750141122823192 0.00012941542078523857 0.00046814052236253943 3.461698139544258e-07 0.9191917661886514 0.000679702840258606 0.5238819430551321 0.0007885056031158553']
['59492.00251252118 1.4429459080755105 0.00039967863945875894 0.17533020818460016 0.00012946232291349456 0.00046898603875479333 3.462952711906186e-07 0.920851933742648 0.0006799491749658328 0.5220939743328625 0.0007887166128441326']
['59492.00254800139 1.442591607409439 0.0003996520328867828 0.17512679528715303 0.00012942458568824362 0.00046844193508895543 3.4619432890595873e-07 0.9197835886930307 0.0006797509752533803 0.5228080187164083 0.0007885322667769911']
['59492.0025834816 1.4422493233762124 0.00039960847957087837 0.1751970792131109 0.00012945193362698203 0.000468629935664352 3.462674811687082e-07 0.920152726959616 0.0006798946093854099 0.5220965964165963 0.000788634019565659']
['59492.00261896181 1.4424095451114358 0.00039964225585465725 0.1749401841353202 0.00012941086538065033 0.00046794277395869883 3.461576288257199e-07 0.9188034881056734 0.00067967891481434 0.5236060570057625 0.0007884651925784664']
['59492.00265444201 1.4428320083700572 0.0003996676536097934 0.17526759638085818 0.0001294547403786706 0.000468818560131912 3.462749888729984e-07 0.9205230902355996 0.000679909350728312 0.5223089181344576 0.0007886767135840594']
['59492.00268992222 1.4429902422560417 0.00039967347517906387 0.1753290913378888 0.00012946731154662755 0.0004689830513316876 3.463086151506587e-07 0.9208460679510967 0.0006799753757701027 0.522144174304945 0.0007887365836674511']
['59492.00272540243 1.4430324157544647 0.0003996721450123561 0.17522143884294372 0.0001294432559553223 0.00046869509458031476 3.462442694991423e-07 0.9202806661919314 0.0006798490333787937 0.5227517495625333 0.0007886269914762353']
['59492.00276088264 1.4428727292851937 0.00039968825030642564 0.17515802701804872 0.00012944485719318713 0.00046852547600245736 3.462485526070625e-07 0.9199476208931131 0.0006798574432415291 0.5229251083920806 0.000788642403478231']
['59492.002796362845 1.4432187683344306 0.00039970939596187125 0.1751502363473675 0.00012943527805885305 0.00046850463694785374 3.462229296393346e-07 0.9199067035050815 0.0006798071326620434 0.5233120648293491 0.0007886097506614999']
['59492.002831843056 1.4430849829627985 0.0003999015063500731 0.1752915818636779 0.00012954315322050733 0.000468882718252134 3.4651148199587434e-07 0.9206490644100731 0.0006803737038892192 0.5224359185527254 0.0007891955345318373']
['59492.00286732327 1.443067035694312 0.0003999068965718677 0.17528180214503575 0.00012953905393828268 0.00046885655874685756 3.4650051693656036e-07 0.9205977003415744 0.0006803521740456023 0.5224693353527377 0.0007891797049179103']
['59492.00290280347 1.442908853707074 0.00039989395675832015 0.17516151381596864 0.0001295078314179749 0.0004685348027440459 3.464170006602113e-07 0.9199659339073983 0.0006801881902204564 0.5229429197996757 0.0007890317805812418']
['59492.00293828368 1.4428833584212113 0.0003998986875110838 0.1751834791601636 0.00012950847763243216 0.00046859355725001805 3.464187292018108e-07 0.9200812981101031 0.0006801915842039504 0.5228020603111082 0.0007890371040039671']
['59492.00297376389 1.4429528510607965 0.000399892699268701 0.17519120313201192 0.0001295189311940127 0.00046861421789371485 3.4644669115136473e-07 0.9201218651891383 0.0006802464873635122 0.5228309858716582 0.0007890813991590504']
['59492.003009244094 1.4428950679977408 0.0003998899445901286 0.17526292039320115 0.00012953461508572435 0.00046880605245881203 3.4648864356973154e-07 0.920498531476897 0.0006803288607443506 0.5223965365208438 0.000789151016311835']
['59492.003044724304 1.4435469428143999 0.00039996687109952484 0.17524367440125033 0.00012952785518691057 0.0004687545718747165 3.464705616989582e-07 0.9203974495863988 0.0006802933570741102 0.5231494932280011 0.0007891593943281082']
['59492.003080204515 1.4429554155567537 0.00039989373515427113 0.17532326640658485 0.00012953959843485952 0.0004689674703802558 3.465019733957486e-07 0.9208154748245003 0.0006803550337965311 0.5221399407322533 0.000789175501031243']
['59492.003115684725 1.4424198919226985 0.0003998533594020938 0.17518392055520549 0.00012953316223386218 0.00046859473792569485 3.464847573755224e-07 0.9200836163613734 0.0006803212302198644 0.5223362755613251 0.0007891258995325205']
['59492.00315116493 1.4431985537693088 0.00039993173269556873 0.17515403224744958 0.0001295147503202296 0.0004685147904984679 3.4643550784499454e-07 0.9199266399550924 0.0006802245289928025 0.5232719138142164 0.0007890822521514217']
['59492.00318664514 1.4428063329105294 0.000399879654606168 0.1752929749294495 0.0001295460053619314 0.0004688864445261441 3.4651911111194225e-07 0.9206563809319828 0.0006803886836235894 0.5221499519785466 0.000789197376434431']
['59492.00322212535 1.4435409216445145 0.0003999770734118939 0.17534081079599284 0.00012955453226111296 0.0004690143993936644 3.4654191948427823e-07 0.9209076197268532 0.0006804334677579463 0.5226333019176613 0.0007892853497311652']
['59492.00325760555 1.4432955318359082 0.0003999489189785547 0.1751552872298389 0.00012952150869587902 0.00046851814741696797 3.464535856414967e-07 0.9199332312491539 0.0006802600246632302 0.5233623005867543 0.0007891215615777668']
['59492.00329308576 1.4430906455922092 0.00039994050083018895 0.1752083841579884 0.00012953267626067397 0.0004686601749560938 3.4648345745896587e-07 0.9202121016701071 0.0006803186778396742 0.5228785439221021 0.0007891678576968431']
['59492.003328565974 1.4431371065505185 0.0003999253671417802 0.17526805966943454 0.00012953343211063957 0.000468819799370013 3.464854792616257e-07 0.9205255234739209 0.0006803226476399137 0.5226115830765976 0.0007891636105239964']
['59492.00336404618 1.442616072438685 0.0003998750185919301 0.1750742173651063 0.00012948805234604948 0.00046830129582523715 3.463640941548886e-07 0.919507444144466 0.0006800843085401759 0.523108628294219 0.0007889326316083431']
['59492.00339952639 1.4433095525781043 0.0003999191833574623 0.17526367502555418 0.0001295465123270238 0.00046880807100451284 3.4652046717917633e-07 0.9205024948821123 0.0006803913462553772 0.522807057695992 0.0007892197015258198']
['59492.0034350066 1.4428450829467785 0.00039989304821112033 0.17524192588606602 0.00012954136617662464 0.0004687498948186719 3.4650670188045496e-07 0.92038826620833 0.0006803643181545412 0.5224568167384485 0.000789183157084257']
['59492.00347048681 1.4426639862839061 0.00039987924872792575 0.17494828386618572 0.0001294852356508844 0.0004679644397100427 3.463565598530616e-07 0.9188460287089587 0.0006800695149731323 0.5238179575749474 0.0007889220232437436']
['59492.00350596701 1.442933019583541 0.00039987963735441844 0.17523269270766734 0.00012951573037177524 0.00046872519723913244 3.4643812935840586e-07 0.9203397726243033 0.0006802296763223489 0.5225932469592377 0.0007890602872533307']
['59492.00354144722 1.4433226443615097 0.0004000172103655056 0.17525512969548313 0.00012954275706631316 0.00046878521333188833 3.465104223337193e-07 0.9204576139468652 0.0006803716232474432 0.5228650304146445 0.000789252376815529']
['59492.00357692743 1.4431558440717849 0.0003999152746731813 0.17512779660852149 0.00012951674765788082 0.00046844461349644135 3.46440850469536e-07 0.9197888477338314 0.0006802350192115591 0.5233669963379535 0.0007890829539906918']
['59492.003612407636 1.442759119316101 0.00039986730249373285 0.17514118792921873 0.0001295170361112743 0.0004684804335785169 3.4644162204572795e-07 0.9198591803005186 0.0006802365341978692 0.5228999390155823 0.0007890599483316482']
['59492.00364788785 1.4433286142392994 0.0003999368553466673 0.17521083106926377 0.00012952454494702262 0.00046866672013298093 3.464617072276811e-07 0.9202249530948728 0.0006802759713604129 0.5231036611444265 0.0007891291944130153']
['59492.00368336806 1.442555714480591 0.00039986201016297876 0.17514275689184866 0.00012950075250434175 0.00046848463035428295 3.463980654653132e-07 0.9198674206504657 0.0006801510110522152 0.5226882938301253 0.0007889835391229203']
['59492.00371884827 1.4430502625699713 0.00039991176786779737 0.1751842987982293 0.00012951123095906382 0.0004685957496777441 3.4642609400085913e-07 0.9200856029318767 0.0006802060449530664 0.5229646596380946 0.0007890561993101886']
['59492.00375432847 1.442777075727701 0.0003998865114053283 0.17509677187924066 0.00012950635459323573 0.00046836162628596854 3.464130503416009e-07 0.9196259027271043 0.0006801804337880029 0.5231511730005967 0.0007890213206954293']
['59492.00378980868 1.4420742675380227 0.0003997947099864719 0.1751888873413384 0.0001295145124920637 0.0004686080234477845 3.464348716848566e-07 0.9201097024229958 0.0006802232798952926 0.5219645651150269 0.0007890117366964048']
['59492.00382528889 1.443147121109856 0.00039991975978791107 0.17507825022149553 0.00012950678173372833 0.0004683120832038779 3.4641419288816884e-07 0.9195286251128967 0.000680182677172943 0.5236184959969594 0.0007890401058216069']
['59492.003860769095 1.4431616719732234 0.0003998950626317945 0.17530871578990528 0.00012953581785561598 0.00046892854932866607 3.464918608264316e-07 0.9207390535184101 0.0006803351778131092 0.5224226184548133 0.0007891590557595355']
['59492.003896249305 1.4431338637668252 0.00039993536701842886 0.17500821667954128 0.0001294908475385908 0.00046812475237389045 3.4637157093992803e-07 0.919160801888347 0.0006800989891732711 0.5239730618784781 0.0007889758759725614']
['59492.003931729516 1.4432697018492493 0.00039994804272437803 0.17520568593632235 0.00012953702237289866 0.00046865295755582983 3.4649508275718084e-07 0.9201979303378276 0.0006803415040593417 0.5230717715114217 0.0007891913576723886']
['59492.00396720972 1.442903034480739 0.00039988628905647316 0.17524590795977052 0.00012954339689841708 0.0004687605463600808 3.4651213380333415e-07 0.9204091804609796 0.0006803749837101737 0.5224938540197593 0.0007891889270852553']
['59492.00400268993 1.443163484048899 0.0003999054157161552 0.17507375167588407 0.00012950583465299795 0.0004683000501657134 3.4641165956750077e-07 0.9195049982977105 0.000680177703009443 0.5236584857511885 0.0007890285477663739']
['59492.00403817014 1.443966491374306 0.00040001147931913677 0.17520499833521588 0.00012953184194374758 0.00046865111831020007 3.4648122576715177e-07 0.9201943189874785 0.0006803142959230441 0.5237721723868275 0.0007892000537407175']
['59492.00407365035 1.442989084529407 0.00039990661121048517 0.1752617253164218 0.0001295570056059894 0.0004688028557802102 3.465485353676909e-07 0.9204922548131398 0.0006804464580146502 0.5224968297162673 0.0007892608440272058']
['59492.004109130554 1.443022657792996 0.00039988643873216053 0.17531048746718525 0.0001295494403323913 0.0004689332883403748 3.4652829922165766e-07 0.920748358546141 0.0006804067244348284 0.5222742992468551 0.0007892163673784411']
['59492.004144610764 1.443121215028162 0.0003999099440448325 0.17542364566311403 0.00012956178566016327 0.00046923597214261725 3.4656132140550636e-07 0.9213426768020695 0.0006804715633411937 0.5217785382260925 0.0007892841768729113']
['59492.004180090975 1.4438584352398083 0.0003999668224202218 0.17543665405078746 0.00012956297567585194 0.0004692707679274892 3.4656450454633337e-07 0.9214109981659006 0.0006804778134235921 0.5224474370739077 0.0007893183854432141']
['59492.00421557118 1.4435188515994108 0.0003999367688910044 0.17544126185639922 0.00012957330017186007 0.0004692830932222778 3.465921212618733e-07 0.9214351988256263 0.0006805320387177525 0.5220836527737845 0.0007893499064624745']
['59492.00425105139 1.4436330415088665 0.00039995998992447873 0.17541934137022297 0.00012956528506030094 0.0004692244587058084 3.465706818564268e-07 0.9213200702217593 0.0006804899425435974 0.5223129712871072 0.0007893253799564395']
['59492.0042865316 1.4432003553097483 0.0003999432981150631 0.17526181376451386 0.0001295356164616536 0.00046880309236762294 3.464913221231607e-07 0.9204927193514384 0.0006803341200717102 0.5227076359583099 0.0007891825876442678']
['59492.0043220118 1.4437959204446285 0.00039996995890096207 0.1751997722419128 0.00012951578722186617 0.000468637139174364 3.4643828142517876e-07 0.9201668710184496 0.0006802299749047593 0.5236290494261788 0.0007891063215956179']
['59492.00435749201 1.4434949499036285 0.0003999334044866104 0.17535464782437415 0.0001295433699346036 0.0004690514116871869 3.465120616785577e-07 0.9209802931952425 0.0006803748420935063 0.5225146567083859 0.0007892126796865432']
['59492.00439297222 1.4434685180787408 0.00039994589809211903 0.17522246705096473 0.0001295308941187181 0.0004686978449061815 3.464786904555782e-07 0.9202860664441426 0.0006803093178504103 0.5231824516345982 0.0007891625240435599']
['59492.004428452434 1.4435869584330052 0.0003999464377126896 0.1752458271978459 0.00012953436279812352 0.00046876033033218975 3.464879687324416e-07 0.9204087562912076 0.0006803275357044302 0.5231782021417977 0.000789178502543457']
['59492.00446393264 1.4436920299558706 0.00039997591794512286 0.17539273718850706 0.00012955893743660794 0.0004691532958986319 3.4655370276923977e-07 0.9211803423766128 0.0006804566041838652 0.5225116875792578 0.0007893047099273392']
['59492.00449941285 1.443592742149855 0.0003999749966619907 0.17547528342807214 0.00012958059670125288 0.0004693740966055299 3.466116385512898e-07 0.9216138835507991 0.000680570360825908 0.5219788585990558 0.0007894023144059473']
['59492.00453489306 1.4434714719561073 0.0003999649556753454 0.17532330328882445 0.0001295524830701846 0.0004689675690355624 3.4653643815880616e-07 0.9208156685337419 0.0006804227052005494 0.5226558034223654 0.0007892699307086358']
['59492.00457037326 1.4432902134819836 0.000399924167537218 0.17515479211897994 0.00012951804453836336 0.00046851682305830276 3.464443194601141e-07 0.9199306308769956 0.0006802418305586311 0.523359582604988 0.0007890933327700179']
['59492.00460585347 1.4434801379718878 0.0003999471607925062 0.17537324387566985 0.00012955757966748272 0.0004691011537625768 3.465500709092758e-07 0.9210779615318796 0.0006804494730435018 0.5224021764400082 0.0007892839899498571']
['59492.00464133368 1.4437647680883265 0.0004000007362397479 0.17516707443767915 0.00012953665952534712 0.0004685496767008844 3.464941121860646e-07 0.9199951388533569 0.0006803395983474114 0.5237696292349696 0.0007892164203004505']
['59492.004676813885 1.4435480865942756 0.0003999763629687607 0.17520675353240078 0.000129532705739476 0.0004686558132397476 3.464835363110173e-07 0.9202035374600882 0.0006803188326653151 0.5233445491341874 0.000789186166257883']
['59492.004712294096 1.4442829429286177 0.0004000218164508979 0.1753072655855957 0.00012954360851632408 0.0004689246702163238 3.4651269985435845e-07 0.9207314368991371 0.000680376095148761 0.5235515060294806 0.0007892585663054609']
['59492.00474777431 1.4434470363030107 0.00039994257642092247 0.1752597843768568 0.00012953153491656824 0.00046879766401338645 3.464804045084416e-07 0.9204820608028194 0.0006803126833853374 0.5229649755001914 0.000789163741950404']
['59492.00478325452 1.4435792690402438 0.0003999478741140909 0.17527076254591512 0.00012954400107416248 0.00046882702922131466 3.465137498967186e-07 0.9205397192537559 0.0006803781569021138 0.5230395497864879 0.000789222869915652']
['59492.00481873472 1.4435663243894754 0.0003999954061845452 0.17525844194065088 0.0001295346924469544 0.0004687940731670342 3.4648885050119653e-07 0.9204750101924941 0.000680329267053332 0.5230913141969813 0.0007892048128198809']
['59492.00485421493 1.4442079615379562 0.00040002879889271107 0.17528807982439804 0.0001295379772018313 0.00046887335074184336 3.4649763680330586e-07 0.9206306713466285 0.0006803465189171813 0.5235772901913277 0.0007892366094817648']
['59492.00488969514 1.4439878029720097 0.0003999928627860325 0.17532537464369502 0.00012954113188906537 0.00046897310964676494 3.4650607519099005e-07 0.9208265474983983 0.0006803630876526543 0.5231612554736114 0.0007892326788216635']
['59492.004925175344 1.4442804224042036 0.0004000280359434024 0.17527189338225227 0.00012953711628867722 0.0004688300540648926 3.4649533396996056e-07 0.9205456585202325 0.0006803419973144812 0.5237347638839711 0.000789232325016274']
['59492.004960655555 1.4435598148304079 0.0003999795395441909 0.1751691467116106 0.0001295212114960538 0.000468555219770458 3.4645279066971067e-07 0.9200060226450137 0.0006802584637397784 0.5235537921853941 0.000789135735817094']
['59492.004996135765 1.4435682436531545 0.0003999715531274898 0.1752862441206942 0.0001295526644044003 0.0004688684404675826 3.4653692320480244e-07 0.920621030045663 0.000680423657586136 0.5229472136074915 0.0007892740950481726']
['59492.00503161597 1.4443006907806994 0.00040002916840301597 0.1754051545338065 0.0001295627590267157 0.0004691865107202199 3.465639250374099e-07 0.9212455595262947 0.0006804766755604818 0.5230551312544047 0.0007893489985773426']
['59492.00506709618 1.4441695645736035 0.000400050479544342 0.17517217096578822 0.00012950805984910014 0.00046856330926628215 3.46417611684459e-07 0.9200219063329214 0.0006801893899637614 0.5241476582406821 0.0007891121545147634']
['59492.00510257639 1.443923235796431 0.00040000773073664174 0.17511598783865368 0.00012951065269007744 0.0004684130265368397 3.464245472047647e-07 0.9197268268836853 0.000680203007826037 0.5241964089127455 0.0007891022218348301']
['59492.0051380566 1.4441172296036877 0.0004000163845752624 0.1753746817204141 0.0001295595208274201 0.0004691049998146515 3.4655526326556767e-07 0.921085513237469 0.00068045966821124 0.5230317163662187 0.0007893278583648338']
['59492.0051735368 1.4444170811828472 0.00040003512130656324 0.175276749086982 0.00012954400159267035 0.0004688430424583368 3.4651375128366133e-07 0.920571161171124 0.0006803781596253695 0.5238459200117231 0.0007892670893772029']
['59492.005209017014 1.4441814905305201 0.00040000111067006077 0.17551569654220547 0.000129572608698935 0.00046948219655309386 3.4659027165962057e-07 0.9218261373014993 0.0006805284070322216 0.5223553532290208 0.0007893793773054217']
['59492.005244497224 1.4442349846101425 0.000400015326764209 0.1751741336850726 0.0001295064062249568 0.000468568559291089 3.464131884498971e-07 0.9200322147325242 0.0006801807049630084 0.5242027698776184 0.0007890868475967977']
['59492.00527997743 1.4447513133403485 0.000400107311525678 0.17543609503343316 0.00012956625943706698 0.00046926927262706553 3.465732881905234e-07 0.9214080621503843 0.0006804950600686291 0.5233432511899642 0.0007894044511618319']
['59492.00531545764 1.4447084431459096 0.0004000669509703468 0.17531770285881004 0.00012954982413462232 0.0004689525885965669 3.4652932584388014e-07 0.920786254510557 0.0006804087402028484 0.5239221886353527 0.0007893095837522417']
['59492.00535093785 1.4442320911126658 0.00040004315600264835 0.17529918708925096 0.00012953548770782325 0.0004689030612646261 3.4649097772301713e-07 0.9206890078216963 0.0006803334438436095 0.5235430832909695 0.0007892326155682272']
['59492.00538641806 1.4445119681285215 0.0004000594016718015 0.17517409492673078 0.0001295151078171127 0.00046856845561744724 3.4643646410375233e-07 0.9200320111698046 0.0006802264066024827 0.5244799569587169 0.0007891485849352617']
['59492.00542189826 1.4444686968568017 0.0004000584274187796 0.17534131861094332 0.00012954098631245097 0.00046901575773416093 3.4650568579203575e-07 0.9209102868221813 0.0006803623230695954 0.5235584100346203 0.0007892652507246492']
['59492.00545737847 1.4443642006298227 0.0004000262770852125 0.17548089214111592 0.0001295677517188777 0.00046938909920057697 3.465772798548371e-07 0.9216433410772895 0.0006805028976831813 0.5227208595525332 0.0007893701388536695']
['59492.00549285868 1.4443680800700827 0.0004000326953844453 0.17544468633612267 0.00012956941018619694 0.0004692922532706056 3.4658171604427934e-07 0.9214531845384595 0.0006805116081207823 0.5229148955316232 0.0007893809005566815']
['59492.00552833889 1.444702489758634 0.0004000684249291494 0.17540598613053748 0.00012956752478394474 0.00046918873513585675 3.465766728327137e-07 0.9212499271561843 0.0006805017057980292 0.5234525626024498 0.0007893904713253877']
['59492.0055638191 1.4445361617827317 0.0004000535541814628 0.17549899773476701 0.0001295876116885199 0.00046943752936405906 3.4663040275127757e-07 0.9217384334809192 0.000680607204246428 0.5227977283018125 0.0007894738834726324']
['59492.00559929931 1.445372198896326 0.0004001354322951778 0.1754748352711779 0.00012956464445331966 0.0004693728978427568 3.4656896831411336e-07 0.9216115297855983 0.0006804865780111327 0.5237606691107276 0.0007894113927676431']
['59492.00563477951 1.4451998211173094 0.0004001178713444527 0.1756493794852818 0.00012960604444827174 0.0004698397814471724 3.4667970804252686e-07 0.9225282535991692 0.0006807040149594104 0.5226715675181401 0.00078958993594845']
['59492.00567025972 1.4450447702335611 0.0004001024729700845 0.17535888967441993 0.00012956080250238242 0.00046906275809731525 3.4655869158331037e-07 0.9210025718194325 0.0006804663996973867 0.5240421984141287 0.0007893772925502107']
['59492.00570573993 1.4445945285479058 0.0004000463084022655 0.17536662109034276 0.00012955018373973014 0.000469083438652966 3.465302877418712e-07 0.9210431779954978 0.0006804106288851373 0.523551350552408 0.0007893007492497068']
['59492.00574122014 1.444479631879285 0.0004000292709871415 0.17535863106238198 0.0001295480156081915 0.00046906206634295925 3.465244882653729e-07 0.9210012135629306 0.0006803992416396612 0.5234784183163543 0.0007892822978315996']
['59492.005776700345 1.4449881680642276 0.0004000805791336683 0.17543773681404745 0.00012956482658551115 0.00046927366418169134 3.4656945549459354e-07 0.9214166849477282 0.0006804875345877687 0.5235714831164994 0.0007893844149267651']
['59492.005812180556 1.4449812506339716 0.0004000899480443081 0.17516598033205447 0.00012950824456509324 0.00046854675010729726 3.4641810577628035e-07 0.9199893925002861 0.0006801903601107839 0.5249918581336855 0.0007891330005225577']
['59492.00584766077 1.4446789099098942 0.0004000562828588249 0.17555376932813427 0.00012959671920344766 0.00046958403641994843 3.466547641969925e-07 0.9220260994124699 0.0006806550378332336 0.5226528104974243 0.0007895165039329961']
['59492.00588314097 1.444870353567167 0.00040007901719895305 0.17542359030209947 0.0001295548761139454 0.00046923582405893456 3.465428392469333e-07 0.9213423860404385 0.0006804352737076964 0.5235279675267285 0.0007893385722923643']
['59492.00591862118 1.4452722877740667 0.0004001414140005895 0.17545990425254535 0.00012958146574934472 0.0004693329592642565 3.4661396314456045e-07 0.9215331105700911 0.0006805749251541215 0.5237391772039756 0.0007894905825574673']
['59492.00595410139 1.445888336062908 0.0004001926288365842 0.1756490507285411 0.0001296104936927123 0.0004698389020646453 3.466916092063208e-07 0.922526526935615 0.0006807273828398756 0.523361809127293 0.0007896479658196826']
['59492.005989581594 1.4452562445940844 0.0004001278401073791 0.1753028492820418 0.00012955424278334612 0.00046891285716521797 3.4654114516801756e-07 0.9207082420275305 0.0006804319473915237 0.5245480025665539 0.0007893604521763284']
['59492.006025061804 1.4449781580711187 0.00040012977275259015 0.17526159626672047 0.00012955230913928934 0.0004688025105886493 3.4653597291575176e-07 0.920491577031095 0.0006804217916979483 0.5244865810400238 0.0007893526776165934']
['59492.006060542015 1.4449141131941043 0.00040007393386539775 0.17546546085444403 0.00012956896690061295 0.0004693478224686089 3.4658053031164247e-07 0.9215622944035926 0.0006805092799401941 0.5233518187905117 0.0007893997926546828']
['59492.006096022225 1.4460608964388864 0.0004001752158086644 0.17557373972357776 0.00012958844956578218 0.0004696374546913826 3.4663264396653805e-07 0.9221309859431606 0.0006806116048623014 0.5239299104957258 0.0007895393340554659']
['59492.00613150243 1.4456914254146231 0.00040019146077930365 0.1754619216922723 0.00012958206682838107 0.0004693383556592974 3.466155709546415e-07 0.9215437063669764 0.0006805780820818333 0.5241477190476468 0.0007895186705144215']
['59492.00616698264 1.4457703593491162 0.0004001803078804248 0.17533971756086195 0.00012955922008318931 0.0004690114751285376 3.465544588129469e-07 0.9209018779457037 0.0006804580886722128 0.5248684814034126 0.0007894095826975453']
['59492.00620246285 1.4453880068823564 0.0004001317480428748 0.17546089009648466 0.00012956723630164085 0.0004693355962715852 3.4657590117919006e-07 0.9215382883218732 0.0006805001906598785 0.5238497185604831 0.000789421259708641']
['59492.00623794305 1.4463046527570804 0.0004002076463275146 0.175782075908966 0.0001296320766126033 0.00047019472752717165 3.4674934077585036e-07 0.9232251885975106 0.000680840738511572 0.5230794641595699 0.0007897532978063415']
['59492.00627342326 1.4460538504379767 0.0004002005839218471 0.17575239404175624 0.00012963196734253434 0.00047011533230218626 3.4674904849229395e-07 0.9230692964377955 0.000680840164614151 0.5229845540001813 0.0007897492241991832']
['59492.006308903474 1.445953601512051 0.0004002134028579783 0.17556359045834238 0.00012961351585172868 0.00046961030669590427 3.466996930978547e-07 0.922077680978689 0.0006807432555237851 0.5238759205333621 0.0007896721774054622']
['59492.00634438368 1.4454991825789971 0.00040013667299492806 0.1755281268902934 0.000129573894382744 0.0004695154461554896 3.4659371070051895e-07 0.9218914227431376 0.0006805351595732353 0.5236077598358595 0.0007894539001682231']
['59492.00637986389 1.4451153307848497 0.00040011963285704633 0.17548600077507506 0.0001295740937318428 0.00046940276414758614 3.4659424393403956e-07 0.9216701721379994 0.0006805362065748046 0.5234451586468503 0.0007894461660283637']
['59492.0064153441 1.4460089821404654 0.00040021082654897213 0.17532835951540351 0.00012956105313311538 0.00046898109379948596 3.465593619886892e-07 0.9208422243456068 0.00068046771603527 0.5251667577948586 0.0007894333526354637']
['59492.00645082431 1.445922747929032 0.00040018639428707344 0.17566281081773097 0.0001296001425005299 0.00046987570855560256 3.466639210819053e-07 0.9225987963116123 0.000680673017334716 0.5233239516174196 0.0007895979399036168']
['59492.00648630451 1.4458700994547227 0.00040019461168908614 0.17558843407348124 0.00012960559222059253 0.00046967676021109116 3.46678498390921e-07 0.9222081621506368 0.0006807016398140364 0.5236619373040858 0.0007896267787192229']
['59492.00652178472 1.4460516406906843 0.00040018752941953977 0.17551271138867708 0.0001295847617562107 0.0004694742116465404 3.4662277954431146e-07 0.9218104589741444 0.0006805922361145521 0.5242411817165399 0.000789528878865315']
['59492.00655726493 1.4464628406458355 0.0004002783308619159 0.1755946672188324 0.00012959469294814528 0.0004696934330832533 3.4664934422140695e-07 0.9222408992585736 0.0006806443957360572 0.524221941387262 0.0007896198677873448']
['59492.006592745136 1.446075666639313 0.00040019436781985496 0.1757348201219106 0.000129641891929876 0.0004700683242986075 3.4677559550294217e-07 0.9229769964386062 0.0006808922895476681 0.5230986702007069 0.0007897910115974977']
['59492.00662822535 1.4456877419277774 0.0004001526108367615 0.17545653693747226 0.00012957242979381623 0.00046932395212410813 3.4658979311115007e-07 0.9215154250917662 0.0006805274674044972 0.5241723168360112 0.0007894553475982385']
['59492.00666370556 1.4460116172071626 0.00040018728226034767 0.1754964409500536 0.00012959161639557632 0.00046943069028967986 3.4664111483402824e-07 0.9217250049897774 0.0006806282373717243 0.5242866122173853 0.0007895597877239339']
['59492.00669918577 1.4462700614688468 0.00040023564513269394 0.17561555008718688 0.0001296024597149555 0.00046974929210383406 3.4667011933619164e-07 0.9223505781890068 0.0006806851875785478 0.5239194832798401 0.0007896333935590785']
['59492.00673466597 1.4461047837034453 0.00040018708664146487 0.1756239858026506 0.00012960045220361844 0.00046977185657130576 3.466647494983327e-07 0.9223948834172826 0.0006806746439265675 0.5237099002861627 0.000789599693008516']
['59492.00677014618 1.4463812404670051 0.0004002158144121185 0.17576613757037066 0.00012962929676699678 0.0004701520944957074 3.467419050419124e-07 0.9231414788359804 0.000680826138482126 0.5232397616310247 0.0007897448505346763']
['59492.00680562639 1.4461528949792226 0.00040021597021281606 0.1755567132732155 0.00012958439499023496 0.00046959191109913954 3.4662179849190816e-07 0.922041561308905 0.0006805903098226628 0.5241113336703176 0.0007895416345183411']
['59492.006841106595 1.4461347172781984 0.00040020374748604416 0.17556147324678423 0.0001295862495299336 0.0004696046434238866 3.4662675915006276e-07 0.9220665611700853 0.0006806000500521723 0.5240681561081131 0.0007895438351560304']
['59492.006876586805 1.4475263082598253 0.0004003323388251797 0.17577576406070078 0.0001296294105892923 0.00047017784413471017 3.467422095020967e-07 0.9231920381339327 0.0006808267362882999 0.5243342701258926 0.0007898044228505034']
['59492.006912067016 1.4462494690435097 0.00040023729518551363 0.1754825518522749 0.00012957765434717006 0.00046939353871713256 3.4660376812781743e-07 0.9216520580476624 0.0006805549072855571 0.5245974109958473 0.0007895219276802065']
['59492.00694754722 1.4464017514444876 0.0004002567567273049 0.17549712600505935 0.0001295754375351262 0.00046943252272481356 3.4659783843715046e-07 0.9217286029677487 0.0006805432643651587 0.5246731484767388 0.0007895217577613977']
['59492.00698302743 1.4467335162122268 0.00040026229056260167 0.17555288800324695 0.0001295890784577661 0.0004695816789878092 3.4663432617272145e-07 0.9220214706052887 0.0006806149078664187 0.5247120456069381 0.0007895863183062597']
['59492.00701850764 1.446483124104874 0.00040024661297998344 0.175489898844016 0.00012958165717144934 0.00046941319098692166 3.466144751743784e-07 0.9216906451891598 0.000680575930522318 0.5247924789157141 0.0007895447728965519']
['59492.00705398785 1.4471359522651421 0.0004002758233415488 0.17572337183823938 0.00012962013901557308 0.00047003770159379757 3.467174092199512e-07 0.9229168688983161 0.0006807780410481779 0.524219083366826 0.0007897338006728277']
['59492.007089468054 1.4466329650576246 0.00040027372299718787 0.17569068428011916 0.00012962425827481278 0.00046995026652737006 3.4672842771524324e-07 0.9227451905468445 0.0006807996758130924 0.5238877745107802 0.000789751386139487']
['59492.007124948264 1.4465721282709842 0.00040027220061618606 0.17535086556149 0.00012955670538895533 0.0004690412946143451 3.4654773232525437e-07 0.9209604283691702 0.0006804448812445132 0.525611699901814 0.0007894447865417721']
['59492.007160428475 1.4474900522773773 0.00040034589663629237 0.1756841579269215 0.00012962003459288143 0.0004699328093614579 3.4671712990251343e-07 0.9227109134817306 0.0006807774926096714 0.5247791387956466 0.0007897688468136915']
['59492.00719590868 1.447148361025137 0.00040031931286277063 0.17569941561391222 0.00012961478030015097 0.00046997362173632724 3.467030753367907e-07 0.9227910483923962 0.0006807498965344064 0.5243573126327408 0.0007897315834399216']
['59492.00723138889 1.4472963064224549 0.0004003230226249275 0.17573563617973925 0.00012960614466710896 0.0004700705071496542 3.4667997611518795e-07 0.9229812824566137 0.0006807045413188496 0.5243150239658412 0.0007896943681043089']
['59492.0072668691 1.447164449871279 0.00040030516578268207 0.17573096081628742 0.00012963518226286904 0.00047005800114622377 3.467576479958723e-07 0.9229567269762995 0.0006808570496999425 0.5242077228949795 0.0007898167812084082']
['59492.0073023493 1.4466051963463047 0.0004002969104798201 0.17530124571119376 0.00012954592114306168 0.000468908567816864 3.465188858371621e-07 0.920699819911732 0.0006803882412975929 0.5259053764345727 0.000789408497189966']
['59492.00733782951 1.4472532279257133 0.0004002989261158366 0.17585776332379 0.00012964133693909062 0.000470397181749005 3.467741109730789e-07 0.9236227065325106 0.0006808893746800978 0.5236305213932028 0.0007898414846041872']
['59492.00737330972 1.4472275305154065 0.0004003071340357835 0.17567784097834924 0.00012961084385845233 0.00046991591232632294 3.466925458552019e-07 0.9226777362308259 0.000680729221945653 0.5245497942845806 0.0007897075883962853']
['59492.007408789934 1.4467215365113877 0.0004002554569767459 0.1754201918302751 0.00012956762258426916 0.0004692267335784336 3.465769344361602e-07 0.9213245369237139 0.0006805022194551952 0.5253969995876738 0.000789485719644827']
['59492.00744427014 1.4470182078882536 0.0004002969126225731 0.17552671855343577 0.000129595769631653 0.0004695116790332639 3.4665222421304394e-07 0.9218840260159442 0.000680650050586413 0.5251341818723094 0.0007896341618866616']
['59492.00747975035 1.4475590035001926 0.00040034481991049173 0.17573248361955945 0.00012963606588553884 0.00047006207445157 3.467600115742879e-07 0.9229647248926443 0.0006808616905753091 0.5245942786075484 0.0007898408805083667']
['59492.00751523056 1.4476173746557053 0.00040035124232963684 0.17582211462352842 0.00012962435237601856 0.00047030182600343477 3.467286794240172e-07 0.9234354759639098 0.0006808001700421142 0.5241818986917954 0.000789791104510715']
['59492.00755071076 1.4478386231138227 0.00040035558411692006 0.17565203100878796 0.00012960041043256836 0.0004698468739357897 3.46664637766079e-07 0.9225421796680041 0.0006806744245408003 0.5252964434458186 0.0007896849156198628']
['59492.00758619097 1.4474654757195782 0.0004003249838886745 0.1758535422966908 0.00012963178049604478 0.0004703858910376141 3.4674854870166513e-07 0.9236005372725359 0.0006808391832775462 0.5238649384470423 0.0007898114244625128']
['59492.00762167118 1.4473409674416278 0.0004003396206178351 0.17575232931406684 0.0001296178222001389 0.000470115159163838 3.4671121203291624e-07 0.9230689564814436 0.0006807658728998893 0.5242720109601842 0.0007897556492622135']
['59492.007657151386 1.447511888522167 0.0004004028069708263 0.17579781132018396 0.00012970123090363963 0.0004702368177536745 3.4693431972130324e-07 0.9233078325639914 0.0006812039438216367 0.5242040559581755 0.0007901653123924565']
['59492.007692631596 1.4470791124567741 0.0004002846904707335 0.17580973335837868 0.00012963338535758968 0.0004702687076916648 3.4675284150246935e-07 0.9233704483108125 0.0006808476121722148 0.5237086641459616 0.0007897982681836277']
['59492.00772811181 1.4472840719773155 0.00040030559186581726 0.17590151226083056 0.00012964991770740813 0.00047051420459917343 3.4679706343851186e-07 0.9238524803615051 0.000680934441740589 0.5234315916158103 0.0007898837134842127']
['59492.00776359202 1.4477841916910956 0.0004003846126900623 0.17575282802717665 0.00012962369195270376 0.0004701164931580667 3.467269128755284e-07 0.9230715757729866 0.0006807967014322677 0.524712615918109 0.0007898050308525691']
['59492.00779907222 1.4482975822752393 0.0004004122575645503 0.17584801835954844 0.00012964792472047333 0.00047037111520733616 3.4679173245158427e-07 0.9235715249976284 0.0006809239743722339 0.5247260572776109 0.0007899287530422085']
['59492.00783455243 1.4478770911225463 0.0004003981962241544 0.17581989732063316 0.00012964415845893558 0.0004702958949998026 3.4678165818031184e-07 0.9234238304655104 0.0006809041935868465 0.5244532606570359 0.0007899045742263492']
['59492.00787003264 1.4479811845366082 0.00040039122324323845 0.17562357780105092 0.00012958895123259126 0.00046977076521884564 3.466339858615372e-07 0.9223927405517381 0.0006806142396669709 0.52558844398487 0.0007896511095969318']
['59492.007905512844 1.448468277932973 0.0004004182715548269 0.17597883659623076 0.00012965778221274974 0.000470721037375648 3.4681809999145457e-07 0.9242585955684389 0.0006809757469157025 0.524209682364534 0.0007899764300802613']
['59492.007940993055 1.4481624655803564 0.00040039335831811354 0.17590115345987664 0.0001296577382306554 0.0004705132448521919 3.4681798234493825e-07 0.9238505959027136 0.0006809755159173079 0.5243118696776429 0.0007899636033793588']
['59492.007976473265 1.4479254829264439 0.00040036691150528296 0.1758444173823957 0.00012963405736769358 0.0004703614830508014 3.4675463904414736e-07 0.9235526123024985 0.0006808511416370462 0.5243728706239453 0.0007898429849639409']
['59492.00801195347 1.4478867103278683 0.0004003760697802965 0.17581379555070703 0.0001296484253503268 0.0004702795735402168 3.467930715728589e-07 0.9233917833545537 0.000680926603730708 0.5244949269733146 0.0007899126767693715']
['59492.00804743368 1.4485489706976882 0.00040046279276915065 0.17571904337513472 0.00012962300551077935 0.0004700261235047371 3.4672507673056344e-07 0.9228941353736069 0.0006807930961700596 0.5256548353240813 0.0007898415589124719']
['59492.00808291389 1.4476262889199583 0.0004003731778722511 0.17573355643969973 0.00012963561039588348 0.00047006494410918977 3.467587931973101e-07 0.9229703594522046 0.0006808592982977074 0.5246559294677536 0.0007898531924591884']
['59492.0081183941 1.4484113435389958 0.0004004237646778818 0.17577341848526007 0.00012963968863123986 0.00047017157001831046 3.4676970195892457e-07 0.9231797189351895 0.0006808807176010497 0.5252316246038063 0.0007898972989697636']
['59492.0081538743 1.4481600980027813 0.0004003985197575615 0.1756301891802397 0.00012960038343771287 0.0004697884498184851 3.4666456555826904e-07 0.9224274641819312 0.000680674282761097 0.5257326338208501 0.0007897065618547057']
['59492.008189354514 1.4483567016131844 0.00040040965720149294 0.17582567268126137 0.00012963573240902065 0.0004703113433559726 3.4675911956695557e-07 0.923454163241919 0.0006808599391230077 0.5249025383712654 0.0007898722366831251']
['59492.008224834724 1.4483240219530151 0.0004009614687350337 0.17589031169205005 0.00012984927500155947 0.00047048424450023464 3.4733031888062295e-07 0.9237936538448007 0.0006819814863527283 0.5245303681082144 0.0007911187313785662']
['59492.00826031493 1.44853589328729 0.00040096161497636543 0.1759316928531905 0.0001298485795674596 0.00047059493385059404 3.4732845868273073e-07 0.9240109918760006 0.000681977833862708 0.5245249014112895 0.000791115656882435']
['59492.00829579514 1.4485209450725 0.0004009885020500813 0.17581460428142226 0.00012984702570361187 0.0004702817367921657 3.4732430229428937e-07 0.9233960308898228 0.0006819696728130875 0.5251249141826773 0.0007911222493478222']
['59492.00833127535 1.449099017839167 0.00040103293549774476 0.17581878662581538 0.00012982878703309735 0.00047029292403223086 3.4727551616709933e-07 0.9234179969843245 0.0006818738814763517 0.5256810208548425 0.0007910622008373071']
['59492.00836675556 1.4485679988821527 0.000400980465472781 0.17600543674544733 0.00012986480528641363 0.00047079218939640095 3.4737186042015517e-07 0.9243983022344924 0.0006820630529748616 0.5241696966476603 0.000791198674116784']
['59492.00840223576 1.4487747129775532 0.0004010014210731194 0.17579460922905776 0.00012983148951105532 0.00047022825256659947 3.4728274495240366e-07 0.9232910148584967 0.0006818880751631057 0.5254836981190565 0.0007910584597564876']
['59492.00843771597 1.4490628059991462 0.00040103112762353066 0.17599229281441037 0.00012986292818409993 0.00047075703105024645 3.4736683940987087e-07 0.9243292689832477 0.0006820531942442223 0.5247335370158984 0.0007912158524080186']
['59492.00847319618 1.4489131817692538 0.000401019702543609 0.17577687132588726 0.0001298208366531475 0.00047018080592845375 3.4725424991048625e-07 0.9231978536023491 0.0006818321252791361 0.5257153281669047 0.0007910194996906386']
['59492.00850867639 1.4489411969670445 0.00040103693961206417 0.1758563220268171 0.00012984132506332013 0.00047039332646265714 3.473090538055294e-07 0.9236151366954681 0.0006819397324754208 0.5253260602715764 0.0007911209930611492']
['59492.0085441566 1.4490548035606474 0.0004010239175825614 0.17588427707879345 0.00012983002092469597 0.0004704681026762105 3.4727881667041294e-07 0.9237619594474447 0.0006818803619994537 0.5252928441132028 0.0007910632152702911']
['59492.00857963681 1.448683430661907 0.00040100424235160715 0.17575741013696047 0.00012982803687104375 0.0004701287497197791 3.472735095788817e-07 0.9230956414756328 0.0006818699415495996 0.5255877891862741 0.000791044258921611']
['59492.00861511701 1.4495420044792708 0.0004011109953542854 0.17584649109973563 0.0001298365286668879 0.00047036702998130934 3.4729622405424844e-07 0.9235635036750821 0.0006819145413176886 0.5259785008041887 0.0007911368227143895']
['59492.00865059722 1.4487456387784035 0.00040100035974556845 0.1760460665749056 0.00012987528552171716 0.00047090086902993477 3.4739989371853036e-07 0.9246116941959328 0.0006821180962275062 0.5241339445824706 0.0007912562073798302']
['59492.00868607743 1.4481841989291828 0.0004009562164494924 0.1756726663926997 0.00012981120303954364 0.0004699020709669183 3.4722848121763094e-07 0.9226505587851875 0.0006817815285690318 0.5255336401439953 0.0007909437022996122']
['59492.00872155764 1.4492992457550709 0.00040106286746626705 0.1758104771837361 0.0001298260900859196 0.00047027069733002495 3.472683021759297e-07 0.9233743549565973 0.0006818597168378132 0.5259248907984736 0.0007910651661566241']
['59492.008757037845 1.4487897997368533 0.00040102061726195735 0.17581818893715678 0.0001298287782677807 0.0004702913252909797 3.4727549272099056e-07 0.9234148578632185 0.0006818738354400247 0.5253749418736348 0.0007910559164350211']
['59492.008792518056 1.4490213277878898 0.0004010313647890063 0.17599343928944333 0.00012987536794659908 0.00047076009772534943 3.4740011419462095e-07 0.9243352903857318 0.0006821185291312978 0.524686037402158 0.0007912722940485015']
['59492.00882799827 1.4492525190026782 0.0004010467568348316 0.1758073477179054 0.00012982866340103448 0.0004702623264063915 3.472751854670333e-07 0.9233579186864781 0.0006818732321482904 0.5258946003162001 0.0007910686480249947']
['59492.00886347847 1.4492828249813408 0.00040104498548951587 0.17596972743980377 0.0001298483304959345 0.00047069667153913115 3.4732779244803486e-07 0.924210753360314 0.0006819765257139417 0.5250720716210268 0.0007911567872496226']
['59492.00889895868 1.4496410014604506 0.00040107326791021333 0.17608742317515516 0.00012987831893966335 0.00047101149268303046 3.474080077262715e-07 0.924828903230857 0.0006821340280444504 0.5248120982295936 0.0007913068927087169']
['59492.00893443889 1.4492972305406728 0.00040104142759616365 0.1760508354477593 0.00012987453107364715 0.00047091362515913886 3.473978756657631e-07 0.9246367407970552 0.0006821141337901636 0.5246604897436177 0.0007912736051232052']
['59492.008969919094 1.4498682907135492 0.00040112072326880095 0.1760482979886239 0.00012988167095816876 0.0004709068377782264 3.474169739500441e-07 0.9246234138057978 0.0006821516331836595 0.5252448769077513 0.0007913461223073125']
['59492.009005399304 1.449846778056619 0.000401118749802205 0.17581461478133928 0.00012983361775270016 0.0004702817648781102 3.472884377285023e-07 0.9233960860364459 0.000681899252902837 0.5264506920201732 0.0007911275766602572']
['59492.009040879515 1.4495127670174281 0.00040107399699347075 0.17599738347386107 0.00012987198463189792 0.00047077064791772844 3.4739106425749954e-07 0.9243560056400267 0.0006821007596213127 0.5251567613774014 0.0007912785839009485']
['59492.009076359725 1.4497020420849682 0.0004010903691511398 0.17623066057624148 0.00012990737992162177 0.000471394634538804 3.474857421620662e-07 0.9255812005054701 0.0006822866592522151 0.5241208415794981 0.0007914471363390899']
['59492.00911183993 1.4494455650890674 0.00040108638938413994 0.175808494339274 0.00012984862819866435 0.0004702653934729237 3.473285887650269e-07 0.9233639408575316 0.0006819780892786993 0.5260816242315358 0.0007911791238432871']
['59492.00914732014 1.4500727090544905 0.00040115181260161185 0.17591819021116606 0.0001298530331911018 0.0004705588159981068 3.473403715603329e-07 0.9239400746384773 0.0006820012247431819 0.5261326344160132 0.0007912322334844295']
['59492.00918280035 1.4499795053075735 0.00040113133605742835 0.17600375543739388 0.0001298546004336383 0.00047078769211089563 3.4734456373506744e-07 0.9243894718350519 0.0006820094560590248 0.5255900334725215 0.0007912289472214375']
['59492.00921828055 1.4495261085564213 0.0004010505111242608 0.17592517253205606 0.0001298515083389981 0.0004705774928196849 3.473362927746221e-07 0.9239767464918911 0.0006819932160661665 0.5255493620645302 0.0007911739753260996']
['59492.00925376076 1.4499776906606185 0.0004011286742949078 0.17597450622465804 0.00012986903750384106 0.0004707094541816779 3.473831810642529e-07 0.9242358520202629 0.0006820852810075686 0.5257418386403556 0.0007912929570701132']
['59492.009289240974 1.4495313614719616 0.0004010998080623229 0.175831201541669 0.00012984170302513163 0.0004703261323553599 3.4731006480537144e-07 0.9234832013743121 0.0006819417175689687 0.5260481600976495 0.0007911545754077059']
['59492.00932472118 1.4498427167601562 0.0004010931722163775 0.17598624105297572 0.00012985819920130075 0.000470740843357024 3.473541899814963e-07 0.9242974845219314 0.0006820283571496888 0.5255452322382248 0.0007912258923688608']
['59492.00936020139 1.449870860939317 0.00040111661985396284 0.17612488970110732 0.00012988277080608286 0.0004711117108814467 3.474199159035261e-07 0.9250256812032948 0.0006821574096958134 0.5248451797360222 0.0007913490218139972']
['59492.0093956816 1.449720950771816 0.00040115519243578334 0.17611655381357055 0.0001299073447686187 0.0004710894134410008 3.474856481322477e-07 0.9249819002813581 0.0006822864746250983 0.524739050490458 0.0007914798303649533']
['59492.00943116181 1.4507274055503903 0.00040120068197097746 0.17621554604238115 0.00012990141068327482 0.0004713542050803771 3.474697752076224e-07 0.9255018174494809 0.0006822553082104771 0.5252255881009094 0.0007914760216174275']
['59492.00946664201 1.4503016759009633 0.00040115549929779115 0.17600463319659523 0.00012987047682600997 0.0004707900400052778 3.473870310682509e-07 0.924394081914891 0.0006820928404727415 0.5259075939860722 0.0007913130718249465']
['59492.00950212222 1.450311938485481 0.0004011230883354313 0.1761397461435167 0.00012989344360487076 0.00047115144997802175 3.474484642847651e-07 0.9251037087369576 0.0006822134643112961 0.5252082297485234 0.0007914006209773747']
['59492.00953760243 1.4500954364279568 0.0004011438332656691 0.17603745389159947 0.00012989121024262114 0.00047087783119596077 3.474424903243997e-07 0.9245664595147032 0.0006822017344675481 0.5255289769132536 0.0007914010244355297']
['59492.009573082636 1.44980171859036 0.0004011019226103643 0.17603522561229917 0.00012987336271761993 0.00047087187083183924 3.4739475046177956e-07 0.9245547563671176 0.0006821079974664913 0.5252469622232424 0.0007912989779656471']
['59492.00960856285 1.4498762335246331 0.0004011106181066811 0.17588721110696373 0.0001298588330871553 0.0004704759508289243 3.473558855456494e-07 0.9237773692592633 0.0006820316863821183 0.5260988642653698 0.0007912376060243597']
['59492.00964404306 1.4504267325831937 0.0004011813701626954 0.17603992676698738 0.00012987665015466672 0.0004708844458235513 3.4740354393835267e-07 0.924579447305606 0.0006821252634173674 0.5258472852775876 0.0007913541348586171']
['59492.00967952326 1.450231044677524 0.00040114874887107256 0.17623022974007513 0.00012990040092269512 0.0004713934821067782 3.474670742263182e-07 0.9255789377104787 0.0006822500048460879 0.5246521069670452 0.0007914451262300588']
['59492.00971500347 1.4501483750692452 0.00040113441730784744 0.17608080868166878 0.00012988282171959235 0.00047099379975304044 3.4742005209069764e-07 0.9247941632440587 0.0006821576770986993 0.5253542118251865 0.0007913582735863697']
['59492.00975048368 1.4507335650451663 0.00040119139953852457 0.1761321088094143 0.00012988838190353228 0.00047113102107929165 3.4743492487655544e-07 0.9250635966881003 0.0006821868797454426 0.5256699683570659 0.0007914123311905766']
['59492.00978596389 1.4507309786945244 0.00040121561640722167 0.1760203750698264 0.00012987532998999242 0.00047083214751684533 3.4740001266551886e-07 0.9244767598205169 0.000682118329779372 0.5262542188740075 0.0007913655202686221']
['59492.009821444095 1.450226267578234 0.000401158154778523 0.17598360207873792 0.00012987530198975324 0.00047073378443610573 3.473999377684353e-07 0.9242836243631194 0.0006821181827192923 0.5259426432151146 0.0007913362624962786']
['59492.009856924305 1.4504846619195744 0.0004011658738270374 0.17611099962390597 0.0001298776095981339 0.0004710745566890682 3.474061103277715e-07 0.9249527291171533 0.0006821303025112076 0.525531932802421 0.0007913506226240313']
['59492.009892404516 1.4507848113200876 0.00040120566039489124 0.1762612469914972 0.00012991283534426933 0.00047147644931492855 3.4750033472477237e-07 0.9257418434427375 0.0006823153116820869 0.5250429678773502 0.0007915302688392429']
['59492.00992788472 1.4505803374794806 0.0004011708116600532 0.17614623119707162 0.00012989070486073943 0.00047116879667263487 3.474411384920531e-07 0.9251377688921829 0.0006821990801509424 0.5254425685872977 0.0007914124115066543']
['59492.00996336493 1.4514331458825014 0.00040126472708136205 0.17628982289990044 0.0001299212058177584 0.0004715528862405708 3.4752272467824804e-07 0.9258919269952754 0.0006823592742529328 0.5255412188872259 0.0007915981053278672']
['59492.00999884514 1.4503761791495036 0.00040116435545908775 0.17598118551705416 0.0001298645793864615 0.00047072732044052155 3.473712561664741e-07 0.9242709323374694 0.0006820618665255332 0.5261052468120342 0.0007912908629948911']
['59492.01003432535 1.451206570873982 0.00040124889739123965 0.1762400069781388 0.00012989432256150634 0.0004714196349768222 3.4745081538213176e-07 0.9256302887507291 0.0006822180806801804 0.525576282123253 0.0007914683741405178']
['59492.010069805554 1.4508993363216862 0.000401223814139888 0.1760439823160878 0.00012988229857442175 0.00047089529390231236 3.4741865274380933e-07 0.9246007474584444 0.0006821549294875092 0.5262985888632418 0.0007914012236893926']
['59492.010105285764 1.4503795765042526 0.00040113629657403054 0.17617197086587294 0.0001299007524633965 0.00047123764701756393 3.474680145530463e-07 0.9252729562283244 0.000682251851173301 0.5251066202759282 0.000791440406384792']
['59492.010140765975 1.45082472165504 0.00040120301023668687 0.1761027409451199 0.0001298805069060948 0.00047105246577222435 3.474138602585889e-07 0.9249093537033609 0.0006821455194647837 0.5259153679516791 0.0007913825656083527']
['59492.01017624618 1.4510582580347218 0.0004012469103107642 0.17602186498052907 0.0001298651024920807 0.00047083613283874606 3.473726554075674e-07 0.9244845849817703 0.0006820646139289953 0.5265736730529514 0.0007913350874364436']
['59492.01021172639 1.4510422686072861 0.0004012184576507625 0.17612519966904233 0.00012989450837535478 0.00047111254000630485 3.474513124105767e-07 0.9250273091861467 0.00068221905659325 0.5260149594211394 0.000791453783829884']
['59492.0102472066 1.4509443375501672 0.0004012051850594218 0.17608642096740712 0.0001298768710000109 0.00047100881190459176 3.4740413467159947e-07 0.9248236395347014 0.000682126423319385 0.5261206980154658 0.000791367208007169']
['59492.0102826868 1.4511615760362864 0.0004012608095690919 0.17620935959460865 0.00012990276735118213 0.00047133765711830693 3.474734041219683e-07 0.9254693256019362 0.000682262433567133 0.5256922504343502 0.0007915126439628047']
['59492.01031816701 1.4507150175901844 0.0004011774739409075 0.1760293235827593 0.00012986061185687507 0.0004708560836524183 3.473606435287338e-07 0.9245237583128115 0.0006820410286600581 0.5261912592773729 0.0007912795526065854']
['59492.01035364722 1.4517219774353 0.00040129771567884415 0.17623471576510957 0.00012991740801117783 0.00047140548165398936 3.4751256602799254e-07 0.9256024987663318 0.0006823393277897995 0.5261194786689682 0.0007915976344442257']
['59492.010389127434 1.4509112221412608 0.0004012039097871105 0.17609367861626157 0.00012988121238703644 0.0004710282251935062 3.4741574733050686e-07 0.9248617574383486 0.0006821492247218301 0.5260494647029121 0.0007913862154580769']
['59492.01042460764 1.4514465857775383 0.00040126337146995436 0.17609407766587773 0.00012987527087089302 0.0004710292926005474 3.473998545294365e-07 0.924863853287173 0.0006821180192799004 0.5265827324903652 0.0007913894651243275']
['59492.01046008785 1.4505695672270171 0.0004011713576046497 0.17596948815801217 0.00012986237649696485 0.00047069603149072907 3.473653637168526e-07 0.9242094966282153 0.0006820502967277566 0.5263600705988019 0.0007912844402797129']
['59492.01049556806 1.451597502740066 0.00040128240897712976 0.1762824936861824 0.00012991470605595818 0.0004715332815247355 3.475053386409468e-07 0.925853433225748 0.0006823251368485198 0.5257440695143181 0.0007915776425151482']
['59492.01053104826 1.451600457898631 0.0004012795449217432 0.17621236367158186 0.00012990290631928993 0.0004713456926426719 3.474737758440067e-07 0.9254851033171317 0.0006822631634416488 0.5261153545814993 0.0007915227712214016']
['59492.01056652847 1.4507764773639193 0.0004012293119775109 0.176031030884576 0.00012987734570142363 0.0004708606504679389 3.474054044375882e-07 0.9245327252341177 0.0006821289164990737 0.5262437521298017 0.0007913815890669602']
['59492.01060200868 1.451313205378895 0.000401258274560368 0.17618126177208418 0.0001299056084713815 0.00047126249901167016 3.474810037576598e-07 0.9253217530046438 0.0006822773554169197 0.5259914523742513 0.0007915242211188924']
['59492.010637488886 1.4515419374090963 0.00040126480686251276 0.17616298117699036 0.00012990360865878397 0.0004712136007415552 3.474756545129514e-07 0.9252257414757898 0.0006822668521994957 0.5263161959333065 0.0007915184791504354']
['59492.010672969096 1.4508762191406352 0.0004012167201514948 0.17613065336882733 0.00012989282150283562 0.0004711271279605724 3.474468002408323e-07 0.9250559525673705 0.0006822101969686745 0.5258202665732647 0.0007914452661916429']
['59492.01070844931 1.451245994187788 0.0004012589681725708 0.17613720467640342 0.00012989506161240123 0.0004711446518762775 3.4745279224941104e-07 0.9250903606953963 0.0006822219622500065 0.5261556334923917 0.0007914768255073331']
['59492.01074392952 1.4510621436267128 0.00040124265436498457 0.17606342877171982 0.00012987021487108157 0.00047094731070129476 3.473863303720875e-07 0.9247028822044109 0.0006820914646590418 0.5263592614223019 0.0007913560727274262']
['59492.01077940972 1.4514079107288738 0.00040124990402417356 0.176163858347527 0.00012990029457908252 0.00047121594706133407 3.4746678977066083e-07 0.9252303484639025 0.0006822494463187107 0.5261775622649713 0.0007914959206980134']
['59492.01081488993 1.4519411973011844 0.00040133347812542724 0.1761498565079164 0.00012989168791528873 0.0004711784939187053 3.474437680381178e-07 0.9251568093903173 0.0006822042432525669 0.5267843879108671 0.0007914993304962805']
['59492.01085037014 1.4514936574731516 0.0004012882804238978 0.17633236278302108 0.00012995621262261168 0.0004716666750250616 3.476163634351263e-07 0.9261153507511611 0.0006825431335221202 0.5253783067219905 0.0007917685350680233']
['59492.010885850344 1.4516799367589275 0.00040126080388101456 0.17632986379023846 0.00012992878164234215 0.0004716599905367573 3.4754298904682794e-07 0.9261022257890675 0.0006823990632475954 0.52557771096986 0.0007916304151890791']
['59492.010921330555 1.4515039008205965 0.0004012784864921871 0.17636566880700782 0.000129929551524607 0.00047175576440913264 3.475450483841061e-07 0.9262902773477302 0.0006824031067468856 0.5252136234728664 0.0007916428638087137']
['59492.010956810765 1.4517468494468546 0.00040129761258167647 0.17629758115718655 0.0001299295989120817 0.0004715736385934593 3.4754517513958233e-07 0.9259326741448874 0.0006824033556306812 0.5258141753019672 0.0007916527734049615']
['59492.01099229097 1.4517909675474296 0.00040129070289938307 0.1762865027097668 0.00012994493574297952 0.0004715440051536503 3.475861992143513e-07 0.9258744890218846 0.0006824839062131278 0.525916478525545 0.000791718706658754']
['59492.01102777118 1.4515025005153026 0.0004012840755685774 0.17611182689949062 0.00012988213467288092 0.0004710767695461875 3.474182143280042e-07 0.9249570740519466 0.0006821540686600889 0.526545426463356 0.0007914310347051354']
['59492.01106325139 1.4519030317463617 0.0004012945207022109 0.17638587610818496 0.00012993944731856997 0.00047180981637331564 3.475715183761233e-07 0.9263964081312236 0.0006824550804546743 0.5255066236151381 0.0007916957933347968']
['59492.0110987316 1.4520762409815093 0.0004012986391145521 0.17627235704581318 0.00012991898134374352 0.0004715061672991707 3.475167744927817e-07 0.9258001945683466 0.00068234759109109 0.5262760464131627 0.0007916052253636309']
['59492.0111342118 1.4519615742589724 0.0004013098805662138 0.17614905223125338 0.00012988833801288896 0.0004711763425807804 3.47434807474659e-07 0.9251525852481796 0.0006821866492273581 0.5268089890107929 0.0007914722007904758']
['59492.011169692014 1.452175272800329 0.0004013289346874465 0.1762595732398317 0.00012991118254475676 0.0004714719722418013 3.474959136959931e-07 0.9257330527302087 0.000682306631012378 0.5264422200701203 0.0007915852781228451']
['59492.011205172224 1.4517166228434837 0.00040131378712425774 0.17621850907445474 0.00012990709484843527 0.00047136213081484855 3.474849796274986e-07 0.9255173795927245 0.0006822851620190929 0.5261992432507592 0.0007915590932125245']
['59492.01124065243 1.4528712581816388 0.0004014023836883702 0.1764109736335926 0.00012994489344710474 0.0004718769490662232 3.4758608607825816e-07 0.9265282228655074 0.0006824836840709284 0.5263430353161314 0.0007917751275796256']
['59492.01127613264 1.4514636581275462 0.0004012580774866053 0.1762386254688445 0.00012990695048048788 0.00047141593961492107 3.4748459346157506e-07 0.9256230329246035 0.0006822844037840751 0.5258406252029427 0.000791530196767778']
['59492.01131161285 1.4519054678240093 0.00040129842852387634 0.17603848797921373 0.00012987062396563272 0.0004708805972489927 3.47387424648054e-07 0.924571890647131 0.0006820936132648777 0.5273335771768783 0.0007913862053336976']
['59492.01134709306 1.4512421847533277 0.00040125649219588806 0.1762049897227995 0.00012990451537504786 0.00047132596826622114 3.474780798637981e-07 0.9254463745945352 0.0006822716143647473 0.5257958101587925 0.0007915183688943846']
['59492.01138257326 1.4518985887224014 0.00040132209221899537 0.17622527059046572 0.00012988756087870885 0.000471380217011419 3.4743272873942856e-07 0.9255528917566478 0.0006821825676402776 0.5263456969657536 0.0007914748747088019']
['59492.01141805347 1.451998645537749 0.0004013060211297839 0.1762408789864629 0.00012990273884915595 0.0004714219674883381 3.474733278826682e-07 0.9256348686263809 0.0006822622838716174 0.526363776911368 0.0007915354360916092']
['59492.01145353368 1.4519653633452547 0.0004013171835418452 0.17622707735729104 0.0001299005950533842 0.00047138504988320493 3.474675935012556e-07 0.9255623810782093 0.0006822510244400432 0.5264029822670454 0.0007915313905054224']
['59492.01148901389 1.4522481771839322 0.00040133901581420033 0.17634010778480913 0.00012993525457317466 0.00047168739192117627 3.4756030331469827e-07 0.9261560282815606 0.0006824330597330602 0.5260921489023715 0.0007916993663199039']
['59492.0115244941 1.4524898882853934 0.00040138411046700503 0.17620894301951306 0.00012991571816828865 0.00047133654283283417 3.4750804591288565e-07 0.9254671377075268 0.0006823304525645413 0.5270227505778666 0.0007916337856814353']
['59492.01155997431 1.451800244251697 0.00040129588569628587 0.17630090925625064 0.00012992971782293307 0.0004715825408357643 3.475454932110073e-07 0.9259501536567787 0.0006824039801624637 0.5258500905949184 0.0007916524363749149']
['59492.01159545451 1.4520242505374645 0.00040131595945218254 0.1763023231698813 0.00012993272895420174 0.00047158632287514954 3.475535476047167e-07 0.9259575796737463 0.0006824197949275302 0.5260666708637183 0.0007916762443195819']
['59492.01163093472 1.4524656310156683 0.00040136322075463453 0.17620933046116521 0.00012989017889104991 0.0004713375791900459 3.474397315899354e-07 0.9254691725901535 0.0006821963177050942 0.5269964584255148 0.0007915075810533487']
['59492.01166641493 1.451524238612539 0.00040127862253482667 0.17597969258747947 0.0001298675433562379 0.0004707233270435216 3.473791844091814e-07 0.9242630913207956 0.0006820774335936864 0.5272611472917434 0.0007913622168900898']
['59492.01170189514 1.4523689686699917 0.00040133814911231147 0.17633854918202932 0.00012993388767049805 0.0004716832228566935 3.475566470236444e-07 0.926147842342591 0.0006824258806223637 0.5262211263274007 0.0007916927386783995']
['59492.011737375346 1.4516190876347577 0.0004012952247212034 0.17617875359403362 0.0001299036451128955 0.00047125578995394076 3.474757520230698e-07 0.9253085798005969 0.0006822670436601655 0.5263105078341608 0.0007915340651221673']
['59492.011772855556 1.4517086514280808 0.0004012987492021742 0.17603359842340816 0.00012987215568942138 0.0004708675183082199 3.473915218146493e-07 0.9245462102069757 0.0006821016580326754 0.5271624412211051 0.0007913933017167598']
['59492.01180833577 1.4520239663667684 0.0004013297392133986 0.17615861687546921 0.00012990017257360627 0.00047120192678928234 3.474664634215074e-07 0.9252028197241031 0.0006822488055336465 0.5268211466426653 0.0007915358439320243']
['59492.01184381597 1.452192068815242 0.0004013228968172509 0.1763408313415356 0.0001299193088404495 0.00047168932734352296 3.475176505048759e-07 0.9261598284744518 0.0006823493111368147 0.5260322403407903 0.0007916190055314964']
['59492.01187929618 1.4516337205919427 0.0004012809119984005 0.17611001117321928 0.00012988374505082726 0.0004710719127090213 3.474225218844816e-07 0.924947537674471 0.0006821625265274541 0.5266861829174717 0.0007914367207380433']
['59492.01191477639 1.4526125682953344 0.0004013846272312413 0.17620598600571177 0.00012990105318368565 0.0004713286331964767 3.474688189416262e-07 0.925451607172856 0.0006822534305865844 0.5271609611224783 0.0007915676613687081']
['59492.011950256594 1.4525433230872165 0.00040137444558674824 0.17620514252608088 0.00012989935523055488 0.0004713263769955918 3.474642771326531e-07 0.9254471771327778 0.0006822445127655193 0.5270961459544387 0.0007915548122326908']
['59492.011985736804 1.4522314800951808 0.0004013506721703417 0.17646865656277014 0.0001299669701908598 0.0004720312435756455 3.4764513856390505e-07 0.9268311794263138 0.0006825996333553561 0.525400300668867 0.0007918488627941899']
['59492.012021217015 1.4517466874649654 0.00040128976290405204 0.1760296944527584 0.000129874262359886 0.00047085707568256285 3.4739715689058056e-07 0.9245257061594454 0.0006821127224783929 0.52722098130552 0.000791398281510944']
['59492.012056697225 1.4517144546640492 0.0004012731529765003 0.17619468727555387 0.00012990192619838112 0.0004712984105283206 3.4747115414505776e-07 0.925392265102699 0.0006822580157478 0.5263221895613502 0.0007915150935717064']
['59492.01209217743 1.4524776833106472 0.00040136686083957004 0.1763054835113883 0.00012992934880597023 0.0004715947763872958 3.475445061374994e-07 0.9259741781060311 0.000682402042048163 0.5265035052046161 0.0007916867461134573']
['59492.01212765764 1.4524154737808253 0.00040136534282769835 0.17636013815889737 0.0001299223964938935 0.0004717409706278674 3.4752590958568546e-07 0.9262612298261417 0.0006823655278040626 0.5261542439546836 0.0007916545028978947']
['59492.01216313785 1.4519981021311277 0.0004013298759555402 0.17638838226650613 0.00012993581554584233 0.00047181652002852546 3.475618038453369e-07 0.9264095707274482 0.0006824360060180795 0.5255885314036794 0.0007916972727276491']
['59492.01219861805 1.452019982474475 0.0004013201548019715 0.17621178761164097 0.00012990804062497878 0.0004713441517554936 3.474875094596324e-07 0.925482077792232 0.0006822901293328718 0.526537904682243 0.0007915666031581584']
['59492.01223409826 1.4524161069805486 0.00040137328457358026 0.17628478253805732 0.00012991578267246919 0.00047153940391280103 3.475082184533761e-07 0.9258654545066037 0.0006823307913470021 0.5265506524739448 0.0007916285886636551']
['59492.012269578474 1.4521713831348335 0.0004013593200810359 0.17629160045647807 0.00012991776404027954 0.0004715576409786541 3.475135183606215e-07 0.9259012629016706 0.0006823411976905439 0.5262701202331629 0.0007916304781156909']
['59492.01230505868 1.4518715377777172 0.0004012967919072829 0.17620919845101263 0.00012990576375717793 0.0004713372260796539 3.4748141912744293e-07 0.9254684792595201 0.0006822781709935816 0.526403058518197 0.0007915444509371688']
['59492.01234053889 1.452314453469479 0.000401373392360786 0.1763751349099511 0.0001299349277423619 0.00047178108503224595 3.4755942908378386e-07 0.9263399942749534 0.0006824313431846738 0.5259744591945256 0.000791715313895117']
['59492.0123760191 1.4520530181456168 0.00040134509759517684 0.17621379093711367 0.00012991558702145985 0.000471349510396697 3.475076951117751e-07 0.9254925994596307 0.0006823297637681715 0.5265604186859861 0.0007916134118922005']
['59492.01241149931 1.4520407697787476 0.0004012920616124417 0.17636249643711893 0.0001299290029690834 0.0004717472787225926 3.475435810677508e-07 0.926273615741171 0.0006824002256779592 0.5257671540375767 0.0007916472615492921']
['59492.01244697951 1.451791208669805 0.0004013340014993627 0.17595495452697452 0.00012985443280076937 0.00047065715587357417 3.473441153384336e-07 0.9241331645324292 0.000682008575634293 0.5276580441373758 0.0007913309535195799']
['59492.01248245972 1.4520732019217055 0.0004013161858772475 0.1762868013124215 0.00012992094964626243 0.000471544803877827 3.475220394520319e-07 0.9258760573131382 0.0006823579288144036 0.5261971446085674 0.000791623031538967']
['59492.01251793993 1.4521889806895878 0.0004013430667163751 0.17624575092322997 0.0001299134892744841 0.00047143499930042064 3.4750208390504326e-07 0.9256604565295692 0.0006823187461895174 0.5265285241600186 0.0007916028856711804']
['59492.012553420136 1.4515906491582535 0.00040127002473922354 0.17612271029973836 0.00012989371354033238 0.0004711058812595837 3.474491863278413e-07 0.9250142347675334 0.000682214882039561 0.5265764143907201 0.0007914763281554725']
['59492.01258890035 1.4525289063473021 0.0004013601122525727 0.1762874392209891 0.00012990698821553444 0.0004715465102022266 3.4748469439803197e-07 0.9258794076732622 0.0006822846019723447 0.52664949867404 0.0007915820979506539']
['59492.01262438056 1.451286868652303 0.0004013014379302933 0.1762616037765135 0.0001299045202384761 0.000471477403669533 3.4747809287285093e-07 0.9257437173136215 0.0006822716399079627 0.5255431513386816 0.0007915411768869777']
['59492.01265986076 1.452240607759815 0.0004013306527666247 0.17635875193470812 0.00012991576240537405 0.0004717372626542212 3.4750816424147065e-07 0.9262539492369125 0.0006823306849021747 0.5259866585229024 0.000791606882492286']
['59492.01269534097 1.4521547737372138 0.0004013191131478155 0.17633043445271987 0.00012991684017401315 0.00047166151698641706 3.475110471356962e-07 0.9261052229659659 0.0006823363454517497 0.5260495507712479 0.000791605911361328']
['59492.01273082118 1.4523524241245944 0.00040132739765595394 0.17652890019795667 0.00012997098974271273 0.0004721923876484146 3.4765589035460097e-07 0.9271475850733019 0.0006826207444470206 0.5252048390512926 0.0007918552650950203']
['59492.01276630139 1.4523439800680449 0.0004013368112329051 0.1764285459268807 0.00012994768810551936 0.0004719239527189671 3.4759356143457645e-07 0.9266205143218524 0.0006824983618987362 0.5257234657461924 0.000791754539011337']
['59492.012801781595 1.4522763389229256 0.00040137901626687147 0.17620918288925808 0.00012990091341535278 0.00047133718445393694 3.4746844507908736e-07 0.925468397527616 0.0006822526965092058 0.5268079413953096 0.0007915641834958452']
['59492.012837261806 1.4518806554809651 0.0004012959644841798 0.17621454471792114 0.00012989977764261057 0.00047135152666462164 3.4746540703125286e-07 0.925496558392443 0.000682246731316232 0.5263840970885221 0.0007915169319117381']
['59492.012872742016 1.452282324262553 0.00040135065225687543 0.1762457524548282 0.0001299105929279498 0.0004714350033972514 3.474943365459199e-07 0.9256604645736777 0.0006823035342854507 0.5266218596888754 0.0007915936198362369']
['59492.01290822222 1.4517966589319116 0.0004012869218736927 0.17626512305781067 0.00012991906350753917 0.00047148681730003003 3.4751699427049974e-07 0.9257622009338796 0.0006823480226236301 0.526034457998032 0.0007915996574312304']
['59492.01294370243 1.451739796871247 0.0004013226539085907 0.17605034492322155 0.00012986902164226365 0.0004709123130683004 3.4738313863654783e-07 0.9246341645127183 0.0006820851977009646 0.5271056323585288 0.0007913912366604766']
['59492.01297918264 1.4522250196190205 0.0004013120674732908 0.17641334043207793 0.0001299428512870683 0.00047188327995157183 3.47580623559529e-07 0.9265406535298212 0.0006824729584404848 0.5256843660891993 0.0007917200985842123']
['59492.01301466285 1.451873910151897 0.0004012995846508084 0.17630212807421078 0.00012991496575826328 0.00047158580101900943 3.47506033311629e-07 0.9259565550116112 0.0006823265008312147 0.5259173551402857 0.0007915875254054229']
['59492.013050143054 1.452200937900624 0.00040132016407293545 0.1763346889655028 0.00012992852908314795 0.0004716728972677591 3.4754231348306016e-07 0.9261275680961283 0.0006823977367812392 0.5260733698044957 0.0007916593618821704']
['59492.013085623264 1.4515719081136824 0.000401278872146243 0.17613224137395372 0.00012990932824075984 0.00047113137567259797 3.474909536683107e-07 0.9250642929304292 0.0006822968920207976 0.5265076151832532 0.0007915515031204229']
['59492.013121103475 1.451722490135805 0.00040130326434388293 0.17627630209880324 0.00012994095288518335 0.0004715167198148703 3.475755455755968e-07 0.9258209143844709 0.0006824629878423496 0.5259015757513341 0.0007917070416181501']
['59492.01315658368 1.452057187394583 0.00040132932540705993 0.17621570998184274 0.00012990029221364804 0.0004713546435976154 3.4746678344342403e-07 0.9255026784760649 0.0006822494338952103 0.526554508918518 0.0007915361757254186']
['59492.01319206389 1.4524167037083555 0.0004013470789160423 0.17631847717052182 0.00012991136436585885 0.0004716295327751941 3.474964000443487e-07 0.9260424221140853 0.0006823075859551411 0.5263742815942702 0.0007915953003943191']
['59492.0132275441 1.4525800313763675 0.00040135618220250136 0.17640764217249194 0.00012994661298799116 0.00047186803783089734 3.475906856317358e-07 0.926510725695861 0.0006824927152730628 0.5260693056805065 0.000791759490876469']
['59492.0132630243 1.4522154453822733 0.0004013371684798558 0.17635184800942486 0.00012993415956514962 0.0004717187955309343 3.4755737430730485e-07 0.9262176891251306 0.0006824273086404917 0.5259977562571427 0.0007916934724890265']
['59492.01329850451 1.4520385063465109 0.000401306432390479 0.17636167449369872 0.00012992057906356823 0.00047174508012833596 3.475210481903915e-07 0.9262692988114428 0.0006823559824767239 0.5257692075350681 0.0007916164093168795']
['59492.01333398472 1.4521683256449271 0.0004013367756569652 0.17622995990591228 0.00012991304822070027 0.00047139276033466334 3.4750090414218836e-07 0.9255775205142452 0.0006823164297305687 0.5265908051306819 0.0007915976994502949']
['59492.013369464934 1.4521469044777544 0.00040135603319499527 0.17614440912780505 0.00012989523771322363 0.00047116392286876207 3.4745326329674495e-07 0.9251281992006568 0.0006822228871492838 0.5270187052770976 0.0007915268366469495']
['59492.01340494514 1.4518828829839983 0.00040132007459523373 0.17629730939591687 0.00012991353197186483 0.0004715729116665784 3.475021981151139e-07 0.9259312468272944 0.0006823189704404667 0.5259516361567038 0.0007915914221971221']
['59492.01344042535 1.4518782648352786 0.00040130829536713484 0.1763013516556875 0.0001299127124631678 0.00047158372419807014 3.475000060334325e-07 0.9259524771832327 0.0006823146662981503 0.5259257876520459 0.0007915817404261115']
['59492.01347590556 1.4522786410875976 0.0004013552752091227 0.1762506076928608 0.0001299102431457579 0.00047144799054234005 3.474934009229813e-07 0.9256859647734286 0.0006823016971941067 0.5265926763141691 0.0007915943803060688']
['59492.01351138576 1.4520076626142489 0.0004013333659448739 0.17638065285867757 0.00012994018270172267 0.0004717958448442719 3.475734854326581e-07 0.9263689750980966 0.0006824589427611486 0.5256386875161523 0.0007917188132003097']
['59492.01354686597 1.4524591816734662 0.00040134285934803984 0.1764143952479551 0.00012994133928543805 0.0004718861014500744 3.4757657914720265e-07 0.926546193529176 0.000682465017255452 0.5259129881442902 0.0007917288617494912']
['59492.01358234618 1.4521245747574534 0.0004013308286642769 0.17625216088743045 0.0001299071429243291 0.0004714521451405475 3.474851082244086e-07 0.9256941223079331 0.0006822854145185352 0.5264304524495202 0.0007915679509057227']
['59492.013617826386 1.4521216127372583 0.0004014322823899865 0.17638505721014552 0.00012996820982715424 0.0004718076259250658 3.476484544335504e-07 0.9263921071961425 0.00068260614405018 0.5257295055411157 0.0007918958424186156']
['59492.013653306596 1.452070399041283 0.0004014053722778673 0.17638170123301053 0.00012996371289851374 0.0004717986491124618 3.476364257205778e-07 0.9263744812658117 0.0006825825257274882 0.5256959177754714 0.0007918618423197638']
['59492.01368878681 1.4519439123692883 0.00040139602524754526 0.17637169247473947 0.0001299719008925488 0.0004717718769552677 3.4765832756469023e-07 0.9263219142580855 0.0006826255298978404 0.5256219981112028 0.0007918941742132186']
['59492.01372426702 1.4524533752721727 0.00040143967200860893 0.17634925276795804 0.00012996312433944873 0.00047171185358962404 3.4763485139982996e-07 0.9262040586552419 0.0006825794345559282 0.5262493166169308 0.0007918765653440378']
['59492.01375974722 1.4516501408937694 0.00040139668576219187 0.1763016587174644 0.00012995530562572344 0.0004715845455493244 3.476139373336451e-07 0.9259540899026492 0.0006825383698830013 0.5256960509911203 0.0007918193769436414']
['59492.01379522743 1.4518513365699997 0.00040139140065897347 0.17636529626070208 0.00012996888073495662 0.0004717547678950807 3.4765024902671184e-07 0.9262883206969648 0.0006826096677256126 0.5255630158730349 0.000791878156660129']
['59492.01383070764 1.452633696235294 0.00040147703390353505 0.1762613385597629 0.00012994307687164955 0.00047147669424840944 3.4758122696963307e-07 0.9257423243685026 0.0006824741432334536 0.5268913718667914 0.000791804751775472']
['59492.013866187845 1.4522161137174163 0.0004014171928741894 0.17630132000995064 0.00012994717213709908 0.00047158363954974327 3.475921812845838e-07 0.9259523109766316 0.0006824956519805625 0.5262638027407848 0.0007917929512867409']
['59492.013901668055 1.4528591402955906 0.00040148936726197955 0.17635442901128914 0.0001299661035861206 0.00047172569938311635 3.4764282050629247e-07 0.926231244807191 0.0006825950818598772 0.5266278954883996 0.0007919152466039008']
['59492.013937148266 1.452434472195573 0.00040144988692251613 0.1763056237471528 0.00012996010853279295 0.0004715951515001549 3.4762678450005387e-07 0.9259749146384076 0.0006825635952352571 0.5264595575571654 0.0007918680908147398']
['59492.01397262847 1.451739547299438 0.0004013949830521511 0.1761934115174073 0.00012992913766410563 0.00047129499803730854 3.47543941359828e-07 0.9253855646922653 0.0006824009331097985 0.5263539826071728 0.0007917000479528597']
['59492.01400810868 1.4527981603403248 0.0004014729251273803 0.17638354194923472 0.00012995813483458824 0.00047180357279457796 3.4762150510802946e-07 0.9263841488930395 0.0006825532291732575 0.5264140114472853 0.0007918708355945283']
['59492.01404358889 1.4529281039966029 0.00040147072873488956 0.17643704434398183 0.0001299671601272558 0.00047194668490535536 3.476456466196412e-07 0.9266651488654508 0.0006826006309204613 0.5262629551311521 0.0007919105804091363']
['59492.0140790691 1.4524827564426044 0.00040146701825607083 0.1762090232209605 0.00012994037880687307 0.0004713367573615199 3.475740099890287e-07 0.9254675589336161 0.0006824599727251738 0.5270151975089883 0.000791787459561886']
['59492.0141145493 1.452289462607057 0.00040143763766214307 0.17622462284441198 0.00012993694285239366 0.00047137848437299343 3.4756481924718606e-07 0.9255494897290546 0.0006824419267457651 0.5267399728780024 0.0007917570083758237']
['59492.014150029514 1.4518046850434847 0.00040138549260580465 0.1760099672941836 0.0001298948660338004 0.00047080430803885973 3.4745226910149363e-07 0.9244220971333174 0.0006822209350514726 0.5273825879101673 0.0007915400924128292']
['59492.014185509724 1.4515390880875412 0.0004013589045290876 0.17618442483522018 0.0001299291112084883 0.00047127095980382825 3.4754387059441173e-07 0.9253383657311984 0.0006824007941622285 0.5262007223563427 0.0007916816368452848']
['59492.01422098993 1.4524244998021631 0.00040144219302620815 0.1763703620155692 0.00012995521344583667 0.0004717683181459646 3.4761369076415545e-07 0.9263149265523593 0.0006825378857449406 0.5261095732498039 0.0007918420295859932']
['59492.01425647014 1.451948296677397 0.00040141635740424425 0.17643250656425488 0.00012996137546064142 0.00047193454692091494 3.4763017337113997e-07 0.9266413159887337 0.0006825702492680747 0.5253069806886634 0.0007918568287118408']
['59492.01429195035 1.4519768016129309 0.00040141735628791827 0.1762579505947689 0.0001299384803024278 0.0004714676318723453 3.475689317307607e-07 0.9257245304347106 0.0006824500015883814 0.5262522711782203 0.0007917536855595706']
['59492.01432743055 1.4525896365554163 0.0004014948493765973 0.17617092366672227 0.00012993156426932938 0.00047123484589283734 3.4755043222060607e-07 0.9252674562327851 0.0006824136778851333 0.5273221803226312 0.0007917616698480996']
['59492.01436291076 1.4521923615124988 0.00040144832443114536 0.17605647620352566 0.00012990757313403618 0.00047092871346439923 3.474862589807355e-07 0.9246663666151559 0.0006822876740232993 0.5275259948973429 0.0007916294760256834']
['59492.01439839097 1.4517441329219625 0.00040140582929853395 0.1760892273594325 0.00012992520505529197 0.0004710163186468286 3.475334221307198e-07 0.9248383789886161 0.0006823802786517436 0.5269057539333464 0.0007916877443081173']
['59492.01443387118 1.4520844208309887 0.00040144337576591337 0.17615268200147172 0.00012992733376142093 0.00047118605175510873 3.475391161492545e-07 0.9251716491673936 0.0006823914588309924 0.5269127716635951 0.0007917164183164464']
['59492.01446935139 1.4522931856290677 0.0004014354027660195 0.1762895201208093 0.00012994352071888114 0.0004715520763449571 3.475824142046059e-07 0.9258903367689565 0.0006824764743638715 0.5264028488601112 0.0007917856532257051']
['59492.0145048316 1.452469735083275 0.0004014509517584045 0.17643465712486328 0.00012995958664341762 0.00047194029939740646 3.476253885122584e-07 0.9266526109499122 0.0006825608542196305 0.5258171241333627 0.000791866267990221']
['59492.01454031181 1.451850994546747 0.0004014010288920206 0.17627085878754462 0.00012995487123846407 0.00047150215964859133 3.4761277540289644e-07 0.9257923255648353 0.0006825360884373114 0.5260586689819118 0.0007918196120423376']
['59492.01457579201 1.4523166514905672 0.00040142723157808303 0.17641002125572594 0.00012997593873632305 0.0004718744015763884 3.4766912828395245e-07 0.9265232208809135 0.0006826467370605202 0.5257934306096537 0.0007919282731862898']
['59492.01461127222 1.4527141497960234 0.0004014557901467712 0.17631763035880743 0.00012995914783789448 0.000471627267661409 3.476242147632153e-07 0.9260379745735685 0.0006825585495687736 0.5266761752224549 0.0007918667343889351']
['59492.01464675243 1.4524453656418803 0.00040146069133569 0.17637695219797678 0.0001299619841622335 0.00047178594604690657 3.476318015705895e-07 0.9263495388549201 0.0006825734462302179 0.5260958267869602 0.0007918820595179097']
['59492.01468223264 1.4519415873192334 0.00040140125674205656 0.17619821973338257 0.0001299225493608041 0.00047130785940436594 3.475263184852561e-07 0.9254108179274295 0.000682366330676492 0.5265307693918039 0.0007916734037183528']
['59492.014717712846 1.451668347696177 0.0004013958793996538 0.1761723019240225 0.00012993647839518838 0.00047123853255606735 3.475635768831512e-07 0.9252746949791099 0.0006824394873696869 0.5263936527170671 0.0007917337342316686']
['59492.014753193056 1.452406839782626 0.00040145293153454325 0.17642321077958723 0.0001299684930472046 0.00047190968187755736 3.476492120112142e-07 0.9265924935902691 0.0006826076315504444 0.5258143461923569 0.0007919075923923106']
['59492.01478867327 1.4526480929802654 0.00040147820649750376 0.17650753437589856 0.0001299847890639674 0.0004721352367880151 3.476928017863488e-07 0.927035369621316 0.0006826932198737784 0.5256127233589494 0.0007919941810102391']
['59492.01482415347 1.4520861192578676 0.0004014153784152341 0.17632882407467315 0.00012996314902086886 0.00047165720942967114 3.476349174194941e-07 0.9260967650980734 0.0006825795641852357 0.5259893541597942 0.0007918643617890326']
['59492.01485963368 1.4515196472578142 0.0004013574011266469 0.17609901694284893 0.00012992102558452974 0.00047104250453912334 3.475222425772523e-07 0.9248897948679042 0.0006823583276498412 0.52662985238991 0.0007916442703337302']
['59492.01489511389 1.4522125431931152 0.0004014044279280915 0.17640213835259672 0.00012996513359183668 0.0004718533158117005 3.476402258947789e-07 0.9264818190787644 0.0006825899873520835 0.5257307241143508 0.0007918677955275085']
['59492.014930594094 1.4520713544266801 0.0004014149027431383 0.17632404509948701 0.00012996251211946024 0.00047164442627801084 3.4763321378911686e-07 0.9260716654384823 0.0006825762191148122 0.5259996889881978 0.0007918612372413207']
['59492.014966074305 1.452313065949125 0.0004014343190365393 0.17625428884432617 0.00012994491007758122 0.0004714578371549784 3.4758613056267054e-07 0.9257052985521332 0.0006824837714158678 0.5266077673969918 0.0007917913934530715']
['59492.015001554515 1.451740122214852 0.0004013794537351382 0.1762330172604456 0.0001299424482668552 0.00047140093836973496 3.475795455316453e-07 0.9255935780485589 0.0006824708417376849 0.5261465441662931 0.0007917524333419267']
['59492.015037034726 1.4522589219340325 0.00040143179479491825 0.17625654123880302 0.00012994544362842267 0.00047146386202413446 3.475875577434068e-07 0.9257171283550579 0.0006824865736786905 0.5265417935789746 0.0007917925290907639']
['59492.01507251493 1.4515669147905437 0.0004014036573284421 0.17589024116319346 0.00012988541204240561 0.0004704840558445009 3.4742698087523436e-07 0.9237932834201338 0.0006821712817353236 0.5277736313704099 0.0007915065089694863']
['59492.01510799514 1.4521322785783122 0.0004014207415295605 0.1763266540177203 0.00012995171538804037 0.00047165140480293435 3.476043339038277e-07 0.9260853677401276 0.0006825195135926491 0.5260469108381846 0.0007918153182181364']
['59492.01514347535 1.4522860998471903 0.0004014404041356104 0.17631388467979747 0.00012994501659574945 0.0004716172484457843 3.47586415485242e-07 0.9260183018896927 0.0006824843308600286 0.5262677979574976 0.000791794960796053']
['59492.01517895555 1.4519893319426278 0.0004013943101984259 0.17622664698144075 0.00012993805775586052 0.0004713838986824661 3.475678014723595e-07 0.9255601207008443 0.0006824477823312002 0.5264292112417835 0.0007917400885823853']
['59492.01521443576 1.4521932594152467 0.00040141096472859437 0.1762080450396525 0.0001299231617570139 0.0004713341408507568 3.4752795656733884e-07 0.9254624214267465 0.0006823695470431402 0.5267308379885002 0.0007916810982562367']
['59492.015249915974 1.4520311750619088 0.00040143518642319145 0.17616683536871558 0.00012992869266000807 0.00047122391021491136 3.4754275103038564e-07 0.9252459840793886 0.0006823985959034037 0.5267851909825202 0.0007917184174879093']
['59492.01528539618 1.4519048121751206 0.0004014037574880847 0.1763289759998596 0.00012994985673505714 0.00047165761581024937 3.475993622431592e-07 0.9260975630244728 0.0006825097517597539 0.5258072491506478 0.0007917982936156872']
['59492.01532087639 1.4516194546022483 0.00040137012810747625 0.1761645359358382 0.00012991992095899257 0.0004712177595240081 3.4751928784423534e-07 0.925233907226041 0.000682352526045129 0.5263855473762072 0.0007916457222376562']
['59492.0153563566 1.4523165084307657 0.00040144247208481764 0.17620734330112292 0.00012993132150924798 0.00047133226378931573 3.475497828682205e-07 0.9254587358252255 0.0006824124028847058 0.5268577726055401 0.0007917340121558802']
['59492.01539183681 1.4526714851077314 0.0004014765947941696 0.17640858583200508 0.0001299676731632878 0.0004718705620002438 3.4764701892586763e-07 0.9265156818907831 0.000682603325437436 0.5261558032169482 0.000791915876887039']
['59492.01542731701 1.4523523213923468 0.0004014482326226824 0.17633751896892352 0.00012995686600625456 0.00047168046716747965 3.476181111533868e-07 0.9261424315594723 0.0006825465651589001 0.5262098898328745 0.0007918525728228']
['59492.01546279722 1.4517927886913493 0.00040137133757301417 0.17611603578893564 0.00012991640534543568 0.00047108802779089506 3.4750988402447774e-07 0.9249791795637377 0.0006823340616882127 0.5268136091276117 0.0007916304203130929']
['59492.01549827743 1.451797726916108 0.0004013781696636629 0.17625643090524407 0.0001299390187873254 0.0004714635668958774 3.475703721094705e-07 0.9257165488720802 0.0006824528297653645 0.5260811780440278 0.0007917362565509463']
['59492.015533757636 1.4523634393248432 0.00040143575383190874 0.17627916247564354 0.00012994725485787612 0.0004715243709596306 3.475924025521562e-07 0.9258359373720775 0.000682496086438425 0.5265275019527658 0.0007918027358239923']
['59492.01556923785 1.451889776991919 0.0004014257507002509 0.17607309920718323 0.00012990785650380504 0.0004709731778879477 3.4748701695887727e-07 0.9247536723066346 0.0006822891623099004 0.5271361046852844 0.0007916193114943607']
['59492.01560471806 1.45236673107505 0.00040142284607857945 0.17632255577893918 0.00012995365962513002 0.0004716404425346993 3.4760953449111106e-07 0.9260638433767815 0.0006825297249219014 0.5263028876982686 0.0007918251869925542']
['59492.01564019826 1.4524759342923659 0.00040147088862797303 0.17636454702180876 0.00012997169374638005 0.0004717527637761996 3.4765777347499776e-07 0.9262843856187436 0.0006826244419452734 0.5261915486736223 0.000791931185872125']
['59492.01567567847 1.452288788789135 0.00040144130409695714 0.17647407779598745 0.00012998213596870242 0.000472045744685968 3.476857050934763e-07 0.9268596522898501 0.0006826792855499078 0.5254291364992848 0.000791963463522149']
['59492.01571115868 1.451733601500529 0.00040139231076250273 0.17616681983570448 0.00012993481728520252 0.00047122386866607944 3.4755913362491137e-07 0.925245902498448 0.0006824307630525343 0.5264876990020811 0.0007917244050171283']
['59492.01574663889 1.4521307682111249 0.0004014175444247167 0.1763721502793303 0.0001299598455838683 0.0004717731015244038 3.4762608114507675e-07 0.9263243186939616 0.000682562214200989 0.5258064495171633 0.0007918505043421556']
['59492.015782119095 1.4523887187974407 0.0004014585204194327 0.17612297725091622 0.00012991983265621816 0.00047110659532007985 3.4751905164552887e-07 0.925015636822039 0.0006823520622700534 0.5273730819754017 0.000791690141723108']
['59492.015817599306 1.4522123062772037 0.0004014107483730779 0.17637158945216952 0.00012996395594959916 0.00047177160138297766 3.4763707585136217e-07 0.9263213731731593 0.0006825838022562982 0.5258909331040443 0.0007918656679084526']
['59492.015853079516 1.4523335008075504 0.00040145189454778506 0.17620566002569282 0.00012994580049074594 0.00047132776124132774 3.475885123047976e-07 0.9254498950929245 0.0006824884479555985 0.5268836057146259 0.0007918043351920016']
['59492.01588855972 1.4515792579376208 0.00040138769763111803 0.17603190778787373 0.00012990649987393172 0.0004708629960728876 3.4748338814626744e-07 0.9245373308186645 0.0006822820371530028 0.5270419271189563 0.0007915938744275763']
['59492.01592403993 1.4522173214289529 0.0004014135106878613 0.17637237647218645 0.00012995140832594915 0.000471773706561566 3.4760351255173264e-07 0.9263255066816516 0.0006825179008715818 0.5258918147473013 0.0007918102623563956']
['59492.01595952014 1.452359173669997 0.00040142977690427385 0.17656602257367646 0.00013000277199667567 0.00047229168528866865 3.477409038473876e-07 0.927342555534015 0.0006827876680497672 0.525016618135982 0.0007920510497602122']
['59492.01599500035 1.45214047132722 0.0004014358407376199 0.1762688636344591 0.00012995654856055814 0.0004714968228674857 3.4761726202646666e-07 0.9257818468196382 0.0006825448979020912 0.5263586245075818 0.0007918448534156775']
['59492.016030480554 1.4521812034816663 0.00040142538197485904 0.17618126511123883 0.00012993086344909694 0.00047126250794348476 3.475485576154933e-07 0.9253217705422208 0.0006824099971066016 0.5268594329394456 0.0007917232732746294']
['59492.016065960765 1.4523877372325826 0.00040143044500913234 0.17623236279819807 0.00012993358367537582 0.000471399187766344 3.4755583387530187e-07 0.9255901407468387 0.0006824242840093268 0.526797596485744 0.0007917381546861768']
['59492.016101440975 1.4517221878241904 0.000401436889695437 0.17633278899521676 0.00012994946108274354 0.0004716678150885532 3.475983039234709e-07 0.9261175892605923 0.0006825076737539053 0.5256045985635981 0.0007918132994218484']
['59492.01613692118 1.451616240505223 0.00040136851340227825 0.17609627375359083 0.0001299184035836739 0.00047103516685626174 3.4751522905797505e-07 0.9248753873612965 0.0006823445566369429 0.5267408531439266 0.0007916380344089217']
['59492.01617240139 1.4525175195649471 0.0004014675163748981 0.176294465010807 0.00012996129046819453 0.00047156530329766597 3.4762994602713916e-07 0.9259163078298688 0.0006825698028791729 0.5266012117350783 0.0007918823792121795']
['59492.0162078816 1.452023735709898 0.00040140750582053433 0.17634801669091063 0.00012997231475534056 0.0004717085472405125 3.4765943459509474e-07 0.9261975666539425 0.0006826277035469568 0.5258261690559555 0.0007919018672656697']
['59492.0162433618 1.451660358367211 0.00040137524599967927 0.17622067621324353 0.00012993562529596612 0.00047136792763586703 3.475612949510811e-07 0.9255287616241782 0.0006824350068065448 0.5261315967430328 0.000791719411544489']
['59492.01627884201 1.4522869833381704 0.0004014575603955725 0.1761949849636505 0.0001299250602382276 0.0004712992068061706 3.4753303476346535e-07 0.9253938285906014 0.0006823795180579181 0.526893154747569 0.0007917133189884589']
['59492.01631432222 1.4522256364072896 0.0004014113067829513 0.17627908178696558 0.00012994363198226796 0.0004715241551276651 3.4758271182003444e-07 0.9258355135870041 0.000682477058730399 0.5263901228202855 0.0007917739405325823']
['59492.016349802434 1.4530094539277432 0.0004015203953285435 0.1764118245645693 0.00012996594881658276 0.00047187922519851183 3.4764240651743554e-07 0.9265326920408052 0.0006825942689946575 0.5264767618869379 0.0007919302771893121']
['59492.01638528264 1.4522275890216663 0.0004014373627732103 0.17641697816036955 0.0001299815341068941 0.0004718930104127355 3.4768409518957956e-07 0.9265597592456385 0.0006826761245109984 0.5256678297760278 0.0007919587408493362']
['59492.01642076285 1.4517211598023985 0.0004013891060380496 0.17619545129358233 0.00012994164582468966 0.0004713004541795112 3.4757739910076816e-07 0.9253962778024283 0.000682466627230513 0.5263248819999702 0.0007917536938527136']
['59492.01645624306 1.4520909280545646 0.0004014097281397184 0.1762614457554317 0.00012994472521926366 0.00047147698098320897 3.4758563609014935e-07 0.925742887370965 0.0006824828005213428 0.5263480406835996 0.0007917780893992064']
['59492.01649172326 1.4523649454022036 0.00040144547731693967 0.17625185460665377 0.00012993577990334638 0.00047145132587836965 3.475617085061871e-07 0.9256925136904085 0.0006824358188200966 0.5266724317117951 0.0007917557186827772']
['59492.01652720347 1.4523193597700703 0.0004014372694222106 0.17631775903555444 0.00012994709885335177 0.00047162761185536446 3.475919852598672e-07 0.9260386503968197 0.0006824952670869316 0.5262807093732507 0.0007918027979725902']
['59492.01656268368 1.452098096727684 0.0004014129389862101 0.17632989129500687 0.00012995897820062996 0.00047166006410851954 3.4762376100507783e-07 0.9261023702468849 0.0006825576586167541 0.5259957264807991 0.0007918442428419445']
['59492.016598163886 1.4518122939750422 0.0004013965183432731 0.17630038526000974 0.00012995155128612564 0.000471581139212371 3.4760389495204783e-07 0.9259474015756815 0.0006825186517128448 0.5258648923993607 0.0007918022953200004']
['59492.016633644096 1.452080096638709 0.0004014233601790145 0.1761407006452846 0.0001299102297828753 0.0004711540031490226 3.474933651789675e-07 0.9251087218764948 0.0006823016270108998 0.5269713747622142 0.0007916288425260488']
['59492.01666912431 1.4518826019685778 0.000401412324733515 0.1761810923243725 0.00012993685749579592 0.0004712620457605625 3.47564590929128e-07 0.9253208630481751 0.0006824414784443064 0.5265617389204027 0.0007917437880711257']
['59492.01670460452 1.4521333584801082 0.00040140661607500935 0.17648095270368233 0.00012998458966024815 0.0004720641341908914 3.4769226840672546e-07 0.9268957599983316 0.000682692172585337 0.5252375984817765 0.0007919569899546802']
['59492.01674008472 1.452152902118454 0.00040143783544903584 0.1763275288466329 0.000129964137910578 0.00047165374485916636 3.4763756257387023e-07 0.9260899624297948 0.000682584757933708 0.5260629396886592 0.0007918802229462647']
['59492.01677556493 1.4525394156952485 0.00040146112458505683 0.17633298211472426 0.00012995463245580439 0.0004716683316587082 3.476121366896088e-07 0.9261186035437199 0.0006825348343267038 0.5264208121515286 0.0007918489973615421']
['59492.01681104514 1.4519551478068797 0.00040140429475447864 0.17628322268555383 0.00012994602378633012 0.00047153523150546614 3.475891095921252e-07 0.9258572620039592 0.0006824896207265238 0.5260978858029205 0.000791781213623293']
['59492.016846525345 1.452710920760196 0.00040146302756168494 0.17643040941445595 0.0001299721940386556 0.0004719289373115552 3.476591116932943e-07 0.9266303015465124 0.0006826270695307542 0.5260806192136837 0.0007919294656439672']
['59492.016882005555 1.4519378013773663 0.00040141664086734376 0.1760332112502238 0.00012989894030505215 0.00047086648266912544 3.474631672596317e-07 0.9245441767343688 0.0006822423335349378 0.5273936246429974 0.0007915743308321837']
['59492.016917485766 1.4520968011917355 0.00040141143647078086 0.17635631097127008 0.00012996261907941914 0.0004717307333870435 3.476334998934223e-07 0.9262411290507883 0.0006825767808793023 0.5258556721409472 0.0007918599643403414']
['59492.01695296597 1.4521185550720537 0.00040142636764790797 0.1761676452985467 0.00012993836881895364 0.0004712260766743429 3.475686335266265e-07 0.9252502379125352 0.000682449416065933 0.5268683171595184 0.0007917577496505647']
['59492.01698844618 1.4519633945942343 0.00040139671880338784 0.17636799624587102 0.00012997637178691562 0.000471761990012491 3.476702866392872e-07 0.9263025012913394 0.0006826490114859014 0.5256608933028949 0.0007919147673511363']
['59492.01702392639 1.4519001325590999 0.0004013951677614609 0.17617413347934574 0.0001299285906429941 0.0004712434317339369 3.475424781478301e-07 0.9252843144923621 0.0006823980600997589 0.5266158180667377 0.0007916976652297046']
['59492.0170594066 1.4512260490404483 0.0004013114429615572 0.17623751505242624 0.0001299384326827653 0.00047141296939203273 3.4756880435421153e-07 0.9256172009056001 0.0006824497514851119 0.5256088481348482 0.0007916997774118534']
['59492.0170948868 1.4530180252692015 0.0004015159721187744 0.17630823558895464 0.00012995383747722942 0.000471602137845253 3.4761001022288847e-07 0.9259886322949299 0.0006825306590190621 0.5270293929742716 0.0007918732072544692']
['59492.017130367014 1.4517221673624199 0.00040138508207459715 0.17607273075804836 0.0001299175799453197 0.00047097219233330754 3.4751302592998525e-07 0.9247517371746238 0.0006823402308052506 0.5269704301877961 0.0007916427064575242']
['59492.017165847225 1.452135060753578 0.00040143354791011764 0.1761506363174955 0.00012992209228749723 0.00047118057981028824 3.4752509587221173e-07 0.925160905028863 0.000682363930081393 0.526974155724715 0.0007916877076624526']
['59492.01720132743 1.4520255772805646 0.0004014103782045373 0.1762315221384679 0.00012993965885330628 0.0004713969391083354 3.475720842046766e-07 0.9255857255171634 0.0006824561914564406 0.5264398517634011 0.0007917554830801865']
['59492.01723680764 1.4524985097294718 0.0004014431806713354 0.1762848753635891 0.00012994211250340798 0.00047153965220930906 3.4757864740706827e-07 0.9258659420356572 0.0006824690782742017 0.5266325676938146 0.0007917832216635793']
['59492.01727228785 1.4528472134566774 0.00040148566960155566 0.17638803932746888 0.0001299597247239422 0.00047181560271015646 3.476257578601245e-07 0.9264077695770425 0.0006825615794324696 0.5264394438796349 0.0007918844944894154']
['59492.01730776805 1.452230494455069 0.0004014418112086255 0.1763291023322497 0.0001299504552683748 0.0004716579537333477 3.476009632437661e-07 0.9260982265349249 0.0006825128953170946 0.5261322679201441 0.0007918202953073285']
['59492.01734324826 1.4520823466050847 0.000401417549518325 0.17619401485175099 0.00012995193652716583 0.00047129661188005027 3.476049254229021e-07 0.9253887334650788 0.0006825206750376358 0.526693613140006 0.0007918147011233922']
['59492.01737872847 1.4519373011690395 0.00040139688517039156 0.17636421518977796 0.00012995647390658298 0.00047175187616766215 3.4761706233656465e-07 0.9262826428034557 0.0006825445058118854 0.5256546583655838 0.0007918247671287401']
['59492.01741420868 1.4524495857544244 0.0004014573276707397 0.17633582418412325 0.00012996267662303268 0.00047167593383338823 3.476336538152801e-07 0.9261335303787986 0.0006825770831041633 0.5263160553756258 0.0007918834891065222']
['59492.01744968889 1.452451064324752 0.00040145088291004046 0.17621898496462823 0.00012993561093183544 0.0004713634037606213 3.475612565288559e-07 0.9255198790159047 0.000682434931364682 0.5269311853088472 0.0007917576945858936']
['59492.0174851691 1.4519328411237584 0.00040141921907206515 0.17614939897857823 0.00012993006585691744 0.0004711772700858351 3.475464241577128e-07 0.9251544064000958 0.0006824058080720454 0.5267784347236626 0.0007917165378662289']
['59492.01752064931 1.4518440239940409 0.0004014088599676546 0.1761105737447416 0.0001299237842411698 0.00047107341751639306 3.4752962163339614e-07 0.9249504923568361 0.0006823728163926987 0.5268935316372048 0.0007916828490072497']
['59492.01755612951 1.4519525277617398 0.00040140521267453133 0.17619113852838597 0.00012994203822368553 0.00047128891808036167 3.475784487182447e-07 0.9253736267247163 0.0006824686881496089 0.5265789010370234 0.0007917636358579079']
['59492.01759160972 1.4511798229536312 0.00040133383173587866 0.17625001913808003 0.0001299446878483534 0.00047144641623305197 3.475855361277107e-07 0.92568287362437 0.0006824826042455535 0.5254969493292613 0.0007917394455208073']
['59492.01762708993 1.4518600973579927 0.00040140722442411693 0.17613326077796848 0.00012993794305072583 0.0004711341024488662 3.475674946506926e-07 0.9250696469431119 0.000682447179888266 0.5267904504148808 0.0007917461166038775']
['59492.01766257014 1.4517196421687057 0.00040136244874070974 0.17622429250555396 0.00012993763780128656 0.00047137760075850353 3.475666781472113e-07 0.9255477547560608 0.0006824455766874295 0.526171887412645 0.0007917220348072783']
['59492.017698050346 1.4526432035161814 0.00040147180900174464 0.176240280419256 0.00012992843781532766 0.0004714203663970818 3.475420693532326e-07 0.9256317248910505 0.0006823972574334437 0.5270114786251309 0.0007917358337070635']
['59492.017733530556 1.4525851345904424 0.0004014419747062901 0.17656376477496039 0.0001299900169303101 0.0004722856459638591 3.477067856648406e-07 0.9273306973474811 0.0006827206771549901 0.5252544372429613 0.0007919994836305475']
['59492.01776901077 1.4517469550131352 0.00040137993648919744 0.17615125359770467 0.00012991619528617993 0.00047118223095644896 3.475093221426476e-07 0.9251641470467683 0.0006823329584358191 0.5265828079663669 0.0007916338292315769']
['59492.01780449097 1.4520926321786465 0.00040140744383989274 0.17618986883758178 0.00012993522482821095 0.0004712855218187199 3.475602237506982e-07 0.9253669581805767 0.0006824329035095113 0.5267256739980698 0.0007917339223264964']
['59492.01783997118 1.4524135177698356 0.0004014651313622395 0.17634281971263205 0.0001299531913202214 0.00047169464598366916 3.4760828183495837e-07 0.9261702715999584 0.0006825272653372972 0.5262432461698773 0.0007918445047031074']
['59492.01787545139 1.4529521664893008 0.0004014866296463821 0.17634485469961808 0.0001299471319301726 0.0004717000893153995 3.4759207373616195e-07 0.9261809595568178 0.0006824954408097301 0.526771206932483 0.0007918279740643664']
['59492.017910931594 1.4518613180549744 0.00040138718989498164 0.17615814795487889 0.0001299307393644287 0.00047120067248625935 3.475482257047653e-07 0.9252003569058767 0.0006824093454014113 0.5266609611490978 0.0007917033477906814']
['59492.017946411805 1.4525147382537913 0.0004014686522826208 0.1764069152181311 0.00012996925067402452 0.0004718660933203103 3.4765123856673366e-07 0.9265069076582516 0.0006826116106829019 0.5260078305955397 0.0007919189919459752']
['59492.017981892015 1.4518936245649061 0.0004014477261527212 0.1763044453311608 0.0001299508346097885 0.0004715919993870432 3.476019779338688e-07 0.9259687254787857 0.0006825148876564522 0.5259248990861204 0.0007918250114172258']
['59492.018017372226 1.4521960170495685 0.00040144454647701966 0.17616096653193464 0.0001299271200521847 0.00047120821182190483 3.475385445041901e-07 0.9252151603567996 0.000682390336408533 0.5269808566927688 0.0007917160445007357']
['59492.01805285243 1.4512800216355621 0.0004013359321309035 0.1761486105500537 0.00012992375449361035 0.0004711751611396678 3.4752954206245277e-07 0.9251502654939796 0.0006823726601555166 0.5261297561415825 0.0007916457400549171']
['59492.01808833264 1.4516979773358336 0.0004013624763370192 0.1760676481183427 0.00012991350018142983 0.000470958596917625 3.475021130797378e-07 0.9247250426383545 0.0006823188034738963 0.5269729346974791 0.0007916127759109461']
['59492.01812381285 1.4521118916806364 0.00040142300387946715 0.17637293732756537 0.00012997026198097677 0.00047177520677847213 3.4765394368438804e-07 0.9263284523506585 0.0006826169221689957 0.5257834393299778 0.0007919004296469901']
['59492.01815929305 1.452462363498237 0.0004014393523430187 0.1761307171408095 0.00012991683828789016 0.00047112729854252523 3.475110420905568e-07 0.9250562875042516 0.0006823363355456417 0.5274060759939854 0.0007916668670693733']
['59492.01819477326 1.4517166350394068 0.0004013784809691586 0.1761930456224543 0.00012993229605102696 0.00047129401931478044 3.475523896437058e-07 0.9253836429750752 0.0006824175212764022 0.5263329920643316 0.0007917059797236207']
['59492.018230253474 1.4518393442540893 0.00040157253138770266 0.1762777979739322 0.00012994552085849624 0.00047152072109085387 3.475877643240449e-07 0.9258287708714927 0.0006824869792988249 0.5260105733825966 0.0007918642401810818']
['59492.01826573368 1.4521815280771442 0.00040142379816425223 0.17629001756612306 0.00012994430586061144 0.0004715534069479924 3.475845143590161e-07 0.9258929494019069 0.0006824805980074131 0.5262885786752373 0.0007917833241418833']
['59492.01830121389 1.452631117598148 0.0004014435776679834 0.17640074733449534 0.00012996637895134656 0.00047184959501494816 3.476435570732986e-07 0.9264745133114252 0.0006825965281058118 0.5261566042867227 0.0007918932795730613']
['59492.0183366941 1.4522276164073902 0.0004014366465723058 0.17627600292092166 0.0001299428377887534 0.0004715159195520347 3.4758058745325104e-07 0.9258193430720676 0.0006824728875459738 0.5264082733353226 0.0007917831921975597']
['59492.01837217431 1.4524451378672398 0.0004015162404659702 0.17640704110688388 0.00012996508710200438 0.00047186643005673527 3.47640101540382e-07 0.9265075688386759 0.0006825897431827962 0.5259375690285639 0.0007919242696472198']
['59492.01840765451 1.45196828842422 0.00040140980250970824 0.1760825802288025 0.00012992137150144776 0.0004709985384166245 3.4752316786107414e-07 0.9248034675882485 0.0006823601444403769 0.5271648208359715 0.0007916724046419548']
['59492.01844313472 1.4515330661015777 0.000401405775608572 0.17603487449878302 0.00012991046884807143 0.00047087093164777734 3.4749400464800426e-07 0.9245529122835243 0.0006823028826054172 0.5269801538180534 0.000791621007997881']
['59492.01847861493 1.4521579657899428 0.0004014287860312587 0.17640973798892998 0.000129957925173806 0.000471873643873686 3.476209442920653e-07 0.9265217331351364 0.0006825521280136869 0.5256362326548064 0.000791847509126942']
['59492.018514095136 1.4525086627883255 0.00040146045854655996 0.17644615433579736 0.00012997871040009725 0.00047197105297643044 3.4767654213252815e-07 0.9267129954611206 0.0006826612941181579 0.5257956673272048 0.0007919576644388842']
['59492.01854957535 1.4517910221086265 0.00040141198536304583 0.17628463471285807 0.00012994873334104626 0.0004715390084991678 3.4759635730685884e-07 0.9258646781137504 0.0006825038515811254 0.5259263439948761 0.0007917973790157258']
['59492.01858505556 1.4519777394350522 0.000401417822772354 0.17623239216194508 0.0001299437538503529 0.0004713992663106379 3.4758303780168354e-07 0.925590294968199 0.0006824776987938702 0.5263874444668531 0.0007917777957168751']
['59492.01862053576 1.451782459181687 0.0004014175226159085 0.17619048293959394 0.00012993857298729714 0.00047128716446360726 3.4756917965101456e-07 0.9253701835062708 0.0006824504883786615 0.5264122756754163 0.0007917541894750965']
['59492.01865601597 1.451763317349282 0.00040138098658503427 0.1760256876523049 0.00012988552380269552 0.00047084635800024086 3.474272798198155e-07 0.9245046620394165 0.0006821718687116361 0.5272586553098656 0.0007914955178985546']
['59492.01869149618 1.4517828502577212 0.0004013687314537868 0.17629571626718105 0.00012994481924634616 0.0004715686502495484 3.4758588760065294e-07 0.9259228795545223 0.0006824832943610618 0.5258599707031989 0.0007917577316772788']
['59492.01872697639 1.4517218208553375 0.0004013829628383505 0.17632928965367548 0.00012994576241025086 0.00047165845479437064 3.4758841044430976e-07 0.9260992103659428 0.0006824882479529983 0.5256226104893947 0.0007917692160287908']
['59492.018762456595 1.452821083003537 0.0004014831718523042 0.17625786308564792 0.00012995070183319726 0.00047146739779656093 3.4760162277335074e-07 0.9257240708279828 0.0006825141903004058 0.5270970121755543 0.0007918423815646681']
['59492.018797936806 1.4522030805351096 0.0004014349123890358 0.17609294158731326 0.00012992244392593565 0.0004710262537346772 3.47526036460374e-07 0.9248578864879898 0.000682365776921931 0.5273451940471198 0.0007916899913470319']
['59492.018833417016 1.452610041757243 0.00040146443771651335 0.1762863118872835 0.00012995152592596912 0.0004715434947277432 3.476038271168501e-07 0.9258734868029597 0.0006825185185187454 0.5267365549542833 0.0007918366137481009']
['59492.01886889722 1.452007911640428 0.0004013752013996082 0.1763299648805303 0.0001299646290078856 0.0004716602609404488 3.4763887619679535e-07 0.9261027567254743 0.00068258733722629 0.5259051549149538 0.0007918506963059722']
['59492.01890437743 1.4522613053375732 0.00040144168589166773 0.17621158499449674 0.00012992962732896867 0.00047134360978036654 3.4754525115114587e-07 0.9254810136265585 0.0006824035048790372 0.5267802917110147 0.0007917259441515975']
['59492.01893985764 1.4519558355919187 0.00040141465676239984 0.17636555987834138 0.0001299615366734808 0.0004717554730387846 3.476306045950102e-07 0.9262897052433896 0.0006825710959741639 0.525666130348529 0.0007918566964565285']
['59492.01897533784 1.45229370964734 0.000401415818139207 0.17642208741141144 0.0001299743064443538 0.0004719066770103626 3.47664762110247e-07 0.9265865935473291 0.0006826381640984969 0.525707116100011 0.0007919150978079249']
['59492.019010818054 1.452254721813955 0.0004014370615983587 0.176407372200575 0.0001299824170042431 0.0004718673156903078 3.4768645682785413e-07 0.9265093077761293 0.0006826807615769071 0.5257454140378257 0.0007919625853864249']
['59492.019046298265 1.4517875666289113 0.0004013965383546577 0.17629867140253347 0.0001299513374974118 0.00047157655486129366 3.4760332309439097e-07 0.9259384002233901 0.0006825175288729613 0.5258491664055212 0.0007918013375979834']
['59492.019081778475 1.4519524862539537 0.000401421085937024 0.17608894691901683 0.000129918037966129 0.0004710155685043345 3.475142510774783e-07 0.9248369060872733 0.000682342636376728 0.5271155801666804 0.00079166303542126']
['59492.01911725868 1.4525251456912174 0.0004014521227968928 0.17631422759938753 0.00012995642642251836 0.0004716181657121346 3.476169353227226e-07 0.9260201029379598 0.0006825442564207898 0.5265050427532576 0.0007918525550070166']
['59492.01915273889 1.4522452884100758 0.00040144984728247336 0.17622209305839306 0.00012993395390569398 0.00047137171751669303 3.475568241943812e-07 0.9255362030377788 0.0006824262284962921 0.526709085372297 0.0007917496682808238']
['59492.0191882191 1.4519969824971823 0.0004014056807168917 0.17637244487265008 0.00012995661823911518 0.0004717738895241189 3.4761744840775705e-07 0.9263258659277841 0.0006825452638608991 0.5256711165693982 0.0007918298792864131']
['59492.0192236993 1.4519221487769833 0.0004013799207860984 0.17638374560946254 0.00012995586892711812 0.00047180411755982113 3.476154440933327e-07 0.9263852185370932 0.0006825413283987296 0.5255369302398901 0.0007918134286450042']
['59492.01925917951 1.45178219945698 0.0004013906210467983 0.17638363374913274 0.00012996716528862977 0.0004718038183476459 3.47645660425661e-07 0.9263846310353611 0.0006826006580285179 0.5253975684216189 0.000791869995015154']
['59492.01929465972 1.452253765165481 0.00040142666764938 0.17661670983966754 0.00013000984891205382 0.0004724272672875644 3.4775983369720734e-07 0.9276087701663213 0.0006828248367229718 0.5246449949991597 0.0007920815154678455']
['59492.019330139934 1.452312282487851 0.0004014676103760635 0.17609052341461712 0.00012991919548449308 0.00047101978542983953 3.4751734729208945e-07 0.9248451860011404 0.0006823487157799007 0.5274670964867105 0.000791691866894909']
['59492.01936562014 1.4522884496576205 0.0004014249991983724 0.17635781080112917 0.00012996750480539175 0.0004717347452414279 3.476465685898783e-07 0.9262490063084515 0.0006826024412047887 0.526039443349169 0.0007918889585795159']
['59492.01940110035 1.4518736461543353 0.000401388267696376 0.17607803913389863 0.00012989889203309616 0.0004709863915645069 3.474630381382803e-07 0.9247796172998879 0.0006822420800057572 0.5270940288544474 0.0007915597243258904']
['59492.01943658056 1.4519719029671712 0.00040140710971236636 0.17615737211809127 0.00012992370882482858 0.000471198597221389 3.475294199042618e-07 0.9251962821328323 0.0006823724202984695 0.5267756208343388 0.000791681620167872']
['59492.01947206076 1.452853641470584 0.000401485454111958 0.17638237418659822 0.00012997157306051044 0.00047180044917783916 3.476574506556245e-07 0.926378015685915 0.0006826238080909163 0.5264756257846689 0.0007919380236079269']
['59492.01950754097 1.4523507491182848 0.00040143961679279535 0.17638103926485021 0.00012995499648124455 0.0004717968784317075 3.476131104114275e-07 0.9263710045422806 0.0006825367462250239 0.5259797445760042 0.0007918397412849327']
['59492.01954302118 1.4523040688447533 0.00040144074236699994 0.1763331379647524 0.0001299458286770518 0.00047166874853773945 3.475885876995859e-07 0.9261194220837836 0.0006824885959929192 0.5261846467609697 0.0007917988085950584']
['59492.019578501386 1.4515642777369238 0.0004013315793473338 0.17619252250003514 0.00012991813853475794 0.0004712926200287493 3.475145200857878e-07 0.9253808954833779 0.0006823431645733085 0.5261833822535459 0.0007916181092050272']
['59492.019613981596 1.452023385260881 0.0004014019199094908 0.17621585716936328 0.00012993552813431926 0.000471355037305539 3.4756103505601595e-07 0.9255034515197651 0.0006824344965037776 0.5265199337411159 0.0007917324948019943']
['59492.01964946181 1.4524673874500449 0.0004014453067099804 0.17625664281838543 0.00012994675665090692 0.0004714641337366161 3.475910699117893e-07 0.9257176618612681 0.0006824934698051834 0.5267497255887768 0.000791805323678863']
['59492.01968494202 1.4515573715684735 0.0004013703564258071 0.17625360943699153 0.00012992879287069384 0.0004714560198266477 3.4754301908124263e-07 0.9257017302363002 0.0006823991222200307 0.5258556413321733 0.0007916860015334665']
['59492.01972042222 1.452130235504411 0.0004014234990458157 0.17624650562728805 0.00012994228193234896 0.00047143701803792343 3.4757910060796675e-07 0.925664420311387 0.000682469968132085 0.526465815193024 0.0007917740100485714']
['59492.01975590243 1.4524943512220552 0.00040145559288717994 0.17638215138508254 0.00012995789153046438 0.00047179985321208205 3.4762085430039945e-07 0.9263768455098873 0.0006825519513154642 0.5261175057121679 0.0007918609469502489']
['59492.01979138264 1.4520187416201265 0.0004014018294171589 0.17630958850041417 0.00012993965260520363 0.0004716057567115782 3.4757206749179555e-07 0.9259957379223434 0.0006824561586407754 0.5260230036977831 0.000791751120697764']
['59492.019826862845 1.4521478671609622 0.0004013989656340581 0.1764563699633992 0.0001299585702986423 0.0004719983784828106 3.4762266991906715e-07 0.9267666489674328 0.0006825555162743818 0.5253812181935295 0.0007918353126810395']
['59492.019862343055 1.4517415305617658 0.0004013471346087291 0.17624828321522246 0.00012993407744443471 0.00047144177285988206 3.475571546448224e-07 0.9256737563824708 0.000682426877334216 0.526067774179295 0.0007916981529388371']
['59492.019897823266 1.4525645873793402 0.00040142543947891464 0.17623084856370225 0.00012992934027718459 0.00047139513738138583 3.47544483324081e-07 0.9255821878345707 0.0006824019972541208 0.5269823995447696 0.0007917164071290003']
['59492.01993330347 1.4519756121007235 0.0004014198886693877 0.17617867286515349 0.0001299248186035862 0.0004712555740144395 3.4753238842148886e-07 0.9253081558043776 0.000682378248968415 0.5266674562963458 0.0007916931234288598']
['59492.01996878368 1.4519423787011145 0.00040140160552731277 0.1762191471110807 0.00012994635972090007 0.00047136383748178795 3.475900081744338e-07 0.9255207306254238 0.0006824913850887609 0.5264216480756907 0.0007917813711121775']
['59492.02000426389 1.4519088014380235 0.00040141058185431873 0.17613882542942136 0.00012992621008645514 0.0004711489871847537 3.475361104614354e-07 0.9250988730536837 0.0006823855571767602 0.5268099283843398 0.0007916947037009028']
['59492.0200397441 1.452565195132594 0.00040147434388305346 0.17652401784682198 0.00012999212890684995 0.00047217932797922134 3.4771243493384924e-07 0.9271219424728045 0.0006827317694687498 0.5254432526597894 0.0007920254527717265']
['59492.0200752243 1.4525605914261803 0.0004014282064752304 0.1764750556043646 0.00012997581789726345 0.0004720483601991885 3.476688050548154e-07 0.9268647878380494 0.0006826461024015938 0.525695803588131 0.0007919282202813633']
['59492.020110704514 1.4518630616626762 0.0004013951646244966 0.17621207452102472 0.00012992940026419487 0.00047134491920165566 3.4754464378171475e-07 0.9254835846692475 0.0006824023123119479 0.5263794769934287 0.0007917013288056425']
['59492.020146184725 1.4521465878774193 0.0004014075976152842 0.17646219278757858 0.0001299666898205992 0.00047201395379795183 3.476443886090669e-07 0.9267972310271985 0.0006825981608224749 0.5253493568502209 0.0007918764478007281']
['59492.02018166493 1.4517405122108402 0.00040137173644530126 0.17619864843927374 0.00012994113352681814 0.0004713090061381763 3.475760287690271e-07 0.9254130695340008 0.0006824639365904314 0.5263274426768394 0.0007917425689980454']
['59492.02021714514 1.4520904560925088 0.0004014224474967147 0.17616301038204968 0.00012993842720088967 0.0004712136788613796 3.4756878969089045e-07 0.9252258948637063 0.0006824497226937483 0.5268645612288024 0.0007917560264115624']
['59492.02025262535 1.4521570981103467 0.0004014095845259297 0.17615793721690717 0.0001299228301055939 0.0004712001087889502 3.4752706944191233e-07 0.9251992500887983 0.0006823678051764386 0.5269578480215483 0.0007916788970855479']
['59492.02028810555 1.4512302512049744 0.000401340272220531 0.17619787185298727 0.00012993848378015758 0.00047130692886849173 3.4756894103324615e-07 0.925408990824513 0.0006824500198537688 0.5258212603804614 0.0007917146226415546']
['59492.02032358576 1.4518778912487846 0.0004014294175799532 0.17628956054399214 0.00012995293129990318 0.00047155218447183714 3.4760758631363153e-07 0.9258905490755891 0.0006825258996843654 0.5259873421731955 0.0007918252212695254']
['59492.02035906597 1.452340212105041 0.0004014603030327613 0.17639751430989953 0.00012996253239034528 0.0004718409470847707 3.476332680111598e-07 0.9264575331402287 0.0006825763255795446 0.5258826789648123 0.0007918843445559642']
['59492.02039454618 1.4524035191820688 0.00040144688792026435 0.1764361857171083 0.00012997086948765983 0.00047194438818752023 3.476555686876077e-07 0.926660639270527 0.0006826201128553562 0.5257428799115418 0.0007919152873227821']
['59492.02043002639 1.4523024198855383 0.00040144679085959647 0.17645782115295383 0.00012998211030076546 0.00047200226023055825 3.476856364350049e-07 0.9267742707613122 0.0006826791507393144 0.5255281491242261 0.000791966128534308']
['59492.0204655066 1.4523018831962413 0.00040141096693984443 0.17636611027976318 0.00012996093781589418 0.00047175694529268315 3.4762900272702503e-07 0.9262925960071596 0.00068256795071373 0.5260092871890817 0.0007918521148049816']
['59492.02050098681 1.4515474427371213 0.00040137542158482926 0.1760940444896181 0.00012989895746901576 0.0004710292038582665 3.474632131710544e-07 0.924863679042112 0.0006822424236818055 0.5266837636950094 0.000791553506544961']
['59492.02053646701 1.4522619412727882 0.0004014266639526994 0.17624447715614594 0.00012992621106403145 0.000471431592135248 3.4753611307632787e-07 0.9256537665763969 0.0006823855623110896 0.5266081746963913 0.0007917028623055593']
['59492.02057194722 1.4523842704496275 0.00040144940019956913 0.17600891094891927 0.00012989533115590325 0.0004708014824494407 3.474535132440451e-07 0.9244165491014669 0.00068222337791966 0.5279677213481606 0.0007915746069074634']
['59492.02060742743 1.4526303544834631 0.00040146713913589765 0.17654100538987527 0.00013000342864355114 0.0004722247674993544 3.477426602943808e-07 0.92721116276195 0.0006827911168253737 0.5254191917215131 0.0007920729594056366']
['59492.02064290764 1.452636346406235 0.0004014731445502145 0.17640635474287727 0.00012996573158202327 0.0004718645941201905 3.476418254425791e-07 0.9265039639857 0.0006825931280568449 0.5261323824205351 0.0007919053379447985']
['59492.020678387846 1.4518448403873392 0.00040141122664603447 0.17603236687095086 0.00012991151030365098 0.00047086422406181227 3.474967904094075e-07 0.9245397419692799 0.0006823083524351417 0.5273050984180593 0.0007916284865264966']
['59492.020713868056 1.452449406145388 0.00040143887120091436 0.17629709845376657 0.00012993892123597128 0.0004715723474231175 3.4757011117198794e-07 0.9259301389378497 0.0006824523174158156 0.5265192672075384 0.0007917665898844693']
['59492.02074934827 1.4522745630796088 0.0004014273185980861 0.1763078458394534 0.00012995167945870306 0.00047160109531483804 3.4760423779741363e-07 0.9259865852912469 0.0006825193248881464 0.5262879777883619 0.0007918184899095375']
['59492.02078482847 1.4515848697731717 0.0004013800633593953 0.1760720186011141 0.00012990547280099175 0.0004709702874039572 3.4748064085659836e-07 0.924747996854591 0.0006822766428623517 0.5268368729185807 0.0007915853539940675']
['59492.02082030868 1.452313120141247 0.000401435181148042 0.17628969157552432 0.00012994748633715967 0.00047155253496454383 3.475930217298403e-07 0.9258912372664093 0.0006824973021909648 0.5264218828748376 0.0007918034934005446']
['59492.02085578889 1.4515810582272688 0.0004013588724513263 0.17619282722079577 0.00012992908327473908 0.00047129343511808237 3.4754379587518033e-07 0.9253824959075408 0.0006824006474513608 0.526198562319728 0.0007916814941233857']
['59492.020891269094 1.4520900040000533 0.000401426082867557 0.17645121455890417 0.00012998059688482686 0.00047198458843055813 3.476815882395833e-07 0.9267395722631522 0.0006826712021261915 0.5253504317369011 0.0007919487800475547']
['59492.020926749305 1.452576637196039 0.00040145516308991565 0.17648592953999348 0.00012998654170674658 0.00047207744659593135 3.4769748988318545e-07 0.9269218988445037 0.0006827024249303917 0.5256547383515352 0.0007919904349027127']
['59492.020962229515 1.4525329480728184 0.00040146375136510773 0.17635762785961 0.0001299640579012495 0.000471734255896099 3.4763734855907824e-07 0.9262480454811451 0.0006825843377166465 0.5262849025916733 0.0007918929989311801']
['59492.020997709726 1.4514672039020442 0.0004013324945880325 0.1762333049191277 0.00012993666541161062 0.00047140170782017496 3.475640771283283e-07 0.9255950888609649 0.0006824404695987953 0.5258721150410793 0.0007917024477406125']
['59492.02103318993 1.451860015786301 0.00040139569374401306 0.17622224880784548 0.0001299342473956822 0.000471372134126697 3.475576092428244e-07 0.9255370210496088 0.0006824277699353057 0.5263229947366923 0.0007917235402178668']
['59492.02106867014 1.4513370086444777 0.00040134696458730675 0.1761841267638023 0.00012992142739767825 0.00047127016250064253 3.475233173763915e-07 0.9253368002300542 0.0006823604380130161 0.5260002084144235 0.0007916407981835954']
['59492.02110415035 1.4518538699795833 0.00040138725808792723 0.1762265332498797 0.00012992259588992373 0.00047138359446498496 3.4752644294474164e-07 0.9255595233712169 0.0006823665750521205 0.5262943466083664 0.0007916665167251332']
['59492.02113963055 1.452031195493313 0.0004013911149858126 0.17648085230905855 0.00012997004737929212 0.0004720638656480236 3.4765336965213745e-07 0.9268952327156438 0.0006826157950593074 0.5251359627776692 0.0007918832937081097']
['59492.02117511076 1.4521798632128526 0.00040141561442407154 0.17612560239091413 0.0001299119847637558 0.00047111361723616344 3.474980595299283e-07 0.9250294243220281 0.0006823108443474571 0.5271504388908246 0.0007916328592331136']
['59492.021210590974 1.4525940041581746 0.00040147113523337905 0.17635454576244752 0.00012996770389550475 0.0004717260116776368 3.4764710113064476e-07 0.9262318579960479 0.0006826034868461384 0.5263621461621267 0.0007919132482034156']
['59492.02124607118 1.452024545158368 0.00040141359292825905 0.17614233586145034 0.00012991587685401104 0.0004711583771445823 3.4750847037703885e-07 0.925117310196693 0.0006823312859979572 0.526907234961675 0.0007916494530025269']
['59492.02128155139 1.4518415602458017 0.0004013748614630233 0.17630567736156424 0.00012994184052662251 0.0004715952949118961 3.4757791990371005e-07 0.925975196226703 0.0006824676498246981 0.5258663640190987 0.0007917473539404523']
['59492.0213170316 1.452051674933635 0.00040144378542767404 0.17601285017072393 0.00012991072218709472 0.00047081201936746 3.4749468229771576e-07 0.9244372382916173 0.0006823042131675144 0.5276144366420177 0.0007916414290350406']
['59492.02135251181 1.4517208661440382 0.00040140029708183293 0.17609935728762122 0.0001299151365355238 0.00047104341491816307 3.4750649011911104e-07 0.9248915823929686 0.0006823273977706083 0.5268292837510695 0.0007916393599649992']
['59492.02138799201 1.4519954064526561 0.000401427220343358 0.1760452587664387 0.00012991359583133043 0.0004708987082448831 3.475023689310737e-07 0.924607451504405 0.0006823193058368195 0.5273879549482511 0.000791646037285752']
['59492.02142347222 1.4521953088042272 0.00040142859635385265 0.176244382002705 0.0001299354966969419 0.0004714313376118787 3.475609509650243e-07 0.9256532668209297 0.0006824343313915017 0.5265420419832975 0.0007917458775594543']
['59492.02145895243 1.4522533751184292 0.0004014430656395281 0.1762218337293556 0.00012993894944376847 0.00047137102384445435 3.4757018662426283e-07 0.9255348410155231 0.0006824524655660109 0.5267185341029061 0.000791768844238765']
['59492.021494432636 1.45240538824391 0.0004014735932075587 0.17615692949173062 0.00012992183958763666 0.0004711974132520909 3.475244199321793e-07 0.9251939574145516 0.000682362602876243 0.5272114308293585 0.0007917068699001099']
['59492.02152991285 1.452116817237808 0.00040140980337271696 0.1764094847299882 0.0001299553696260262 0.0004718729664381824 3.476141085263265e-07 0.9265204029936355 0.0006825387060190452 0.5255964142441726 0.0007918263164721643']
['59492.02156539306 1.4516621223317734 0.00040139508692861174 0.17612859199158193 0.00012990779346173942 0.00047112161403825 3.474868483293585e-07 0.9250451260062076 0.0006822888312066146 0.5266169963255658 0.0007916034771271005']
['59492.02160087326 1.451480328770824 0.00040134957309186054 0.17627988592082644 0.00012995320853552558 0.0004715263060836124 3.4760832788371063e-07 0.9258397369791306 0.0006825273557538109 0.5256405917916934 0.0007917860008697476']
['59492.02163635347 1.4518027911800906 0.00040142309194404264 0.17616900874058036 0.00012992668667889548 0.0004712297237086165 3.475373852856828e-07 0.9252573988475861 0.0006823880602883167 0.5265453923325045 0.00079170320421858']
['59492.02167183368 1.4523534281510748 0.00040143677239473565 0.17614524891343802 0.00012990661231415364 0.0004711661691886718 3.474836889095804e-07 0.9251326098394855 0.0006822826277003869 0.5272208183115893 0.0007916192685201943']
['59492.02170731389 1.451981126200818 0.0004013726826647539 0.176128335379182 0.00012991786220771816 0.00047112092763267174 3.4751378094605186e-07 0.9250437782520063 0.0006823417132758307 0.5269373479488116 0.0007916376974763754']
['59492.021742794095 1.4528817269654453 0.0004014943118697444 0.17629859253060726 0.00012994946868912887 0.0004715763438889083 3.4759832426958557e-07 0.9259379859800803 0.000682507713703408 0.526943740985365 0.0007918424475414366']
['59492.021778274306 1.4513638598566563 0.0004013477396822393 0.17611884298594294 0.00012991973063927455 0.0004710955366863563 3.475187787631616e-07 0.9249939232454987 0.0006823515264667781 0.5263699366111576 0.0007916335097882004']
['59492.021813754516 1.4524984786590749 0.0004014777147519666 0.1762706765429352 0.00012994503149646236 0.0004715016721674075 3.4758645534275655e-07 0.925791368397769 0.0006824844091200754 0.5267071102613059 0.0007918139454028579']
['59492.02184923472 1.4524506968834219 0.0004014527345585848 0.17647918692466583 0.00012998450092777583 0.00047205941095628825 3.476920310586316e-07 0.9268864859488751 0.0006826917065534445 0.5255642109345467 0.000791979964570708']
['59492.02188471493 1.4514761429192489 0.00040136080579565445 0.17620938800724117 0.0001299258124250255 0.00047133773311849034 3.4753504676761686e-07 0.9254694748279474 0.0006823834686188315 0.5260066680913015 0.0007916676668105151']
['59492.02192019514 1.4520819136619192 0.0004013805641012092 0.17647004996449145 0.00012996626707239008 0.0004720349707482784 3.476432578112994e-07 0.9268384977126652 0.0006825959405062504 0.525243415949254 0.0007918608307233143']
['59492.02195567534 1.4518653483364852 0.00040137221767055914 0.17628299088292523 0.00012994170737229337 0.00047153461146287514 3.4757756373279107e-07 0.9258560445531787 0.0006824669504847341 0.5260093037833065 0.0007917454108624281']
['59492.021991155554 1.4527149122319158 0.0004015027556833621 0.1763027966088933 0.00012996058773822412 0.0004715875892643767 3.4762806631371985e-07 0.9259600662231792 0.0006825661120705048 0.5267548460087367 0.000791897064124106']
['59492.022026635765 1.4516865358195816 0.00040136903206199363 0.17624688257592744 0.0001299461625727029 0.0004714380263276587 3.4758948082804556e-07 0.9256664000836525 0.0006824903496465489 0.5260201357359291 0.0007917639656229943']
['59492.022062115975 1.4516309776405105 0.000401384227287566 0.17617403046358865 0.000129934438015015 0.0004712431561798704 3.4755811912532967e-07 0.9252837734432178 0.0006824287710872637 0.5263472041972928 0.0007917185898555808']
['59492.02209759618 1.4517052979255922 0.00040138032011060313 0.17622130916674983 0.00012993472415182488 0.000471369620706107 3.4755888450495477e-07 0.9255320859598206 0.0006824302739066433 0.5261732119657716 0.0007917179043803332']
['59492.02213307639 1.4529223860404952 0.0004014987527420883 0.1761640813710652 0.00012992554885043626 0.0004712165436209732 3.4753434173906644e-07 0.9252315198060148 0.0006823820842985098 0.5276908662344804 0.0007917364191604622']
['59492.0221685566 1.4513905333231483 0.00040136565847123873 0.1758738320058264 0.00012986696430972066 0.00047044016343261957 3.473776355332907e-07 0.9237071008709371 0.0006820743923829867 0.5276834324522112 0.0007914037329610416']
['59492.0222040368 1.4518653881855046 0.00040139793009636435 0.1760498645215503 0.00012990497448489693 0.0004709110280548441 3.4747930792433425e-07 0.924631641394697 0.0006822740256559713 0.5272337467908076 0.0007915921578505252']
['59492.02223951701 1.4523067066067026 0.0004014447024791179 0.17625790814528414 0.00012993998532158854 0.00047146751832536493 3.475729574658679e-07 0.9257243074857361 0.0006824579061007802 0.5265823991209665 0.0007917743635329504']
['59492.02227499722 1.4526890195236515 0.0004014637065474365 0.1763911006200124 0.0001299524094420636 0.0004718237912789052 3.476061904101902e-07 0.9264238477941829 0.0006825231588343677 0.5262651717294686 0.0007918402427384262']
['59492.022310477434 1.4522175939502593 0.0004015491255239359 0.17637084073074927 0.00012996313214183987 0.00047176959864827123 3.476348722702353e-07 0.9263174408127588 0.0006825794755348734 0.5259001531375005 0.0007919320934464649']
['59492.02234595764 1.452398640027082 0.0004014525958839526 0.17623064127802193 0.00012993867148629565 0.00047139458291851774 3.4756944312332553e-07 0.925581099149275 0.0006824510057053344 0.5268175408778071 0.0007917724180155472']
['59492.02238143785 1.451581417130692 0.00040136346142078067 0.17614499543885692 0.00012991745845533336 0.00047116549117636033 3.4751270095970185e-07 0.9251312785654251 0.0006823395927275912 0.5264501385652669 0.0007916311944127299']
['59492.02241691806 1.4519679001985373 0.000401408067652419 0.17630861161836525 0.00012993883940920207 0.0004716031436761681 3.4756989229577285e-07 0.9259906072393134 0.0006824518876533723 0.5259772929592239 0.0007917506019815205']
['59492.02245239826 1.4519837363649888 0.0004014131349170056 0.17612048923816132 0.00012992072871938288 0.00047109994020195513 3.4752144850068836e-07 0.9250025695281582 0.0006823567684841539 0.5269811668368306 0.0007916711845078329']
['59492.02248787847 1.4518198515715888 0.00040137109772064725 0.17633672626549854 0.0001299444371316166 0.0004716783467864966 3.475848654922826e-07 0.9261382682011479 0.0006824812874559696 0.5256815833704409 0.0007917572013016586']
['59492.02252335868 1.4516222507747347 0.0004013580513552432 0.1764200052575933 0.00012997816656686975 0.0004719011075133469 3.476750874477151e-07 0.9265756578655111 0.0006826584378512067 0.5250465929092236 0.0007919032947002607']
['59492.022558838886 1.451797948665836 0.0004013705652875049 0.17629153943554052 0.0001299445070737652 0.0004715574777553962 3.475850525786469e-07 0.9259009424135531 0.000682481654799187 0.5258970062522828 0.0007917572480354366']
['59492.022594319096 1.4516932127414455 0.00040137863527423337 0.1763918447460742 0.0001299581345633257 0.0004718257817216114 3.476215043824367e-07 0.9264277560192974 0.0006825532277485595 0.5252654567221481 0.0007918230342472888']
['59492.02262979931 1.4518468209409836 0.00040139981569750697 0.17636572289457514 0.00012996775772084683 0.00047175590908650575 3.4764724510659865e-07 0.926290561421088 0.0006826037695422629 0.5255562595198956 0.0007918773378720339']
['59492.02266527952 1.4521721347289578 0.000401433166808328 0.17625227088114187 0.00012993201273231073 0.0004714524393597556 3.475516318021233e-07 0.9256947000059973 0.0006824160332579346 0.5264774347229605 0.0007917324231463919']
['59492.02270075972 1.4520906886098384 0.0004013879240214608 0.17635334613758363 0.0001299608650732256 0.0004717228028334865 3.4762880814962537e-07 0.9262255574452922 0.0006825675686618992 0.5258651311645461 0.0007918401046545158']
['59492.02273623993 1.4520589481455897 0.0004014204895012784 0.17624909504479447 0.00012994756580994923 0.0004714439444008793 3.4759323430945876e-07 0.9256780201932484 0.0006824977195900695 0.5263809279523413 0.0007917964047891927']
['59492.02277172014 1.4530600843339279 0.0004016005472409815 0.17623998950339395 0.0001299311042571799 0.0004714195882340991 3.4754920174653087e-07 0.925630196971607 0.0006824112618549365 0.5274298873623209 0.0007918131912583312']
['59492.022807200345 1.4521925776580165 0.0004014367999035384 0.1763502706609748 0.00012996661413089652 0.0004717145763241645 3.476441861487253e-07 0.9262094047320105 0.0006825977632925238 0.5259831729260059 0.0007918909083761158']
['59492.022842680555 1.4520647302643284 0.00040138499202734034 0.17638024034522726 0.00012996195128378972 0.00047179474142318434 3.476317136249282e-07 0.9263668085358575 0.0006825732735493158 0.5256979217284709 0.0007918435360528096']
['59492.022878160766 1.4519713217686463 0.0004014037905762196 0.17638101550485294 0.0001299666324825437 0.00047179681487673246 3.4764423523705076e-07 0.926370879752379 0.0006825978596772254 0.5256004420162673 0.0007918742584052639']
['59492.02291364097 1.4518866387174376 0.00040138128069731687 0.17614660047490038 0.00012990598680402717 0.000471169784443926 3.474820157494362e-07 0.9251397083765778 0.000682279342458126 0.5267469303408598 0.0007915882980687064']
['59492.02294912118 1.452448894891182 0.00040145425982416385 0.1763568144148892 0.00012995793793046693 0.0004717320800347839 3.4762097841451313e-07 0.9262437731874434 0.0006825521950129566 0.5262051217037386 0.0007918604811758018']
['59492.02298460139 1.4525567472775798 0.0004014715607197827 0.1764287113017191 0.00012998056218560905 0.00047192439507565614 3.476814954235827e-07 0.9266213828871803 0.0006826710198824005 0.5259353643903995 0.0007919716759165412']
['59492.0230200816 1.4517708994547815 0.00040137191316709075 0.17622868802321656 0.00012993598282611405 0.0004713893582099901 3.4756225129881807e-07 0.9255708404580703 0.0006824368845909352 0.5262000589967113 0.0007917193405049494']
['59492.0230555618 1.4517832993581143 0.0004014033938935151 0.17625520266174885 0.00012994428442336352 0.000471460281500523 3.475844570171006e-07 0.9257100980133869 0.0006824804854168253 0.5260732013447275 0.0007917728825894569']
['59492.023091042014 1.4525179210744248 0.00040142605451338385 0.17644871194383593 0.00012996876265748892 0.0004719778942530999 3.476499331844824e-07 0.9267264282764494 0.0006826090475708452 0.5257914927979754 0.0007918951881832334']
['59492.023126522225 1.4524116686784982 0.00040145172206764525 0.1761088771351183 0.00012992098954020615 0.00047106887930113185 3.475221461632646e-07 0.924941581592008 0.0006823581383414189 0.5274700870864902 0.0007916919313166233']
['59492.02316200243 1.4514967260175853 0.0004013593182427458 0.17622000522269718 0.0001299390899669962 0.000471366132821376 3.4757056250604957e-07 0.9255252375141659 0.0006824532036081734 0.5259714885034193 0.0007917270220570602']
['59492.02319748264 1.4515150967583836 0.00040136226709978966 0.1761009002770599 0.0001299138597765379 0.0004710475422189413 3.475030749509808e-07 0.9248996863290961 0.0006823206921036654 0.5266154104292875 0.0007916142977007855']
['59492.02323296285 1.4517004058934457 0.0004013592059953986 0.17636760794367867 0.00012995923973273802 0.0004717609513534435 3.476244605702505e-07 0.9263004618890687 0.0006825590322097585 0.5253999440043771 0.0007918181891623727']
['59492.02326844305 1.4527287444834958 0.00040148243365905066 0.1762739541971397 0.0001299433108829385 0.00047151043947611996 3.4758185292010996e-07 0.9258085829681708 0.0006824753722843409 0.526920161515325 0.0007918085490264952']
['59492.02330392326 1.452473140871623 0.0004014239134660077 0.17634521429275454 0.000129955183358115 0.00047170105118136876 3.476136102833213e-07 0.926182848176232 0.0006825377277211922 0.526290292695391 0.0007918326262949596']
['59492.02333940347 1.4521710767397957 0.0004014270373000748 0.17625519489100744 0.00012993572512989612 0.0004714602607147767 3.4756156199416423e-07 0.9257100572006693 0.0006824355311444124 0.5264610195391264 0.000791746121205448']
['59492.02337488368 1.4518074875260558 0.0004014273118744509 0.17615564815271312 0.00012993319957123496 0.0004711939858329579 3.475548064455089e-07 0.925187227692821 0.0006824222666556458 0.5266202598332348 0.0007917348272914216']
['59492.02341036389 1.452541187941935 0.00040145876523312414 0.1763051310573326 0.00012995023367198767 0.00047159383361746084 3.476003705015748e-07 0.9259723269817889 0.0006825117314705235 0.5265688609601461 0.0007918278877239653']
['59492.0234458441 1.451570017585094 0.00040134640088328725 0.17614793039552543 0.0001299311082427384 0.00047117334181268896 3.475492124073937e-07 0.9251466932538102 0.0006824112827874916 0.5264233243312839 0.0007916843388482799']
['59492.02348132431 1.4517794816161667 0.00040138002297859923 0.1761976625540788 0.0001299280810561896 0.00047130636902049396 3.4754111506784916e-07 0.9254078915655399 0.0006823953836984749 0.5263715900506267 0.0007916876799213751']
['59492.02351680451 1.451841437210915 0.00040142921139727606 0.17611723488579337 0.00012991971683626132 0.00047109123522269596 3.4751874184185426e-07 0.9249854773413517 0.0006823514539719607 0.5268559598695632 0.0007916747555029703']
['59492.02355228472 1.4520243672550897 0.00040140292456466715 0.1761441730526916 0.00012993186412071827 0.00047116329139781677 3.4755123428498814e-07 0.925126959310355 0.0006824152527348648 0.5268974079447346 0.0007917164170422749']
['59492.02358776493 1.4520912211269685 0.0004014178362681981 0.17642537587376883 0.00012995504656634517 0.00047191547322951135 3.476132443827105e-07 0.9266038648832398 0.0006825370092770229 0.5254873562437288 0.0007918289261621255']
['59492.02362324514 1.4524067247106742 0.00040141861944150564 0.17652098591140133 0.00013000114129461913 0.0004721712179370477 3.477365419264967e-07 0.927106018442234 0.0006827791034381258 0.5253007062684403 0.000792038011793686']
['59492.023658725346 1.4520434569720555 0.0004013979896485476 0.17622277274761905 0.00012992235153572423 0.00047137353559904735 3.475257893282926e-07 0.9255397728341338 0.000682365291679224 0.5265036841379217 0.0007916708516690304']
['59492.023694205556 1.452268985789095 0.0004014226877225166 0.17645801455035692 0.00012995442904132522 0.0004720027775440487 3.476115925817121e-07 0.9267752865039754 0.0006825337659733468 0.5254936992851195 0.000791828589981524']
['59492.02372968577 1.4517055824779284 0.00040139153339278016 0.17603002600426312 0.00012991024979278282 0.0004708579625407287 3.474934187029287e-07 0.924527447501382 0.0006823017321049518 0.5271781349765463 0.0007916127946874183']
['59492.02376516597 1.452289827958406 0.00040141280432882503 0.17645178685911236 0.00012997515399947756 0.000471986119260929 3.4766702921255774e-07 0.9267425780415566 0.0006826426155434746 0.5255472499168494 0.0007919174073318301']
['59492.02380064618 1.4525619987750171 0.0004014588711099019 0.1763598928811114 0.0001299581204102441 0.0004717403145409419 3.476214665247409e-07 0.9262599416024758 0.0006825531534151476 0.5263020571725413 0.0007918636450992044']
['59492.02383612639 1.4520363682440944 0.000401392372340654 0.17615256463046505 0.00012991592627067556 0.00047118573780257283 3.4750860256034017e-07 0.9251710327230308 0.0006823315455392624 0.5268653355210636 0.0007916389168119874']
['59492.023871606594 1.4518654844369938 0.0004013927980405234 0.17629398006442593 0.00012994557661086172 0.0004715640061276881 3.475879134545416e-07 0.9259137608425732 0.0006824872721158705 0.5259517235944207 0.0007917733608293238']
['59492.023907086805 1.4518432843781035 0.0004013720889733644 0.17612466453688636 0.00012991463559354358 0.0004711111085957531 3.47505150162937e-07 0.9250244986181007 0.000682324766772813 0.5268187857600029 0.000791622789691161']
['59492.023942567015 1.4520749014023588 0.00040143022696791087 0.17625070470438006 0.00012994182992839774 0.00047144825003583293 3.475778915548048e-07 0.9256864742877104 0.0006824675941617529 0.5263884271146484 0.0007917753748408947']
['59492.023978047226 1.4520586028073161 0.00040142436025406074 0.17599673957383435 0.0001298962950541172 0.00047076892556693667 3.4745609154934573e-07 0.9243526238121552 0.0006822284404102794 0.5277059789951609 0.0007915662713317339']
['59492.02401352743 1.452851494338759 0.0004014872861236468 0.17629100476975224 0.0001299503598341636 0.0004715560475923188 3.476007079693719e-07 0.9258981342949173 0.0006825123940869936 0.5269533600438416 0.000791842919398343']
['59492.02404900764 1.4519645226767925 0.0004013940865180013 0.17641261549113246 0.00012998370991019082 0.0004718813408266152 3.4768991518705634e-07 0.9265368460668723 0.0006826875520493216 0.5254276766099203 0.0007919466562936647']
['59492.02408448785 1.4528253499042094 0.00040148342001345203 0.1763353966153266 0.000129952820121668 0.0004716747901411614 3.476072889259728e-07 0.9261312847443625 0.000682525315765063 0.526694065159847 0.0007918520967995834']
['59492.02411996805 1.4520590135022053 0.0004014199396770733 0.17615467425386083 0.0001299166670833828 0.0004711913807772199 3.4751058414024374e-07 0.9251821126778406 0.0006823354363623046 0.5268769008243648 0.000791656248434939']
['59492.02415544826 1.4516485201448148 0.00040140263866486457 0.17596892851885199 0.00012988883293600076 0.0004706945345270536 3.4743613133112444e-07 0.9242065573469118 0.0006821892486134494 0.527441962797903 0.0007915214774413254']
['59492.024190928474 1.452333389360534 0.0004014292901550166 0.17624036919487313 0.0001299328739740921 0.0004714206038605825 3.4755393551450485e-07 0.9256321911495438 0.0006824205565866183 0.5267011982109902 0.0007917343563635156']
['59492.02422640868 1.4527653722507063 0.00040149458415601296 0.176217543361451 0.0001299373977949122 0.00047135954765521574 3.4756603616064234e-07 0.9255123075706462 0.000682444316149749 0.5272530646800602 0.0007917879424136922']
['59492.02426188889 1.451812778709904 0.0004013659547237271 0.17619133407738824 0.00012992855133168746 0.00047128944114910667 3.4754237299507766e-07 0.9253746537677955 0.0006823978536328123 0.5264381249421085 0.0007916826764897398']
['59492.0242973691 1.452189366324151 0.0004014170031449052 0.17631532694671623 0.00012995797277140107 0.00047162110632661416 3.4762107160958696e-07 0.9260258768209886 0.0006825523780010561 0.5261634895031624 0.0007918417513169746']
['59492.02433284931 1.45213638077731 0.00040140186221892713 0.1762519711910382 0.00012993864600094755 0.000471451637726791 3.4756937495325616e-07 0.925693126003352 0.0006824508718537161 0.526443254773958 0.0007917465803441905']
['59492.02436832951 1.451778164535498 0.00040138755608555636 0.17605151369630961 0.0001299027129242954 0.0004709154393878688 3.474732585369589e-07 0.9246403030268363 0.0006822621477116356 0.5271378615086616 0.0007915766598254583']
['59492.02440380972 1.4524908630679498 0.0004014254065574431 0.17635490588463926 0.00012994956992293195 0.0004717269749587617 3.4759859505715143e-07 0.9262337493941137 0.0006825082453935502 0.5262571136738361 0.0007918079704448491']
['59492.02443928993 1.4516620222080852 0.0004013644086791161 0.17629663608159607 0.00012995250222584193 0.00047157111063628583 3.4760643859501303e-07 0.9259277105125845 0.0006825236461441278 0.5257343116955007 0.0007917903233181187']
['59492.024474770136 1.4522522575789298 0.0004014185669596413 0.17637891770982134 0.00012996297684908387 0.0004717912035414573 3.476344568818362e-07 0.9263598619213307 0.000682578659921659 0.5258923956575992 0.0007918651986799141']
['59492.02451025035 1.4518450868867363 0.00040139467226360157 0.17615057297114206 0.0001299225431752442 0.0004711804103668382 3.4752630193966904e-07 0.9251605723274268 0.0006823662981893079 0.5266845145593095 0.0007916700372163795']
['59492.02454573056 1.4516532170472627 0.00040134925317012815 0.17605480710795887 0.00012990743083263827 0.00047092424884574464 3.474858783425693e-07 0.9246576003569269 0.0006822869266420077 0.5269956166903358 0.0007915785957735442']
['59492.02458121076 1.451682651793532 0.0004013862433980131 0.17626198794493028 0.00012993857099718146 0.00047147843127125585 3.475691743277079e-07 0.925745735004886 0.0006824504779263733 0.525936916788646 0.0007917383224343156']
['59492.02461669097 1.4512156524565927 0.00040134722263898985 0.17625332659390264 0.00012995669241379438 0.0004714552632573079 3.4761764681560323e-07 0.9257002447158753 0.0006825456534337941 0.5255154077407174 0.0007918005823068052']
['59492.02465217118 1.4520756507778705 0.000401420179763652 0.17630642129006135 0.00012995575679058697 0.00047159728482614187 3.47615144142354e-07 0.9259791034141879 0.0006825407394463602 0.5260965473636826 0.0007918333295116257']
['59492.02468765139 1.452854236530516 0.00040148484588355127 0.17636156235407946 0.00012995461494666105 0.000471744780169097 3.476120898548742e-07 0.9262687098428544 0.0006825347423669173 0.5265855266876616 0.0007918609448710128']
['59492.024723131595 1.452306752088442 0.00040141846561956066 0.17631711878061546 0.00012994656613695457 0.00047162589925471945 3.4759056031116335e-07 0.9260352877133166 0.0006824924692066942 0.5262714643751255 0.0007917908531071906']
['59492.024758611806 1.4523510854429584 0.00040143869926695207 0.17621911444826227 0.0001299299079102443 0.00047136375011289707 3.4754600167042246e-07 0.9255205590770078 0.0006824049785201907 0.5268305263659506 0.0007917256999607151']
['59492.024794092016 1.4513379598967882 0.00040136668904300923 0.17617983679199453 0.00012993847031529798 0.0004712586873709126 3.475689050164569e-07 0.9253142688655175 0.0006824499491349684 0.5260236910312707 0.0007917279533701388']
['59492.02482957222 1.4518963645668963 0.00040140205624753823 0.17606683149536662 0.00012991006461218803 0.0004709564125548807 3.4749292336835685e-07 0.9247207536521357 0.0006823007595177943 0.5271756109147606 0.000791617292129417']
['59492.02486505243 1.4518188094719329 0.0004013792195826635 0.17634702079404072 0.00012996403645850534 0.0004717058833428712 3.47637291202461e-07 0.9261923361031551 0.0006825842250971919 0.5256264733687778 0.0007918500503658012']
['59492.02490053264 1.451632975307807 0.0004013901605056428 0.17633661120790783 0.00012996577951616454 0.0004716780390220546 3.476419536603191e-07 0.9261376639070791 0.0006825933798117886 0.5254953114007279 0.0007918634876755125']
['59492.024936012844 1.4517215203332903 0.00040137402141978865 0.17637001322298018 0.00012996708229942 0.0004717673851700881 3.4764543844006505e-07 0.9263130946585094 0.0006826002221608194 0.5254084256747809 0.0007918612052403457']
['59492.024971493054 1.452687461855932 0.0004014663956622803 0.17622830794432937 0.00012993934098300467 0.0004713883415472395 3.475712339419915e-07 0.9255688442454274 0.0006824545219695624 0.5271186176105046 0.0007917824457531036']
['59492.025006973265 1.452099816131174 0.00040141016849828796 0.17635930032942698 0.00012995436349865037 0.00047173872954044425 3.476114172633812e-07 0.9262568294612763 0.0006825334217366092 0.5258429866698977 0.0007918219466277176']
['59492.025042453475 1.4516851438961842 0.0004013784323662856 0.17638345795920204 0.0001299686924175887 0.00047180334813190787 3.4764974530167025e-07 0.9263837077689184 0.0006826086786638063 0.5253014361272658 0.0007918707307104895']
['59492.02507793368 1.4515754589750176 0.00040135169272218375 0.1763996748436675 0.00012996870270890452 0.0004718467262381974 3.47649772829633e-07 0.926468880481447 0.0006826087327148348 0.5251065784935706 0.0007918572240180139']
['59492.02511341389 1.4511079626822727 0.000401326329553502 0.17611448484311693 0.00012992579276098156 0.00047108387920781074 3.475349941687968e-07 0.9249710338398999 0.0006823833653412897 0.5261369288423728 0.0007916500995309672']
['59492.0251488941 1.4521816933453429 0.00040142783226125535 0.1760988559871263 0.00012990795191651937 0.00047104207400300774 3.4748727217577003e-07 0.924888949512218 0.0006822896634270975 0.5272927438331249 0.0007916207989520188']
['59492.0251843743 1.4522357359373466 0.0004014344230091853 0.1763544493836537 0.0001299624517638403 0.0004717257538766041 3.4763305234549913e-07 0.9262313518049039 0.0006825759021210101 0.5260043841324427 0.0007918708595048995']
['59492.02521985451 1.4519310445388807 0.0004013751801219118 0.17631751421289316 0.000129955205868912 0.00047162695698583964 3.476136704968442e-07 0.9260373645635145 0.000682537845950168 0.5258936799753662 0.0007918080236851559']
['59492.02525533472 1.4518879543870964 0.0004014197844499281 0.176341973053847 0.00012996844565351187 0.00047169238127895064 3.4764908523910547e-07 0.9261658248626419 0.000682607382633991 0.5257221295244545 0.0007918905746214274']
['59492.025290814934 1.4521977115669578 0.0004014171157601595 0.1763989922230739 0.0001299725255390072 0.000471844900314807 3.47659998414632e-07 0.9264652952892537 0.0006826288106040294 0.5257324162777041 0.0007919076927848833']
['59492.02532629514 1.4527298016932217 0.0004014785221652238 0.17620447375338713 0.0001299257002760859 0.00047132458811357473 3.475347467834471e-07 0.9254436646711509 0.0006823828796012915 0.5272861370220708 0.0007917268456563304']
['59492.02536177535 1.4526200618596783 0.0004014814151858977 0.17623898083458878 0.00012994827627296662 0.0004714168901731531 3.475951347077966e-07 0.9256248993413276 0.0006825014510134802 0.5269951625183507 0.0007918305105104104']
['59492.02539725556 1.4514905826390305 0.00040134896531672016 0.17615640096320437 0.00012992358666681105 0.0004711959995054099 3.4752909314707974e-07 0.9251911815294347 0.0006823717787122429 0.5262994011095958 0.0007916515877225991']
['59492.02543273576 1.4520201120167449 0.00040140216881311835 0.17627116090287787 0.00012993878000719714 0.00047150296776873706 3.4756973340295413e-07 0.9257939123050308 0.0006824515756680523 0.526226199711714 0.0007917473424392926']
['59492.02546821597 1.4516746300287928 0.0004013914650426207 0.1761621123799998 0.00012991705531943497 0.00047121127681994855 3.475116226223747e-07 0.9252211784663855 0.0006823374754172006 0.5264534515624073 0.0007916435678812657']
['59492.02550369618 1.4525202975404685 0.000401449946351455 0.17618625660578477 0.0001299347725373735 0.0004712758595574411 3.47559013930152e-07 0.9253479863749201 0.0006824305280324238 0.5271723111655484 0.0007917534243792058']
['59492.025539176386 1.4521078322567602 0.00040140398945920873 0.17641528276831492 0.00012996513187675182 0.00047188847545431574 3.476402213071447e-07 0.9265508548756036 0.0006825899783442848 0.5255569773811566 0.0007918675654993199']
['59492.025574656596 1.4524864023009276 0.00040144225463650845 0.1763126578148922 0.00012994028778659582 0.0004716139667379829 3.4757376652134723e-07 0.9260118582714927 0.000682459494677499 0.5264745440294349 0.0007917744916850445']
['59492.02561013681 1.4526575375761936 0.000401459495759601 0.17652929381924007 0.00012999207665761783 0.0004721934405353551 3.477122951737893e-07 0.9271496524119752 0.0006827314950505138 0.5255078851642184 0.0007920176898715476']
['59492.02564561702 1.4520476942407305 0.000401414739921838 0.17623074704421599 0.00012993722019781243 0.0004713948658296538 3.475655611109565e-07 0.9255816546439916 0.0006824433833918721 0.526466039596739 0.0007917466545315254']
['59492.02568109722 1.4518509445353547 0.0004013930946572931 0.17634052209964163 0.00012996000676803726 0.0004716885001607324 3.4762651229225723e-07 0.9261582043048405 0.0006825630607564983 0.5256927402305142 0.0007918388398833678']
['59492.02571657743 1.4516058522274289 0.0004013622202883118 0.17611447131407165 0.00012991235996762595 0.00047108384301933296 3.4749906315262745e-07 0.9249709627839898 0.0006823128149560187 0.5266348894434391 0.0007916074843809711']
['59492.02575205764 1.4517094183265051 0.00040136762465314233 0.17631781643449282 0.00012994761231331777 0.00047162776539023455 3.4759335870006337e-07 0.9260389518618322 0.0006824979638304506 0.525670466464673 0.0007917698155097962']
['59492.025787537845 1.4529003534213998 0.0004014977645523834 0.17638286695978622 0.0001299691946838414 0.0004718017672835315 3.47651088800105e-07 0.9263806037803899 0.0006826113166168142 0.5265197496410099 0.0007919334975324012']
['59492.025823018055 1.452110860714659 0.0004014093327299334 0.17628605993323337 0.00012995073363841067 0.000471542820782659 3.4760170784825714e-07 0.9258721635148812 0.0006825143573445939 0.5262386971997777 0.000791805089895357']
['59492.025858498266 1.452495834458314 0.0004014683368340882 0.17610334971584363 0.0001299259314746923 0.00047105409415659224 3.475353652103554e-07 0.9249125510285906 0.0006823840938796864 0.5275832834297235 0.0007917227273865072']
['59492.02589397847 1.4522238077143816 0.0004014275511977465 0.17631732166803354 0.00012996096042969062 0.00047162644195279473 3.476290632160584e-07 0.9260363532984957 0.0006825680694836693 0.526187454415886 0.0007918606243142051']
['59492.02592945868 1.451316992553818 0.00040134710642450216 0.17627917547368346 0.00012995421732759691 0.0004715244057277366 3.4761102627437794e-07 0.925836005639094 0.0006825326540314964 0.5254809869147241 0.0007917893177194291']
['59492.02596493889 1.4526364184144647 0.00040146737080715627 0.17640019353282427 0.000129969770509162 0.0004718481136658147 3.476526290597038e-07 0.9264716046892032 0.0006826143409094643 0.5261648137252615 0.0007919206956748088']
['59492.0260004191 1.4522115023039281 0.00040143245289709555 0.17630811896944304 0.00012995501282361875 0.000471601825902871 3.476131541252029e-07 0.9259880197974951 0.0006825368320568212 0.526223482506433 0.0007918361834073638']
['59492.026035899304 1.4528271281513412 0.0004014908303734695 0.1763923669369286 0.00012997186592041387 0.00047182717851582514 3.4765823401867097e-07 0.9264304986183226 0.0006826253462206612 0.5263966295330186 0.0007919420750136057']
['59492.026071379514 1.4522352878561575 0.00040141593059684233 0.17631171968648357 0.00012995567478038146 0.0004716114573636386 3.476149247754701e-07 0.9260069311264894 0.0006825403087204909 0.5262283567296682 0.0007918308041274929']
['59492.026106859725 1.4518338419576209 0.0004014109566343676 0.17634042623152157 0.00012995395018058095 0.00047168824372568715 3.476103116900397e-07 0.9261577007958066 0.0006825312509484294 0.5256761411618143 0.0007918204749988131']
['59492.02614233993 1.4521492220017778 0.0004014073629801046 0.1764168305888099 0.00012997415353807856 0.000471892615677556 3.4766435310538084e-07 0.926558984184926 0.0006826373610193202 0.5255902378168518 0.0007919101197194434']
['59492.02617782014 1.4518890493589975 0.00040151171009452426 0.1762591407024218 0.0001299474906955111 0.00047147081525916496 3.475930333878768e-07 0.9257307810001145 0.000682497325081466 0.526158268358883 0.0007918423151653274']
['59492.02621330035 1.4523830770415413 0.00040146385969875 0.1762219080051784 0.00012993360300455337 0.0004713712225228468 3.475558855783969e-07 0.9255352311196345 0.0006824243855281165 0.5268478459219068 0.0007917551847684011']
['59492.02624878055 1.4521863491988882 0.0004014010237284837 0.1763876029732527 0.0001299607032958876 0.00047181443551804815 3.4762837541579305e-07 0.926405477800697 0.0006825667189910063 0.5257808713981912 0.0007918460126340361']
['59492.02628426076 1.4520218712538093 0.0004013983360229064 0.17632483298382834 0.0001299469439364802 0.0004716465337685572 3.475915708769113e-07 0.9260758034864934 0.0006824944534479003 0.5259460677673159 0.0007917823584477657']
['59492.02631974097 1.452381692152938 0.0004014425001556225 0.1763363999834077 0.00012996418084023362 0.0004716774740233437 3.476376774052467e-07 0.9261365545347043 0.0006825849834045884 0.5262451376182337 0.0007918827820458272']
['59492.02635522118 1.4524834445209864 0.0004014800348436169 0.17626468686837787 0.00012994584938600979 0.00047148565054869635 3.4758864309341837e-07 0.9257599100229931 0.0006824887047584548 0.5267235344979934 0.0007918188242905729']
['59492.02639070139 1.452521440031595 0.00040147306427879123 0.1762919079142708 0.00012995719309424824 0.0004715584633892004 3.4761898607222747e-07 0.9259028777010021 0.0006825482830580265 0.5266185623305928 0.0007918666428426332']
['59492.0264261816 1.45190606890069 0.00040138750208081964 0.1762103584156841 0.00012995005770100864 0.0004713403288378267 3.4759989980155545e-07 0.925474571510946 0.0006825108072531968 0.5264314973897439 0.0007917909628456808']
['59492.02646166181 1.45271377792981 0.0004014956712383381 0.17627526953742378 0.0001299436459390486 0.00047151395784432264 3.4758274915265007e-07 0.9258154912679821 0.0006824771320328184 0.5268982866618279 0.0007918167779043739']
['59492.02649714201 1.4523217727633007 0.0004014379394194064 0.1762797625343057 0.00012995316972498334 0.0004715259760403403 3.4760822407043936e-07 0.9258390889406811 0.0006825271519169294 0.5264826838226195 0.000791830620972146']
['59492.02653262222 1.4512155648908305 0.00040133213774846857 0.17619467704315422 0.0001299346111304428 0.0004712983831579511 3.4755858218711224e-07 0.9253922113611042 0.0006824296803069476 0.5258233535297263 0.0007916929665934885']
['59492.02656810243 1.4521108428811673 0.00040142324237397563 0.1761912983447718 0.00012994346677686405 0.00047128934556889593 3.4758226991656124e-07 0.9253744660964905 0.0006824761910549583 0.5267363767846768 0.0007917792437762684']
['59492.026603582635 1.4522832077295151 0.00040145653978883756 0.17622463760433588 0.00012994805072057228 0.00047137852385391527 3.4759453138378843e-07 0.9255495672496633 0.0006825002663895603 0.5267336404798518 0.0007918168771635568']
['59492.026639062846 1.4522228296055144 0.00040142088293777713 0.17637545973112478 0.0001299726747768734 0.000471781953887631 3.4766039760696993e-07 0.9263417002685126 0.000682629594416352 0.5258811293370018 0.0007919102780186514']
['59492.026674543056 1.4522046930250094 0.0004014143777404184 0.17623619075106306 0.00012993702022008667 0.0004714094270540816 3.4756502619593867e-07 0.9256102455412977 0.0006824423330886906 0.5265944474837118 0.0007917455656006307']
['59492.02671002327 1.4522900131619538 0.00040140183046432444 0.17635836305392721 0.00012995599118692 0.00047173622244752275 3.476157711227749e-07 0.9262519067958362 0.0006825419705195378 0.5260381063661176 0.0007918250886532985']
['59492.02674550347 1.4524296178533178 0.00040144972589448836 0.17634489221637029 0.00012996660926821595 0.00047170018966794674 3.476441731416724e-07 0.9261811565985835 0.0006825977377532351 0.5262484612547343 0.0007918974390706123']
['59492.02678098368 1.4519778725747134 0.0004013866355282638 0.17618507509598358 0.0001299235692315845 0.0004712726991687828 3.4752904651006315e-07 0.9253417809663004 0.000682371687140675 0.5266360916084131 0.0007916706073815741']
['59492.02681646389 1.4523212040842934 0.00040143114291308474 0.176353745308627 0.00012994979001635173 0.00047172387056533 3.47599183779096e-07 0.9262276539318646 0.0006825094013463853 0.5260935501524289 0.0007918118750225376']
['59492.026851944094 1.4521021097715499 0.0004014392114215671 0.17604267120649392 0.00012990905982314413 0.00047089178685066863 3.474902356852795e-07 0.9245938613786446 0.0006822954822644124 0.5275082483929052 0.0007916315845045577']
['59492.026887424305 1.4524869082584473 0.0004014344585036489 0.17640402347531273 0.00012996794692915324 0.00047185835827554234 3.4764775121478756e-07 0.9264917199333652 0.0006826047632833679 0.5259951883250821 0.0007918957553436314']
['59492.026922904515 1.4523637995550183 0.00040145708771208654 0.17635147709647014 0.00012996082391539054 0.0004717178033858889 3.476286980576439e-07 0.9262157410528894 0.000682567352496799 0.5261480585021289 0.0007918749800118447']
['59492.026958384726 1.4522639555050891 0.0004014348561071512 0.17623364201890962 0.00012995398519102808 0.0004714026095192776 3.4761040533853923e-07 0.9255968593430127 0.0006825314348268282 0.5266670961620764 0.0007918327495276625']
['59492.02699386493 1.452385985553899 0.00040146278928209395 0.176141568784293 0.00012991948338105693 0.00047115632531061045 3.475181173788329e-07 0.9251132814301103 0.0006823502278416856 0.5272727041237887 0.0007916907253553999']
['59492.02702934514 1.4525137174638154 0.00040144784184531815 0.17655864528034548 0.000129990432058567 0.0004722719519659752 3.477078960802037e-07 0.9273038092455121 0.0006827228574504571 0.5252099082183033 0.0007920043369878606']
['59492.02706482535 1.4523092838041345 0.0004015004038277825 0.17633215470038305 0.00013003903208128628 0.0004716661184304328 3.478378949684415e-07 0.9261142578801632 0.0006829781096706212 0.5261950259239713 0.0007922510161325939']
['59492.02710030555 1.4518165870304127 0.0004013986234501307 0.17614319605752832 0.00012991903739105603 0.0004711606780598401 3.475169244122243e-07 0.9251218280332371 0.0006823478854572271 0.5266947589971757 0.0007916561701241322']
['59492.027135785764 1.4512699239159512 0.00040135969075427605 0.1760380313952694 0.00012990208157420078 0.00047087937594493095 3.4747156975564153e-07 0.9245694926222134 0.000682258831797273 0.5267004312937378 0.0007915596723733138']
['59492.027171265974 1.4520694196516284 0.0004014277638099629 0.17617671333897217 0.000129935495439892 0.00047125033253077775 3.475609476025754e-07 0.925297864175274 0.0006824343247893487 0.5267715554763543 0.0007917454497552617']
['59492.02720674618 1.4520434352676481 0.00040142098894620806 0.17636078543445902 0.00012995842302361056 0.0004717427020077864 3.4762227597706217e-07 0.926264629382663 0.0006825547427710639 0.5257788058849852 0.0007918458102723186']
['59492.02724222639 1.4518021620134542 0.0004014003820630323 0.17622470961555864 0.0001299388330323519 0.00047137871647479025 3.4756987523850855e-07 0.9255499454598669 0.0006824518541615122 0.5262522165535873 0.0007917466766389577']
['59492.0272777066 1.4521930247870802 0.0004014230341215618 0.17628372055696964 0.00012993839894491382 0.00047153656324827034 3.475687141097438e-07 0.9258598768748406 0.0006824495742905138 0.5263331479122396 0.0007917561959168138']
['59492.02731318681 1.451335109490897 0.00040134304668381303 0.1762250862753768 0.00012994431310432784 0.00047137972399196546 3.4758453373503743e-07 0.9255519237152144 0.000682480636052142 0.5257831857756826 0.0007917424200506006']
['59492.02734866701 1.4520614513038934 0.000401416995340181 0.17634137935094396 0.00012995563703295429 0.00047169079319908934 3.476148238058966e-07 0.9261627066751259 0.000682540110467197 0.5258987446287675 0.0007918311730062869']
['59492.02738414722 1.4516261820904193 0.0004013802922114407 0.17616584460859908 0.00012993053353017249 0.000471221260057433 3.4754767512427233e-07 0.9252407805073481 0.0006824082643391413 0.5263854015830711 0.0007916989189168448']
['59492.02741962743 1.4523366161739146 0.00040144168040541446 0.1763226743878292 0.00012996433217129705 0.000471640759798416 3.4763808219662127e-07 0.9260644663226324 0.0006825857782105938 0.5262721498512822 0.0007918830515815355']
['59492.027455107636 1.4520892776801475 0.0004014109757055897 0.17631938741314218 0.00012995992076287246 0.00047163196755859653 3.4762628223936464e-07 0.9260472028001165 0.0006825626090487 0.526042074880031 0.0007918475147957983']
['59492.02749058785 1.4519604665827415 0.0004014267494030548 0.1763311258564121 0.00012997691980578258 0.0004716633664034808 3.4767175252015414e-07 0.9261088542878788 0.000682651889736253 0.5258516122948627 0.0007919324704144795']
['59492.02752606806 1.4515338169261396 0.00040136964450914343 0.1762055082692371 0.0001299383875229278 0.00047132735531208277 3.4756868355738185e-07 0.9254490980527159 0.0006824495143010915 0.5260847188734237 0.0007917290768332258']
['59492.02756154826 1.451757405137688 0.0004014148890444423 0.17621256538743071 0.00013007916051855853 0.0004713462322069483 3.47945233441558e-07 0.925486162749111 0.0006831888682697402 0.526271242388577 0.0007923893884159797']
['59492.02759702847 1.4520375202086164 0.0004014308623903755 0.1763851310514361 0.00012998113197383463 0.0004718078234411398 3.4768301953471913e-07 0.9263924950180469 0.0006826740124676188 0.5256450251905695 0.0007919536252698886']
['59492.02763250868 1.4522353880923378 0.00040142547172537985 0.17640375716782208 0.00012996677952095462 0.00047185764593682774 3.476446285461251e-07 0.9264903212595699 0.0006825986319377869 0.5257450668327679 0.0007918859145566879']
['59492.02766798889 1.4522100788446046 0.00040141903861748234 0.1763214236561114 0.00012996182771901513 0.00047163741424992235 3.4763138310484975e-07 0.9260578973535263 0.0006825726245746593 0.5261521814910783 0.0007918602353845801']
['59492.027703469095 1.4520911611739498 0.0004014183082200708 0.17617965713498338 0.00012991834811964628 0.00047125820681122543 3.4751508069874545e-07 0.9253133252887783 0.0006823442653342768 0.5267778358851715 0.0007916630309726719']
['59492.027738949306 1.4516839749808046 0.00040138066235037367 0.17616869008598504 0.00012994422540551842 0.00047122887134804533 3.475842991518606e-07 0.9252557252415181 0.0006824801754491514 0.5264282497392865 0.0007917610914852592']
['59492.027774429516 1.4520035662595359 0.0004014230996221582 0.1762752705560996 0.00012994789182681942 0.00047151396056915103 3.475941063631801e-07 0.9258154966181702 0.0006824994318635474 0.5261880696413657 0.0007917992039679795']
['59492.02780990972 1.4520534015185786 0.00040140986195282376 0.1761882749253184 0.00012994327828121278 0.0004712812583058532 3.4758176571463433e-07 0.9253585867926388 0.0006824752010567899 0.5266948147259398 0.0007917716067973711']
['59492.02784538993 1.452056490318056 0.0004014086703677067 0.176335171292128 0.00012996782984424615 0.0004716741874302227 3.4764743802753163e-07 0.9261301013242018 0.0006826041483416289 0.5259263889938541 0.0007918821528356165']
['59492.02788087014 1.4525513327227766 0.00040158504722609455 0.1763321834762477 0.00012996957332017537 0.00047166619540221603 3.476521016042089e-07 0.9261144090139061 0.0006826133052530219 0.5264369237088705 0.0007919794660621194']
['59492.027916350344 1.452050916965721 0.0004014019443313756 0.17630653355603962 0.00012995916480178994 0.0004715975851233752 3.476242601394811e-07 0.9259796930464267 0.0006825586386648632 0.5260712239192943 0.0007918395141245731']
['59492.027951830554 1.4521491029570173 0.00040141739085800877 0.17617460766641468 0.00012991881996292606 0.00047124470012412133 3.475163428195915e-07 0.9252868049706654 0.000682346743502763 0.5268622979863519 0.0007916647017848382']
['59492.027987310765 1.4519697247363441 0.00040141477052925813 0.17624331448274555 0.00012993841598530663 0.00047142848213156945 3.4756875969063025e-07 0.9256476600984536 0.0006824496637883752 0.5263220646378906 0.000791752083422534']
['59492.028022790975 1.4528189858398972 0.0004014994352487946 0.1762756065992781 0.000129953323609473 0.0004715148594419738 3.476086356919048e-07 0.9258172615508304 0.0006825279601337868 0.5270017242890668 0.0007918624961882517']
['59492.02805827118 1.4517282663068207 0.00040138872490580284 0.17624656761214083 0.0001299526797471596 0.0004714371838395321 3.4760691344199137e-07 0.9256647458620842 0.0006825245785039895 0.5260635204447365 0.0007918034533541483']
['59492.02809375139 1.4521289168866982 0.00040141974455516955 0.17648603740237345 0.0001300020582529733 0.0004720777351140985 3.477389946736341e-07 0.9269224653486001 0.0006827839193958682 0.5252064515380981 0.0007920427336352004']
['59492.0281292316 1.45237268725529 0.00040145802192326734 0.17638558160483145 0.0001299580982189649 0.00047180902861424895 3.4762140716588744e-07 0.9263948613699131 0.0006825530368643114 0.5259778258853769 0.0007918631141171033']
['59492.0281647118 1.4517723072835416 0.0004013858640811625 0.17623969386589253 0.00012995026743242786 0.00047141879744133083 3.476004608064645e-07 0.9256286442536373 0.0006825119087837598 0.5261436630299042 0.0007917910819880663']
['59492.02820019201 1.4522639642467987 0.0004014444753066655 0.17619238471747023 0.00012992487991803298 0.0004712922514778875 3.4753255242984665e-07 0.925380171835453 0.0006823785709980724 0.5268837924113458 0.000791705867675373']
['59492.028235672224 1.4519433471827723 0.0004014073164172024 0.1762739439003514 0.0001299542509608557 0.000471510411933519 3.476111162390735e-07 0.9258085288884003 0.0006825328306767632 0.526134818294372 0.0007918199913016185']
['59492.028271152434 1.4522618663626263 0.00040144599602917564 0.17629419115437833 0.0001299534917163314 0.0004715645707665009 3.4760908535640027e-07 0.9259148695082896 0.0006825288430479591 0.5263469968543367 0.0007918361631803907']
['59492.02830663264 1.4520183091533587 0.0004013900360218501 0.1762656069746989 0.0001299548059609299 0.0004714881117162453 3.4761260079378325e-07 0.925764742514175 0.0006825357455931193 0.5262535666391838 0.0007918137439006583']
['59492.02834211285 1.4518545494258563 0.00040139655042574707 0.17637278586859279 0.00012994748688092053 0.0004717748016449568 3.475930231843315e-07 0.9263276568728613 0.0006824973050468515 0.525526892552995 0.0007917839112345643']
['59492.02837759306 1.4526302088519545 0.00040146126730395245 0.1765127603765725 0.00012999020194131325 0.0004721492156760799 3.477072805457764e-07 0.9270628171038472 0.0006827216488514352 0.5255673917481073 0.0007920101002864281']
['59492.02841307326 1.452343311128721 0.0004014527924738178 0.17626669127729472 0.00012994187272880853 0.00047149101208797525 3.475780060404677e-07 0.9257704373807496 0.0006824678189538263 0.5265728737479713 0.0007917870095503076']
['59492.02844855347 1.4523775348720411 0.00040143945275989345 0.17635356129422577 0.00012995635764623354 0.00047172337835017786 3.4761675135489575e-07 0.9262266874696733 0.0006825438952008064 0.5261508474023678 0.0007918458202883008']
['59492.02848403368 1.452427185041851 0.0004014417001756764 0.17613178742570207 0.00012992134601446918 0.00047113016141867936 3.475230996866435e-07 0.9250619087484353 0.0006823600105801954 0.5273652762934158 0.0007916884631462947']
['59492.028519513886 1.452020417524236 0.0004014056734123495 0.17617631806621054 0.0001299215910699083 0.0004712492752263427 3.475237551788194e-07 0.9252957881628705 0.000682361297636073 0.5267246293613654 0.0007916713049992448']
['59492.028554994096 1.4519585727879432 0.0004013967628064227 0.17632559093921435 0.00012995062905691362 0.0004716485612029492 3.476014281060351e-07 0.9260797843446132 0.0006825138080720254 0.5258787884433299 0.0007917982441256441']
['59492.02859047431 1.4517506811933507 0.000401378736497345 0.17627892777629903 0.000129947340355765 0.0004715237431686925 3.4759263124815013e-07 0.925834704707453 0.000682496535481959 0.5259159764858977 0.0007917742172217292']
['59492.02862595452 1.4522615242902603 0.0004014238763092167 0.17635321956264022 0.0001299558949020199 0.00047172246426158875 3.47615513572896e-07 0.9262248926609256 0.0006825414648215332 0.5260366316293348 0.0007918358287371452']
['59492.02866143472 1.4521471040160168 0.00040141380696508106 0.17614748029163474 0.00012992253602604214 0.00047117213784194766 3.475262828164615e-07 0.9251443292627876 0.0006823662606409777 0.5270027747532292 0.0007916797067522635']
['59492.02869691493 1.4523121506717107 0.0004014381303822634 0.1763258585401336 0.00012996536671757718 0.0004716492770014211 3.4764084947652614e-07 0.9260811898116261 0.000682591211751981 0.5262309608600846 0.0007918859355272355']
['59492.02873239514 1.4518433637798798 0.0004013971836726113 0.17621400028682965 0.00012995098988359077 0.00047135007038059837 3.4760239327156905e-07 0.9254936989854499 0.0006825157031701196 0.5263496647944299 0.0007918000910167332']
['59492.028767875345 1.452118296622715 0.00040143359413812073 0.17610219132065602 0.0001299195888637507 0.00047105099559658953 3.475183995316417e-07 0.9249064670202523 0.0006823507818474301 0.5272118296024628 0.0007916763985306425']
['59492.028803355555 1.4519007479649204 0.00040141727367666027 0.17629499112290986 0.00012995546771206055 0.00047156671058072125 3.4761437089401077e-07 0.9259190710236863 0.0006825392211767887 0.5259816769412341 0.000791830547560916']
['59492.028838835766 1.4527224084406223 0.000401473388852775 0.17636627534789298 0.0001299716552506803 0.0004717573868289656 3.476576705038902e-07 0.926293462961623 0.0006826242397619765 0.5264289454789993 0.0007919322790918096']
['59492.02887431597 1.4515952821995293 0.0004013958398429983 0.17605473393005233 0.00012991735713898352 0.00047092405310413877 3.475124299513339e-07 0.9246572160191825 0.000682339060603905 0.5269380661803468 0.0007916471523785615']
['59492.02890979618 1.4523375392497406 0.0004014452284326361 0.17625696897399262 0.00012994328354424322 0.0004714650061614413 3.4758177979257226e-07 0.9257193748634066 0.0006824752286987564 0.526618164386334 0.0007917895611958719']
['59492.02894527639 1.452085912955014 0.0004014246648913598 0.1761251176685914 0.00012992558842586177 0.0004711123206655132 3.4753444759830334e-07 0.9250268785115096 0.0006823822921526355 0.5270590344435045 0.0007916990300781132']
['59492.0289807566 1.452097317982266 0.0004014224631152196 0.17624702532114844 0.00012994076305671533 0.00047143840815299526 3.475750378085544e-07 0.9256671497959478 0.0006824619908440932 0.5264301681863183 0.0007917666088187686']
['59492.029016236804 1.4521811010162171 0.0004014110281843174 0.17626709808040902 0.00012995115660373945 0.0004714921002346392 3.4760283922679216e-07 0.9257725739517281 0.0006825165788011526 0.526408527064489 0.0007918078642489103']
['59492.029051717014 1.4524319096884761 0.0004014396322780578 0.17631351191485223 0.00012995553999167622 0.00047161625134689946 3.476145642328027e-07 0.9260163440906105 0.0006825396007966189 0.5264155655978656 0.0007918422096725774']
['59492.029087197225 1.4521053768310168 0.0004014145196380446 0.1763049276579302 0.00012995328852015575 0.0004715932895498926 3.4760854183243775e-07 0.9259712587076168 0.0006825277758411542 0.5261341181234 0.0007918192858038474']
['59492.02912267743 1.4515728070157823 0.00040138473717359237 0.1763248047479377 0.00012996108408302548 0.0004716464582411359 3.476293939730243e-07 0.9260756551887486 0.0006825687189234531 0.5254971518270337 0.0007918394807590221']
['59492.02915815764 1.4518597558847153 0.0004013977252757606 0.176332571905371 0.00012995905334890615 0.0004716672344007877 3.476239620171723e-07 0.926116449082831 0.0006825580533030786 0.5257433068018843 0.0007918368708171167']
['59492.02919363785 1.45169907884799 0.00040138942434003304 0.17612100583331855 0.0001299111095693592 0.0004711013220283896 3.4749571849607304e-07 0.9250052827380176 0.0006823062477382311 0.5266937961099724 0.0007916156173766707']
['59492.02922911805 1.452511390638398 0.0004014630462861281 0.17626659974252823 0.0001299521366921837 0.0004714907672441004 3.476054608389025e-07 0.9257699566309257 0.0006825217263244942 0.5267414340074723 0.0007918386732398877']
['59492.02926459826 1.4523225880180788 0.00040143313332947504 0.1762173294746363 0.000129946293609599 0.00047135897553515153 3.475898313351e-07 0.9255111842155269 0.0006824910378655409 0.5268114038025519 0.0007917970556282104']
['59492.02930007847 1.4524244658271241 0.00040144398983590164 0.17649497471854492 0.00012998810903788757 0.00047210164129975673 3.477016822949258e-07 0.9269694050343746 0.0006827106567115945 0.5254550607927495 0.0007919918672328296']
['59492.029335558684 1.4519819009832762 0.000401402826035022 0.1761779022297533 0.00012992981308541373 0.00047125351266261997 3.475457480260441e-07 0.9253041083495447 0.0006824044804906184 0.5266777926337315 0.0007917070820338623']
['59492.02937103889 1.451974651172883 0.0004014123011962707 0.17621630302521757 0.00012993520804205068 0.0004713562299133225 3.475601788498514e-07 0.9255057931996722 0.0006824328153469049 0.5264688579732109 0.0007917363090158164']
['59492.0294065191 1.451993936061399 0.00040138267129579693 0.17636416669702576 0.0001299597627121216 0.0004717517464557089 3.476258594736796e-07 0.9262823881146311 0.0006825617789502185 0.5257115479467678 0.0007918324512800905']
['59492.02944199931 1.45233057616269 0.0004014423533890786 0.17621843283866315 0.00012993981572509815 0.0004713619268937885 3.4757250381679605e-07 0.9255169791946595 0.0006824570153629105 0.5268135969680304 0.0007917724047430637']
['59492.02947747951 1.4517318876647254 0.00040138807023732873 0.17614648879316155 0.00012993136365729589 0.000471169485709459 3.4754989560889556e-07 0.9251391218128234 0.0006824126242505037 0.526592765851902 0.0007917066203242877']
['59492.02951295972 1.4523478850778093 0.0004014181304691952 0.1762258666563284 0.0001299439160127018 0.0004713818114118972 3.4758347156537113e-07 0.9255560223546659 0.0006824785504868792 0.5267918627231434 0.0007917786858359194']
['59492.02954843993 1.4521957009347772 0.00040144127751121707 0.17613831845600794 0.00012991903280693513 0.0004711476310952619 3.475169121502831e-07 0.925096210378193 0.0006823478613809619 0.5270994905565842 0.0007916777773949515']
['59492.029583920135 1.451312597648938 0.00040132854742814026 0.17636277323395666 0.00012996796280411894 0.00047174801911897845 3.476477936783046e-07 0.926275069506075 0.0006826048466602886 0.5250375281428631 0.0007918421431477976']
['59492.029619400346 1.451785554483964 0.0004013802604580875 0.1762349372741041 0.0001299494647739266 0.00047140607416241656 3.4759831379691674e-07 0.9256036621539082 0.0006825076931403708 0.5261818923300557 0.0007917846075045869']
['59492.029654880556 1.451834615337139 0.0004013654118412679 0.1763043144394274 0.0001299370418634955 0.0004715916492682805 3.475650840893084e-07 0.9259680380222027 0.0006824424467620562 0.5258665773149364 0.0007917208390367734']
['59492.02969036077 1.452296567457391 0.0004014318281243509 0.1761739117238904 0.00012993522000559718 0.00047124283856625834 3.4756021085081886e-07 0.9252831498103488 0.0006824328781806575 0.5270134176470423 0.0007917462635549311']
['59492.02972584097 1.452605306689175 0.0004014618683795826 0.17641133101127726 0.00012997635065353197 0.0004718779050061403 3.4767023011017e-07 0.9265300998491454 0.0006826489004912394 0.5260752068400297 0.0007919476959400307']
['59492.02976132118 1.4519354532565218 0.00040140836696507656 0.17624001654676724 0.0001299483827652891 0.000471419660571688 3.4759541956123394e-07 0.9256303390061306 0.0006825020103218965 0.5263051142503913 0.000791793957518621']
['59492.02979680139 1.4515434990049787 0.0004013947061525618 0.17615054036497124 0.00012992430921775468 0.0004711803231494725 3.4753102587908505e-07 0.9251604010765297 0.0006823755736226611 0.526383097928449 0.0007916780492120248']
['59492.029832281594 1.4522901316562806 0.000401428299369617 0.17629645842554226 0.0001299585858661501 0.00047157063542890544 3.476227115601734e-07 0.925926777445075 0.0006825555980365028 0.5263633542112056 0.0007918502534859421']
['59492.029867761805 1.4526437583474174 0.0004014405502353225 0.17649790026112308 0.00012998487547411135 0.0004721094667545893 3.4769303292250914e-07 0.9269847702790078 0.000682693673708568 0.5256589880684096 0.0007919754841501972']
['59492.029903242015 1.4526028552023016 0.0004014745716092302 0.1764205615497991 0.00012998800815030242 0.0004719025955243445 3.477014124334489e-07 0.9265785795682726 0.0006827101268398237 0.526024275634029 0.0007920069121784627']
['59492.029938722226 1.4523728552732718 0.000401477504704452 0.176202739394489 0.00012993165908960013 0.0004713199489237977 3.475506858527875e-07 0.9254345556433247 0.000682414175890757 0.5269382996299471 0.0007917533039024052']
['59492.02997420243 1.4530852931329048 0.0004015174645439292 0.17637618762253132 0.00012996042582763366 0.0004717839009046963 3.4762763322345416e-07 0.9263455232275806 0.0006825652616997567 0.5267397699053242 0.0007919037888614013']
['59492.03000968264 1.4521279189487695 0.00040142160152984764 0.17636829921199454 0.0001299691575772038 0.00047176280040839264 3.476509895445622e-07 0.9263040924999714 0.0006826111217290116 0.5258238264487981 0.0007918947188123729']
['59492.03004516285 1.4521674872957768 0.00040142451558579525 0.17641932600167398 0.00012997896156631062 0.0004718992905900329 3.476772139702491e-07 0.9265720903449265 0.0006826626132684382 0.5255953969508503 0.0007919405819048444']
['59492.03008064305 1.45226743209715 0.0004014381784335038 0.17631680884734374 0.00012996213042480538 0.00047162507022258126 3.47632192804393e-07 0.9260336599125197 0.0006825742144159948 0.5262337721846303 0.0007918713085404863']
['59492.030116123264 1.452105683264533 0.00040143502175011864 0.17635817701185968 0.00012996359952534083 0.00047173572480862076 3.4763612246173944e-07 0.9262509296841371 0.0006825819302801514 0.5258547535803958 0.0007918763591827298']
['59492.030151603474 1.4522826620883222 0.00040144380884724154 0.17637511700574163 0.00012996066211130636 0.00047178103714075954 3.4762826525226897e-07 0.9263399002402397 0.0006825665026854326 0.5259427618480825 0.0007918675155920991']
['59492.03018708368 1.4516704744547462 0.00040141929973079436 0.1761233157100391 0.00013001546480253802 0.00047110750065524693 3.4777485549099597e-07 0.9250174144434827 0.0006828543319461031 0.5266530600112634 0.0007921032084608167']
['59492.03022256389 1.4518834173479482 0.00040137517400998837 0.176283132004827 0.00012994408749212084 0.00047153498894603895 3.47583930251038e-07 0.9258567857396377 0.0006824794511140801 0.5260266316083105 0.0007917576848408385']
['59492.0302580441 1.4523284086204211 0.00040144009603067335 0.1762546516538395 0.00012995175765255702 0.0004714588076243473 3.476044469560418e-07 0.9257072040642832 0.0006825197355701525 0.5266212045561379 0.0007918253217369769']
['59492.03029352431 1.4521244707003913 0.000401452583367588 0.17608871357445233 0.000129927255820011 0.00047101494433726085 3.4753890766588204e-07 0.9248356805380901 0.0006823910494748478 0.5272887901623012 0.000791720734284441']
['59492.03032900451 1.4517522016244517 0.0004013477713242941 0.17634830993997896 0.00012996216586649682 0.00047170933164452565 3.476322876064162e-07 0.9261991068276207 0.000682574400559332 0.525553094796831 0.000791825641063681']
['59492.03036448472 1.452531241229631 0.00040146926279297597 0.1764211778566666 0.0001299756931343513 0.0004719042440669399 3.4766847132987116e-07 0.9265818164740894 0.000682645447134198 0.5259494247555415 0.0007919484676799272']
['59492.03039996493 1.4524397667774547 0.0004014631687087252 0.17622131919167094 0.00012993329709612607 0.0004713696475214977 3.475550673122063e-07 0.9255321386117171 0.0006824227788662084 0.5269076281657376 0.0007917534495947134']
['59492.03043544514 1.4518749088489376 0.0004014780576611134 0.17641445500794053 0.00012997961525431035 0.0004718862613004455 3.476789625026255e-07 0.9265465073946457 0.0006826660465037308 0.5253284014542918 0.0007919706824323576']
['59492.03047092535 1.4516382914613306 0.00040137157589606443 0.17618159090414154 0.00012992819928158745 0.00047126337939812157 3.475414313057729e-07 0.9253234816393989 0.0006823960046301863 0.5263148098219317 0.000791683932559283']
['59492.03050640556 1.4519591237591116 0.0004014243227151751 0.17630666436403009 0.00012995301811016575 0.0004715979350181362 3.476078185200584e-07 0.9259803800631833 0.0006825263556206184 0.5259787436959283 0.0007918230313549233']
['59492.03054188576 1.4517453136460141 0.000401409501695902 0.1762534597054862 0.00012995135008925083 0.00047145561931388784 3.476033567759611e-07 0.9257009438313352 0.0006825175950065696 0.526044369814679 0.0007918079663310443']
['59492.03057736597 1.4523775856763597 0.00040144701502284623 0.17628422922374587 0.00012995300421296888 0.00047153792386729257 3.476077813468218e-07 0.9258625484440435 0.000682526282631139 0.5265150372323162 0.0007918344728243616']
['59492.03061284618 1.452189410696826 0.0004014107204587088 0.1762692969411971 0.000129942862432839 0.00047149798190797694 3.4758065337305007e-07 0.925784122590321 0.0006824730169791965 0.5264052881065051 0.0007917701594552969']
['59492.03064832639 1.4528142812387599 0.0004014718330267466 0.17640361941958485 0.0001299796181873725 0.0004718572774777881 3.4767897034819425e-07 0.9264895977919373 0.0006826660619084691 0.5263246834468226 0.0007919675402410591']
['59492.030683806595 1.4523776139278675 0.000401534253833501 0.1760983518219337 0.0001299152259394757 0.00047104072542515 3.4750672926332747e-07 0.9248863015857863 0.0006823278673291792 0.5274913123420811 0.0007917076957663178']
['59492.030719286806 1.4528109134570861 0.000401488040583599 0.17660281164731376 0.0001300208427307237 0.00047239009138818375 3.4778924076585894e-07 0.9275357754585807 0.0006828825773672465 0.5252751379985054 0.0007921623957266534']
['59492.030754767016 1.4521140007700242 0.00040142244329445883 0.17628540843287477 0.0001299497053275929 0.00047154107810194474 3.475989572474222e-07 0.9258687417693003 0.0006825089565524838 0.5262452590007238 0.000791807081147203']
['59492.03079024722 1.4523726005482014 0.0004014590479522934 0.176189780812161 0.00012992928616910185 0.00047128528636189914 3.475443385918318e-07 0.9253664958621902 0.000682401713073014 0.5270061046860112 0.0007917332032874116']
['59492.03082572743 1.4520248622453915 0.0004014323924783366 0.1760055817503664 0.0001299018788726706 0.00047079257726614286 3.474710275547928e-07 0.9243990638149496 0.0006822577671883961 0.5276257984304419 0.000791595620642116']
['59492.03086120764 1.4520123477124298 0.0004014309060170731 0.17616232749265476 0.00012992651174878204 0.0004712118522189798 3.475369173698467e-07 0.9252223082597414 0.0006823871415377209 0.5267900394526884 0.0007917063743849166']
['59492.030896687844 1.4523038829243062 0.0004014560904204446 0.17623970990996118 0.0001299374323412928 0.0004714188403571768 3.4756612856782285e-07 0.9256287285187038 0.0006824444975908236 0.5266751544056024 0.0007917685803488667']
['59492.030932168054 1.452259159015163 0.00040143728933439063 0.1764612604966796 0.00012999961560296699 0.0004720114600382044 3.477324608951005e-07 0.9267923345413845 0.0006827710903517174 0.5254668244737785 0.000792040566567279']
['59492.030967648265 1.4522810186882817 0.00040145126447222563 0.1762480943651643 0.00012993590768657995 0.0004714412677099618 3.4756205031010755e-07 0.9256727645229219 0.0006824364899505249 0.5266082541653598 0.0007917592314348736']
['59492.031003128475 1.451333728580231 0.00040134948149303935 0.17615928952840665 0.00012993927005400732 0.0004712037260504584 3.4757104421593205e-07 0.925206352565161 0.0006824541494433158 0.52612737601507 0.000791722850742058']
['59492.03103860868 1.4520360553591687 0.0004014236089217696 0.17638475582218902 0.00012996861103062792 0.0004718068197505605 3.476495276018869e-07 0.9263905242762029 0.0006826082512112812 0.5256455310829657 0.0007918932620129441']
['59492.03107408889 1.4516545082963221 0.000401382503460915 0.17609783576503057 0.00012991075813807078 0.0004710393450384769 3.474947784620107e-07 0.9248835912028918 0.0006823044019856659 0.5267709170934304 0.0007916105172706895']
['59492.0311095691 1.4517593213281765 0.0004014025865032447 0.17616982570327877 0.00012993170784451227 0.0004712319089800749 3.4755081626598524e-07 0.9252616896180608 0.000682414431956472 0.5264976317101158 0.0007917155381789403']
['59492.0311450493 1.4520938518776982 0.000401437208661392 0.17623244023410967 0.00012995011922531814 0.00047139939489757265 3.476000643712693e-07 0.925590547448055 0.0006825111303850743 0.5265033044296432 0.0007918164405955221']
['59492.03118052951 1.4520492492027484 0.0004014163846128886 0.17635706795665274 0.00012996299695161535 0.0004717327582267998 3.476345106535548e-07 0.9262451048143527 0.0006825787655021815 0.5258041443883956 0.0007918641833989996']
['59492.031216009724 1.4519001891605798 0.00040141400242601366 0.17600540441763118 0.00012989490521460366 0.0004707921029235986 3.474523739051661e-07 0.924398132445542 0.0006822211408330024 0.5275020567150378 0.0007915547273203256']
['59492.03125148993 1.452142631680526 0.0004014053793454367 0.1760598790712128 0.0001298985433667556 0.0004709378157032748 3.474621055001023e-07 0.924684238819395 0.0006822402487749769 0.5274583928611309 0.000791566823215827']
['59492.03128697014 1.451963840242629 0.00040139264738754297 0.1763303962101287 0.00012995888474595684 0.0004716614146923427 3.476235110256966e-07 0.9261050221120205 0.0006825571677833869 0.5258588181306084 0.00079183353343317']
['59492.03132245035 1.4518394217167496 0.00040139739175206656 0.17640819389999568 0.0001299831096437215 0.0004718695136318967 3.476883095504889e-07 0.9265136234243472 0.0006826843993892937 0.5253257982924024 0.0007919456138365075']
['59492.03135793056 1.451130002341825 0.0004013359828595052 0.17601084112864773 0.00012990894444337965 0.0004708066454350683 3.474899270590636e-07 0.9244266866000407 0.0006822948762782546 0.5267033157417843 0.0007915787196061828']
['59492.03139341076 1.4518869581518534 0.0004013899786361206 0.17634008989560543 0.00012995477413959238 0.00047168734406982844 3.476125156757469e-07 0.9261559343256588 0.0006825355784642458 0.5257310238261946 0.0007918135707469454']
['59492.03142889097 1.452737283485623 0.00040147515479933767 0.17634114402866227 0.00012995204948619486 0.0004716901637418734 3.476052275739582e-07 0.9261614707387725 0.0006825212683098471 0.5265758127468504 0.0007918444175571578']
['59492.03146437118 1.4523285790826779 0.00040143691962292634 0.1763773743390586 0.00012996467673015758 0.00047178707522068557 3.4763900384781184e-07 0.9263517559824506 0.0006825875878684747 0.5259768231002273 0.0007918821980247103']
['59492.031499851386 1.4522237320314555 0.00040142109196438083 0.1763992633760022 0.00012997668669956683 0.00047184562561445193 3.476711289906331e-07 0.9264667194117764 0.0006826506654389014 0.5257570126196791 0.0007919285473437933']
['59492.0315353316 1.4519129452859452 0.00040140471042146396 0.176243543168903 0.0001299451694991125 0.00047142909383799596 3.4758682448231837e-07 0.9256488611812134 0.0006824851339239102 0.5262640841047318 0.0007917775568779888']
['59492.03157081181 1.4523718056492254 0.00040145570488816856 0.17630159448904562 0.0001299485184140429 0.0004715843737464616 3.475957824044221e-07 0.925953752568517 0.0006825027227628305 0.5264180530807084 0.0007918185711171047']
['59492.03160629202 1.452032482881521 0.00040139422562629603 0.17634178358618496 0.00012997119262120853 0.00047169187447701835 3.476564330288103e-07 0.9261648297593749 0.000682621809985339 0.5258676531221461 0.0007918900553951881']
['59492.03164177222 1.4518827687122315 0.0004014213344569677 0.17620821904585476 0.00012993702433622512 0.0004713346062952478 3.475650372060862e-07 0.9254633353248675 0.0006824423547070647 0.5264194333873641 0.0007917491113069441']
['59492.03167725243 1.4525303621628978 0.00040144568816000316 0.1763046173289263 0.00012995101343613442 0.00047159245945922106 3.4760245627163196e-07 0.9259696288283945 0.0006825158268704539 0.5265607333345033 0.0007918247877345833']
['59492.03171273264 1.452109813664822 0.0004014513294452124 0.1761996102860297 0.0001299393117740819 0.0004713115789560873 3.475711558118328e-07 0.925418121250156 0.0006824543685613545 0.5266916924146661 0.0007917746744382555']
['59492.031748212845 1.4518985761770529 0.00040140294117509373 0.17616166469799244 0.00012993036489292815 0.0004712100793274376 3.4754722404106183e-07 0.9252188271953385 0.0006824073786393287 0.5266797489817143 0.0007917096384441809']
['59492.031783693055 1.4524822281933647 0.0004014486391080295 0.17657509906124075 0.00013001487376867535 0.000472315963740127 3.4777327455047873e-07 0.9273902261619789 0.0006828512277766563 0.5250920020313858 0.0007921154013890753']
['59492.031819173266 1.4522593210181685 0.00040143677082967865 0.1763725277759468 0.0001299749163601144 0.00047177411127990836 3.476663935574431e-07 0.9263263013442585 0.0006826413674375757 0.5259330196739099 0.0007919284800480427']
['59492.03185465347 1.4526284042331563 0.00040146179601516284 0.17618117495157393 0.00012993211476789224 0.00047126226677783205 3.475519047343446e-07 0.925321297014569 0.0006824165691590979 0.5273071072185873 0.00079174740133618']
['59492.03189013368 1.4528862680866825 0.0004014900274997809 0.17626049366424035 0.00012994800080807156 0.00047147443426019415 3.475943978741882e-07 0.9257378868920186 0.0006825000042440734 0.5271483811946639 0.0007918336302373971']
['59492.03192561389 1.4520912205314365 0.0004014250059179821 0.17618719432459143 0.00012994004000872964 0.0004712783678361522 3.4757310374702473e-07 0.9253529113686525 0.0006824581933231599 0.526738309162784 0.0007917646247529397']
['59492.0319610941 1.452069951735509 0.00040142920976208457 0.17631121864838156 0.00012996122145262983 0.000471610117150351 3.4762976141926906e-07 0.9260042996238528 0.0006825694404024676 0.5260656521116561 0.0007918626468154369']
['59492.031996574304 1.4522625840494987 0.00040143851892973577 0.17641310298190607 0.00012997968096773618 0.00047188264480251994 3.476791382776935e-07 0.926539406417574 0.0006826663916372699 0.5257231776319247 0.000791950937086099']
['59492.032032054514 1.4520737638056602 0.00040142186246675796 0.1764030927723741 0.00012998831542181092 0.00047185586876338716 3.477022343457086e-07 0.9264868317876792 0.0006827117406607718 0.525586932017981 0.0007919815859616571']
['59492.032067534725 1.4525005264433044 0.0004014440240243918 0.17640863984593907 0.00012997773380392169 0.00047187070648065706 3.476739298617929e-07 0.9265159655774111 0.0006826561649365636 0.5259845608658933 0.0007919449121945245']
['59492.03210301493 1.4517203609136757 0.0004013457900852242 0.1762816697243573 0.00012995253286322858 0.00047153107753150213 3.4760652054613117e-07 0.9258491056951539 0.000682523807054772 0.5258712552185218 0.0007917810242836542']
['59492.03213849514 1.4519589206386707 0.0004014315239663633 0.17611579692672347 0.00012991927463335568 0.00047108738886481467 3.475175590052445e-07 0.9249779250353124 0.0006823491314777084 0.5269809956033583 0.0007916739263499462']
['59492.03217397535 1.4522646513737716 0.00040141376272267423 0.17643620868958593 0.0001299683073593273 0.00047194444963598016 3.4764871531972605e-07 0.9266607599242959 0.000682606656298988 0.5256038914494757 0.0007918868960444163']
['59492.03220945555 1.4523555298239363 0.0004014204372612073 0.17629989865721835 0.00012995835149021137 0.0004715798376117059 3.476220846343046e-07 0.9259448458887518 0.000682554367070438 0.5264106839351845 0.0007918452067531286']
['59492.03224493576 1.452726424101372 0.00040149949263368383 0.17648151858181427 0.00012999390744536293 0.0004720656478430239 3.4771719229848485e-07 0.9268987320473439 0.0006827411105323684 0.5258276920540281 0.0007920462528136076']
fig, axs = plt.subplots(2, 2,figsize=(15,10))
#JWST pipeline: net aperture
dat = ascii.read('/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/25512_radii/DataChallengeSimulation_nrca3_level3_asn_phot.ecsv') #call the data
normalized_net_aperture_sum_pipeline = dat['net_aperture_sum'].value/dat['net_aperture_sum'][0].value #normalized net aperture sum
std_net_aperture_sum_pipeline = np.std(normalized_net_aperture_sum_pipeline[0:20]) #calculated standard deviation
relative_error_net_aperture_sum_pipeline = (dat['net_aperture_sum_err'].value/dat['net_aperture_sum'].value)
#MAD:
deviation = normalized_net_aperture_sum_pipeline[0:seg01_len] - np.median(normalized_net_aperture_sum_pipeline[0:seg01_len])
mad = np.median(np.abs(deviation))*1.48
print(style.BOLD+"Tshirt Calculated Net Aperture Sum MAD (ppm):"+style.END + " " +str(mad*10**6))
print(style.BOLD+"Pipeline Calculated Net Aperture Sum std (ppm):"+style.END + " " +str(std_net_aperture_sum_pipeline*10**6))
print(style.BOLD+"Median Relative Errors Net Aperture Sum (ppm):"+style.END + " " +str(np.median(relative_error_net_aperture_sum_pipeline)*10**6))
axs[0,0].errorbar(dat['MJD'],normalized_net_aperture_sum_pipeline,yerr=relative_error_net_aperture_sum_pipeline,color='navy',fmt='.',markersize=4,elinewidth=1,ecolor='silver',label='Pipeline')
axs[0,0].set_title("Net Aperture Sum")
axs[0,0].set_xlabel("Time (MJD)")
axs[0,0].set_ylabel("Normalized Flux")
axs[0,0].legend()
#JWST pipeline: aperature background
normalized_aperture__bkg_pipeline = dat['aperture_bkg'].value/dat['aperture_bkg'][0].value #normalized aperture bkg
std_aperture_bkg_pipeline = np.std(normalized_aperture__bkg_pipeline[0:20]) #calculated standard deviation
relative_error_aperture_bkg_pipeline = (dat['aperture_bkg_err'].value/dat['aperture_bkg'].value)
print(style.BOLD+"Pipeline Calculated Aperture Background std (ppm):"+style.END + " " +str(std_aperture_bkg_pipeline*10**6))
print(style.BOLD+"Median Relative Errors Aperture Background (ppm):"+style.END + " " +str(np.median(relative_error_aperture_bkg_pipeline)*10**6))
axs[0,1].errorbar(dat['MJD'],normalized_aperture__bkg_pipeline,yerr=relative_error_aperture_bkg_pipeline,color='darkred',fmt='.',markersize=4,elinewidth=1,ecolor='silver',label='Pipeline')
axs[0,1].set_title("Aperture Background")
axs[0,1].set_xlabel("Time (MJD)")
axs[0,1].set_ylabel("Normalized Flux")
axs[0,1].legend()
#JWST pipeline: annulus mean
normalized_annulus_mean_pipeline = dat['annulus_mean'].value/dat['annulus_mean'][0].value #normalized annulus mean
std_annulus_mean_pipeline = np.std(normalized_annulus_mean_pipeline[0:20]) #calculated standard deviation
relative_error_annulus_mean_pipeline = (dat['annulus_mean_err'].value/dat['annulus_mean'].value)
print(style.BOLD+"Pipeline Calculated Annulus Mean std (ppm):"+style.END + " " +str(std_annulus_mean_pipeline*10**6))
print(style.BOLD+"Median Relative Errors Annulus Mean (ppm):"+style.END + " " +str(np.median(relative_error_annulus_mean_pipeline)*10**6))
axs[1,0].errorbar(dat['MJD'],normalized_annulus_mean_pipeline,yerr=relative_error_annulus_mean_pipeline,color ='darkgreen',fmt='.',markersize=4,elinewidth=1,ecolor='silver',label='Pipeline')
axs[1,0].set_title("Annulus Mean")
axs[1,0].set_xlabel("Time (MJD)")
axs[1,0].set_ylabel("Normalized Flux")
axs[1,0].legend()
#JWST pipeline: annulus sum
normalized_annulus_sum_pipeline = dat['annulus_sum'].value/dat['annulus_sum'][0].value #normalized annulus sum
std_annulus_sum_pipeline = np.std(normalized_annulus_sum_pipeline[0:20]) #calculated standard deviation
relative_error_annulus_sum_pipeline = (dat['annulus_sum_err'].value/dat['annulus_sum'].value)
print(style.BOLD+"Pipeline Calculated Annulus Sum std (ppm):"+style.END + " " +str(std_annulus_sum_pipeline*10**6))
print(style.BOLD+"Median Relative Errors Annulus Sum (ppm):"+style.END + " " +str(np.median(relative_error_annulus_sum_pipeline)*10**6))
axs[1,1].errorbar(dat['MJD'],normalized_annulus_sum_pipeline,yerr=relative_error_annulus_sum_pipeline,color = 'indigo',fmt='.',markersize=4,elinewidth=1,ecolor='silver',label='Pipeline')
axs[1,1].set_title("Annulus Sum")
axs[1,1].set_xlabel("Time (MJD)")
axs[1,1].set_ylabel("Normalized Flux")
axs[1,1].legend()
Tshirt Calculated Net Aperture Sum MAD (ppm): 884.3924729394281 Pipeline Calculated Net Aperture Sum std (ppm): 959.2803517903493 Median Relative Errors Net Aperture Sum (ppm): 1506.0424620930846 Pipeline Calculated Aperture Background std (ppm): 620.2388548199291 Median Relative Errors Aperture Background (ppm): 737.7398847497165 Pipeline Calculated Annulus Mean std (ppm): 620.2388548199117 Median Relative Errors Annulus Mean (ppm): 737.7398847497165 Pipeline Calculated Annulus Sum std (ppm): 620.2388548199267 Median Relative Errors Annulus Sum (ppm): 737.7398847497165
<matplotlib.legend.Legend at 0x7f953633f6d0>
phot = phot_pipeline.phot(paramFile='/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/DataChallengeSimulation_NRCA3_ROEBA_phot_pipeline.yaml') #create a photometric object
alteredParam = deepcopy(phot.param)
alteredParam['backEnd'] = 12 #Changing the outer radius
alteredParam['apRadius'] = 25 #Changing the source radius
alteredParam['backStart'] = 5 #Changing the inner radius
alteredParam['bkgMethod'] = 'mean' #Due to the odd aperture configuration, we need to do mean background subtraction
alteredParam['srcNameShort'] = 'GJ436_phot5' #provide a new name for centroid realignment
#Assignimg a object new phot3
phot5 = phot_pipeline.phot(directParam=alteredParam) #create new photometric object
phot5.showStarChoices(showAps=True,showPlot=True,apColor='red',backColor='pink', figSize=(30,20),xLim=[900,1200]) #Plot the source and background subtraction area
phot5.get_allimg_cen(recenter=True,useMultiprocessing=True) #recenter the centroids each time.
phot5.do_phot(useMultiprocessing=True) #extract the photometric data
0%| | 0/2198 [00:00<?, ?it/s]2022-02-22 20:52:16,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:16,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:16,947 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:16,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:16,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:16,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,150 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
0%| | 1/2198 [00:00<17:55, 2.04it/s]2022-02-22 20:52:17,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
0%|▏ | 9/2198 [00:00<02:00, 18.20it/s]2022-02-22 20:52:17,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,411 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▏ | 13/2198 [00:00<02:23, 15.28it/s]2022-02-22 20:52:17,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▎ | 16/2198 [00:01<02:03, 17.72it/s]2022-02-22 20:52:17,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,947 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:17,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▍ | 21/2198 [00:01<02:06, 17.26it/s]2022-02-22 20:52:18,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▍ | 26/2198 [00:01<01:35, 22.76it/s]2022-02-22 20:52:18,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▌ | 30/2198 [00:01<01:28, 24.39it/s]2022-02-22 20:52:18,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▋ | 34/2198 [00:01<01:46, 20.27it/s]2022-02-22 20:52:18,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▋ | 40/2198 [00:01<01:20, 26.76it/s]2022-02-22 20:52:18,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,834 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▊ | 44/2198 [00:02<01:37, 22.13it/s]2022-02-22 20:52:18,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,947 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:18,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▉ | 51/2198 [00:02<01:37, 21.97it/s]2022-02-22 20:52:19,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█ | 57/2198 [00:02<01:18, 27.28it/s]2022-02-22 20:52:19,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█▏ | 61/2198 [00:02<01:25, 24.93it/s]2022-02-22 20:52:19,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,657 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█▏ | 65/2198 [00:03<01:30, 23.61it/s]2022-02-22 20:52:19,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,822 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█▎ | 70/2198 [00:03<01:15, 28.22it/s]2022-02-22 20:52:19,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:19,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,045 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█▍ | 74/2198 [00:03<01:37, 21.75it/s]2022-02-22 20:52:20,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▍ | 79/2198 [00:03<01:20, 26.32it/s]2022-02-22 20:52:20,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,392 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▌ | 83/2198 [00:03<01:37, 21.64it/s]2022-02-22 20:52:20,545 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▋ | 89/2198 [00:04<01:25, 24.58it/s]2022-02-22 20:52:20,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,947 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▋ | 93/2198 [00:04<01:36, 21.89it/s]2022-02-22 20:52:20,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:20,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▊ | 97/2198 [00:04<01:24, 24.78it/s]2022-02-22 20:52:21,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|█▊ | 101/2198 [00:04<01:16, 27.43it/s]2022-02-22 20:52:21,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|█▉ | 105/2198 [00:04<01:30, 23.08it/s]2022-02-22 20:52:21,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|█▉ | 109/2198 [00:04<01:24, 24.67it/s]2022-02-22 20:52:21,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|██ | 113/2198 [00:05<01:36, 21.69it/s]2022-02-22 20:52:21,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|██▏ | 117/2198 [00:05<01:26, 24.10it/s]2022-02-22 20:52:21,913 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:21,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▏ | 122/2198 [00:05<01:13, 28.06it/s]2022-02-22 20:52:22,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▎ | 126/2198 [00:05<01:30, 22.84it/s]2022-02-22 20:52:22,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▎ | 130/2198 [00:05<01:19, 25.86it/s]2022-02-22 20:52:22,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▍ | 134/2198 [00:05<01:24, 24.29it/s]2022-02-22 20:52:22,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,693 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▍ | 137/2198 [00:06<01:24, 24.52it/s]2022-02-22 20:52:22,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▌ | 143/2198 [00:06<01:17, 26.59it/s]2022-02-22 20:52:22,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:22,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▋ | 146/2198 [00:06<01:18, 26.25it/s]2022-02-22 20:52:23,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▋ | 151/2198 [00:06<01:12, 28.09it/s]2022-02-22 20:52:23,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▊ | 154/2198 [00:06<01:17, 26.26it/s]2022-02-22 20:52:23,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▊ | 157/2198 [00:06<01:16, 26.72it/s]2022-02-22 20:52:23,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,486 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▉ | 160/2198 [00:06<01:16, 26.79it/s]2022-02-22 20:52:23,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▉ | 163/2198 [00:07<01:24, 23.94it/s]2022-02-22 20:52:23,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,704 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███ | 166/2198 [00:07<01:26, 23.59it/s]2022-02-22 20:52:23,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:23,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███ | 171/2198 [00:07<01:22, 24.68it/s]2022-02-22 20:52:24,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███▏ | 174/2198 [00:07<01:21, 24.74it/s]2022-02-22 20:52:24,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███▏ | 177/2198 [00:07<01:23, 24.24it/s]2022-02-22 20:52:24,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███▎ | 182/2198 [00:07<01:12, 27.92it/s]2022-02-22 20:52:24,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███▎ | 185/2198 [00:07<01:19, 25.32it/s]2022-02-22 20:52:24,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,653 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▍ | 188/2198 [00:07<01:19, 25.29it/s]2022-02-22 20:52:24,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▍ | 192/2198 [00:08<01:15, 26.63it/s]2022-02-22 20:52:24,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,860 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:24,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▌ | 195/2198 [00:08<01:18, 25.48it/s]2022-02-22 20:52:24,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,039 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▌ | 198/2198 [00:08<01:20, 24.90it/s]2022-02-22 20:52:25,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▋ | 202/2198 [00:08<01:18, 25.52it/s]2022-02-22 20:52:25,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▋ | 205/2198 [00:08<01:17, 25.81it/s]2022-02-22 20:52:25,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,368 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|███▊ | 211/2198 [00:08<01:08, 29.12it/s]2022-02-22 20:52:25,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|███▉ | 214/2198 [00:08<01:18, 25.21it/s]2022-02-22 20:52:25,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,716 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|████ | 221/2198 [00:09<01:04, 30.61it/s]2022-02-22 20:52:25,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:25,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|████ | 225/2198 [00:09<01:08, 28.80it/s]2022-02-22 20:52:26,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▏ | 231/2198 [00:09<01:03, 30.92it/s]2022-02-22 20:52:26,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,247 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▎ | 235/2198 [00:09<01:07, 29.12it/s]2022-02-22 20:52:26,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▍ | 241/2198 [00:09<01:03, 30.65it/s]2022-02-22 20:52:26,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▍ | 245/2198 [00:09<01:07, 28.94it/s]2022-02-22 20:52:26,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▌ | 251/2198 [00:10<01:03, 30.81it/s]2022-02-22 20:52:26,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:26,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▋ | 255/2198 [00:10<01:06, 29.04it/s]2022-02-22 20:52:27,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▋ | 261/2198 [00:10<01:02, 30.87it/s]2022-02-22 20:52:27,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▊ | 265/2198 [00:10<01:05, 29.31it/s]2022-02-22 20:52:27,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,360 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▉ | 271/2198 [00:10<01:02, 30.79it/s]2022-02-22 20:52:27,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,569 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████ | 275/2198 [00:10<01:06, 29.02it/s]2022-02-22 20:52:27,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,704 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████ | 280/2198 [00:11<01:00, 31.94it/s]2022-02-22 20:52:27,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:27,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████▏ | 284/2198 [00:11<01:10, 27.09it/s]2022-02-22 20:52:28,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████▎ | 290/2198 [00:11<01:01, 31.14it/s]2022-02-22 20:52:28,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,169 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████▎ | 294/2198 [00:11<01:08, 27.90it/s]2022-02-22 20:52:28,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,360 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▍ | 300/2198 [00:11<01:02, 30.48it/s]2022-02-22 20:52:28,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,535 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▌ | 304/2198 [00:11<01:05, 28.71it/s]2022-02-22 20:52:28,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,822 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▋ | 310/2198 [00:12<01:02, 30.29it/s]2022-02-22 20:52:28,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,864 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:28,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▋ | 314/2198 [00:12<01:04, 29.26it/s]2022-02-22 20:52:28,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|█████▊ | 320/2198 [00:12<01:00, 31.24it/s]2022-02-22 20:52:29,150 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|█████▉ | 324/2198 [00:12<01:03, 29.33it/s]2022-02-22 20:52:29,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,372 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|██████ | 330/2198 [00:12<00:59, 31.16it/s]2022-02-22 20:52:29,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|██████ | 334/2198 [00:12<01:03, 29.25it/s]2022-02-22 20:52:29,653 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|██████▏ | 340/2198 [00:13<00:59, 31.04it/s]2022-02-22 20:52:29,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▎ | 344/2198 [00:13<01:04, 28.87it/s]2022-02-22 20:52:29,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:29,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,045 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▎ | 350/2198 [00:13<00:58, 31.40it/s]2022-02-22 20:52:30,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▍ | 354/2198 [00:13<01:03, 29.26it/s]2022-02-22 20:52:30,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,389 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▌ | 360/2198 [00:13<01:01, 30.10it/s]2022-02-22 20:52:30,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▌ | 364/2198 [00:13<01:02, 29.28it/s]2022-02-22 20:52:30,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,657 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▋ | 368/2198 [00:14<01:00, 30.11it/s]2022-02-22 20:52:30,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,822 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▊ | 373/2198 [00:14<01:03, 28.71it/s]2022-02-22 20:52:30,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:30,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▊ | 377/2198 [00:14<00:58, 31.04it/s]2022-02-22 20:52:31,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,150 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▉ | 382/2198 [00:14<00:52, 34.87it/s]2022-02-22 20:52:31,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,283 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████ | 386/2198 [00:14<00:58, 30.80it/s]2022-02-22 20:52:31,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████ | 390/2198 [00:14<00:58, 30.76it/s]2022-02-22 20:52:31,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████▏ | 394/2198 [00:14<01:05, 27.55it/s]2022-02-22 20:52:31,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,653 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████▏ | 398/2198 [00:15<01:05, 27.63it/s]2022-02-22 20:52:31,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,822 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,834 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████▎ | 403/2198 [00:15<01:03, 28.41it/s]2022-02-22 20:52:31,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:31,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▍ | 408/2198 [00:15<01:01, 29.30it/s]2022-02-22 20:52:32,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▌ | 413/2198 [00:15<01:00, 29.53it/s]2022-02-22 20:52:32,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▌ | 417/2198 [00:15<00:58, 30.51it/s]2022-02-22 20:52:32,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,486 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▋ | 423/2198 [00:15<00:58, 30.50it/s]2022-02-22 20:52:32,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▊ | 427/2198 [00:16<00:58, 30.14it/s]2022-02-22 20:52:32,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|███████▉ | 433/2198 [00:16<00:56, 31.46it/s]2022-02-22 20:52:32,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,947 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:32,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|███████▉ | 437/2198 [00:16<00:59, 29.73it/s]2022-02-22 20:52:33,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,106 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|████████ | 443/2198 [00:16<00:55, 31.53it/s]2022-02-22 20:52:33,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|████████▏ | 447/2198 [00:16<00:59, 29.62it/s]2022-02-22 20:52:33,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▏ | 453/2198 [00:16<00:55, 31.53it/s]2022-02-22 20:52:33,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▎ | 457/2198 [00:17<01:00, 28.65it/s]2022-02-22 20:52:33,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▍ | 463/2198 [00:17<00:54, 32.00it/s]2022-02-22 20:52:33,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:33,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▍ | 467/2198 [00:17<01:00, 28.83it/s]2022-02-22 20:52:34,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,106 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▌ | 473/2198 [00:17<00:53, 32.01it/s]2022-02-22 20:52:34,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▋ | 477/2198 [00:17<01:00, 28.68it/s]2022-02-22 20:52:34,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▊ | 481/2198 [00:17<00:56, 30.42it/s]2022-02-22 20:52:34,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▊ | 486/2198 [00:17<00:55, 30.89it/s]2022-02-22 20:52:34,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,706 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▉ | 490/2198 [00:18<00:57, 29.67it/s]2022-02-22 20:52:34,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:34,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████ | 496/2198 [00:18<00:56, 30.38it/s]2022-02-22 20:52:35,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,019 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,150 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████ | 500/2198 [00:18<00:57, 29.63it/s]2022-02-22 20:52:35,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,198 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,304 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████▏ | 506/2198 [00:18<00:55, 30.61it/s]2022-02-22 20:52:35,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,433 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,474 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████▎ | 510/2198 [00:18<00:57, 29.41it/s]2022-02-22 20:52:35,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,546 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████▍ | 516/2198 [00:19<00:56, 29.75it/s]2022-02-22 20:52:35,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▍ | 519/2198 [00:19<00:59, 28.41it/s]2022-02-22 20:52:35,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,846 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,918 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:35,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▌ | 526/2198 [00:19<00:54, 30.45it/s]2022-02-22 20:52:36,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,150 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▋ | 529/2198 [00:19<00:59, 28.23it/s]2022-02-22 20:52:36,188 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,247 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,247 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▋ | 533/2198 [00:19<00:55, 30.00it/s]2022-02-22 20:52:36,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,433 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▊ | 537/2198 [00:19<01:01, 27.06it/s]2022-02-22 20:52:36,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|█████████▊ | 541/2198 [00:19<00:56, 29.39it/s]2022-02-22 20:52:36,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|█████████▉ | 546/2198 [00:20<00:52, 31.68it/s]2022-02-22 20:52:36,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|██████████ | 550/2198 [00:20<00:56, 29.31it/s]2022-02-22 20:52:36,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:36,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|██████████ | 556/2198 [00:20<00:51, 31.64it/s]2022-02-22 20:52:37,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|██████████▏ | 560/2198 [00:20<00:56, 28.93it/s]2022-02-22 20:52:37,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▎ | 566/2198 [00:20<00:51, 31.69it/s]2022-02-22 20:52:37,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▎ | 570/2198 [00:20<00:55, 29.15it/s]2022-02-22 20:52:37,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▍ | 576/2198 [00:20<00:51, 31.68it/s]2022-02-22 20:52:37,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▌ | 580/2198 [00:21<00:55, 29.28it/s]2022-02-22 20:52:37,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:37,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▋ | 586/2198 [00:21<00:50, 31.87it/s]2022-02-22 20:52:38,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▋ | 590/2198 [00:21<00:54, 29.39it/s]2022-02-22 20:52:38,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▊ | 595/2198 [00:21<00:47, 33.68it/s]2022-02-22 20:52:38,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▉ | 599/2198 [00:21<00:57, 27.94it/s]2022-02-22 20:52:38,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████ | 605/2198 [00:21<00:47, 33.51it/s]2022-02-22 20:52:38,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████ | 609/2198 [00:22<00:57, 27.51it/s]2022-02-22 20:52:38,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,918 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████▏ | 615/2198 [00:22<00:46, 33.72it/s]2022-02-22 20:52:38,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:38,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,061 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████▎ | 619/2198 [00:22<00:57, 27.61it/s]2022-02-22 20:52:39,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████▎ | 624/2198 [00:22<00:50, 31.43it/s]2022-02-22 20:52:39,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,263 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▍ | 628/2198 [00:22<00:54, 28.82it/s]2022-02-22 20:52:39,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▌ | 632/2198 [00:22<00:51, 30.45it/s]2022-02-22 20:52:39,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▌ | 636/2198 [00:22<00:50, 31.06it/s]2022-02-22 20:52:39,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▋ | 640/2198 [00:23<00:53, 29.16it/s]2022-02-22 20:52:39,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:39,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▊ | 646/2198 [00:23<00:50, 30.99it/s]2022-02-22 20:52:40,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|███████████▊ | 650/2198 [00:23<00:52, 29.31it/s]2022-02-22 20:52:40,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|███████████▉ | 656/2198 [00:23<00:50, 30.41it/s]2022-02-22 20:52:40,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|████████████ | 660/2198 [00:23<00:52, 29.45it/s]2022-02-22 20:52:40,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,563 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|████████████ | 666/2198 [00:23<00:48, 31.35it/s]2022-02-22 20:52:40,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,739 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|████████████▏ | 670/2198 [00:24<00:52, 29.16it/s]2022-02-22 20:52:40,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▎ | 676/2198 [00:24<00:47, 32.13it/s]2022-02-22 20:52:40,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:40,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,042 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▎ | 680/2198 [00:24<00:52, 28.97it/s]2022-02-22 20:52:41,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▍ | 686/2198 [00:24<00:47, 31.52it/s]2022-02-22 20:52:41,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▌ | 690/2198 [00:24<00:53, 28.22it/s]2022-02-22 20:52:41,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,546 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▋ | 696/2198 [00:24<00:47, 31.52it/s]2022-02-22 20:52:41,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,704 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,717 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▋ | 700/2198 [00:25<00:52, 28.69it/s]2022-02-22 20:52:41,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▊ | 706/2198 [00:25<00:47, 31.39it/s]2022-02-22 20:52:41,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:41,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▉ | 710/2198 [00:25<00:53, 28.00it/s]2022-02-22 20:52:42,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████ | 716/2198 [00:25<00:48, 30.63it/s]2022-02-22 20:52:42,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,392 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,411 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████ | 720/2198 [00:25<00:52, 28.16it/s]2022-02-22 20:52:42,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████▏ | 726/2198 [00:25<00:47, 31.18it/s]2022-02-22 20:52:42,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,793 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████▎ | 730/2198 [00:26<00:50, 29.26it/s]2022-02-22 20:52:42,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████▍ | 736/2198 [00:26<00:45, 31.79it/s]2022-02-22 20:52:42,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:42,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▍ | 740/2198 [00:26<00:51, 28.56it/s]2022-02-22 20:52:43,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,247 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▌ | 746/2198 [00:26<00:44, 32.63it/s]2022-02-22 20:52:43,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,392 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,490 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▋ | 750/2198 [00:26<00:51, 28.18it/s]2022-02-22 20:52:43,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,542 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▊ | 756/2198 [00:26<00:44, 32.71it/s]2022-02-22 20:52:43,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|█████████████▊ | 760/2198 [00:27<00:52, 27.58it/s]2022-02-22 20:52:43,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|█████████████▉ | 766/2198 [00:27<00:43, 33.20it/s]2022-02-22 20:52:43,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:43,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|██████████████ | 770/2198 [00:27<00:52, 27.14it/s]2022-02-22 20:52:44,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|██████████████▏ | 777/2198 [00:27<00:51, 27.61it/s]2022-02-22 20:52:44,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▏ | 782/2198 [00:27<00:47, 30.00it/s]2022-02-22 20:52:44,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▎ | 787/2198 [00:28<00:49, 28.69it/s]2022-02-22 20:52:44,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▍ | 791/2198 [00:28<00:48, 29.05it/s]2022-02-22 20:52:44,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:44,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,045 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,050 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▌ | 797/2198 [00:28<00:46, 29.97it/s]2022-02-22 20:52:45,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,106 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▌ | 801/2198 [00:28<00:47, 29.61it/s]2022-02-22 20:52:45,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,389 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▋ | 807/2198 [00:28<00:45, 30.42it/s]2022-02-22 20:52:45,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▊ | 811/2198 [00:28<00:46, 29.93it/s]2022-02-22 20:52:45,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▊ | 817/2198 [00:29<00:45, 30.53it/s]2022-02-22 20:52:45,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▉ | 821/2198 [00:29<00:46, 29.55it/s]2022-02-22 20:52:45,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:45,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,039 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████ | 827/2198 [00:29<00:46, 29.44it/s]2022-02-22 20:52:46,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████ | 830/2198 [00:29<00:48, 28.40it/s]2022-02-22 20:52:46,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████▏ | 837/2198 [00:29<00:46, 29.16it/s]2022-02-22 20:52:46,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████▎ | 840/2198 [00:29<00:47, 28.85it/s]2022-02-22 20:52:46,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▍ | 847/2198 [00:30<00:46, 29.31it/s]2022-02-22 20:52:46,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▍ | 850/2198 [00:30<00:46, 29.24it/s]2022-02-22 20:52:46,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:46,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▌ | 857/2198 [00:30<00:45, 29.63it/s]2022-02-22 20:52:47,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▋ | 860/2198 [00:30<00:45, 29.56it/s]2022-02-22 20:52:47,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,389 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▊ | 867/2198 [00:30<00:44, 29.74it/s]2022-02-22 20:52:47,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|███████████████▊ | 871/2198 [00:30<00:42, 30.89it/s]2022-02-22 20:52:47,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|███████████████▉ | 877/2198 [00:31<00:44, 29.93it/s]2022-02-22 20:52:47,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,860 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|████████████████ | 881/2198 [00:31<00:43, 30.51it/s]2022-02-22 20:52:47,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:47,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|████████████████▏ | 887/2198 [00:31<00:44, 29.75it/s]2022-02-22 20:52:48,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▏ | 891/2198 [00:31<00:43, 29.88it/s]2022-02-22 20:52:48,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▎ | 896/2198 [00:31<00:38, 33.59it/s]2022-02-22 20:52:48,360 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▍ | 900/2198 [00:31<00:43, 29.72it/s]2022-02-22 20:52:48,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▍ | 904/2198 [00:31<00:41, 31.44it/s]2022-02-22 20:52:48,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▌ | 908/2198 [00:32<00:48, 26.35it/s]2022-02-22 20:52:48,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,947 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▌ | 912/2198 [00:32<00:44, 28.65it/s]2022-02-22 20:52:48,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:48,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▋ | 918/2198 [00:32<00:45, 27.92it/s]2022-02-22 20:52:49,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▊ | 922/2198 [00:32<00:42, 29.77it/s]2022-02-22 20:52:49,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▉ | 928/2198 [00:32<00:44, 28.86it/s]2022-02-22 20:52:49,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▉ | 933/2198 [00:32<00:39, 31.88it/s]2022-02-22 20:52:49,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████ | 938/2198 [00:33<00:44, 28.38it/s]2022-02-22 20:52:49,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████▏ | 943/2198 [00:33<00:38, 32.34it/s]2022-02-22 20:52:49,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:49,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████▎ | 948/2198 [00:33<00:44, 27.91it/s]2022-02-22 20:52:50,198 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████▎ | 954/2198 [00:33<00:37, 33.16it/s]2022-02-22 20:52:50,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▍ | 958/2198 [00:33<00:43, 28.31it/s]2022-02-22 20:52:50,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▌ | 962/2198 [00:33<00:44, 27.74it/s]2022-02-22 20:52:50,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,793 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▌ | 968/2198 [00:34<00:41, 30.00it/s]2022-02-22 20:52:50,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,846 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,947 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▋ | 972/2198 [00:34<00:40, 29.93it/s]2022-02-22 20:52:50,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:50,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,019 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▊ | 978/2198 [00:34<00:41, 29.74it/s]2022-02-22 20:52:51,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,368 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|█████████████████▊ | 982/2198 [00:34<00:47, 25.35it/s]2022-02-22 20:52:51,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|█████████████████▉ | 988/2198 [00:34<00:43, 28.07it/s]2022-02-22 20:52:51,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|██████████████████ | 991/2198 [00:35<00:48, 24.91it/s]2022-02-22 20:52:51,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:51,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|██████████████████▏ | 998/2198 [00:35<00:47, 25.49it/s]2022-02-22 20:52:52,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|█████████████████▊ | 1001/2198 [00:35<00:48, 24.90it/s]2022-02-22 20:52:52,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|█████████████████▊ | 1004/2198 [00:35<00:46, 25.50it/s]2022-02-22 20:52:52,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|█████████████████▉ | 1008/2198 [00:35<00:51, 23.21it/s]2022-02-22 20:52:52,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|█████████████████▉ | 1011/2198 [00:35<00:51, 23.13it/s]2022-02-22 20:52:52,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|██████████████████ | 1016/2198 [00:36<00:42, 27.58it/s]2022-02-22 20:52:52,704 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,884 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|██████████████████ | 1019/2198 [00:36<00:53, 22.08it/s]2022-02-22 20:52:52,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:52,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|██████████████████▏ | 1022/2198 [00:36<00:51, 23.06it/s]2022-02-22 20:52:53,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▏ | 1026/2198 [00:36<00:45, 25.94it/s]2022-02-22 20:52:53,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▎ | 1029/2198 [00:36<00:54, 21.42it/s]2022-02-22 20:52:53,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▎ | 1032/2198 [00:36<00:51, 22.49it/s]2022-02-22 20:52:53,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,546 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▍ | 1036/2198 [00:36<00:46, 25.14it/s]2022-02-22 20:52:53,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▍ | 1039/2198 [00:37<00:55, 20.83it/s]2022-02-22 20:52:53,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:53,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▍ | 1042/2198 [00:37<01:01, 18.86it/s]2022-02-22 20:52:54,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▌ | 1048/2198 [00:37<00:47, 24.31it/s]2022-02-22 20:52:54,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▋ | 1051/2198 [00:37<00:58, 19.54it/s]2022-02-22 20:52:54,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▊ | 1058/2198 [00:37<00:43, 26.23it/s]2022-02-22 20:52:54,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▊ | 1061/2198 [00:38<00:53, 21.39it/s]2022-02-22 20:52:54,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:54,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|██████████████████▉ | 1067/2198 [00:38<00:43, 25.80it/s]2022-02-22 20:52:55,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|██████████████████▉ | 1070/2198 [00:38<00:51, 22.04it/s]2022-02-22 20:52:55,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████ | 1073/2198 [00:38<00:50, 22.39it/s]2022-02-22 20:52:55,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████ | 1077/2198 [00:38<00:45, 24.86it/s]2022-02-22 20:52:55,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████▏ | 1080/2198 [00:38<00:51, 21.83it/s]2022-02-22 20:52:55,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████▏ | 1083/2198 [00:39<00:54, 20.52it/s]2022-02-22 20:52:55,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████▎ | 1088/2198 [00:39<00:42, 25.85it/s]2022-02-22 20:52:55,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:55,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▎ | 1091/2198 [00:39<00:48, 23.00it/s]2022-02-22 20:52:56,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,169 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▍ | 1094/2198 [00:39<00:47, 23.39it/s]2022-02-22 20:52:56,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▍ | 1097/2198 [00:39<00:46, 23.62it/s]2022-02-22 20:52:56,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,490 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▌ | 1100/2198 [00:39<00:53, 20.52it/s]2022-02-22 20:52:56,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▌ | 1103/2198 [00:39<00:50, 21.57it/s]2022-02-22 20:52:56,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,653 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▋ | 1107/2198 [00:40<00:47, 23.00it/s]2022-02-22 20:52:56,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:56,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▋ | 1110/2198 [00:40<00:59, 18.32it/s]2022-02-22 20:52:57,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,106 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▊ | 1117/2198 [00:40<00:43, 24.79it/s]2022-02-22 20:52:57,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▊ | 1120/2198 [00:40<00:47, 22.54it/s]2022-02-22 20:52:57,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▉ | 1123/2198 [00:40<00:48, 22.02it/s]2022-02-22 20:52:57,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,653 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▉ | 1127/2198 [00:40<00:44, 24.10it/s]2022-02-22 20:52:57,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|████████████████████ | 1130/2198 [00:41<00:47, 22.50it/s]2022-02-22 20:52:57,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████ | 1133/2198 [00:41<00:47, 22.58it/s]2022-02-22 20:52:57,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:57,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▏ | 1137/2198 [00:41<00:44, 24.10it/s]2022-02-22 20:52:58,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▏ | 1140/2198 [00:41<00:44, 23.99it/s]2022-02-22 20:52:58,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,389 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▎ | 1143/2198 [00:41<00:48, 21.61it/s]2022-02-22 20:52:58,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▎ | 1148/2198 [00:41<00:49, 21.10it/s]2022-02-22 20:52:58,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▍ | 1151/2198 [00:42<00:51, 20.46it/s]2022-02-22 20:52:58,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:58,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,061 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▌ | 1158/2198 [00:42<00:48, 21.47it/s]2022-02-22 20:52:59,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,224 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▌ | 1161/2198 [00:42<00:47, 21.81it/s]2022-02-22 20:52:59,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▋ | 1168/2198 [00:42<00:42, 24.24it/s]2022-02-22 20:52:59,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,546 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▊ | 1171/2198 [00:42<00:45, 22.50it/s]2022-02-22 20:52:59,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|████████████████████▉ | 1178/2198 [00:43<00:41, 24.59it/s]2022-02-22 20:52:59,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,913 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:52:59,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|████████████████████▉ | 1181/2198 [00:43<00:46, 21.81it/s]2022-02-22 20:53:00,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,311 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|█████████████████████ | 1188/2198 [00:43<00:41, 24.57it/s]2022-02-22 20:53:00,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,360 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|█████████████████████▏ | 1191/2198 [00:43<00:46, 21.78it/s]2022-02-22 20:53:00,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|█████████████████████▏ | 1196/2198 [00:43<00:38, 26.05it/s]2022-02-22 20:53:00,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,717 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,822 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▎ | 1199/2198 [00:44<00:43, 23.03it/s]2022-02-22 20:53:00,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▎ | 1202/2198 [00:44<00:40, 24.31it/s]2022-02-22 20:53:00,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:00,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▍ | 1205/2198 [00:44<00:39, 24.86it/s]2022-02-22 20:53:01,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▍ | 1208/2198 [00:44<00:40, 24.29it/s]2022-02-22 20:53:01,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,283 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▍ | 1211/2198 [00:44<00:45, 21.57it/s]2022-02-22 20:53:01,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,389 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▌ | 1214/2198 [00:44<00:43, 22.39it/s]2022-02-22 20:53:01,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▌ | 1217/2198 [00:44<00:43, 22.56it/s]2022-02-22 20:53:01,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▋ | 1220/2198 [00:45<00:46, 21.02it/s]2022-02-22 20:53:01,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,918 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▋ | 1224/2198 [00:45<00:44, 22.11it/s]2022-02-22 20:53:01,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:01,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▊ | 1227/2198 [00:45<00:44, 21.93it/s]2022-02-22 20:53:02,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▊ | 1230/2198 [00:45<00:44, 21.98it/s]2022-02-22 20:53:02,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,247 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▉ | 1234/2198 [00:45<00:42, 22.80it/s]2022-02-22 20:53:02,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,486 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▉ | 1238/2198 [00:45<00:38, 24.93it/s]2022-02-22 20:53:02,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|██████████████████████ | 1241/2198 [00:45<00:41, 22.92it/s]2022-02-22 20:53:02,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████ | 1244/2198 [00:46<00:45, 21.13it/s]2022-02-22 20:53:02,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,898 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:02,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▏ | 1249/2198 [00:46<00:40, 23.62it/s]2022-02-22 20:53:03,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▏ | 1252/2198 [00:46<00:39, 23.85it/s]2022-02-22 20:53:03,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▎ | 1255/2198 [00:46<00:48, 19.54it/s]2022-02-22 20:53:03,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▎ | 1260/2198 [00:46<00:40, 23.07it/s]2022-02-22 20:53:03,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▍ | 1264/2198 [00:46<00:39, 23.92it/s]2022-02-22 20:53:03,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▍ | 1268/2198 [00:47<00:36, 25.47it/s]2022-02-22 20:53:03,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▌ | 1271/2198 [00:47<00:37, 24.53it/s]2022-02-22 20:53:03,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:03,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▌ | 1274/2198 [00:47<00:40, 22.71it/s]2022-02-22 20:53:04,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▋ | 1278/2198 [00:47<00:37, 24.27it/s]2022-02-22 20:53:04,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▋ | 1281/2198 [00:47<00:38, 24.12it/s]2022-02-22 20:53:04,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▊ | 1284/2198 [00:47<00:39, 22.86it/s]2022-02-22 20:53:04,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|██████████████████████▊ | 1287/2198 [00:47<00:39, 22.78it/s]2022-02-22 20:53:04,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|██████████████████████▉ | 1290/2198 [00:48<00:40, 22.57it/s]2022-02-22 20:53:04,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,884 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|██████████████████████▉ | 1293/2198 [00:48<00:38, 23.35it/s]2022-02-22 20:53:04,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:04,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|██████████████████████▉ | 1296/2198 [00:48<00:40, 22.24it/s]2022-02-22 20:53:05,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|███████████████████████ | 1299/2198 [00:48<00:43, 20.72it/s]2022-02-22 20:53:05,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|███████████████████████ | 1302/2198 [00:48<00:39, 22.73it/s]2022-02-22 20:53:05,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|███████████████████████▏ | 1305/2198 [00:48<00:42, 21.21it/s]2022-02-22 20:53:05,490 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▏ | 1309/2198 [00:49<00:41, 21.17it/s]2022-02-22 20:53:05,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▎ | 1313/2198 [00:49<00:35, 24.80it/s]2022-02-22 20:53:05,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▎ | 1316/2198 [00:49<00:40, 21.70it/s]2022-02-22 20:53:05,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:05,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▍ | 1319/2198 [00:49<00:47, 18.70it/s]2022-02-22 20:53:06,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▌ | 1325/2198 [00:49<00:39, 21.99it/s]2022-02-22 20:53:06,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,486 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▌ | 1329/2198 [00:49<00:38, 22.57it/s]2022-02-22 20:53:06,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▋ | 1332/2198 [00:50<00:37, 22.84it/s]2022-02-22 20:53:06,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▋ | 1335/2198 [00:50<00:38, 22.29it/s]2022-02-22 20:53:06,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▋ | 1338/2198 [00:50<00:36, 23.85it/s]2022-02-22 20:53:06,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:06,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▊ | 1341/2198 [00:50<00:34, 25.14it/s]2022-02-22 20:53:07,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▊ | 1344/2198 [00:50<00:36, 23.27it/s]2022-02-22 20:53:07,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▉ | 1347/2198 [00:50<00:41, 20.68it/s]2022-02-22 20:53:07,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▉ | 1350/2198 [00:50<00:37, 22.52it/s]2022-02-22 20:53:07,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████ | 1353/2198 [00:50<00:38, 22.21it/s]2022-02-22 20:53:07,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████ | 1357/2198 [00:51<00:38, 21.71it/s]2022-02-22 20:53:07,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:07,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████▏ | 1360/2198 [00:51<00:44, 18.67it/s]2022-02-22 20:53:08,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████▏ | 1364/2198 [00:51<00:37, 22.38it/s]2022-02-22 20:53:08,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████▎ | 1367/2198 [00:51<00:35, 23.34it/s]2022-02-22 20:53:08,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████▎ | 1370/2198 [00:51<00:35, 23.08it/s]2022-02-22 20:53:08,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,433 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▍ | 1374/2198 [00:51<00:37, 22.25it/s]2022-02-22 20:53:08,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▍ | 1377/2198 [00:52<00:36, 22.43it/s]2022-02-22 20:53:08,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▍ | 1380/2198 [00:52<00:34, 24.03it/s]2022-02-22 20:53:08,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:08,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▌ | 1384/2198 [00:52<00:36, 22.44it/s]2022-02-22 20:53:09,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,039 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▌ | 1387/2198 [00:52<00:37, 21.68it/s]2022-02-22 20:53:09,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▋ | 1391/2198 [00:52<00:33, 24.03it/s]2022-02-22 20:53:09,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,392 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▋ | 1394/2198 [00:52<00:35, 22.60it/s]2022-02-22 20:53:09,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|████████████████████████▊ | 1397/2198 [00:52<00:36, 22.17it/s]2022-02-22 20:53:09,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|████████████████████████▊ | 1401/2198 [00:53<00:31, 24.93it/s]2022-02-22 20:53:09,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|████████████████████████▉ | 1404/2198 [00:53<00:36, 21.50it/s]2022-02-22 20:53:09,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:09,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|████████████████████████▉ | 1407/2198 [00:53<00:34, 23.13it/s]2022-02-22 20:53:10,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|█████████████████████████ | 1410/2198 [00:53<00:34, 22.57it/s]2022-02-22 20:53:10,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,263 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|█████████████████████████ | 1413/2198 [00:53<00:35, 22.03it/s]2022-02-22 20:53:10,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|█████████████████████████▏ | 1417/2198 [00:53<00:33, 23.02it/s]2022-02-22 20:53:10,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▏ | 1420/2198 [00:53<00:38, 20.30it/s]2022-02-22 20:53:10,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▎ | 1424/2198 [00:54<00:31, 24.40it/s]2022-02-22 20:53:10,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▎ | 1427/2198 [00:54<00:33, 22.88it/s]2022-02-22 20:53:10,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:10,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▎ | 1430/2198 [00:54<00:33, 23.16it/s]2022-02-22 20:53:11,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▍ | 1433/2198 [00:54<00:32, 23.87it/s]2022-02-22 20:53:11,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▍ | 1436/2198 [00:54<00:33, 22.78it/s]2022-02-22 20:53:11,311 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▌ | 1439/2198 [00:54<00:34, 21.76it/s]2022-02-22 20:53:11,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▌ | 1443/2198 [00:54<00:31, 24.02it/s]2022-02-22 20:53:11,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,726 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▋ | 1446/2198 [00:55<00:33, 22.58it/s]2022-02-22 20:53:11,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▋ | 1449/2198 [00:55<00:33, 22.32it/s]2022-02-22 20:53:11,898 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:11,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▊ | 1453/2198 [00:55<00:31, 23.65it/s]2022-02-22 20:53:12,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▊ | 1456/2198 [00:55<00:32, 23.17it/s]2022-02-22 20:53:12,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▉ | 1459/2198 [00:55<00:33, 22.04it/s]2022-02-22 20:53:12,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,392 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|█████████████████████████▉ | 1463/2198 [00:55<00:29, 24.52it/s]2022-02-22 20:53:12,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████ | 1466/2198 [00:55<00:31, 23.38it/s]2022-02-22 20:53:12,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████ | 1469/2198 [00:56<00:34, 21.10it/s]2022-02-22 20:53:12,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,793 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████▏ | 1473/2198 [00:56<00:30, 24.00it/s]2022-02-22 20:53:12,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:12,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████▏ | 1476/2198 [00:56<00:31, 22.79it/s]2022-02-22 20:53:13,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████▏ | 1479/2198 [00:56<00:33, 21.25it/s]2022-02-22 20:53:13,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████▎ | 1483/2198 [00:56<00:31, 22.95it/s]2022-02-22 20:53:13,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▎ | 1486/2198 [00:56<00:31, 22.96it/s]2022-02-22 20:53:13,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,726 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▍ | 1489/2198 [00:57<00:39, 18.03it/s]2022-02-22 20:53:13,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▌ | 1495/2198 [00:57<00:30, 23.19it/s]2022-02-22 20:53:13,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:13,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▌ | 1499/2198 [00:57<00:29, 24.00it/s]2022-02-22 20:53:14,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▋ | 1502/2198 [00:57<00:27, 25.11it/s]2022-02-22 20:53:14,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▋ | 1505/2198 [00:57<00:31, 22.14it/s]2022-02-22 20:53:14,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▊ | 1508/2198 [00:57<00:31, 21.94it/s]2022-02-22 20:53:14,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,579 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▊ | 1513/2198 [00:57<00:26, 25.97it/s]2022-02-22 20:53:14,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▉ | 1516/2198 [00:58<00:28, 23.72it/s]2022-02-22 20:53:14,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▉ | 1519/2198 [00:58<00:30, 22.03it/s]2022-02-22 20:53:14,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:14,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|███████████████████████████ | 1522/2198 [00:58<00:31, 21.59it/s]2022-02-22 20:53:15,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|███████████████████████████ | 1525/2198 [00:58<00:30, 21.98it/s]2022-02-22 20:53:15,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████ | 1528/2198 [00:58<00:35, 18.83it/s]2022-02-22 20:53:15,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▏ | 1533/2198 [00:58<00:32, 20.61it/s]2022-02-22 20:53:15,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▎ | 1537/2198 [00:59<00:27, 24.19it/s]2022-02-22 20:53:15,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,860 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,898 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▎ | 1540/2198 [00:59<00:28, 22.91it/s]2022-02-22 20:53:15,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:15,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▍ | 1543/2198 [00:59<00:30, 21.48it/s]2022-02-22 20:53:16,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▍ | 1546/2198 [00:59<00:34, 19.01it/s]2022-02-22 20:53:16,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▌ | 1552/2198 [00:59<00:23, 27.08it/s]2022-02-22 20:53:16,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▌ | 1556/2198 [00:59<00:28, 22.74it/s]2022-02-22 20:53:16,717 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▋ | 1559/2198 [01:00<00:31, 20.26it/s]2022-02-22 20:53:16,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:16,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▋ | 1563/2198 [01:00<00:29, 21.35it/s]2022-02-22 20:53:16,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,045 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▊ | 1567/2198 [01:00<00:29, 21.12it/s]2022-02-22 20:53:17,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,206 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,247 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,283 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|███████████████████████████▉ | 1572/2198 [01:00<00:24, 26.04it/s]2022-02-22 20:53:17,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|███████████████████████████▉ | 1575/2198 [01:00<00:26, 23.24it/s]2022-02-22 20:53:17,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|███████████████████████████▉ | 1578/2198 [01:00<00:27, 22.71it/s]2022-02-22 20:53:17,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|████████████████████████████ | 1583/2198 [01:01<00:28, 21.25it/s]2022-02-22 20:53:17,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:17,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|████████████████████████████▏ | 1586/2198 [01:01<00:27, 22.62it/s]2022-02-22 20:53:18,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|████████████████████████████▏ | 1589/2198 [01:01<00:27, 21.99it/s]2022-02-22 20:53:18,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|████████████████████████████▎ | 1593/2198 [01:01<00:27, 22.19it/s]2022-02-22 20:53:18,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▎ | 1597/2198 [01:01<00:25, 23.49it/s]2022-02-22 20:53:18,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▍ | 1600/2198 [01:01<00:25, 23.91it/s]2022-02-22 20:53:18,569 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,706 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▍ | 1603/2198 [01:02<00:27, 21.36it/s]2022-02-22 20:53:18,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,918 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▌ | 1607/2198 [01:02<00:27, 21.49it/s]2022-02-22 20:53:18,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:18,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,050 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,050 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▌ | 1613/2198 [01:02<00:24, 23.52it/s]2022-02-22 20:53:19,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,263 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▋ | 1616/2198 [01:02<00:24, 23.55it/s]2022-02-22 20:53:19,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▋ | 1619/2198 [01:02<00:23, 24.19it/s]2022-02-22 20:53:19,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▊ | 1623/2198 [01:02<00:24, 23.19it/s]2022-02-22 20:53:19,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▊ | 1626/2198 [01:03<00:24, 23.65it/s]2022-02-22 20:53:19,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▉ | 1629/2198 [01:03<00:23, 23.75it/s]2022-02-22 20:53:19,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:19,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▉ | 1632/2198 [01:03<00:22, 24.66it/s]2022-02-22 20:53:20,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|█████████████████████████████ | 1635/2198 [01:03<00:27, 20.64it/s]2022-02-22 20:53:20,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████ | 1638/2198 [01:03<00:25, 22.12it/s]2022-02-22 20:53:20,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▏ | 1642/2198 [01:03<00:23, 23.74it/s]2022-02-22 20:53:20,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▏ | 1645/2198 [01:03<00:26, 20.95it/s]2022-02-22 20:53:20,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,693 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▏ | 1648/2198 [01:04<00:24, 22.35it/s]2022-02-22 20:53:20,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▎ | 1652/2198 [01:04<00:22, 23.80it/s]2022-02-22 20:53:20,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,960 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:20,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▎ | 1655/2198 [01:04<00:24, 21.96it/s]2022-02-22 20:53:21,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▍ | 1658/2198 [01:04<00:24, 22.45it/s]2022-02-22 20:53:21,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▍ | 1661/2198 [01:04<00:24, 21.67it/s]2022-02-22 20:53:21,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▌ | 1664/2198 [01:04<00:22, 23.22it/s]2022-02-22 20:53:21,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,563 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▌ | 1668/2198 [01:04<00:23, 22.99it/s]2022-02-22 20:53:21,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▋ | 1671/2198 [01:05<00:26, 20.12it/s]2022-02-22 20:53:21,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:21,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▋ | 1675/2198 [01:05<00:26, 19.73it/s]2022-02-22 20:53:22,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▊ | 1679/2198 [01:05<00:22, 23.19it/s]2022-02-22 20:53:22,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|█████████████████████████████▊ | 1682/2198 [01:05<00:21, 24.14it/s]2022-02-22 20:53:22,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|█████████████████████████████▉ | 1685/2198 [01:05<00:22, 23.01it/s]2022-02-22 20:53:22,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|█████████████████████████████▉ | 1688/2198 [01:05<00:22, 22.82it/s]2022-02-22 20:53:22,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|██████████████████████████████ | 1691/2198 [01:05<00:24, 20.88it/s]2022-02-22 20:53:22,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|██████████████████████████████ | 1695/2198 [01:06<00:22, 22.80it/s]2022-02-22 20:53:22,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,898 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,913 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|██████████████████████████████▏ | 1698/2198 [01:06<00:21, 23.29it/s]2022-02-22 20:53:22,918 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:22,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,106 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|██████████████████████████████▏ | 1701/2198 [01:06<00:24, 20.44it/s]2022-02-22 20:53:23,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,206 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▎ | 1705/2198 [01:06<00:20, 23.62it/s]2022-02-22 20:53:23,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▎ | 1708/2198 [01:06<00:20, 24.45it/s]2022-02-22 20:53:23,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▎ | 1711/2198 [01:06<00:23, 20.38it/s]2022-02-22 20:53:23,563 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▍ | 1715/2198 [01:06<00:19, 24.55it/s]2022-02-22 20:53:23,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▍ | 1718/2198 [01:07<00:21, 22.80it/s]2022-02-22 20:53:23,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:23,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▌ | 1721/2198 [01:07<00:22, 21.28it/s]2022-02-22 20:53:23,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,050 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▋ | 1726/2198 [01:07<00:19, 24.47it/s]2022-02-22 20:53:24,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▋ | 1729/2198 [01:07<00:23, 19.77it/s]2022-02-22 20:53:24,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▊ | 1735/2198 [01:07<00:18, 25.63it/s]2022-02-22 20:53:24,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,569 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▊ | 1738/2198 [01:08<00:22, 20.00it/s]2022-02-22 20:53:24,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,884 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▉ | 1741/2198 [01:08<00:22, 20.35it/s]2022-02-22 20:53:24,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:24,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▉ | 1747/2198 [01:08<00:17, 26.41it/s]2022-02-22 20:53:25,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,198 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████ | 1750/2198 [01:08<00:21, 20.75it/s]2022-02-22 20:53:25,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,392 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████▏ | 1755/2198 [01:08<00:17, 25.77it/s]2022-02-22 20:53:25,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████▏ | 1759/2198 [01:08<00:20, 21.84it/s]2022-02-22 20:53:25,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████▎ | 1762/2198 [01:09<00:19, 21.91it/s]2022-02-22 20:53:25,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:25,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,042 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████▎ | 1768/2198 [01:09<00:19, 21.83it/s]2022-02-22 20:53:26,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▍ | 1771/2198 [01:09<00:18, 22.50it/s]2022-02-22 20:53:26,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,283 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▌ | 1777/2198 [01:09<00:15, 26.86it/s]2022-02-22 20:53:26,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▌ | 1780/2198 [01:09<00:21, 19.57it/s]2022-02-22 20:53:26,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,653 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▋ | 1787/2198 [01:10<00:15, 26.12it/s]2022-02-22 20:53:26,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:26,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▊ | 1791/2198 [01:10<00:18, 21.89it/s]2022-02-22 20:53:27,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,106 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|███████████████████████████████▉ | 1797/2198 [01:10<00:16, 25.05it/s]2022-02-22 20:53:27,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|███████████████████████████████▉ | 1800/2198 [01:10<00:19, 20.82it/s]2022-02-22 20:53:27,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,569 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|████████████████████████████████ | 1806/2198 [01:10<00:14, 26.75it/s]2022-02-22 20:53:27,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,657 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|████████████████████████████████ | 1810/2198 [01:11<00:18, 21.06it/s]2022-02-22 20:53:27,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:27,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▏ | 1814/2198 [01:11<00:16, 23.87it/s]2022-02-22 20:53:28,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▏ | 1817/2198 [01:11<00:15, 23.98it/s]2022-02-22 20:53:28,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▎ | 1820/2198 [01:11<00:17, 21.15it/s]2022-02-22 20:53:28,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▎ | 1823/2198 [01:11<00:21, 17.71it/s]2022-02-22 20:53:28,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▍ | 1829/2198 [01:12<00:16, 21.89it/s]2022-02-22 20:53:28,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▌ | 1832/2198 [01:12<00:16, 22.23it/s]2022-02-22 20:53:28,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:28,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▌ | 1836/2198 [01:12<00:15, 23.02it/s]2022-02-22 20:53:29,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▋ | 1839/2198 [01:12<00:16, 21.49it/s]2022-02-22 20:53:29,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▋ | 1842/2198 [01:12<00:15, 22.47it/s]2022-02-22 20:53:29,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▊ | 1846/2198 [01:12<00:16, 21.51it/s]2022-02-22 20:53:29,545 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▊ | 1849/2198 [01:12<00:15, 23.14it/s]2022-02-22 20:53:29,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▊ | 1852/2198 [01:13<00:14, 23.26it/s]2022-02-22 20:53:29,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:29,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,045 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▉ | 1856/2198 [01:13<00:18, 18.27it/s]2022-02-22 20:53:30,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████ | 1862/2198 [01:13<00:13, 24.47it/s]2022-02-22 20:53:30,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████ | 1866/2198 [01:13<00:15, 21.42it/s]2022-02-22 20:53:30,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████▏ | 1869/2198 [01:13<00:14, 22.75it/s]2022-02-22 20:53:30,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████▏ | 1873/2198 [01:13<00:12, 26.19it/s]2022-02-22 20:53:30,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,726 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████▎ | 1876/2198 [01:14<00:14, 22.44it/s]2022-02-22 20:53:30,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,884 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:30,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████▎ | 1879/2198 [01:14<00:14, 22.76it/s]2022-02-22 20:53:30,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▍ | 1882/2198 [01:14<00:17, 18.25it/s]2022-02-22 20:53:31,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▍ | 1887/2198 [01:14<00:12, 24.27it/s]2022-02-22 20:53:31,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▌ | 1892/2198 [01:14<00:12, 24.53it/s]2022-02-22 20:53:31,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▌ | 1895/2198 [01:15<00:13, 22.50it/s]2022-02-22 20:53:31,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▋ | 1898/2198 [01:15<00:13, 22.27it/s]2022-02-22 20:53:31,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:31,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|█████████████████████████████████▋ | 1902/2198 [01:15<00:12, 23.26it/s]2022-02-22 20:53:32,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,045 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|█████████████████████████████████▊ | 1905/2198 [01:15<00:12, 23.32it/s]2022-02-22 20:53:32,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|█████████████████████████████████▊ | 1908/2198 [01:15<00:13, 21.55it/s]2022-02-22 20:53:32,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|█████████████████████████████████▉ | 1912/2198 [01:15<00:12, 22.99it/s]2022-02-22 20:53:32,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|█████████████████████████████████▉ | 1916/2198 [01:15<00:12, 22.99it/s]2022-02-22 20:53:32,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|██████████████████████████████████ | 1919/2198 [01:16<00:12, 23.01it/s]2022-02-22 20:53:32,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|██████████████████████████████████ | 1922/2198 [01:16<00:12, 22.17it/s]2022-02-22 20:53:32,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:32,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▏ | 1926/2198 [01:16<00:11, 22.69it/s]2022-02-22 20:53:33,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▏ | 1929/2198 [01:16<00:11, 23.46it/s]2022-02-22 20:53:33,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▎ | 1932/2198 [01:16<00:11, 22.37it/s]2022-02-22 20:53:33,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▎ | 1935/2198 [01:16<00:12, 21.67it/s]2022-02-22 20:53:33,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▍ | 1938/2198 [01:16<00:11, 22.01it/s]2022-02-22 20:53:33,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▍ | 1942/2198 [01:17<00:11, 22.61it/s]2022-02-22 20:53:33,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▌ | 1945/2198 [01:17<00:11, 21.52it/s]2022-02-22 20:53:33,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:33,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▌ | 1948/2198 [01:17<00:11, 21.66it/s]2022-02-22 20:53:34,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▋ | 1952/2198 [01:17<00:10, 23.95it/s]2022-02-22 20:53:34,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,311 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▋ | 1955/2198 [01:17<00:13, 18.45it/s]2022-02-22 20:53:34,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▊ | 1962/2198 [01:17<00:08, 26.34it/s]2022-02-22 20:53:34,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▊ | 1965/2198 [01:18<00:10, 21.22it/s]2022-02-22 20:53:34,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|██████████████████████████████████▉ | 1968/2198 [01:18<00:10, 22.65it/s]2022-02-22 20:53:34,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,960 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:34,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|██████████████████████████████████▉ | 1972/2198 [01:18<00:08, 25.50it/s]2022-02-22 20:53:35,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████ | 1975/2198 [01:18<00:11, 20.21it/s]2022-02-22 20:53:35,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████▏ | 1980/2198 [01:18<00:08, 25.31it/s]2022-02-22 20:53:35,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████▏ | 1983/2198 [01:18<00:10, 20.98it/s]2022-02-22 20:53:35,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████▏ | 1986/2198 [01:19<00:09, 21.56it/s]2022-02-22 20:53:35,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▎ | 1991/2198 [01:19<00:08, 24.26it/s]2022-02-22 20:53:35,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:35,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,045 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▍ | 1994/2198 [01:19<00:10, 19.27it/s]2022-02-22 20:53:36,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▍ | 1998/2198 [01:19<00:10, 19.62it/s]2022-02-22 20:53:36,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▌ | 2003/2198 [01:19<00:08, 23.43it/s]2022-02-22 20:53:36,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▌ | 2006/2198 [01:19<00:08, 22.54it/s]2022-02-22 20:53:36,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▋ | 2010/2198 [01:20<00:08, 23.14it/s]2022-02-22 20:53:36,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:36,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▋ | 2013/2198 [01:20<00:08, 22.61it/s]2022-02-22 20:53:36,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▊ | 2016/2198 [01:20<00:07, 22.92it/s]2022-02-22 20:53:37,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▊ | 2019/2198 [01:20<00:07, 24.21it/s]2022-02-22 20:53:37,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▉ | 2022/2198 [01:20<00:10, 16.85it/s]2022-02-22 20:53:37,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,535 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▉ | 2025/2198 [01:20<00:09, 18.97it/s]2022-02-22 20:53:37,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|████████████████████████████████████ | 2031/2198 [01:21<00:07, 23.10it/s]2022-02-22 20:53:37,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,960 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████ | 2034/2198 [01:21<00:07, 21.59it/s]2022-02-22 20:53:37,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:37,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▏ | 2038/2198 [01:21<00:06, 24.55it/s]2022-02-22 20:53:38,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▏ | 2041/2198 [01:21<00:06, 22.97it/s]2022-02-22 20:53:38,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▎ | 2044/2198 [01:21<00:07, 21.07it/s]2022-02-22 20:53:38,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,490 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▎ | 2048/2198 [01:21<00:06, 24.16it/s]2022-02-22 20:53:38,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,693 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▍ | 2051/2198 [01:22<00:07, 20.99it/s]2022-02-22 20:53:38,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▍ | 2054/2198 [01:22<00:07, 20.20it/s]2022-02-22 20:53:38,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:38,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▌ | 2059/2198 [01:22<00:05, 25.28it/s]2022-02-22 20:53:39,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,206 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▌ | 2062/2198 [01:22<00:06, 19.61it/s]2022-02-22 20:53:39,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▋ | 2066/2198 [01:22<00:06, 21.76it/s]2022-02-22 20:53:39,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▋ | 2070/2198 [01:22<00:05, 21.96it/s]2022-02-22 20:53:39,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▊ | 2073/2198 [01:23<00:06, 20.09it/s]2022-02-22 20:53:39,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,860 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|████████████████████████████████████▊ | 2078/2198 [01:23<00:04, 25.83it/s]2022-02-22 20:53:39,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:39,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,042 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|████████████████████████████████████▉ | 2081/2198 [01:23<00:05, 21.74it/s]2022-02-22 20:53:40,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|████████████████████████████████████▉ | 2084/2198 [01:23<00:05, 20.67it/s]2022-02-22 20:53:40,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|█████████████████████████████████████ | 2089/2198 [01:23<00:04, 23.80it/s]2022-02-22 20:53:40,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|█████████████████████████████████████ | 2092/2198 [01:23<00:05, 19.65it/s]2022-02-22 20:53:40,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,716 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|█████████████████████████████████████▏ | 2097/2198 [01:24<00:04, 24.24it/s]2022-02-22 20:53:40,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:40,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▎ | 2100/2198 [01:24<00:04, 21.49it/s]2022-02-22 20:53:40,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▎ | 2103/2198 [01:24<00:04, 19.83it/s]2022-02-22 20:53:41,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▍ | 2109/2198 [01:24<00:03, 24.92it/s]2022-02-22 20:53:41,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▍ | 2112/2198 [01:24<00:04, 20.04it/s]2022-02-22 20:53:41,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,563 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▌ | 2117/2198 [01:24<00:03, 24.91it/s]2022-02-22 20:53:41,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▌ | 2120/2198 [01:25<00:03, 21.95it/s]2022-02-22 20:53:41,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▋ | 2123/2198 [01:25<00:03, 21.95it/s]2022-02-22 20:53:41,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:41,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▋ | 2126/2198 [01:25<00:03, 23.61it/s]2022-02-22 20:53:42,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▊ | 2130/2198 [01:25<00:03, 22.03it/s]2022-02-22 20:53:42,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▊ | 2133/2198 [01:25<00:02, 22.12it/s]2022-02-22 20:53:42,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,535 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▉ | 2136/2198 [01:25<00:02, 22.25it/s]2022-02-22 20:53:42,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,716 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▉ | 2140/2198 [01:26<00:02, 22.62it/s]2022-02-22 20:53:42,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|██████████████████████████████████████ | 2143/2198 [01:26<00:02, 21.43it/s]2022-02-22 20:53:42,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:42,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████ | 2147/2198 [01:26<00:02, 24.82it/s]2022-02-22 20:53:42,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▏| 2150/2198 [01:26<00:02, 22.34it/s]2022-02-22 20:53:43,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▏| 2153/2198 [01:26<00:02, 22.02it/s]2022-02-22 20:53:43,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,392 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▎| 2156/2198 [01:26<00:01, 22.77it/s]2022-02-22 20:53:43,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,535 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▎| 2159/2198 [01:26<00:01, 22.49it/s]2022-02-22 20:53:43,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▎| 2162/2198 [01:27<00:01, 20.17it/s]2022-02-22 20:53:43,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▍| 2166/2198 [01:27<00:01, 22.08it/s]2022-02-22 20:53:43,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:43,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▍| 2169/2198 [01:27<00:01, 23.04it/s]2022-02-22 20:53:44,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▌| 2172/2198 [01:27<00:01, 20.06it/s]2022-02-22 20:53:44,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▌| 2175/2198 [01:27<00:01, 21.11it/s]2022-02-22 20:53:44,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▋| 2178/2198 [01:27<00:00, 23.10it/s]2022-02-22 20:53:44,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,455 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▋| 2181/2198 [01:27<00:00, 23.05it/s]2022-02-22 20:53:44,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▊| 2184/2198 [01:28<00:00, 21.74it/s]2022-02-22 20:53:44,726 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▊| 2187/2198 [01:28<00:00, 21.81it/s]2022-02-22 20:53:44,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:44,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
100%|██████████████████████████████████████▊| 2190/2198 [01:28<00:00, 21.79it/s]2022-02-22 20:53:45,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:45,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:45,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:45,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:45,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:45,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:45,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
100%|██████████████████████████████████████▉| 2194/2198 [01:28<00:00, 23.63it/s]2022-02-22 20:53:45,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:45,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-02-22 20:53:45,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
100%|██████████████████████████████████████▉| 2197/2198 [01:28<00:00, 24.79it/s]2022-02-22 20:53:45,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
100%|███████████████████████████████████████| 2198/2198 [01:28<00:00, 24.81it/s]
2022-02-22 20:53:45,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
100%|██████████████████████████████████████| 2198/2198 [00:13<00:00, 167.09it/s]
#Tshirt: net aperture
Flux5, Flux_error5 = phot5.get_tSeries() #The flux data and flux data errors
normalized_flux_tshirt5 = Flux5['Flux 0']/Flux5['Flux 0'][0] #normalized net aperture sum
std_tshirt5 = np.std(normalized_flux_tshirt5[0:20]) #calculated standard deviation
relative_error_tshirt5 = (Flux_error5['Error 0']/Flux5['Flux 0'])
#MAD:
deviation = normalized_flux_tshirt5[0:seg01_len] - np.median(normalized_flux_tshirt5[0:seg01_len])
mad = np.median(np.abs(deviation))*1.48
print(style.BOLD+"Tshirt Calculated Net Aperture Sum MAD (ppm):"+style.END + " " +str(mad*10**6))
print(style.BOLD+"Tshirt Calculated Net Aperture Sum std (ppm):"+style.END + " " +str(std_tshirt5*10**6))
print(style.BOLD+"Median Relative Errors Net Aperture Sum (ppm):"+style.END + " " +str(np.median(relative_error_tshirt5)*10**6))
plt.errorbar(Flux5['Time (JD)'],normalized_flux_tshirt5,yerr=relative_error_tshirt5,fmt='b.',markersize=4,elinewidth=1,ecolor='silver')
#plt.plot(phot5.cenArr[:,0,0],'.')
Tshirt Calculated Net Aperture Sum MAD (ppm): 1181.758185130899 Tshirt Calculated Net Aperture Sum std (ppm): 1153.3677909611063 Median Relative Errors Net Aperture Sum (ppm): 1220.674447283938
<ErrorbarContainer object of 3 artists>
Modeling the best returned light curve from the photometry steps above. Here the best result is the 25-5-12 Radii values from tshirt.
def transit_model(x, rp, A, t0):
'''
Models transit light curve using Python package `batman` based on initial parameters stored in params_transit.
Parameters
----------
x: array
Time in Julian days
rp: int
Planet-to-star radius ratio
A: int
Baseline Normalization Factor
t0: int
Time of inferior conjunction
'''
params_transit = batman.TransitParams() #Object to store transit parameters
params_transit.t0 = t0 #time of inferior conjunction
params_transit.per = 2.64389803 #orbital period
params_transit.a = 14.54 #semi-major axis (in units of stellar radii)
params_transit.inc = 86.858 #orbital inclination (in degrees)
params_transit.ecc = 0 #eccentricity
params_transit.w = 90. #longitude of periastron (in degrees)
params_transit.limb_dark = "nonlinear" #limb darkening model
params_transit.u = [0.5, 0.1, 0.1, -0.1] #limb darkening coefficients [u1, u2, u3, u4]
params_transit.rp = rp #Planet-to-star radius ratio - Will depend on function input
#Modifying the time: Julian Date(x) - Initial Julian Date(x0)
x0 = np.min(x)
m = batman.TransitModel(params_transit, x-x0) #Initializes model
flux = m.light_curve(params_transit)*A #Calculate the light curve
return flux
#Simple curve_fit model to determine the best planet-to-star radius ratio.
popt, pcov = curve_fit(transit_model,Flux2['Time (JD)'],normalized_flux_tshirt2,sigma=relative_error_tshirt2,p0=[0.08,1,0.042])
print("Optimized Planet-to-star radius ratio = " + str(popt[0]))
print("Optimized Baseline Normalization Factor = " + str(popt[1]))
print("Optimized Time of Inferior Conjunction = " + str(popt[2]))
Optimized Planet-to-star radius ratio = 0.08413968659215967 Optimized Baseline Normalization Factor = 0.999879595768488 Optimized Time of Inferior Conjunction = 0.036271676644090006
#plot the modeled light curves
modeled_flux =transit_model(Flux2['Time (JD)'], *popt)
t = Flux2['Time (JD)']
plt.plot(t,modeled_flux, color='red')
plt.plot(t,normalized_flux_tshirt2,'.',alpha=0.2)
plt.title("GJ436 Light Curve Model")
plt.xlabel("Time (JD)")
plt.ylabel("Normalized Flux")
Text(0, 0.5, 'Normalized Flux')
Calculate the Noise Statistics for a "Sweep" of Aperture Sizes. Loops through a series of source sizes and background sizes in a grid search.
phot = phot_pipeline.phot(paramFile='/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/DataChallengeSimulation_NRCA3_ROEBA_phot_pipeline.yaml') #create a photometric object
alteredParam = deepcopy(phot.param)
alteredParam['backEnd'] = 50 #Changing the outer radius
alteredParam['apRadius'] = 30 #Changing the source radius
alteredParam['backStart'] = 30 #Changing the inner radius
alteredParam['bkgMethod'] = 'mean' #Due to the odd aperture configuration, we need to do mean background subtraction
alteredParam['procFiles'] ='/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/splintegrate/jw00042001001_01101_00001-seg002*.fits'
alteredParam['srcNameShort'] = 'GJ436_sweep' #provide a new name for centroid realignment
#Assignimg a object new phot3
phot_sweep = phot_pipeline.phot(directParam=alteredParam) #create new photometric object
phot_sweep.showStarChoices(showAps=True,showPlot=True,apColor='red',backColor='pink', figSize=(30,20),xLim=[900,1200]) #Plot the source and background subtraction area
phot_sweep.get_allimg_cen(recenter=True,useMultiprocessing=True) #recenter the centroids each time.
phot_sweep.do_phot(useMultiprocessing=True) #extract the photometric data
0%| | 0/152 [00:00<?, ?it/s]2022-04-11 22:43:04,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▎ | 1/152 [00:00<01:22, 1.83it/s]2022-04-11 22:43:04,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,545 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|███ | 11/152 [00:00<00:10, 13.82it/s]2022-04-11 22:43:04,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,693 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:04,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▊ | 21/152 [00:01<00:06, 18.96it/s]2022-04-11 22:43:05,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|████████▌ | 31/152 [00:01<00:05, 22.00it/s]2022-04-11 22:43:05,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,433 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,693 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|███████████▎ | 41/152 [00:02<00:04, 24.19it/s]2022-04-11 22:43:05,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:05,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,150 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|██████████████ | 51/152 [00:02<00:04, 24.42it/s]2022-04-11 22:43:06,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,368 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|████████████████▊ | 61/152 [00:02<00:03, 25.77it/s]2022-04-11 22:43:06,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,535 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|███████████████████▌ | 71/152 [00:03<00:03, 25.05it/s]2022-04-11 22:43:06,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:06,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|██████████████████████▍ | 81/152 [00:03<00:02, 26.40it/s]2022-04-11 22:43:07,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|███████████████████████▏ | 84/152 [00:03<00:02, 26.66it/s]2022-04-11 22:43:07,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,474 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,535 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|█████████████████████████▏ | 91/152 [00:03<00:02, 26.38it/s]2022-04-11 22:43:07,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|██████████████████████████▉ | 100/152 [00:04<00:01, 34.36it/s]2022-04-11 22:43:07,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,864 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:07,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|████████████████████████████▎ | 105/152 [00:04<00:01, 29.08it/s]2022-04-11 22:43:08,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|█████████████████████████████▉ | 111/152 [00:04<00:01, 26.42it/s]2022-04-11 22:43:08,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|████████████████████████████████ | 119/152 [00:04<00:00, 34.11it/s]2022-04-11 22:43:08,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,706 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,706 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|█████████████████████████████████▍ | 124/152 [00:04<00:01, 27.19it/s]2022-04-11 22:43:08,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|███████████████████████████████████ | 130/152 [00:05<00:00, 28.68it/s]2022-04-11 22:43:08,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,913 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:08,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|████████████████████████████████████▏ | 134/152 [00:05<00:00, 27.37it/s]2022-04-11 22:43:09,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|█████████████████████████████████████▊ | 140/152 [00:05<00:00, 29.72it/s]2022-04-11 22:43:09,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,311 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|██████████████████████████████████████▊ | 144/152 [00:05<00:00, 25.88it/s]2022-04-11 22:43:09,474 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|████████████████████████████████████████▍| 150/152 [00:05<00:00, 31.22it/s]2022-04-11 22:43:09,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:43:09,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
100%|█████████████████████████████████████████| 152/152 [00:05<00:00, 25.41it/s]
2022-04-11 22:43:09,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 371.54it/s]
sweep_analysis_coarse = analysis.aperture_size_sweep(phot_sweep,stepSize=10,srcRange=[5,150],backRange=[5,150],minBackground=10)
2022-03-29 23:50:44,593 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:528: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations yStamp_proposed = np.array(onePos[1] + np.array([-1,1]) * boxsize,dtype=np.int) 2022-03-29 23:50:44,597 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:529: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations xStamp_proposed = np.array(onePos[0] + np.array([-1,1]) * boxsize,dtype=np.int) 2022-03-29 23:50:45,010 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:528: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations yStamp_proposed = np.array(onePos[1] + np.array([-1,1]) * boxsize,dtype=np.int) 2022-03-29 23:50:45,015 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:529: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations xStamp_proposed = np.array(onePos[0] + np.array([-1,1]) * boxsize,dtype=np.int)
src: 5, back st: 5, back end: 15
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 140.69it/s]
2022-03-29 23:50:47,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:50:47,310 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 5, back end: 25
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 162.68it/s]
2022-03-29 23:50:48,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:50:48,710 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 5, back end: 35
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 126.84it/s]
2022-03-29 23:50:50,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:50:50,348 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 5, back end: 45
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.68it/s]
2022-03-29 23:50:51,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:50:51,363 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 5, back end: 55
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 305.07it/s]
2022-03-29 23:50:52,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:50:52,286 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 5, back end: 65
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.59it/s]
2022-03-29 23:50:53,304 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:50:53,342 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 5, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 283.49it/s]
2022-03-29 23:50:54,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:50:54,233 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 5, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 317.31it/s]
2022-03-29 23:50:55,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:50:55,177 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 5, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.59it/s]
2022-03-29 23:50:56,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:50:56,292 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 5, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 215.58it/s]
2022-03-29 23:50:57,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:50:57,482 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 5, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 263.12it/s]
2022-03-29 23:50:58,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:50:58,459 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 5, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 306.54it/s]
2022-03-29 23:50:59,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:50:59,443 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 5, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.06it/s]
2022-03-29 23:51:00,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:00,474 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 5, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 290.04it/s]
2022-03-29 23:51:01,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:01,441 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 15, back end: 25
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 266.73it/s]
2022-03-29 23:51:02,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:02,436 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 15, back end: 35
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 252.59it/s]
2022-03-29 23:51:03,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:03,469 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 15, back end: 45
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 308.13it/s]
2022-03-29 23:51:04,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:04,408 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 15, back end: 55
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 328.29it/s]
2022-03-29 23:51:05,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:05,298 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 15, back end: 65
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 214.95it/s]
2022-03-29 23:51:06,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:06,437 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 15, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.13it/s]
2022-03-29 23:51:07,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:07,564 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 15, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 370.82it/s]
2022-03-29 23:51:08,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:08,427 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 15, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.91it/s]
2022-03-29 23:51:09,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:09,527 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 15, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.81it/s]
2022-03-29 23:51:10,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:10,693 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 15, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 261.87it/s]
2022-03-29 23:51:11,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:11,696 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 15, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 291.01it/s]
2022-03-29 23:51:12,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:12,655 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 15, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.71it/s]
2022-03-29 23:51:13,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:13,784 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 15, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.58it/s]
2022-03-29 23:51:14,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:14,817 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 25, back end: 35
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 376.44it/s]
2022-03-29 23:51:15,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:15,636 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 25, back end: 45
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.58it/s]
2022-03-29 23:51:16,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:16,784 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 25, back end: 55
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 220.74it/s]
2022-03-29 23:51:17,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:17,951 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 25, back end: 65
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 305.97it/s]
2022-03-29 23:51:18,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:18,838 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 25, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 332.86it/s]
2022-03-29 23:51:19,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:19,742 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 25, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.40it/s]
2022-03-29 23:51:20,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:20,841 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 25, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.75it/s]
2022-03-29 23:51:21,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:21,907 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 25, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 309.32it/s]
2022-03-29 23:51:22,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:22,850 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 25, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.70it/s]
2022-03-29 23:51:23,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:23,894 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 25, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.60it/s]
2022-03-29 23:51:24,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:24,963 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 25, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.61it/s]
2022-03-29 23:51:25,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:25,964 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 25, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 295.26it/s]
2022-03-29 23:51:26,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:26,902 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 35, back end: 45
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 206.46it/s]
2022-03-29 23:51:28,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:28,114 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 35, back end: 55
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.59it/s]
2022-03-29 23:51:29,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:29,152 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 35, back end: 65
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 303.13it/s]
2022-03-29 23:51:30,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:30,071 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 35, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.56it/s]
2022-03-29 23:51:30,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:31,044 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 35, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 261.97it/s]
2022-03-29 23:51:32,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:32,088 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 35, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 311.94it/s]
2022-03-29 23:51:32,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:32,989 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 35, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 216.71it/s]
2022-03-29 23:51:34,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:34,104 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 35, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.71it/s]
2022-03-29 23:51:35,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:35,170 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 35, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 301.03it/s]
2022-03-29 23:51:36,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:36,141 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 35, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 260.38it/s]
2022-03-29 23:51:37,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:37,181 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 35, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.33it/s]
2022-03-29 23:51:38,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:38,245 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 45, back end: 55
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 300.64it/s]
2022-03-29 23:51:39,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:39,192 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 45, back end: 65
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 292.88it/s]
2022-03-29 23:51:40,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:40,154 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 45, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.54it/s]
2022-03-29 23:51:41,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:41,188 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 45, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 266.67it/s]
2022-03-29 23:51:42,106 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:42,145 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 45, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 257.94it/s]
2022-03-29 23:51:43,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:43,157 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 45, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.96it/s]
2022-03-29 23:51:44,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:44,210 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 45, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 251.68it/s]
2022-03-29 23:51:45,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:45,265 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 45, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 281.67it/s]
2022-03-29 23:51:46,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:46,249 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 45, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.12it/s]
2022-03-29 23:51:47,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:47,303 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 45, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 205.17it/s]
2022-03-29 23:51:48,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:48,517 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 55, back end: 65
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.05it/s]
2022-03-29 23:51:49,545 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:49,594 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 55, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.84it/s]
2022-03-29 23:51:50,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:50,613 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 55, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 273.88it/s]
2022-03-29 23:51:51,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:51,646 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 55, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 229.27it/s]
2022-03-29 23:51:52,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:52,738 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 55, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 293.32it/s]
2022-03-29 23:51:53,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:53,684 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 55, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 268.41it/s]
2022-03-29 23:51:54,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:54,695 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 55, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 229.34it/s]
2022-03-29 23:51:55,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:55,811 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 55, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 206.11it/s]
2022-03-29 23:51:56,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:56,953 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 55, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.90it/s]
2022-03-29 23:51:57,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:57,992 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 65, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 249.39it/s]
2022-03-29 23:51:59,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:51:59,039 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 65, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.49it/s]
2022-03-29 23:52:00,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:00,085 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 65, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.69it/s]
2022-03-29 23:52:01,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:01,159 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 65, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 284.19it/s]
2022-03-29 23:52:02,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:02,167 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 65, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.08it/s]
2022-03-29 23:52:03,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:03,292 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 65, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 271.96it/s]
2022-03-29 23:52:04,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:04,280 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 65, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 293.88it/s]
2022-03-29 23:52:05,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:05,267 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 65, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 293.06it/s]
2022-03-29 23:52:06,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:06,218 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 75, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.84it/s]
2022-03-29 23:52:07,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:07,292 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 75, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 261.49it/s]
2022-03-29 23:52:08,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:08,292 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 75, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 273.58it/s]
2022-03-29 23:52:09,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:09,339 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 75, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.39it/s]
2022-03-29 23:52:10,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:10,373 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 75, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 263.56it/s]
2022-03-29 23:52:11,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:11,784 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 75, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 207.93it/s]
2022-03-29 23:52:12,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:12,954 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 75, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 304.70it/s]
2022-03-29 23:52:13,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:13,928 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 85, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 283.17it/s]
2022-03-29 23:52:14,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:14,906 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 85, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 252.93it/s]
2022-03-29 23:52:15,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:15,880 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 85, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 290.30it/s]
2022-03-29 23:52:16,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:16,892 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 85, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.72it/s]
2022-03-29 23:52:17,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:17,948 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 85, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.49it/s]
2022-03-29 23:52:18,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:19,059 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 85, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.41it/s]
2022-03-29 23:52:20,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:20,185 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 95, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 288.68it/s]
2022-03-29 23:52:21,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:21,188 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 95, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.26it/s]
2022-03-29 23:52:22,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:22,215 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 95, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.78it/s]
2022-03-29 23:52:23,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:23,273 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 95, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 268.63it/s]
2022-03-29 23:52:24,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:24,299 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 95, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.42it/s]
2022-03-29 23:52:25,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:25,354 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 105, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.32it/s]
2022-03-29 23:52:26,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:26,394 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 105, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 240.46it/s]
2022-03-29 23:52:27,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:27,426 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 105, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.69it/s]
2022-03-29 23:52:28,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:28,474 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 105, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 257.18it/s]
2022-03-29 23:52:29,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:29,446 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 115, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 271.08it/s]
2022-03-29 23:52:30,392 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:30,443 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 115, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 300.52it/s]
2022-03-29 23:52:31,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:31,412 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 115, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.71it/s]
2022-03-29 23:52:32,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:32,454 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 125, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.72it/s]
2022-03-29 23:52:33,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:33,591 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 125, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.49it/s]
2022-03-29 23:52:34,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:34,569 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 5, back st: 135, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 257.16it/s]
2022-03-29 23:52:35,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:35,636 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 15, back end: 25
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.72it/s]
2022-03-29 23:52:36,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:36,593 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 15, back end: 35
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 287.62it/s]
2022-03-29 23:52:37,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:37,500 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 15, back end: 45
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 300.12it/s]
2022-03-29 23:52:38,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:38,439 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 15, back end: 55
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.70it/s]
2022-03-29 23:52:39,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:39,491 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 15, back end: 65
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.57it/s]
2022-03-29 23:52:40,455 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:40,493 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 15, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.49it/s]
2022-03-29 23:52:41,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:41,479 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 15, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 307.59it/s]
2022-03-29 23:52:42,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:42,433 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 15, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.21it/s]
2022-03-29 23:52:43,535 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:43,572 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 15, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.91it/s]
2022-03-29 23:52:44,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:44,538 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 15, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 308.15it/s]
2022-03-29 23:52:45,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:45,486 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 15, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.32it/s]
2022-03-29 23:52:46,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:46,592 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 15, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.04it/s]
2022-03-29 23:52:47,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:47,670 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 15, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 299.79it/s]
2022-03-29 23:52:48,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:48,575 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 25, back end: 35
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 281.42it/s]
2022-03-29 23:52:49,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:49,559 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 25, back end: 45
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.94it/s]
2022-03-29 23:52:50,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:50,654 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 25, back end: 55
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.77it/s]
2022-03-29 23:52:51,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:51,625 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 25, back end: 65
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 380.17it/s]
2022-03-29 23:52:52,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:52,482 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 25, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 214.17it/s]
2022-03-29 23:52:53,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:53,645 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 25, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.57it/s]
2022-03-29 23:52:54,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:54,699 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 25, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 288.72it/s]
2022-03-29 23:52:55,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:55,679 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 25, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.84it/s]
2022-03-29 23:52:56,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:56,731 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 25, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 200.23it/s]
2022-03-29 23:52:57,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:57,956 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 25, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 195.84it/s]
2022-03-29 23:52:59,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:52:59,167 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 25, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 307.71it/s]
2022-03-29 23:53:00,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:00,061 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 25, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.64it/s]
2022-03-29 23:53:01,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:01,125 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 35, back end: 45
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.21it/s]
2022-03-29 23:53:02,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:02,190 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 35, back end: 55
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 294.19it/s]
2022-03-29 23:53:03,106 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:03,167 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 35, back end: 65
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 305.38it/s]
2022-03-29 23:53:04,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:04,094 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 35, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 288.08it/s]
2022-03-29 23:53:05,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:05,094 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 35, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.58it/s]
2022-03-29 23:53:05,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:06,028 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 35, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 288.88it/s]
2022-03-29 23:53:06,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:07,007 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 35, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 280.15it/s]
2022-03-29 23:53:07,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:08,044 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 35, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.02it/s]
2022-03-29 23:53:09,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:09,081 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 35, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.90it/s]
2022-03-29 23:53:10,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:10,109 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 35, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.19it/s]
2022-03-29 23:53:11,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:11,200 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 35, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.40it/s]
2022-03-29 23:53:12,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:12,316 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 45, back end: 55
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 332.92it/s]
2022-03-29 23:53:13,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:13,245 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 45, back end: 65
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 212.16it/s]
2022-03-29 23:53:14,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:14,502 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 45, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 266.06it/s]
2022-03-29 23:53:15,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:15,469 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 45, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 312.32it/s]
2022-03-29 23:53:16,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:16,377 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 45, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.24it/s]
2022-03-29 23:53:17,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:17,453 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 45, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.25it/s]
2022-03-29 23:53:18,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:18,521 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 45, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.67it/s]
2022-03-29 23:53:19,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:19,477 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 45, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.08it/s]
2022-03-29 23:53:20,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:20,526 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 45, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.30it/s]
2022-03-29 23:53:21,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:21,642 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 45, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 298.22it/s]
2022-03-29 23:53:22,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:22,566 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 55, back end: 65
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.24it/s]
2022-03-29 23:53:23,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:23,615 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 55, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 211.39it/s]
2022-03-29 23:53:24,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:24,839 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 55, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 307.15it/s]
2022-03-29 23:53:25,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:25,774 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 55, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 299.36it/s]
2022-03-29 23:53:26,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:26,727 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 55, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 290.49it/s]
2022-03-29 23:53:27,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:27,670 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 55, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 288.43it/s]
2022-03-29 23:53:28,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:28,667 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 55, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.61it/s]
2022-03-29 23:53:29,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:29,706 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 55, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 252.10it/s]
2022-03-29 23:53:30,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:30,732 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 55, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 278.26it/s]
2022-03-29 23:53:31,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:31,743 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 65, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 289.58it/s]
2022-03-29 23:53:32,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:32,711 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 65, back end: 85
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 109.77it/s]
2022-03-29 23:53:34,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:34,565 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 65, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.81it/s]
2022-03-29 23:53:35,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:35,674 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 65, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.41it/s]
2022-03-29 23:53:36,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:36,779 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 65, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 274.97it/s]
2022-03-29 23:53:37,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:37,780 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 65, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 348.82it/s]
2022-03-29 23:53:38,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:38,609 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 65, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.22it/s]
2022-03-29 23:53:39,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:39,761 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 65, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 214.41it/s]
2022-03-29 23:53:40,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:40,886 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 75, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 307.13it/s]
2022-03-29 23:53:41,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:41,839 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 75, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 339.05it/s]
2022-03-29 23:53:42,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:42,748 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 75, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.34it/s]
2022-03-29 23:53:43,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:43,728 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 75, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 283.14it/s]
2022-03-29 23:53:44,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:44,708 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 75, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 270.38it/s]
2022-03-29 23:53:45,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:45,713 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 75, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.31it/s]
2022-03-29 23:53:46,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:46,805 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 75, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.10it/s]
2022-03-29 23:53:47,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:47,807 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 85, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 312.20it/s]
2022-03-29 23:53:48,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:48,714 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 85, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.55it/s]
2022-03-29 23:53:49,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:49,728 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 85, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 295.69it/s]
2022-03-29 23:53:50,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:50,603 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 85, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 288.01it/s]
2022-03-29 23:53:51,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:51,612 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 85, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.41it/s]
2022-03-29 23:53:52,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:52,685 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 85, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.02it/s]
2022-03-29 23:53:53,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:53,727 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 95, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 302.79it/s]
2022-03-29 23:53:54,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:54,668 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 95, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 266.30it/s]
2022-03-29 23:53:55,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:55,677 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 95, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.66it/s]
2022-03-29 23:53:56,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:56,764 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 95, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 270.62it/s]
2022-03-29 23:53:57,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:57,742 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 95, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 277.02it/s]
2022-03-29 23:53:58,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:58,790 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 105, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.23it/s]
2022-03-29 23:53:59,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:53:59,851 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 105, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 273.64it/s]
2022-03-29 23:54:00,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:00,823 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 105, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 293.19it/s]
2022-03-29 23:54:01,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:01,755 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 105, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 263.79it/s]
2022-03-29 23:54:02,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:02,715 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 115, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 217.48it/s]
2022-03-29 23:54:03,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:03,850 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 115, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.21it/s]
2022-03-29 23:54:04,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:05,005 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 115, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.31it/s]
2022-03-29 23:54:06,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:06,082 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 125, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 208.72it/s]
2022-03-29 23:54:07,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:07,232 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 125, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.43it/s]
2022-03-29 23:54:08,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:08,316 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 15, back st: 135, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 297.43it/s]
2022-03-29 23:54:09,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:09,276 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 25, back end: 35
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.35it/s]
2022-03-29 23:54:10,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:10,252 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 25, back end: 45
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.30it/s]
2022-03-29 23:54:11,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:11,325 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 25, back end: 55
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 306.83it/s]
2022-03-29 23:54:12,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:12,234 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 25, back end: 65
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.13it/s]
2022-03-29 23:54:13,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:13,341 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 25, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 268.96it/s]
2022-03-29 23:54:14,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:14,312 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 25, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.62it/s]
2022-03-29 23:54:15,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:15,335 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 25, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 332.58it/s]
2022-03-29 23:54:16,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:16,250 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 25, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.96it/s]
2022-03-29 23:54:17,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:17,391 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 25, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.77it/s]
2022-03-29 23:54:18,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:18,428 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 25, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 273.94it/s]
2022-03-29 23:54:19,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:19,430 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 25, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.04it/s]
2022-03-29 23:54:20,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:20,451 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 25, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.24it/s]
2022-03-29 23:54:21,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:21,492 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 35, back end: 45
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 300.19it/s]
2022-03-29 23:54:22,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:22,441 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 35, back end: 55
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 240.43it/s]
2022-03-29 23:54:23,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:23,516 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 35, back end: 65
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 220.99it/s]
2022-03-29 23:54:24,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:24,621 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 35, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 308.76it/s]
2022-03-29 23:54:25,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:25,546 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 35, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.12it/s]
2022-03-29 23:54:26,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:26,548 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 35, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.37it/s]
2022-03-29 23:54:27,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:27,547 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 35, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 293.71it/s]
2022-03-29 23:54:28,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:28,540 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 35, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 257.28it/s]
2022-03-29 23:54:29,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:29,593 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 35, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 227.06it/s]
2022-03-29 23:54:30,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:30,721 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 35, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 294.40it/s]
2022-03-29 23:54:31,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:31,645 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 35, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 279.39it/s]
2022-03-29 23:54:32,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:32,666 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 45, back end: 55
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.38it/s]
2022-03-29 23:54:33,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:33,680 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 45, back end: 65
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 325.93it/s]
2022-03-29 23:54:34,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:34,582 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 45, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 280.72it/s]
2022-03-29 23:54:35,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:35,555 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 45, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.22it/s]
2022-03-29 23:54:36,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:36,683 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 45, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.58it/s]
2022-03-29 23:54:37,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:37,711 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 45, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 339.34it/s]
2022-03-29 23:54:38,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:38,603 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 45, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.26it/s]
2022-03-29 23:54:39,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:39,553 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 45, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.84it/s]
2022-03-29 23:54:40,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:40,659 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 45, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 325.34it/s]
2022-03-29 23:54:41,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:41,587 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 45, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.49it/s]
2022-03-29 23:54:42,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:42,585 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 55, back end: 65
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.18it/s]
2022-03-29 23:54:43,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:43,611 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 55, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 303.37it/s]
2022-03-29 23:54:44,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:44,592 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 55, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 289.50it/s]
2022-03-29 23:54:45,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:45,542 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 55, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.55it/s]
2022-03-29 23:54:46,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:46,678 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 55, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 313.31it/s]
2022-03-29 23:54:47,546 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:47,583 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 55, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 311.68it/s]
2022-03-29 23:54:48,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:48,525 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 55, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 281.48it/s]
2022-03-29 23:54:49,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:49,501 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 55, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.13it/s]
2022-03-29 23:54:50,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:50,547 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 55, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 299.09it/s]
2022-03-29 23:54:51,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:51,513 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 65, back end: 75
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 106.66it/s]
2022-03-29 23:54:53,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:53,418 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 65, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 317.86it/s]
2022-03-29 23:54:54,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:54,366 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 65, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.42it/s]
2022-03-29 23:54:55,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:55,483 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 65, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.89it/s]
2022-03-29 23:54:56,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:56,455 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 65, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 270.13it/s]
2022-03-29 23:54:57,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:57,457 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 65, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 284.21it/s]
2022-03-29 23:54:58,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:58,457 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 65, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.32it/s]
2022-03-29 23:54:59,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:54:59,570 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 65, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.12it/s]
2022-03-29 23:55:00,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:00,544 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 75, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 320.69it/s]
2022-03-29 23:55:01,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:01,475 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 75, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.29it/s]
2022-03-29 23:55:02,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:02,534 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 75, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 265.65it/s]
2022-03-29 23:55:03,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:03,541 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 75, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.31it/s]
2022-03-29 23:55:04,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:04,525 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 75, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 271.69it/s]
2022-03-29 23:55:05,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:05,497 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 75, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.42it/s]
2022-03-29 23:55:06,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:06,603 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 75, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 294.83it/s]
2022-03-29 23:55:07,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:07,531 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 85, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.14it/s]
2022-03-29 23:55:08,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:08,534 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 85, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.96it/s]
2022-03-29 23:55:09,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:09,591 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 85, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 280.95it/s]
2022-03-29 23:55:10,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:10,553 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 85, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.39it/s]
2022-03-29 23:55:11,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:11,564 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 85, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 318.09it/s]
2022-03-29 23:55:12,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:12,500 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 85, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.78it/s]
2022-03-29 23:55:13,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:13,477 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 95, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 277.72it/s]
2022-03-29 23:55:14,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:14,433 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 95, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 290.15it/s]
2022-03-29 23:55:15,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:15,417 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 95, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.85it/s]
2022-03-29 23:55:16,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:16,461 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 95, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.83it/s]
2022-03-29 23:55:17,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:17,437 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 95, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 251.93it/s]
2022-03-29 23:55:18,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:18,423 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 105, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 315.41it/s]
2022-03-29 23:55:19,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:19,346 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 105, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.67it/s]
2022-03-29 23:55:20,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:20,413 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 105, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.90it/s]
2022-03-29 23:55:21,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:21,430 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 105, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 279.97it/s]
2022-03-29 23:55:22,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:22,441 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 115, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.46it/s]
2022-03-29 23:55:23,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:23,441 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 115, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 260.72it/s]
2022-03-29 23:55:24,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:24,434 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 115, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 313.15it/s]
2022-03-29 23:55:25,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:25,374 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 125, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.14it/s]
2022-03-29 23:55:26,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:26,464 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 125, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.52it/s]
2022-03-29 23:55:27,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:27,583 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 25, back st: 135, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.27it/s]
2022-03-29 23:55:28,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:28,557 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 35, back end: 45
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 335.85it/s]
2022-03-29 23:55:29,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:29,452 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 35, back end: 55
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.18it/s]
2022-03-29 23:55:30,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:30,546 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 35, back end: 65
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.49it/s]
2022-03-29 23:55:31,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:31,538 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 35, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 343.78it/s]
2022-03-29 23:55:32,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:32,405 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 35, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.50it/s]
2022-03-29 23:55:33,372 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:33,409 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 35, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.91it/s]
2022-03-29 23:55:34,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:34,499 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 35, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.75it/s]
2022-03-29 23:55:35,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:35,481 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 35, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.26it/s]
2022-03-29 23:55:36,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:36,535 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 35, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.85it/s]
2022-03-29 23:55:37,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:37,625 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 35, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 266.79it/s]
2022-03-29 23:55:38,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:38,615 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 35, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 312.05it/s]
2022-03-29 23:55:39,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:39,588 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 45, back end: 55
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 300.44it/s]
2022-03-29 23:55:40,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:40,517 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 45, back end: 65
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.01it/s]
2022-03-29 23:55:41,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:41,640 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 45, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 281.57it/s]
2022-03-29 23:55:42,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:42,610 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 45, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 299.99it/s]
2022-03-29 23:55:43,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:43,539 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 45, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.93it/s]
2022-03-29 23:55:44,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:44,721 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 45, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 252.99it/s]
2022-03-29 23:55:45,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:45,718 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 45, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 362.14it/s]
2022-03-29 23:55:46,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:46,572 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 45, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.48it/s]
2022-03-29 23:55:47,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:47,618 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 45, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.30it/s]
2022-03-29 23:55:48,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:48,658 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 45, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.96it/s]
2022-03-29 23:55:49,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:49,681 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 55, back end: 65
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 290.23it/s]
2022-03-29 23:55:50,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:50,658 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 55, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.69it/s]
2022-03-29 23:55:51,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:51,737 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 55, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.64it/s]
2022-03-29 23:55:52,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:52,718 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 55, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 339.04it/s]
2022-03-29 23:55:53,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:53,602 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 55, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.50it/s]
2022-03-29 23:55:54,653 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:54,704 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 55, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.64it/s]
2022-03-29 23:55:55,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:55,851 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 55, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 304.95it/s]
2022-03-29 23:55:56,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:56,803 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 55, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 265.83it/s]
2022-03-29 23:55:57,716 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:57,759 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 55, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.62it/s]
2022-03-29 23:55:58,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:58,865 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 65, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 285.19it/s]
2022-03-29 23:55:59,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:55:59,803 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 65, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 302.68it/s]
2022-03-29 23:56:00,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:00,713 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 65, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.29it/s]
2022-03-29 23:56:01,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:01,762 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 65, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 291.77it/s]
2022-03-29 23:56:02,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:02,737 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 65, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 292.78it/s]
2022-03-29 23:56:03,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:03,661 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 65, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.70it/s]
2022-03-29 23:56:04,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:04,612 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 65, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 279.85it/s]
2022-03-29 23:56:05,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:05,579 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 65, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.91it/s]
2022-03-29 23:56:06,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:06,741 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 75, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 274.62it/s]
2022-03-29 23:56:07,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:07,799 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 75, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 249.70it/s]
2022-03-29 23:56:08,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:08,829 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 75, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 325.01it/s]
2022-03-29 23:56:09,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:09,746 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 75, back end: 115
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 124.57it/s]
2022-03-29 23:56:11,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:11,460 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 75, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.93it/s]
2022-03-29 23:56:12,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:12,469 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 75, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.78it/s]
2022-03-29 23:56:13,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:13,564 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 75, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 305.19it/s]
2022-03-29 23:56:14,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:14,518 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 85, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 304.81it/s]
2022-03-29 23:56:15,486 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:15,544 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 85, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.03it/s]
2022-03-29 23:56:16,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:16,631 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 85, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.06it/s]
2022-03-29 23:56:17,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:17,728 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 85, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.84it/s]
2022-03-29 23:56:18,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:18,752 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 85, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 294.68it/s]
2022-03-29 23:56:19,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:19,755 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 85, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.80it/s]
2022-03-29 23:56:20,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:20,865 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 95, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 263.64it/s]
2022-03-29 23:56:21,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:21,801 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 95, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 274.49it/s]
2022-03-29 23:56:22,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:22,807 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 95, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 252.91it/s]
2022-03-29 23:56:23,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:23,881 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 95, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.94it/s]
2022-03-29 23:56:24,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:24,981 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 95, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.27it/s]
2022-03-29 23:56:26,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:26,038 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 105, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 311.10it/s]
2022-03-29 23:56:26,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:26,966 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 105, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 227.01it/s]
2022-03-29 23:56:28,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:28,105 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 105, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 207.56it/s]
2022-03-29 23:56:29,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:29,289 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 105, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 325.90it/s]
2022-03-29 23:56:30,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:30,173 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 115, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 284.50it/s]
2022-03-29 23:56:31,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:31,122 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 115, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 229.83it/s]
2022-03-29 23:56:32,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:32,220 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 115, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 215.03it/s]
2022-03-29 23:56:33,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:33,396 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 125, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 294.67it/s]
2022-03-29 23:56:34,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:34,467 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 125, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.06it/s]
2022-03-29 23:56:35,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:35,534 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 35, back st: 135, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.78it/s]
2022-03-29 23:56:36,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:36,655 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 45, back end: 55
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.02it/s]
2022-03-29 23:56:37,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:37,639 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 45, back end: 65
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 271.84it/s]
2022-03-29 23:56:38,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:38,629 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 45, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.30it/s]
2022-03-29 23:56:39,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:39,716 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 45, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 281.77it/s]
2022-03-29 23:56:40,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:40,630 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 45, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 297.90it/s]
2022-03-29 23:56:41,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:41,610 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 45, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.24it/s]
2022-03-29 23:56:42,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:42,699 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 45, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.65it/s]
2022-03-29 23:56:43,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:43,741 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 45, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 288.41it/s]
2022-03-29 23:56:44,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:44,664 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 45, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.11it/s]
2022-03-29 23:56:45,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:45,689 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 45, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 224.88it/s]
2022-03-29 23:56:46,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:46,839 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 55, back end: 65
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 290.06it/s]
2022-03-29 23:56:47,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:47,740 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 55, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 277.95it/s]
2022-03-29 23:56:48,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:48,694 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 55, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 216.27it/s]
2022-03-29 23:56:49,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:49,812 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 55, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.19it/s]
2022-03-29 23:56:50,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:50,816 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 55, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 305.25it/s]
2022-03-29 23:56:51,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:51,749 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 55, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.67it/s]
2022-03-29 23:56:52,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:52,848 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 55, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 227.71it/s]
2022-03-29 23:56:53,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:53,970 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 55, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 274.67it/s]
2022-03-29 23:56:54,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:54,925 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 55, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 291.62it/s]
2022-03-29 23:56:55,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:55,840 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 65, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 224.33it/s]
2022-03-29 23:56:56,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:57,029 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 65, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 278.33it/s]
2022-03-29 23:56:57,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:58,018 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 65, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 257.48it/s]
2022-03-29 23:56:58,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:56:59,047 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 65, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.14it/s]
2022-03-29 23:57:00,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:00,069 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 65, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 202.77it/s]
2022-03-29 23:57:01,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:01,271 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 65, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 187.19it/s]
2022-03-29 23:57:02,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:02,519 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 65, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 301.98it/s]
2022-03-29 23:57:03,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:03,497 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 65, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 279.34it/s]
2022-03-29 23:57:04,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:04,519 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 75, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 213.55it/s]
2022-03-29 23:57:05,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:05,663 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 75, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 249.37it/s]
2022-03-29 23:57:06,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:06,733 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 75, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 330.97it/s]
2022-03-29 23:57:07,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:07,723 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 75, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 249.75it/s]
2022-03-29 23:57:08,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:08,776 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 75, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.00it/s]
2022-03-29 23:57:09,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:09,847 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 75, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 293.45it/s]
2022-03-29 23:57:10,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:10,812 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 75, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.06it/s]
2022-03-29 23:57:11,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:11,802 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 85, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 196.11it/s]
2022-03-29 23:57:12,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:13,002 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 85, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.37it/s]
2022-03-29 23:57:13,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:14,046 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 85, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 322.97it/s]
2022-03-29 23:57:14,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:14,957 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 85, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 196.56it/s]
2022-03-29 23:57:16,206 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:16,266 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 85, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 204.69it/s]
2022-03-29 23:57:17,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:17,470 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 85, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 263.99it/s]
2022-03-29 23:57:18,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:18,480 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 95, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.03it/s]
2022-03-29 23:57:19,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:19,462 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 95, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 220.05it/s]
2022-03-29 23:57:20,563 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:20,617 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 95, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.56it/s]
2022-03-29 23:57:21,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:21,631 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 95, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 350.16it/s]
2022-03-29 23:57:22,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:22,464 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 95, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 208.32it/s]
2022-03-29 23:57:23,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:23,670 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 105, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.20it/s]
2022-03-29 23:57:24,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:24,713 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 105, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 313.84it/s]
2022-03-29 23:57:25,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:25,676 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 105, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.78it/s]
2022-03-29 23:57:26,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:26,797 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 105, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 197.55it/s]
2022-03-29 23:57:27,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:27,990 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 115, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.03it/s]
2022-03-29 23:57:28,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:29,020 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 115, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 301.05it/s]
2022-03-29 23:57:29,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:30,011 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 115, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 209.71it/s]
2022-03-29 23:57:31,224 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:31,260 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 125, back end: 135
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 106.57it/s]
2022-03-29 23:57:33,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:33,141 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 125, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.47it/s]
2022-03-29 23:57:34,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:34,226 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 45, back st: 135, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 261.84it/s]
2022-03-29 23:57:35,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:35,219 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 55, back end: 65
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 287.91it/s]
2022-03-29 23:57:36,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:36,216 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 55, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 285.13it/s]
2022-03-29 23:57:37,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:37,204 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 55, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.16it/s]
2022-03-29 23:57:38,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:38,251 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 55, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.14it/s]
2022-03-29 23:57:39,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:39,265 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 55, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.87it/s]
2022-03-29 23:57:40,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:40,319 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 55, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.79it/s]
2022-03-29 23:57:41,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:41,430 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 55, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.75it/s]
2022-03-29 23:57:42,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:42,524 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 55, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 289.40it/s]
2022-03-29 23:57:43,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:43,499 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 55, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.35it/s]
2022-03-29 23:57:44,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:44,607 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 65, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 218.21it/s]
2022-03-29 23:57:45,657 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:45,713 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 65, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 289.23it/s]
2022-03-29 23:57:46,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:46,680 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 65, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 273.29it/s]
2022-03-29 23:57:47,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:47,694 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 65, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.67it/s]
2022-03-29 23:57:48,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:48,713 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 65, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 251.64it/s]
2022-03-29 23:57:49,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:49,734 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 65, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.26it/s]
2022-03-29 23:57:50,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:50,795 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 65, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 174.76it/s]
2022-03-29 23:57:52,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:52,161 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 65, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 209.44it/s]
2022-03-29 23:57:53,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:53,286 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 75, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.66it/s]
2022-03-29 23:57:54,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:54,310 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 75, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.19it/s]
2022-03-29 23:57:55,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:55,318 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 75, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 286.25it/s]
2022-03-29 23:57:56,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:56,295 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 75, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.29it/s]
2022-03-29 23:57:57,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:57,283 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 75, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 314.63it/s]
2022-03-29 23:57:58,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:58,191 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 75, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.76it/s]
2022-03-29 23:57:59,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:57:59,277 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 75, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 229.94it/s]
2022-03-29 23:58:00,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:00,364 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 85, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 280.73it/s]
2022-03-29 23:58:01,311 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:01,371 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 85, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.91it/s]
2022-03-29 23:58:02,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:02,515 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 85, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.65it/s]
2022-03-29 23:58:03,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:03,573 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 85, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 252.72it/s]
2022-03-29 23:58:04,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:04,670 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 85, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 249.30it/s]
2022-03-29 23:58:05,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:05,672 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 85, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.60it/s]
2022-03-29 23:58:06,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:06,776 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 95, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 274.95it/s]
2022-03-29 23:58:07,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:07,743 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 95, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 287.72it/s]
2022-03-29 23:58:08,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:08,735 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 95, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 257.28it/s]
2022-03-29 23:58:09,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:09,800 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 95, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.55it/s]
2022-03-29 23:58:10,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:10,934 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 95, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.35it/s]
2022-03-29 23:58:12,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:12,061 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 105, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 266.34it/s]
2022-03-29 23:58:13,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:13,112 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 105, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.72it/s]
2022-03-29 23:58:14,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:14,157 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 105, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.59it/s]
2022-03-29 23:58:15,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:15,194 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 105, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 291.93it/s]
2022-03-29 23:58:16,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:16,146 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 115, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.43it/s]
2022-03-29 23:58:17,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:17,213 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 115, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.64it/s]
2022-03-29 23:58:18,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:18,235 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 115, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 273.56it/s]
2022-03-29 23:58:19,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:19,264 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 125, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 251.72it/s]
2022-03-29 23:58:20,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:20,299 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 125, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.81it/s]
2022-03-29 23:58:21,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:21,316 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 135, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.64it/s]
2022-03-29 23:58:22,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:22,283 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 65, back end: 75
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.93it/s]
2022-03-29 23:58:23,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:23,309 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 65, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.04it/s]
2022-03-29 23:58:24,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:24,495 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 65, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 321.88it/s]
2022-03-29 23:58:25,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:25,382 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 65, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 266.47it/s]
2022-03-29 23:58:26,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:26,426 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 65, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.34it/s]
2022-03-29 23:58:27,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:27,570 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 65, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.85it/s]
2022-03-29 23:58:28,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:28,644 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 65, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 306.78it/s]
2022-03-29 23:58:29,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:29,583 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 65, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.60it/s]
2022-03-29 23:58:30,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:30,661 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 75, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.17it/s]
2022-03-29 23:58:31,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:31,712 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 75, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 306.72it/s]
2022-03-29 23:58:32,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:32,668 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 75, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 296.87it/s]
2022-03-29 23:58:33,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:33,576 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 75, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 203.85it/s]
2022-03-29 23:58:34,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:34,758 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 75, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.41it/s]
2022-03-29 23:58:35,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:35,858 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 75, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.28it/s]
2022-03-29 23:58:36,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:36,854 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 75, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 211.70it/s]
2022-03-29 23:58:37,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:37,974 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 85, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 260.53it/s]
2022-03-29 23:58:38,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:38,976 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 85, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 290.41it/s]
2022-03-29 23:58:39,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:39,934 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 85, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.05it/s]
2022-03-29 23:58:40,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:40,969 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 85, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.54it/s]
2022-03-29 23:58:41,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:42,022 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 85, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 277.04it/s]
2022-03-29 23:58:42,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:43,054 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 85, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.45it/s]
2022-03-29 23:58:44,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:44,141 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 95, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.63it/s]
2022-03-29 23:58:45,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:45,174 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 95, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.85it/s]
2022-03-29 23:58:46,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:46,274 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 95, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.48it/s]
2022-03-29 23:58:47,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:47,344 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 95, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.49it/s]
2022-03-29 23:58:48,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:48,383 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 95, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 201.77it/s]
2022-03-29 23:58:49,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:49,602 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 105, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.22it/s]
2022-03-29 23:58:50,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:50,734 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 105, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 298.38it/s]
2022-03-29 23:58:51,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:51,706 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 105, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.96it/s]
2022-03-29 23:58:52,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:52,784 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 105, back end: 145
100%|█████████████████████████████████████████| 152/152 [00:01<00:00, 97.11it/s]
2022-03-29 23:58:54,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:54,781 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 115, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 215.11it/s]
2022-03-29 23:58:55,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:55,905 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 115, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.79it/s]
2022-03-29 23:58:56,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:56,925 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 115, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 316.49it/s]
2022-03-29 23:58:57,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:57,860 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 125, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.43it/s]
2022-03-29 23:58:58,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:58:58,958 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 125, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 207.43it/s]
2022-03-29 23:59:00,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:00,063 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 65, back st: 135, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 263.01it/s]
2022-03-29 23:59:00,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:01,033 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 75, back end: 85
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 274.14it/s]
2022-03-29 23:59:01,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:01,988 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 75, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 220.79it/s]
2022-03-29 23:59:03,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:03,108 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 75, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 291.33it/s]
2022-03-29 23:59:04,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:04,063 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 75, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 291.51it/s]
2022-03-29 23:59:04,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:05,018 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 75, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 214.93it/s]
2022-03-29 23:59:06,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:06,172 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 75, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.81it/s]
2022-03-29 23:59:07,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:07,269 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 75, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.21it/s]
2022-03-29 23:59:08,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:08,273 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 85, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 296.73it/s]
2022-03-29 23:59:09,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:09,192 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 85, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.14it/s]
2022-03-29 23:59:10,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:10,303 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 85, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.00it/s]
2022-03-29 23:59:11,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:11,246 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 85, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.82it/s]
2022-03-29 23:59:12,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:12,356 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 85, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 212.55it/s]
2022-03-29 23:59:13,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:13,528 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 85, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 249.17it/s]
2022-03-29 23:59:14,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:14,585 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 95, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 312.55it/s]
2022-03-29 23:59:15,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:15,486 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 95, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 212.15it/s]
2022-03-29 23:59:16,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:16,715 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 95, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.61it/s]
2022-03-29 23:59:17,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:17,762 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 95, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 308.37it/s]
2022-03-29 23:59:18,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:18,696 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 95, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 224.90it/s]
2022-03-29 23:59:19,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:19,784 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 105, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 336.50it/s]
2022-03-29 23:59:20,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:20,622 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 105, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 214.44it/s]
2022-03-29 23:59:21,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:21,804 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 105, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 328.59it/s]
2022-03-29 23:59:22,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:22,753 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 105, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.51it/s]
2022-03-29 23:59:23,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:23,842 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 115, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.74it/s]
2022-03-29 23:59:24,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:24,938 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 115, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.01it/s]
2022-03-29 23:59:25,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:25,979 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 115, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.08it/s]
2022-03-29 23:59:27,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:27,105 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 125, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 249.23it/s]
2022-03-29 23:59:28,086 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:28,139 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 125, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 240.01it/s]
2022-03-29 23:59:29,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:29,236 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 75, back st: 135, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 319.01it/s]
2022-03-29 23:59:30,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:30,207 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 85, back st: 85, back end: 95
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 220.31it/s]
2022-03-29 23:59:31,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:31,383 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 85, back st: 85, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.45it/s]
2022-03-29 23:59:32,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:32,505 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 85, back st: 85, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 296.76it/s]
2022-03-29 23:59:33,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:33,435 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 85, back st: 85, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 268.55it/s]
2022-03-29 23:59:34,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:34,454 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 85, back st: 85, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 204.97it/s]
2022-03-29 23:59:35,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:35,649 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 85, back st: 85, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 251.22it/s]
2022-03-29 23:59:36,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:36,630 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 85, back st: 95, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 331.58it/s]
2022-03-29 23:59:37,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:37,527 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 85, back st: 95, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.53it/s]
2022-03-29 23:59:38,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:38,560 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 85, back st: 95, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.46it/s]
2022-03-29 23:59:39,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:39,686 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 85, back st: 95, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.84it/s]
2022-03-29 23:59:40,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:40,655 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 85, back st: 95, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 299.24it/s]
2022-03-29 23:59:41,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:41,631 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 85, back st: 105, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.34it/s]
2022-03-29 23:59:42,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:42,727 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 85, back st: 105, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.82it/s]
2022-03-29 23:59:43,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:43,788 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 85, back st: 105, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 298.56it/s]
2022-03-29 23:59:44,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:44,723 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 85, back st: 105, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.15it/s]
2022-03-29 23:59:45,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:45,791 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 85, back st: 115, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.88it/s]
2022-03-29 23:59:46,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:46,830 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 85, back st: 115, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.66it/s]
2022-03-29 23:59:47,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:47,897 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 85, back st: 115, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 271.47it/s]
2022-03-29 23:59:48,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:48,879 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 85, back st: 125, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.52it/s]
2022-03-29 23:59:49,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:49,941 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 85, back st: 125, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.85it/s]
2022-03-29 23:59:51,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:51,065 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 85, back st: 135, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 289.84it/s]
2022-03-29 23:59:51,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:52,024 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 95, back st: 95, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.27it/s]
2022-03-29 23:59:52,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:53,017 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 95, back st: 95, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 218.50it/s]
2022-03-29 23:59:54,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:54,170 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 95, back st: 95, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.43it/s]
2022-03-29 23:59:55,198 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:55,255 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 95, back st: 95, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.38it/s]
2022-03-29 23:59:56,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:56,277 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 95, back st: 95, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 271.19it/s]
2022-03-29 23:59:57,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:57,318 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 95, back st: 105, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 277.00it/s]
2022-03-29 23:59:58,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:58,300 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 95, back st: 105, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.71it/s]
2022-03-29 23:59:59,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-29 23:59:59,368 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 95, back st: 105, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.22it/s]
2022-03-30 00:00:00,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:00,466 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 95, back st: 105, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 265.21it/s]
2022-03-30 00:00:01,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:01,441 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 95, back st: 115, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 215.85it/s]
2022-03-30 00:00:02,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:02,598 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 95, back st: 115, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 217.70it/s]
2022-03-30 00:00:03,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:03,667 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 95, back st: 115, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 274.77it/s]
2022-03-30 00:00:04,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:04,657 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 95, back st: 125, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 213.23it/s]
2022-03-30 00:00:05,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:05,911 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 95, back st: 125, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.01it/s]
2022-03-30 00:00:06,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:06,915 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 95, back st: 135, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 273.24it/s]
2022-03-30 00:00:07,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:07,978 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 105, back st: 105, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.95it/s]
2022-03-30 00:00:09,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:09,070 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 105, back st: 105, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 218.67it/s]
2022-03-30 00:00:10,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:10,208 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 105, back st: 105, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.32it/s]
2022-03-30 00:00:11,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:11,186 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 105, back st: 105, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 271.29it/s]
2022-03-30 00:00:12,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:12,224 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 105, back st: 115, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 217.95it/s]
2022-03-30 00:00:13,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:13,374 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 105, back st: 115, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.47it/s]
2022-03-30 00:00:14,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:14,428 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 105, back st: 115, back end: 145
100%|█████████████████████████████████████████| 152/152 [00:01<00:00, 99.38it/s]
2022-03-30 00:00:16,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:16,403 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 105, back st: 125, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.08it/s]
2022-03-30 00:00:17,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:17,538 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 105, back st: 125, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.63it/s]
2022-03-30 00:00:18,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:18,575 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 105, back st: 135, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.35it/s]
2022-03-30 00:00:19,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:19,679 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 115, back st: 115, back end: 125
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.57it/s]
2022-03-30 00:00:20,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:20,861 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 115, back st: 115, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.44it/s]
2022-03-30 00:00:21,834 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:21,873 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 115, back st: 115, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.68it/s]
2022-03-30 00:00:22,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:22,882 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 115, back st: 125, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.25it/s]
2022-03-30 00:00:23,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:23,996 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 115, back st: 125, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.79it/s]
2022-03-30 00:00:25,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:25,091 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 115, back st: 135, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.27it/s]
2022-03-30 00:00:26,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:26,136 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 125, back st: 125, back end: 135
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.34it/s]
2022-03-30 00:00:27,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:27,205 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 125, back st: 125, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.99it/s]
2022-03-30 00:00:28,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:28,265 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 125, back st: 135, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.17it/s]
2022-03-30 00:00:29,263 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:29,319 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 135, back st: 135, back end: 145
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.64it/s]
2022-03-30 00:00:30,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:00:30,439 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
Writing table to /home/kglidic/tshirt_data/tser_data/phot_aperture_optimization/aperture_opt_GJ436_sweep_aperture_sizing_NRCA3_GJ436b_2021_10_04_src_5_150_step_10_back_5_150_step_10.csv Min Stdev results: src back_st back_end stdev theo_err mad_arr --- ------- -------- ------- -------- ------- 5.0 15.0 35.0 -3.1473 -2.9362 -1.9719
analysis.plot_apsizes('/home/kglidic/tshirt_data/tser_data/phot_aperture_optimization/aperture_opt_GJ436_sweep_aperture_sizing_NRCA3_GJ436b_2021_10_04_src_5_150_step_10_back_5_150_step_10.csv')
sweep_coarse_results = pd.read_csv('/home/kglidic/tshirt_data/tser_data/phot_aperture_optimization/aperture_opt_GJ436_sweep_aperture_sizing_NRCA3_GJ436b_2021_10_04_src_5_150_step_10_back_5_150_step_10.csv')
MAD_min_idx = abs(sweep_coarse_results[['mad_arr']]).idxmin()
print("Min MAD Results " + str(sweep_coarse_results[['mad_arr']].idxmin()))
print(sweep_coarse_results.iloc[MAD_min_idx])
print("THEO_ERR = "+str((0.0211/100)*10**6))
print("STDEV = "+str((0.0292/100)*10**6))
print("MAD*1.48 = "+str((0.0185/100)*1.48*10**6))
Min MAD Results mad_arr 15
dtype: int64
src back_st back_end stdev theo_err mad_arr
430 55.0 105.0 115.0 0.0292 0.0211 0.0185
THEO_ERR = 211.0
STDEV = 292.0
MAD*1.48 = 273.8
phot = phot_pipeline.phot(paramFile='/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/DataChallengeSimulation_NRCA3_ROEBA_phot_pipeline.yaml') #create a photometric object
alteredParam = deepcopy(phot.param)
alteredParam['backEnd'] = 115 #Changing the outer radius
alteredParam['apRadius'] = 55 #Changing the source radius
alteredParam['backStart'] = 105 #Changing the inner radius
alteredParam['bkgMethod'] = 'mean' #Due to the odd aperture configuration, we need to do mean background subtraction
alteredParam['srcNameShort'] = 'GJ436_coarse_best' #provide a new name for centroid realignment
#Assignimg a object new phot3
phot_coarse_best = phot_pipeline.phot(directParam=alteredParam) #create new photometric object
phot_coarse_best.showStarChoices(showAps=True,showPlot=True,apColor='red',backColor='pink', figSize=(30,20),xLim=[900,1200]) #Plot the source and background subtraction area
phot_coarse_best.get_allimg_cen(recenter=True,useMultiprocessing=True) #recenter the centroids each time.
phot_coarse_best.do_phot(useMultiprocessing=True) #extract the photometric data
0%| | 0/2198 [00:00<?, ?it/s]2022-04-11 22:50:28,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:28,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:28,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:28,913 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:28,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:28,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:28,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:28,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:28,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:28,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
0%| | 1/2198 [00:00<15:06, 2.42it/s]2022-04-11 22:50:29,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,206 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,372 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▏ | 11/2198 [00:00<02:10, 16.82it/s]2022-04-11 22:50:29,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,563 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▍ | 21/2198 [00:01<01:39, 21.99it/s]2022-04-11 22:50:29,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▌ | 27/2198 [00:01<01:19, 27.37it/s]2022-04-11 22:50:29,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:29,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▌ | 31/2198 [00:01<01:31, 23.71it/s]2022-04-11 22:50:30,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,169 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▋ | 38/2198 [00:01<01:10, 30.85it/s]2022-04-11 22:50:30,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,368 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▊ | 43/2198 [00:01<01:18, 27.28it/s]2022-04-11 22:50:30,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▉ | 47/2198 [00:01<01:13, 29.16it/s]2022-04-11 22:50:30,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▉ | 51/2198 [00:02<01:25, 25.08it/s]2022-04-11 22:50:30,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█ | 57/2198 [00:02<01:11, 30.09it/s]2022-04-11 22:50:30,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:30,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█▏ | 61/2198 [00:02<01:24, 25.36it/s]2022-04-11 22:50:31,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,188 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█▏ | 67/2198 [00:02<01:07, 31.53it/s]2022-04-11 22:50:31,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,283 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█▎ | 71/2198 [00:02<01:20, 26.58it/s]2022-04-11 22:50:31,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█▍ | 75/2198 [00:02<01:15, 28.23it/s]2022-04-11 22:50:31,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▌ | 81/2198 [00:03<01:16, 27.50it/s]2022-04-11 22:50:31,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▌ | 85/2198 [00:03<01:11, 29.48it/s]2022-04-11 22:50:31,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:31,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▋ | 91/2198 [00:03<01:14, 28.20it/s]2022-04-11 22:50:32,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▊ | 95/2198 [00:03<01:09, 30.15it/s]2022-04-11 22:50:32,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,283 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,360 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,389 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|█▊ | 101/2198 [00:03<01:16, 27.51it/s]2022-04-11 22:50:32,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|█▉ | 106/2198 [00:03<01:07, 31.20it/s]2022-04-11 22:50:32,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,793 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|██ | 111/2198 [00:04<01:16, 27.36it/s]2022-04-11 22:50:32,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|██▏ | 117/2198 [00:04<01:02, 33.19it/s]2022-04-11 22:50:32,947 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:32,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▏ | 121/2198 [00:04<01:17, 26.69it/s]2022-04-11 22:50:33,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▎ | 128/2198 [00:04<01:00, 34.18it/s]2022-04-11 22:50:33,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,486 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▍ | 133/2198 [00:04<01:12, 28.62it/s]2022-04-11 22:50:33,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▌ | 139/2198 [00:05<01:01, 33.57it/s]2022-04-11 22:50:33,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▌ | 144/2198 [00:05<01:13, 27.86it/s]2022-04-11 22:50:33,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:33,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▋ | 151/2198 [00:05<01:20, 25.41it/s]2022-04-11 22:50:34,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,263 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▉ | 158/2198 [00:05<01:03, 32.15it/s]2022-04-11 22:50:34,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▉ | 163/2198 [00:05<01:15, 26.84it/s]2022-04-11 22:50:34,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,860 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███ | 171/2198 [00:06<01:15, 26.96it/s]2022-04-11 22:50:34,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:34,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███▎ | 179/2198 [00:06<00:59, 33.97it/s]2022-04-11 22:50:35,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███▎ | 184/2198 [00:06<01:11, 28.30it/s]2022-04-11 22:50:35,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,360 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,411 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,546 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▍ | 191/2198 [00:06<01:14, 26.95it/s]2022-04-11 22:50:35,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▌ | 198/2198 [00:07<01:00, 33.12it/s]2022-04-11 22:50:35,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,846 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▋ | 203/2198 [00:07<01:11, 28.09it/s]2022-04-11 22:50:35,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:35,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|███▊ | 210/2198 [00:07<00:57, 34.70it/s]2022-04-11 22:50:36,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|███▉ | 215/2198 [00:07<01:09, 28.49it/s]2022-04-11 22:50:36,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|████ | 221/2198 [00:07<01:15, 26.22it/s]2022-04-11 22:50:36,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,657 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|████ | 226/2198 [00:08<01:06, 29.77it/s]2022-04-11 22:50:36,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▏ | 231/2198 [00:08<01:14, 26.32it/s]2022-04-11 22:50:36,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:36,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▎ | 238/2198 [00:08<00:59, 33.03it/s]2022-04-11 22:50:37,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,283 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▍ | 243/2198 [00:08<01:08, 28.36it/s]2022-04-11 22:50:37,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▌ | 248/2198 [00:08<01:00, 32.03it/s]2022-04-11 22:50:37,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,569 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▌ | 252/2198 [00:09<01:13, 26.64it/s]2022-04-11 22:50:37,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▋ | 258/2198 [00:09<00:59, 32.79it/s]2022-04-11 22:50:37,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,860 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:37,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▊ | 263/2198 [00:09<01:12, 26.80it/s]2022-04-11 22:50:38,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▉ | 270/2198 [00:09<00:56, 34.25it/s]2022-04-11 22:50:38,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,206 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████ | 275/2198 [00:09<01:08, 28.21it/s]2022-04-11 22:50:38,411 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████ | 281/2198 [00:10<01:14, 25.89it/s]2022-04-11 22:50:38,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████▏ | 286/2198 [00:10<01:04, 29.80it/s]2022-04-11 22:50:38,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:38,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████▎ | 291/2198 [00:10<01:11, 26.68it/s]2022-04-11 22:50:39,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▍ | 297/2198 [00:10<01:01, 30.94it/s]2022-04-11 22:50:39,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,311 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▍ | 301/2198 [00:10<01:10, 27.10it/s]2022-04-11 22:50:39,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▌ | 307/2198 [00:10<01:00, 31.49it/s]2022-04-11 22:50:39,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,535 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,569 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,653 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▋ | 311/2198 [00:11<01:11, 26.40it/s]2022-04-11 22:50:39,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▊ | 317/2198 [00:11<00:57, 32.46it/s]2022-04-11 22:50:39,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:39,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|█████▊ | 321/2198 [00:11<01:10, 26.79it/s]2022-04-11 22:50:40,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|█████▉ | 327/2198 [00:11<00:57, 32.69it/s]2022-04-11 22:50:40,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|██████ | 331/2198 [00:11<01:08, 27.14it/s]2022-04-11 22:50:40,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,392 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|██████▏ | 337/2198 [00:11<00:56, 32.83it/s]2022-04-11 22:50:40,455 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,486 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▏ | 341/2198 [00:12<01:09, 26.56it/s]2022-04-11 22:50:40,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,693 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▎ | 348/2198 [00:12<00:53, 34.52it/s]2022-04-11 22:50:40,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:40,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▍ | 353/2198 [00:12<01:06, 27.69it/s]2022-04-11 22:50:41,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,106 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▌ | 359/2198 [00:12<00:55, 33.35it/s]2022-04-11 22:50:41,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,389 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▌ | 364/2198 [00:12<01:05, 28.17it/s]2022-04-11 22:50:41,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▋ | 370/2198 [00:12<00:55, 32.81it/s]2022-04-11 22:50:41,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▊ | 374/2198 [00:13<01:06, 27.62it/s]2022-04-11 22:50:41,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,834 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▉ | 380/2198 [00:13<00:55, 32.62it/s]2022-04-11 22:50:41,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:41,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,050 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▉ | 384/2198 [00:13<01:08, 26.66it/s]2022-04-11 22:50:42,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████ | 390/2198 [00:13<00:55, 32.42it/s]2022-04-11 22:50:42,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,433 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████▏ | 394/2198 [00:13<01:07, 26.82it/s]2022-04-11 22:50:42,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,490 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████▎ | 400/2198 [00:13<00:55, 32.20it/s]2022-04-11 22:50:42,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,653 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████▎ | 404/2198 [00:14<01:06, 27.03it/s]2022-04-11 22:50:42,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▍ | 410/2198 [00:14<00:55, 32.11it/s]2022-04-11 22:50:42,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,947 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:42,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▌ | 414/2198 [00:14<01:05, 27.09it/s]2022-04-11 22:50:43,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▋ | 420/2198 [00:14<00:55, 32.11it/s]2022-04-11 22:50:43,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▋ | 424/2198 [00:14<01:05, 27.11it/s]2022-04-11 22:50:43,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|███████▊ | 430/2198 [00:14<00:55, 31.69it/s]2022-04-11 22:50:43,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|███████▉ | 434/2198 [00:15<01:06, 26.48it/s]2022-04-11 22:50:43,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|████████ | 440/2198 [00:15<00:54, 32.19it/s]2022-04-11 22:50:43,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:43,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|████████ | 444/2198 [00:15<01:05, 26.62it/s]2022-04-11 22:50:44,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|████████▏ | 450/2198 [00:15<00:53, 32.55it/s]2022-04-11 22:50:44,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▎ | 454/2198 [00:15<01:05, 26.56it/s]2022-04-11 22:50:44,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,535 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▎ | 460/2198 [00:15<00:53, 32.49it/s]2022-04-11 22:50:44,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,739 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▍ | 464/2198 [00:16<01:04, 26.80it/s]2022-04-11 22:50:44,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,846 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▌ | 470/2198 [00:16<00:54, 31.65it/s]2022-04-11 22:50:44,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:44,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▋ | 474/2198 [00:16<01:04, 26.72it/s]2022-04-11 22:50:45,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▋ | 480/2198 [00:16<00:55, 30.87it/s]2022-04-11 22:50:45,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,368 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▊ | 484/2198 [00:16<01:06, 25.62it/s]2022-04-11 22:50:45,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▉ | 490/2198 [00:17<00:53, 31.91it/s]2022-04-11 22:50:45,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▉ | 494/2198 [00:17<01:03, 26.78it/s]2022-04-11 22:50:45,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:45,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████ | 500/2198 [00:17<00:52, 32.33it/s]2022-04-11 22:50:46,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████▏ | 504/2198 [00:17<01:02, 26.97it/s]2022-04-11 22:50:46,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████▎ | 510/2198 [00:17<00:52, 32.23it/s]2022-04-11 22:50:46,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████▎ | 514/2198 [00:17<01:01, 27.22it/s]2022-04-11 22:50:46,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▍ | 520/2198 [00:18<00:51, 32.41it/s]2022-04-11 22:50:46,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,717 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▌ | 524/2198 [00:18<01:01, 27.25it/s]2022-04-11 22:50:46,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:46,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▋ | 530/2198 [00:18<00:51, 32.41it/s]2022-04-11 22:50:47,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▋ | 534/2198 [00:18<01:00, 27.28it/s]2022-04-11 22:50:47,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|█████████▊ | 539/2198 [00:18<00:52, 31.51it/s]2022-04-11 22:50:47,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,455 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|█████████▉ | 543/2198 [00:18<01:00, 27.43it/s]2022-04-11 22:50:47,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|█████████▉ | 548/2198 [00:19<00:51, 31.95it/s]2022-04-11 22:50:47,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|██████████ | 552/2198 [00:19<01:00, 27.24it/s]2022-04-11 22:50:47,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|██████████▏ | 557/2198 [00:19<00:54, 30.24it/s]2022-04-11 22:50:47,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:47,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▏ | 561/2198 [00:19<00:57, 28.44it/s]2022-04-11 22:50:48,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,188 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▎ | 565/2198 [00:19<00:58, 27.84it/s]2022-04-11 22:50:48,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▍ | 571/2198 [00:19<00:55, 29.44it/s]2022-04-11 22:50:48,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,579 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▍ | 575/2198 [00:19<00:56, 28.52it/s]2022-04-11 22:50:48,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▌ | 581/2198 [00:20<00:53, 29.96it/s]2022-04-11 22:50:48,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,864 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▋ | 585/2198 [00:20<00:56, 28.64it/s]2022-04-11 22:50:48,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:48,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▊ | 591/2198 [00:20<00:53, 30.24it/s]2022-04-11 22:50:49,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,283 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▊ | 595/2198 [00:20<00:55, 28.70it/s]2022-04-11 22:50:49,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,368 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,455 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▉ | 601/2198 [00:20<00:52, 30.48it/s]2022-04-11 22:50:49,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████ | 605/2198 [00:21<00:55, 28.87it/s]2022-04-11 22:50:49,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,693 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,716 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████ | 611/2198 [00:21<00:52, 30.40it/s]2022-04-11 22:50:49,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,864 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████▏ | 615/2198 [00:21<00:54, 28.95it/s]2022-04-11 22:50:49,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:49,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,042 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████▎ | 621/2198 [00:21<00:51, 30.33it/s]2022-04-11 22:50:50,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,206 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,224 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,304 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████▎ | 625/2198 [00:21<00:55, 28.31it/s]2022-04-11 22:50:50,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▍ | 631/2198 [00:21<00:53, 29.25it/s]2022-04-11 22:50:50,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,542 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▌ | 634/2198 [00:22<00:55, 28.27it/s]2022-04-11 22:50:50,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,716 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▋ | 639/2198 [00:22<00:47, 32.56it/s]2022-04-11 22:50:50,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▋ | 643/2198 [00:22<00:53, 29.02it/s]2022-04-11 22:50:50,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:50,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▊ | 647/2198 [00:22<00:53, 28.82it/s]2022-04-11 22:50:51,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|███████████▊ | 651/2198 [00:22<00:51, 29.76it/s]2022-04-11 22:50:51,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,304 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|███████████▉ | 655/2198 [00:22<00:52, 29.39it/s]2022-04-11 22:50:51,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,392 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|████████████ | 660/2198 [00:22<00:51, 30.14it/s]2022-04-11 22:50:51,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,579 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|████████████ | 664/2198 [00:23<00:54, 28.38it/s]2022-04-11 22:50:51,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,726 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|████████████▏ | 668/2198 [00:23<00:52, 28.87it/s]2022-04-11 22:50:51,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▏ | 672/2198 [00:23<00:52, 29.19it/s]2022-04-11 22:50:51,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:51,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▎ | 676/2198 [00:23<00:50, 30.07it/s]2022-04-11 22:50:52,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,106 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▎ | 680/2198 [00:23<00:53, 28.30it/s]2022-04-11 22:50:52,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▍ | 684/2198 [00:23<00:51, 29.61it/s]2022-04-11 22:50:52,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▌ | 688/2198 [00:23<00:48, 31.24it/s]2022-04-11 22:50:52,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▌ | 692/2198 [00:23<00:54, 27.45it/s]2022-04-11 22:50:52,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,653 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▋ | 697/2198 [00:24<00:51, 29.38it/s]2022-04-11 22:50:52,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▊ | 701/2198 [00:24<00:47, 31.21it/s]2022-04-11 22:50:52,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,947 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,960 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,960 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:52,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▊ | 705/2198 [00:24<00:49, 30.11it/s]2022-04-11 22:50:53,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▉ | 709/2198 [00:24<00:49, 30.25it/s]2022-04-11 22:50:53,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▉ | 713/2198 [00:24<00:53, 27.74it/s]2022-04-11 22:50:53,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████ | 717/2198 [00:24<00:49, 29.86it/s]2022-04-11 22:50:53,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████ | 721/2198 [00:24<00:51, 28.59it/s]2022-04-11 22:50:53,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████▏ | 725/2198 [00:25<00:47, 31.16it/s]2022-04-11 22:50:53,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████▎ | 729/2198 [00:25<00:47, 30.91it/s]2022-04-11 22:50:53,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:53,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████▎ | 733/2198 [00:25<00:54, 26.93it/s]2022-04-11 22:50:53,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,039 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▍ | 739/2198 [00:25<00:46, 31.17it/s]2022-04-11 22:50:54,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▌ | 743/2198 [00:25<00:56, 25.73it/s]2022-04-11 22:50:54,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▋ | 749/2198 [00:25<00:45, 31.95it/s]2022-04-11 22:50:54,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▋ | 753/2198 [00:26<00:53, 26.89it/s]2022-04-11 22:50:54,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|█████████████▊ | 759/2198 [00:26<00:44, 32.09it/s]2022-04-11 22:50:54,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:54,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|█████████████▉ | 763/2198 [00:26<00:52, 27.11it/s]2022-04-11 22:50:55,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|█████████████▉ | 769/2198 [00:26<00:44, 32.23it/s]2022-04-11 22:50:55,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,283 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|██████████████ | 773/2198 [00:26<00:52, 27.07it/s]2022-04-11 22:50:55,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|██████████████▏ | 779/2198 [00:26<00:43, 32.31it/s]2022-04-11 22:50:55,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▏ | 783/2198 [00:27<00:51, 27.23it/s]2022-04-11 22:50:55,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▎ | 789/2198 [00:27<00:43, 32.71it/s]2022-04-11 22:50:55,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:55,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▍ | 793/2198 [00:27<00:53, 26.24it/s]2022-04-11 22:50:56,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▌ | 800/2198 [00:27<00:43, 31.96it/s]2022-04-11 22:50:56,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▋ | 804/2198 [00:27<00:52, 26.79it/s]2022-04-11 22:50:56,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▋ | 810/2198 [00:27<00:43, 32.13it/s]2022-04-11 22:50:56,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▊ | 814/2198 [00:28<00:50, 27.33it/s]2022-04-11 22:50:56,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▉ | 820/2198 [00:28<00:42, 32.37it/s]2022-04-11 22:50:56,884 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:56,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▉ | 824/2198 [00:28<00:50, 27.16it/s]2022-04-11 22:50:57,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████ | 830/2198 [00:28<00:42, 32.31it/s]2022-04-11 22:50:57,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████▏ | 834/2198 [00:28<00:49, 27.31it/s]2022-04-11 22:50:57,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████▎ | 840/2198 [00:28<00:42, 31.96it/s]2022-04-11 22:50:57,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████▎ | 844/2198 [00:29<00:49, 27.40it/s]2022-04-11 22:50:57,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▍ | 849/2198 [00:29<00:42, 31.61it/s]2022-04-11 22:50:57,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:57,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▌ | 853/2198 [00:29<00:51, 26.12it/s]2022-04-11 22:50:58,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▋ | 859/2198 [00:29<00:42, 31.88it/s]2022-04-11 22:50:58,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▋ | 863/2198 [00:29<00:51, 25.73it/s]2022-04-11 22:50:58,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|███████████████▊ | 869/2198 [00:29<00:42, 31.15it/s]2022-04-11 22:50:58,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,704 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,793 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|███████████████▉ | 873/2198 [00:30<00:50, 26.20it/s]2022-04-11 22:50:58,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|███████████████▉ | 878/2198 [00:30<00:44, 30.00it/s]2022-04-11 22:50:58,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:58,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|████████████████ | 882/2198 [00:30<00:53, 24.79it/s]2022-04-11 22:50:59,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,247 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|████████████████▏ | 889/2198 [00:30<00:40, 32.69it/s]2022-04-11 22:50:59,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▎ | 893/2198 [00:30<00:48, 27.15it/s]2022-04-11 22:50:59,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▎ | 899/2198 [00:30<00:40, 32.22it/s]2022-04-11 22:50:59,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▍ | 903/2198 [00:31<00:47, 27.08it/s]2022-04-11 22:50:59,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,846 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,860 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▌ | 909/2198 [00:31<00:40, 31.76it/s]2022-04-11 22:50:59,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:50:59,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,086 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▌ | 913/2198 [00:31<00:48, 26.40it/s]2022-04-11 22:51:00,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▋ | 919/2198 [00:31<00:40, 31.37it/s]2022-04-11 22:51:00,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,360 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▊ | 923/2198 [00:31<00:47, 26.59it/s]2022-04-11 22:51:00,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▉ | 929/2198 [00:32<00:40, 31.33it/s]2022-04-11 22:51:00,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,706 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,834 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▉ | 933/2198 [00:32<00:48, 26.09it/s]2022-04-11 22:51:00,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:00,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████ | 939/2198 [00:32<00:40, 30.91it/s]2022-04-11 22:51:01,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████▏ | 943/2198 [00:32<00:46, 26.94it/s]2022-04-11 22:51:01,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████▎ | 949/2198 [00:32<00:39, 31.26it/s]2022-04-11 22:51:01,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,546 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████▎ | 953/2198 [00:32<00:45, 27.55it/s]2022-04-11 22:51:01,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▍ | 959/2198 [00:33<00:39, 31.62it/s]2022-04-11 22:51:01,693 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▌ | 963/2198 [00:33<00:44, 27.60it/s]2022-04-11 22:51:01,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:01,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▋ | 969/2198 [00:33<00:38, 31.57it/s]2022-04-11 22:51:02,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,198 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▋ | 973/2198 [00:33<00:44, 27.66it/s]2022-04-11 22:51:02,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,311 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|█████████████████▊ | 979/2198 [00:33<00:38, 31.55it/s]2022-04-11 22:51:02,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|█████████████████▉ | 983/2198 [00:33<00:43, 27.82it/s]2022-04-11 22:51:02,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|█████████████████▉ | 989/2198 [00:34<00:38, 31.61it/s]2022-04-11 22:51:02,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|██████████████████ | 993/2198 [00:34<00:43, 27.99it/s]2022-04-11 22:51:02,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:02,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|██████████████████▏ | 998/2198 [00:34<00:37, 31.95it/s]2022-04-11 22:51:03,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|█████████████████▊ | 1002/2198 [00:34<00:41, 28.70it/s]2022-04-11 22:51:03,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|█████████████████▊ | 1007/2198 [00:34<00:39, 29.80it/s]2022-04-11 22:51:03,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,368 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|█████████████████▉ | 1011/2198 [00:34<00:40, 29.07it/s]2022-04-11 22:51:03,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|██████████████████ | 1015/2198 [00:34<00:39, 30.23it/s]2022-04-11 22:51:03,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,693 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|██████████████████ | 1019/2198 [00:35<00:39, 29.81it/s]2022-04-11 22:51:03,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,793 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▏ | 1023/2198 [00:35<00:45, 25.95it/s]2022-04-11 22:51:03,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:03,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,086 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▎ | 1029/2198 [00:35<00:38, 30.05it/s]2022-04-11 22:51:04,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▎ | 1033/2198 [00:35<00:41, 27.92it/s]2022-04-11 22:51:04,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▍ | 1037/2198 [00:35<00:39, 29.29it/s]2022-04-11 22:51:04,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▍ | 1041/2198 [00:35<00:37, 30.61it/s]2022-04-11 22:51:04,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▌ | 1045/2198 [00:36<00:41, 28.09it/s]2022-04-11 22:51:04,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▌ | 1049/2198 [00:36<00:38, 29.52it/s]2022-04-11 22:51:04,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▋ | 1053/2198 [00:36<00:39, 28.70it/s]2022-04-11 22:51:04,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:04,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▊ | 1057/2198 [00:36<00:38, 29.58it/s]2022-04-11 22:51:05,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▊ | 1061/2198 [00:36<00:37, 30.16it/s]2022-04-11 22:51:05,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▉ | 1065/2198 [00:36<00:39, 28.46it/s]2022-04-11 22:51:05,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,368 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|██████████████████▉ | 1069/2198 [00:36<00:37, 29.76it/s]2022-04-11 22:51:05,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████ | 1073/2198 [00:37<00:39, 28.14it/s]2022-04-11 22:51:05,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████ | 1077/2198 [00:37<00:38, 28.89it/s]2022-04-11 22:51:05,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████▏ | 1081/2198 [00:37<00:37, 30.19it/s]2022-04-11 22:51:05,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:05,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████▎ | 1085/2198 [00:37<00:38, 29.22it/s]2022-04-11 22:51:06,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▎ | 1089/2198 [00:37<00:35, 31.22it/s]2022-04-11 22:51:06,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,206 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,263 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▍ | 1093/2198 [00:37<00:40, 27.16it/s]2022-04-11 22:51:06,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▍ | 1097/2198 [00:37<00:37, 29.61it/s]2022-04-11 22:51:06,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▌ | 1101/2198 [00:37<00:37, 28.88it/s]2022-04-11 22:51:06,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▌ | 1105/2198 [00:38<00:36, 30.24it/s]2022-04-11 22:51:06,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,793 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▋ | 1109/2198 [00:38<00:33, 32.31it/s]2022-04-11 22:51:06,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:06,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▋ | 1113/2198 [00:38<00:39, 27.46it/s]2022-04-11 22:51:07,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▊ | 1117/2198 [00:38<00:36, 29.65it/s]2022-04-11 22:51:07,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▉ | 1121/2198 [00:38<00:38, 28.14it/s]2022-04-11 22:51:07,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▉ | 1125/2198 [00:38<00:34, 30.67it/s]2022-04-11 22:51:07,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|████████████████████ | 1129/2198 [00:38<00:32, 32.67it/s]2022-04-11 22:51:07,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████ | 1133/2198 [00:39<00:40, 26.57it/s]2022-04-11 22:51:07,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▏ | 1137/2198 [00:39<00:36, 29.28it/s]2022-04-11 22:51:07,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▏ | 1141/2198 [00:39<00:36, 28.84it/s]2022-04-11 22:51:07,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:07,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▎ | 1145/2198 [00:39<00:34, 30.58it/s]2022-04-11 22:51:08,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▍ | 1150/2198 [00:39<00:34, 30.58it/s]2022-04-11 22:51:08,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▍ | 1154/2198 [00:39<00:37, 27.79it/s]2022-04-11 22:51:08,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▌ | 1159/2198 [00:39<00:33, 31.48it/s]2022-04-11 22:51:08,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▋ | 1163/2198 [00:40<00:41, 24.84it/s]2022-04-11 22:51:08,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▊ | 1170/2198 [00:40<00:33, 30.48it/s]2022-04-11 22:51:08,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:08,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▊ | 1174/2198 [00:40<00:37, 27.08it/s]2022-04-11 22:51:09,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,198 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|████████████████████▉ | 1180/2198 [00:40<00:33, 30.09it/s]2022-04-11 22:51:09,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|█████████████████████ | 1184/2198 [00:40<00:36, 27.68it/s]2022-04-11 22:51:09,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,490 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,490 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,535 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,542 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|█████████████████████ | 1190/2198 [00:40<00:33, 29.87it/s]2022-04-11 22:51:09,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|█████████████████████▏ | 1194/2198 [00:41<00:35, 28.28it/s]2022-04-11 22:51:09,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▎ | 1200/2198 [00:41<00:33, 29.91it/s]2022-04-11 22:51:09,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:09,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▎ | 1204/2198 [00:41<00:34, 28.66it/s]2022-04-11 22:51:10,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▍ | 1209/2198 [00:41<00:30, 32.88it/s]2022-04-11 22:51:10,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▌ | 1213/2198 [00:41<00:35, 27.63it/s]2022-04-11 22:51:10,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▋ | 1219/2198 [00:41<00:30, 32.48it/s]2022-04-11 22:51:10,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▋ | 1223/2198 [00:42<00:35, 27.36it/s]2022-04-11 22:51:10,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▊ | 1229/2198 [00:42<00:30, 32.30it/s]2022-04-11 22:51:10,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:10,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,050 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▉ | 1233/2198 [00:42<00:35, 27.30it/s]2022-04-11 22:51:11,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▉ | 1239/2198 [00:42<00:29, 32.24it/s]2022-04-11 22:51:11,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████ | 1243/2198 [00:42<00:36, 26.20it/s]2022-04-11 22:51:11,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▏ | 1249/2198 [00:42<00:29, 32.32it/s]2022-04-11 22:51:11,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▏ | 1253/2198 [00:43<00:34, 27.08it/s]2022-04-11 22:51:11,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,834 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▎ | 1257/2198 [00:43<00:32, 29.37it/s]2022-04-11 22:51:11,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:11,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▎ | 1261/2198 [00:43<00:32, 28.68it/s]2022-04-11 22:51:12,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,050 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▍ | 1265/2198 [00:43<00:31, 29.76it/s]2022-04-11 22:51:12,169 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▌ | 1270/2198 [00:43<00:31, 29.39it/s]2022-04-11 22:51:12,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,433 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▌ | 1274/2198 [00:43<00:33, 27.65it/s]2022-04-11 22:51:12,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▋ | 1280/2198 [00:44<00:31, 29.51it/s]2022-04-11 22:51:12,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,793 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▊ | 1284/2198 [00:44<00:32, 27.96it/s]2022-04-11 22:51:12,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,918 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:12,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|██████████████████████▊ | 1289/2198 [00:44<00:28, 31.37it/s]2022-04-11 22:51:13,019 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|██████████████████████▉ | 1293/2198 [00:44<00:30, 29.95it/s]2022-04-11 22:51:13,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,283 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|███████████████████████ | 1297/2198 [00:44<00:33, 26.95it/s]2022-04-11 22:51:13,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|███████████████████████ | 1301/2198 [00:44<00:31, 28.07it/s]2022-04-11 22:51:13,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|███████████████████████▏ | 1305/2198 [00:44<00:33, 26.82it/s]2022-04-11 22:51:13,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,657 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▏ | 1310/2198 [00:45<00:28, 30.71it/s]2022-04-11 22:51:13,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,793 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▎ | 1314/2198 [00:45<00:29, 30.20it/s]2022-04-11 22:51:13,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:13,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▍ | 1318/2198 [00:45<00:28, 30.54it/s]2022-04-11 22:51:13,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▍ | 1322/2198 [00:45<00:29, 30.05it/s]2022-04-11 22:51:14,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▌ | 1326/2198 [00:45<00:32, 26.94it/s]2022-04-11 22:51:14,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▌ | 1331/2198 [00:45<00:29, 29.14it/s]2022-04-11 22:51:14,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▋ | 1335/2198 [00:46<00:31, 27.09it/s]2022-04-11 22:51:14,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,653 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▊ | 1340/2198 [00:46<00:28, 30.38it/s]2022-04-11 22:51:14,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,822 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▊ | 1344/2198 [00:46<00:26, 31.63it/s]2022-04-11 22:51:14,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:14,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,019 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▉ | 1348/2198 [00:46<00:29, 29.15it/s]2022-04-11 22:51:15,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|███████████████████████▉ | 1352/2198 [00:46<00:28, 30.00it/s]2022-04-11 22:51:15,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,198 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,198 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████ | 1356/2198 [00:46<00:31, 26.46it/s]2022-04-11 22:51:15,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,360 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████▏ | 1361/2198 [00:46<00:27, 30.40it/s]2022-04-11 22:51:15,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,545 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████▏ | 1365/2198 [00:47<00:30, 27.44it/s]2022-04-11 22:51:15,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,706 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████▎ | 1370/2198 [00:47<00:27, 29.64it/s]2022-04-11 22:51:15,793 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,846 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,864 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:15,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▍ | 1375/2198 [00:47<00:31, 26.43it/s]2022-04-11 22:51:16,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▍ | 1380/2198 [00:47<00:26, 30.73it/s]2022-04-11 22:51:16,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▌ | 1385/2198 [00:47<00:30, 26.38it/s]2022-04-11 22:51:16,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,392 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▋ | 1391/2198 [00:47<00:25, 31.75it/s]2022-04-11 22:51:16,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▊ | 1395/2198 [00:48<00:32, 24.91it/s]2022-04-11 22:51:16,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|████████████████████████▉ | 1403/2198 [00:48<00:24, 32.99it/s]2022-04-11 22:51:16,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:16,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,106 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|████████████████████████▉ | 1407/2198 [00:48<00:28, 27.40it/s]2022-04-11 22:51:17,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|█████████████████████████ | 1413/2198 [00:48<00:23, 33.01it/s]2022-04-11 22:51:17,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,304 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,389 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|█████████████████████████▏ | 1417/2198 [00:48<00:28, 27.21it/s]2022-04-11 22:51:17,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▏ | 1423/2198 [00:48<00:23, 33.05it/s]2022-04-11 22:51:17,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▎ | 1428/2198 [00:49<00:27, 28.26it/s]2022-04-11 22:51:17,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,864 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▍ | 1434/2198 [00:49<00:23, 32.64it/s]2022-04-11 22:51:17,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:17,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▌ | 1438/2198 [00:49<00:27, 27.61it/s]2022-04-11 22:51:18,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▌ | 1444/2198 [00:49<00:23, 32.36it/s]2022-04-11 22:51:18,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▋ | 1448/2198 [00:49<00:29, 25.69it/s]2022-04-11 22:51:18,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▊ | 1455/2198 [00:50<00:27, 26.65it/s]2022-04-11 22:51:18,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▉ | 1460/2198 [00:50<00:24, 30.37it/s]2022-04-11 22:51:18,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:18,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|█████████████████████████▉ | 1465/2198 [00:50<00:26, 27.17it/s]2022-04-11 22:51:19,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████ | 1470/2198 [00:50<00:23, 30.98it/s]2022-04-11 22:51:19,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████▏ | 1475/2198 [00:50<00:26, 27.04it/s]2022-04-11 22:51:19,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,486 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████▎ | 1481/2198 [00:50<00:23, 31.15it/s]2022-04-11 22:51:19,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▎ | 1485/2198 [00:51<00:26, 27.32it/s]2022-04-11 22:51:19,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,834 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▍ | 1491/2198 [00:51<00:22, 30.95it/s]2022-04-11 22:51:19,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:19,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▌ | 1495/2198 [00:51<00:25, 27.20it/s]2022-04-11 22:51:20,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▋ | 1501/2198 [00:51<00:23, 30.28it/s]2022-04-11 22:51:20,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,392 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▋ | 1505/2198 [00:51<00:25, 27.48it/s]2022-04-11 22:51:20,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▊ | 1510/2198 [00:51<00:21, 31.53it/s]2022-04-11 22:51:20,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,793 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▉ | 1515/2198 [00:52<00:25, 27.17it/s]2022-04-11 22:51:20,822 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:20,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▉ | 1521/2198 [00:52<00:21, 30.99it/s]2022-04-11 22:51:21,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,188 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|███████████████████████████ | 1525/2198 [00:52<00:26, 25.48it/s]2022-04-11 22:51:21,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▏ | 1530/2198 [00:52<00:23, 29.02it/s]2022-04-11 22:51:21,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,360 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▏ | 1535/2198 [00:52<00:24, 27.08it/s]2022-04-11 22:51:21,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▎ | 1539/2198 [00:53<00:22, 28.86it/s]2022-04-11 22:51:21,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▍ | 1545/2198 [00:53<00:23, 27.26it/s]2022-04-11 22:51:21,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:21,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▌ | 1550/2198 [00:53<00:22, 28.47it/s]2022-04-11 22:51:22,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▌ | 1555/2198 [00:53<00:23, 27.35it/s]2022-04-11 22:51:22,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,263 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▋ | 1561/2198 [00:53<00:19, 32.99it/s]2022-04-11 22:51:22,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▊ | 1565/2198 [00:53<00:23, 26.48it/s]2022-04-11 22:51:22,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▊ | 1571/2198 [00:54<00:19, 32.33it/s]2022-04-11 22:51:22,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:22,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|███████████████████████████▉ | 1575/2198 [00:54<00:24, 25.17it/s]2022-04-11 22:51:23,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|████████████████████████████ | 1581/2198 [00:54<00:19, 31.34it/s]2022-04-11 22:51:23,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|████████████████████████████ | 1585/2198 [00:54<00:23, 26.26it/s]2022-04-11 22:51:23,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|████████████████████████████▏ | 1592/2198 [00:54<00:17, 33.91it/s]2022-04-11 22:51:23,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▎ | 1597/2198 [00:55<00:21, 28.27it/s]2022-04-11 22:51:23,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▍ | 1601/2198 [00:55<00:19, 30.33it/s]2022-04-11 22:51:23,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:23,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▍ | 1605/2198 [00:55<00:23, 25.34it/s]2022-04-11 22:51:24,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▌ | 1611/2198 [00:55<00:18, 31.38it/s]2022-04-11 22:51:24,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,188 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▋ | 1615/2198 [00:55<00:22, 25.87it/s]2022-04-11 22:51:24,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▋ | 1620/2198 [00:55<00:19, 30.23it/s]2022-04-11 22:51:24,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,545 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▊ | 1625/2198 [00:56<00:21, 27.02it/s]2022-04-11 22:51:24,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▉ | 1630/2198 [00:56<00:18, 30.78it/s]2022-04-11 22:51:24,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:24,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|█████████████████████████████ | 1635/2198 [00:56<00:21, 26.25it/s]2022-04-11 22:51:25,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████ | 1641/2198 [00:56<00:18, 30.80it/s]2022-04-11 22:51:25,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▏ | 1645/2198 [00:56<00:21, 25.90it/s]2022-04-11 22:51:25,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,433 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▎ | 1651/2198 [00:56<00:17, 31.63it/s]2022-04-11 22:51:25,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,579 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,704 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▎ | 1655/2198 [00:57<00:20, 27.05it/s]2022-04-11 22:51:25,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▍ | 1661/2198 [00:57<00:17, 31.49it/s]2022-04-11 22:51:25,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:25,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▌ | 1665/2198 [00:57<00:19, 27.00it/s]2022-04-11 22:51:26,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▋ | 1671/2198 [00:57<00:16, 31.96it/s]2022-04-11 22:51:26,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,304 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▋ | 1675/2198 [00:57<00:19, 26.58it/s]2022-04-11 22:51:26,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▊ | 1681/2198 [00:57<00:15, 32.37it/s]2022-04-11 22:51:26,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|█████████████████████████████▉ | 1685/2198 [00:58<00:19, 26.48it/s]2022-04-11 22:51:26,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|██████████████████████████████ | 1691/2198 [00:58<00:15, 32.86it/s]2022-04-11 22:51:26,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,913 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:26,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,086 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|██████████████████████████████ | 1696/2198 [00:58<00:18, 26.73it/s]2022-04-11 22:51:27,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|██████████████████████████████▏ | 1702/2198 [00:58<00:15, 32.00it/s]2022-04-11 22:51:27,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,263 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▎ | 1706/2198 [00:58<00:18, 27.04it/s]2022-04-11 22:51:27,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▍ | 1712/2198 [00:58<00:15, 32.32it/s]2022-04-11 22:51:27,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▍ | 1716/2198 [00:59<00:17, 26.98it/s]2022-04-11 22:51:27,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▌ | 1722/2198 [00:59<00:14, 32.47it/s]2022-04-11 22:51:27,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:27,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,039 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▋ | 1726/2198 [00:59<00:17, 26.87it/s]2022-04-11 22:51:28,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▋ | 1730/2198 [00:59<00:16, 29.03it/s]2022-04-11 22:51:28,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,283 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▊ | 1735/2198 [00:59<00:16, 28.47it/s]2022-04-11 22:51:28,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▊ | 1739/2198 [00:59<00:15, 29.44it/s]2022-04-11 22:51:28,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▉ | 1744/2198 [01:00<00:14, 32.10it/s]2022-04-11 22:51:28,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████ | 1748/2198 [01:00<00:16, 27.31it/s]2022-04-11 22:51:28,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:28,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████ | 1754/2198 [01:00<00:14, 31.18it/s]2022-04-11 22:51:29,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████▏ | 1758/2198 [01:00<00:16, 27.19it/s]2022-04-11 22:51:29,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████▎ | 1764/2198 [01:00<00:13, 31.46it/s]2022-04-11 22:51:29,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████▎ | 1768/2198 [01:00<00:15, 27.17it/s]2022-04-11 22:51:29,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▍ | 1774/2198 [01:01<00:13, 31.71it/s]2022-04-11 22:51:29,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▌ | 1778/2198 [01:01<00:15, 26.71it/s]2022-04-11 22:51:29,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:29,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,045 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▋ | 1784/2198 [01:01<00:12, 32.10it/s]2022-04-11 22:51:30,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,263 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▋ | 1788/2198 [01:01<00:15, 27.02it/s]2022-04-11 22:51:30,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|███████████████████████████████▊ | 1794/2198 [01:01<00:12, 31.74it/s]2022-04-11 22:51:30,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|███████████████████████████████▉ | 1798/2198 [01:01<00:14, 26.74it/s]2022-04-11 22:51:30,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|████████████████████████████████ | 1804/2198 [01:02<00:12, 31.62it/s]2022-04-11 22:51:30,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|████████████████████████████████ | 1808/2198 [01:02<00:15, 25.68it/s]2022-04-11 22:51:30,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:30,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,042 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▏ | 1815/2198 [01:02<00:12, 31.09it/s]2022-04-11 22:51:31,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▎ | 1819/2198 [01:02<00:14, 26.44it/s]2022-04-11 22:51:31,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▍ | 1825/2198 [01:02<00:12, 30.56it/s]2022-04-11 22:51:31,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,546 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▍ | 1829/2198 [01:03<00:14, 25.65it/s]2022-04-11 22:51:31,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▌ | 1835/2198 [01:03<00:11, 30.50it/s]2022-04-11 22:51:31,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:31,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,019 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,050 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▋ | 1839/2198 [01:03<00:13, 26.90it/s]2022-04-11 22:51:32,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,086 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▋ | 1845/2198 [01:03<00:11, 31.40it/s]2022-04-11 22:51:32,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▊ | 1849/2198 [01:03<00:13, 26.77it/s]2022-04-11 22:51:32,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▉ | 1855/2198 [01:03<00:10, 31.95it/s]2022-04-11 22:51:32,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,706 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|████████████████████████████████▉ | 1859/2198 [01:04<00:12, 26.52it/s]2022-04-11 22:51:32,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████ | 1865/2198 [01:04<00:10, 32.34it/s]2022-04-11 22:51:32,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,960 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:32,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████▏ | 1869/2198 [01:04<00:12, 26.72it/s]2022-04-11 22:51:33,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████▎ | 1875/2198 [01:04<00:09, 32.47it/s]2022-04-11 22:51:33,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████▎ | 1879/2198 [01:04<00:12, 26.52it/s]2022-04-11 22:51:33,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,490 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▍ | 1883/2198 [01:04<00:10, 28.96it/s]2022-04-11 22:51:33,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▍ | 1887/2198 [01:05<00:11, 26.14it/s]2022-04-11 22:51:33,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▌ | 1892/2198 [01:05<00:10, 29.57it/s]2022-04-11 22:51:33,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,913 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,947 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▋ | 1896/2198 [01:05<00:09, 31.35it/s]2022-04-11 22:51:33,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:33,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▋ | 1900/2198 [01:05<00:10, 28.24it/s]2022-04-11 22:51:34,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|█████████████████████████████████▊ | 1905/2198 [01:05<00:08, 32.64it/s]2022-04-11 22:51:34,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|█████████████████████████████████▊ | 1909/2198 [01:05<00:10, 27.42it/s]2022-04-11 22:51:34,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,542 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|█████████████████████████████████▉ | 1913/2198 [01:05<00:09, 29.64it/s]2022-04-11 22:51:34,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|██████████████████████████████████ | 1917/2198 [01:06<00:10, 27.16it/s]2022-04-11 22:51:34,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|██████████████████████████████████ | 1921/2198 [01:06<00:09, 29.45it/s]2022-04-11 22:51:34,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:34,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▏ | 1926/2198 [01:06<00:08, 30.32it/s]2022-04-11 22:51:34,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▏ | 1930/2198 [01:06<00:09, 27.66it/s]2022-04-11 22:51:35,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▎ | 1936/2198 [01:06<00:08, 30.20it/s]2022-04-11 22:51:35,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▍ | 1940/2198 [01:06<00:09, 28.24it/s]2022-04-11 22:51:35,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▌ | 1946/2198 [01:07<00:08, 30.65it/s]2022-04-11 22:51:35,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▌ | 1950/2198 [01:07<00:08, 28.56it/s]2022-04-11 22:51:35,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:35,947 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▋ | 1955/2198 [01:07<00:07, 32.33it/s]2022-04-11 22:51:35,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,150 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▊ | 1959/2198 [01:07<00:08, 27.71it/s]2022-04-11 22:51:36,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▊ | 1963/2198 [01:07<00:07, 30.09it/s]2022-04-11 22:51:36,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▉ | 1967/2198 [01:07<00:08, 27.86it/s]2022-04-11 22:51:36,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|██████████████████████████████████▉ | 1971/2198 [01:07<00:07, 29.63it/s]2022-04-11 22:51:36,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████ | 1976/2198 [01:08<00:07, 30.87it/s]2022-04-11 22:51:36,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████▏ | 1980/2198 [01:08<00:07, 27.68it/s]2022-04-11 22:51:36,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:36,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████▏ | 1985/2198 [01:08<00:06, 31.29it/s]2022-04-11 22:51:37,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,042 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,045 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,106 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████▎ | 1989/2198 [01:08<00:07, 27.97it/s]2022-04-11 22:51:37,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,224 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▍ | 1994/2198 [01:08<00:06, 32.57it/s]2022-04-11 22:51:37,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▍ | 1998/2198 [01:08<00:07, 27.41it/s]2022-04-11 22:51:37,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▌ | 2002/2198 [01:08<00:06, 29.75it/s]2022-04-11 22:51:37,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,653 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▌ | 2006/2198 [01:09<00:06, 29.12it/s]2022-04-11 22:51:37,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,860 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▋ | 2010/2198 [01:09<00:06, 27.03it/s]2022-04-11 22:51:37,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:37,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▊ | 2015/2198 [01:09<00:06, 30.38it/s]2022-04-11 22:51:38,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▊ | 2019/2198 [01:09<00:06, 27.82it/s]2022-04-11 22:51:38,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▉ | 2025/2198 [01:09<00:05, 30.60it/s]2022-04-11 22:51:38,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|████████████████████████████████████ | 2029/2198 [01:09<00:06, 27.68it/s]2022-04-11 22:51:38,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,706 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████ | 2035/2198 [01:10<00:05, 30.77it/s]2022-04-11 22:51:38,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▏ | 2039/2198 [01:10<00:05, 27.90it/s]2022-04-11 22:51:38,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:38,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▎ | 2045/2198 [01:10<00:05, 30.36it/s]2022-04-11 22:51:39,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▎ | 2049/2198 [01:10<00:05, 28.11it/s]2022-04-11 22:51:39,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,263 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▍ | 2055/2198 [01:10<00:04, 29.98it/s]2022-04-11 22:51:39,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,455 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,563 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▌ | 2059/2198 [01:10<00:04, 28.59it/s]2022-04-11 22:51:39,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,739 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▋ | 2065/2198 [01:11<00:04, 29.81it/s]2022-04-11 22:51:39,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▋ | 2069/2198 [01:11<00:04, 28.58it/s]2022-04-11 22:51:39,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:39,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▊ | 2075/2198 [01:11<00:04, 29.41it/s]2022-04-11 22:51:40,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|████████████████████████████████████▉ | 2079/2198 [01:11<00:04, 28.49it/s]2022-04-11 22:51:40,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|████████████████████████████████████▉ | 2084/2198 [01:11<00:03, 32.44it/s]2022-04-11 22:51:40,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|█████████████████████████████████████ | 2088/2198 [01:11<00:03, 30.10it/s]2022-04-11 22:51:40,535 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|█████████████████████████████████████ | 2092/2198 [01:12<00:03, 30.21it/s]2022-04-11 22:51:40,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|█████████████████████████████████████▏ | 2096/2198 [01:12<00:03, 30.53it/s]2022-04-11 22:51:40,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,822 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▎ | 2100/2198 [01:12<00:03, 27.85it/s]2022-04-11 22:51:40,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:40,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▎ | 2105/2198 [01:12<00:03, 29.60it/s]2022-04-11 22:51:41,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▍ | 2109/2198 [01:12<00:03, 26.63it/s]2022-04-11 22:51:41,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▌ | 2115/2198 [01:12<00:02, 30.56it/s]2022-04-11 22:51:41,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▌ | 2119/2198 [01:13<00:02, 26.74it/s]2022-04-11 22:51:41,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▋ | 2125/2198 [01:13<00:02, 31.07it/s]2022-04-11 22:51:41,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▊ | 2129/2198 [01:13<00:02, 27.21it/s]2022-04-11 22:51:41,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:41,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▉ | 2135/2198 [01:13<00:02, 31.46it/s]2022-04-11 22:51:42,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▉ | 2139/2198 [01:13<00:02, 27.35it/s]2022-04-11 22:51:42,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████ | 2145/2198 [01:13<00:01, 31.60it/s]2022-04-11 22:51:42,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,545 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▏| 2149/2198 [01:14<00:01, 27.56it/s]2022-04-11 22:51:42,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▏| 2155/2198 [01:14<00:01, 31.88it/s]2022-04-11 22:51:42,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:42,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▎| 2159/2198 [01:14<00:01, 27.82it/s]2022-04-11 22:51:43,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▍| 2165/2198 [01:14<00:01, 31.88it/s]2022-04-11 22:51:43,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▍| 2169/2198 [01:14<00:01, 27.87it/s]2022-04-11 22:51:43,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,389 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▌| 2173/2198 [01:14<00:00, 29.87it/s]2022-04-11 22:51:43,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,545 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▋| 2177/2198 [01:14<00:00, 30.49it/s]2022-04-11 22:51:43,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▋| 2181/2198 [01:15<00:00, 29.64it/s]2022-04-11 22:51:43,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,717 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▊| 2185/2198 [01:15<00:00, 31.16it/s]2022-04-11 22:51:43,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:43,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:44,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
100%|██████████████████████████████████████▊| 2189/2198 [01:15<00:00, 25.71it/s]2022-04-11 22:51:44,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:44,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:44,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:44,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:44,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:44,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:44,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:44,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:44,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
100%|██████████████████████████████████████▉| 2195/2198 [01:15<00:00, 31.32it/s]2022-04-11 22:51:44,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:44,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
100%|███████████████████████████████████████| 2198/2198 [01:15<00:00, 29.07it/s]2022-04-11 22:51:44,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-04-11 22:51:44,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
100%|██████████████████████████████████████| 2198/2198 [00:14<00:00, 153.97it/s]
#Tshirt: net aperture
Flux_best, Flux_error_best = phot_coarse_best.get_tSeries() #The flux data and flux data errors
normalized_flux_tshirt_best = Flux_best['Flux 0']/Flux_best['Flux 0'][0] #normalized net aperture sum
std_tshirt_best = np.std(normalized_flux_tshirt_best[0:20]) #calculated standard deviation
relative_error_tshirt_best = (Flux_error_best['Error 0']/Flux_best['Flux 0'])
#MAD:
deviation = normalized_flux_tshirt_best[0:seg01_len] - np.median(normalized_flux_tshirt_best[0:seg01_len])
mad = np.median(np.abs(deviation))*1.48
print(style.BOLD+"Tshirt Calculated Net Aperture Sum MAD (ppm):"+style.END + " " +str(mad*10**6))
print(style.BOLD+"Tshirt Calculated Net Aperture Sum std (ppm):"+style.END + " " +str(std_tshirt_best*10**6))
print(style.BOLD+"Median Relative Errors Net Aperture Sum (ppm):"+style.END + " " +str(np.median(relative_error_tshirt_best)*10**6))
plt.errorbar(Flux_best['Time (JD)'],normalized_flux_tshirt_best,yerr=relative_error_tshirt_best,fmt='b.',markersize=4,elinewidth=1,ecolor='silver')
Tshirt Calculated Net Aperture Sum MAD (ppm): 273.87759278897363 Tshirt Calculated Net Aperture Sum std (ppm): 423.9031825105607 Median Relative Errors Net Aperture Sum (ppm): 210.95198600196315
<ErrorbarContainer object of 3 artists>
sweep_analysis_fine = analysis.aperture_size_sweep(phot_sweep,stepSize=1,srcRange=[50,60],backRange=[100,120],minBackground=2)
2022-03-30 00:03:32,163 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:528: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations yStamp_proposed = np.array(onePos[1] + np.array([-1,1]) * boxsize,dtype=np.int) 2022-03-30 00:03:32,166 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:529: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations xStamp_proposed = np.array(onePos[0] + np.array([-1,1]) * boxsize,dtype=np.int) 2022-03-30 00:03:32,925 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:528: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations yStamp_proposed = np.array(onePos[1] + np.array([-1,1]) * boxsize,dtype=np.int) 2022-03-30 00:03:32,927 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:529: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations xStamp_proposed = np.array(onePos[0] + np.array([-1,1]) * boxsize,dtype=np.int)
src: 50, back st: 100, back end: 102
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 285.39it/s]
2022-03-30 00:03:35,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:35,701 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 100, back end: 103
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.74it/s]
2022-03-30 00:03:36,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:36,832 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 100, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 191.09it/s]
2022-03-30 00:03:38,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:38,068 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 100, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.96it/s]
2022-03-30 00:03:39,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:39,135 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 100, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 263.92it/s]
2022-03-30 00:03:40,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:40,195 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 100, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.09it/s]
2022-03-30 00:03:41,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:41,271 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 100, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.02it/s]
2022-03-30 00:03:42,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:42,373 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 100, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.76it/s]
2022-03-30 00:03:43,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:43,447 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 100, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 288.04it/s]
2022-03-30 00:03:44,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:44,482 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 100, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.74it/s]
2022-03-30 00:03:45,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:45,604 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 100, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.13it/s]
2022-03-30 00:03:46,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:46,683 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 100, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.17it/s]
2022-03-30 00:03:47,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:47,783 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 100, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.48it/s]
2022-03-30 00:03:48,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:48,859 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 100, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 200.78it/s]
2022-03-30 00:03:50,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:50,079 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 100, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.82it/s]
2022-03-30 00:03:51,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:51,147 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 100, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 270.94it/s]
2022-03-30 00:03:52,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:52,213 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 100, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 212.13it/s]
2022-03-30 00:03:53,372 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:53,418 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 100, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 257.73it/s]
2022-03-30 00:03:54,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:54,507 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 101, back end: 103
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.23it/s]
2022-03-30 00:03:55,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:55,626 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 101, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 294.96it/s]
2022-03-30 00:03:56,545 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:56,599 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 101, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 265.83it/s]
2022-03-30 00:03:57,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:57,649 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 101, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 220.58it/s]
2022-03-30 00:03:58,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:58,803 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 101, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.43it/s]
2022-03-30 00:03:59,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:03:59,941 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 101, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 288.97it/s]
2022-03-30 00:04:00,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:00,947 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 101, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.30it/s]
2022-03-30 00:04:01,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:02,031 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 101, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.68it/s]
2022-03-30 00:04:03,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:03,062 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 101, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.84it/s]
2022-03-30 00:04:04,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:04,195 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 101, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 260.09it/s]
2022-03-30 00:04:05,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:05,292 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 101, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 224.81it/s]
2022-03-30 00:04:06,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:06,466 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 101, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.63it/s]
2022-03-30 00:04:07,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:07,544 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 101, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.02it/s]
2022-03-30 00:04:08,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:08,587 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 101, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.95it/s]
2022-03-30 00:04:09,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:09,633 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 101, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 217.49it/s]
2022-03-30 00:04:10,739 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:10,792 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 101, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.22it/s]
2022-03-30 00:04:11,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:11,922 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 101, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.44it/s]
2022-03-30 00:04:12,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:12,976 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 102, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 288.57it/s]
2022-03-30 00:04:13,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:13,970 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 102, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 224.85it/s]
2022-03-30 00:04:15,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:15,098 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 102, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.78it/s]
2022-03-30 00:04:16,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:16,074 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 102, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 240.68it/s]
2022-03-30 00:04:17,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:17,156 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 102, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 270.34it/s]
2022-03-30 00:04:18,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:18,169 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 102, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.08it/s]
2022-03-30 00:04:19,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:19,251 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 102, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.81it/s]
2022-03-30 00:04:20,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:20,311 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 102, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 274.02it/s]
2022-03-30 00:04:21,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:21,349 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 102, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.72it/s]
2022-03-30 00:04:22,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:22,462 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 102, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.72it/s]
2022-03-30 00:04:23,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:23,516 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 102, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.80it/s]
2022-03-30 00:04:24,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:24,607 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 102, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 284.41it/s]
2022-03-30 00:04:25,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:25,612 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 102, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.88it/s]
2022-03-30 00:04:26,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:26,734 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 102, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 218.78it/s]
2022-03-30 00:04:27,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:27,881 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 102, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.27it/s]
2022-03-30 00:04:28,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:28,873 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 102, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 265.61it/s]
2022-03-30 00:04:29,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:29,941 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 103, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.14it/s]
2022-03-30 00:04:31,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:31,070 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 103, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 209.70it/s]
2022-03-30 00:04:32,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:32,234 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 103, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.00it/s]
2022-03-30 00:04:33,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:33,338 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 103, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 216.10it/s]
2022-03-30 00:04:34,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:34,517 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 103, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 214.13it/s]
2022-03-30 00:04:35,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:35,697 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 103, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 217.56it/s]
2022-03-30 00:04:36,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:36,879 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 103, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 327.36it/s]
2022-03-30 00:04:37,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:37,776 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 103, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.84it/s]
2022-03-30 00:04:38,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:38,848 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 103, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.92it/s]
2022-03-30 00:04:39,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:39,974 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 103, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.27it/s]
2022-03-30 00:04:40,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:41,033 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 103, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.72it/s]
2022-03-30 00:04:42,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:42,068 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 103, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.22it/s]
2022-03-30 00:04:43,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:43,134 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 103, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.82it/s]
2022-03-30 00:04:44,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:44,273 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 103, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 205.53it/s]
2022-03-30 00:04:45,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:45,458 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 103, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 211.52it/s]
2022-03-30 00:04:46,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:46,643 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 104, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 270.37it/s]
2022-03-30 00:04:47,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:47,706 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 104, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.08it/s]
2022-03-30 00:04:48,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:48,755 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 104, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 199.77it/s]
2022-03-30 00:04:49,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:50,014 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 104, back end: 109
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 104.60it/s]
2022-03-30 00:04:51,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:51,953 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 104, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 206.16it/s]
2022-03-30 00:04:53,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:53,187 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 104, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 196.38it/s]
2022-03-30 00:04:54,433 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:54,483 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 104, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.03it/s]
2022-03-30 00:04:55,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:55,582 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 104, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 311.23it/s]
2022-03-30 00:04:56,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:56,555 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 104, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 249.42it/s]
2022-03-30 00:04:57,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:57,614 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 104, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.56it/s]
2022-03-30 00:04:58,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:58,676 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 104, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.78it/s]
2022-03-30 00:04:59,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:04:59,664 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 104, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.89it/s]
2022-03-30 00:05:00,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:00,737 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 104, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 210.10it/s]
2022-03-30 00:05:01,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:01,985 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 104, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 213.49it/s]
2022-03-30 00:05:03,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:03,148 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 105, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 294.65it/s]
2022-03-30 00:05:04,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:04,114 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 105, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 286.42it/s]
2022-03-30 00:05:05,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:05,085 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 105, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 210.33it/s]
2022-03-30 00:05:06,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:06,257 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 105, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 290.47it/s]
2022-03-30 00:05:07,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:07,173 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 105, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.83it/s]
2022-03-30 00:05:08,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:08,233 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 105, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.63it/s]
2022-03-30 00:05:09,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:09,385 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 105, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 212.23it/s]
2022-03-30 00:05:10,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:10,576 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 105, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.40it/s]
2022-03-30 00:05:11,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:11,719 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 105, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 274.36it/s]
2022-03-30 00:05:12,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:12,803 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 105, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 215.00it/s]
2022-03-30 00:05:13,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:13,991 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 105, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 218.68it/s]
2022-03-30 00:05:15,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:15,147 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 105, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.00it/s]
2022-03-30 00:05:16,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:16,229 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 105, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.20it/s]
2022-03-30 00:05:17,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:17,319 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 106, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 261.04it/s]
2022-03-30 00:05:18,311 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:18,362 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 106, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 207.22it/s]
2022-03-30 00:05:19,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:19,519 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 106, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.17it/s]
2022-03-30 00:05:20,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:20,568 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 106, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.44it/s]
2022-03-30 00:05:21,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:21,642 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 106, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 209.81it/s]
2022-03-30 00:05:22,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:22,799 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 106, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 189.89it/s]
2022-03-30 00:05:24,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:24,060 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 106, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.67it/s]
2022-03-30 00:05:25,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:25,129 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 106, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 273.70it/s]
2022-03-30 00:05:26,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:26,179 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 106, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 207.68it/s]
2022-03-30 00:05:27,360 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:27,427 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 106, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 209.31it/s]
2022-03-30 00:05:28,546 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:28,602 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 106, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 270.65it/s]
2022-03-30 00:05:29,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:29,664 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 106, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 249.21it/s]
2022-03-30 00:05:30,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:30,735 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 107, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 191.16it/s]
2022-03-30 00:05:31,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:32,015 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 107, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 290.15it/s]
2022-03-30 00:05:32,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:32,987 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 107, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.10it/s]
2022-03-30 00:05:34,150 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:34,202 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 107, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.35it/s]
2022-03-30 00:05:35,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:35,305 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 107, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.95it/s]
2022-03-30 00:05:36,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:36,410 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 107, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.98it/s]
2022-03-30 00:05:37,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:37,410 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 107, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 198.67it/s]
2022-03-30 00:05:38,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:38,644 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 107, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 263.63it/s]
2022-03-30 00:05:39,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:39,747 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 107, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 227.49it/s]
2022-03-30 00:05:40,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:40,889 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 107, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.29it/s]
2022-03-30 00:05:41,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:41,986 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 107, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 210.63it/s]
2022-03-30 00:05:43,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:43,147 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 108, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 311.93it/s]
2022-03-30 00:05:44,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:44,110 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 108, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 295.25it/s]
2022-03-30 00:05:45,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:45,141 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 108, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 207.67it/s]
2022-03-30 00:05:46,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:46,337 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 108, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.89it/s]
2022-03-30 00:05:47,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:47,334 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 108, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 279.65it/s]
2022-03-30 00:05:48,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:48,326 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 108, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.20it/s]
2022-03-30 00:05:49,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:49,418 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 108, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 217.39it/s]
2022-03-30 00:05:50,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:50,578 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 108, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.34it/s]
2022-03-30 00:05:51,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:51,662 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 108, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 260.42it/s]
2022-03-30 00:05:52,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:52,725 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 108, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.78it/s]
2022-03-30 00:05:53,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:53,764 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 109, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.74it/s]
2022-03-30 00:05:54,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:54,783 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 109, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 320.33it/s]
2022-03-30 00:05:55,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:55,669 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 109, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 291.53it/s]
2022-03-30 00:05:56,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:56,647 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 109, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.30it/s]
2022-03-30 00:05:57,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:57,773 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 109, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.83it/s]
2022-03-30 00:05:58,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:58,834 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 109, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 302.25it/s]
2022-03-30 00:05:59,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:05:59,794 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 109, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 284.43it/s]
2022-03-30 00:06:00,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:00,785 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 109, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 220.47it/s]
2022-03-30 00:06:01,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:01,918 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 109, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.96it/s]
2022-03-30 00:06:02,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:02,919 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 110, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 295.31it/s]
2022-03-30 00:06:03,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:03,902 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 110, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 229.87it/s]
2022-03-30 00:06:04,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:05,024 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 110, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 203.50it/s]
2022-03-30 00:06:06,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:06,259 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 110, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.68it/s]
2022-03-30 00:06:07,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:07,355 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 110, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 327.51it/s]
2022-03-30 00:06:08,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:08,292 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 110, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 214.65it/s]
2022-03-30 00:06:09,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:09,481 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 110, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 257.30it/s]
2022-03-30 00:06:10,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:10,531 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 110, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 284.16it/s]
2022-03-30 00:06:11,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:11,523 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 111, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.84it/s]
2022-03-30 00:06:12,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:12,529 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 111, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 220.37it/s]
2022-03-30 00:06:13,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:13,673 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 111, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.78it/s]
2022-03-30 00:06:14,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:14,786 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 111, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.60it/s]
2022-03-30 00:06:15,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:15,798 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 111, back end: 117
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 115.17it/s]
2022-03-30 00:06:17,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:17,617 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 111, back end: 118
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 117.64it/s]
2022-03-30 00:06:19,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:19,391 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 111, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.52it/s]
2022-03-30 00:06:20,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:20,442 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 112, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 284.08it/s]
2022-03-30 00:06:21,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:21,512 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 112, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.71it/s]
2022-03-30 00:06:22,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:22,675 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 112, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.37it/s]
2022-03-30 00:06:23,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:23,762 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 112, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 252.19it/s]
2022-03-30 00:06:24,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:24,808 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 112, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 287.76it/s]
2022-03-30 00:06:25,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:25,777 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 112, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.91it/s]
2022-03-30 00:06:26,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:26,925 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 113, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.28it/s]
2022-03-30 00:06:27,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:28,022 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 113, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 308.45it/s]
2022-03-30 00:06:28,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:28,975 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 113, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.99it/s]
2022-03-30 00:06:30,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:30,044 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 113, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 204.16it/s]
2022-03-30 00:06:31,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:31,256 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 113, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 314.63it/s]
2022-03-30 00:06:32,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:32,154 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 114, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 283.51it/s]
2022-03-30 00:06:33,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:33,184 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 114, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.92it/s]
2022-03-30 00:06:34,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:34,329 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 114, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 215.68it/s]
2022-03-30 00:06:35,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:35,490 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 114, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 284.73it/s]
2022-03-30 00:06:36,389 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:36,443 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 115, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.24it/s]
2022-03-30 00:06:37,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:37,426 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 115, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.91it/s]
2022-03-30 00:06:38,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:38,512 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 115, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 205.75it/s]
2022-03-30 00:06:39,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:39,695 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 116, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.46it/s]
2022-03-30 00:06:40,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:40,738 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 116, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 266.10it/s]
2022-03-30 00:06:41,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:41,860 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 50, back st: 117, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 213.28it/s]
2022-03-30 00:06:42,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:43,024 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 100, back end: 102
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.62it/s]
2022-03-30 00:06:44,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:44,099 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 100, back end: 103
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 308.90it/s]
2022-03-30 00:06:45,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:45,051 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 100, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 261.11it/s]
2022-03-30 00:06:46,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:46,099 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 100, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 224.29it/s]
2022-03-30 00:06:47,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:47,264 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 100, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.63it/s]
2022-03-30 00:06:48,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:48,385 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 100, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.80it/s]
2022-03-30 00:06:49,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:49,559 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 100, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 217.48it/s]
2022-03-30 00:06:50,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:50,783 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 100, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 201.14it/s]
2022-03-30 00:06:51,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:51,972 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 100, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 265.35it/s]
2022-03-30 00:06:52,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:53,031 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 100, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.28it/s]
2022-03-30 00:06:54,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:54,125 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 100, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.24it/s]
2022-03-30 00:06:55,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:55,303 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 100, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 198.56it/s]
2022-03-30 00:06:56,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:56,517 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 100, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.96it/s]
2022-03-30 00:06:57,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:57,614 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 100, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 287.85it/s]
2022-03-30 00:06:58,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:58,559 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 100, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.07it/s]
2022-03-30 00:06:59,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:06:59,628 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 100, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 215.84it/s]
2022-03-30 00:07:00,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:00,787 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 100, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.64it/s]
2022-03-30 00:07:01,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:01,815 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 100, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.38it/s]
2022-03-30 00:07:02,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:02,843 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 101, back end: 103
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 208.17it/s]
2022-03-30 00:07:04,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:04,059 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 101, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 229.12it/s]
2022-03-30 00:07:05,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:05,199 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 101, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 294.09it/s]
2022-03-30 00:07:06,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:06,154 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 101, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 268.88it/s]
2022-03-30 00:07:07,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:07,202 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 101, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.04it/s]
2022-03-30 00:07:08,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:08,369 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 101, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 210.93it/s]
2022-03-30 00:07:09,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:09,541 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 101, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 314.99it/s]
2022-03-30 00:07:10,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:10,470 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 101, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.75it/s]
2022-03-30 00:07:11,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:11,563 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 101, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 194.73it/s]
2022-03-30 00:07:12,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:12,825 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 101, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.35it/s]
2022-03-30 00:07:13,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:13,906 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 101, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 249.09it/s]
2022-03-30 00:07:14,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:15,016 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 101, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.88it/s]
2022-03-30 00:07:16,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:16,069 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 101, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.73it/s]
2022-03-30 00:07:17,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:17,207 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 101, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.95it/s]
2022-03-30 00:07:18,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:18,329 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 101, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.75it/s]
2022-03-30 00:07:19,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:19,481 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 101, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 251.80it/s]
2022-03-30 00:07:20,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:20,555 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 101, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 263.38it/s]
2022-03-30 00:07:21,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:21,625 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 102, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.60it/s]
2022-03-30 00:07:22,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:22,662 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 102, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.92it/s]
2022-03-30 00:07:23,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:23,721 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 102, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.85it/s]
2022-03-30 00:07:24,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:24,852 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 102, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 211.96it/s]
2022-03-30 00:07:25,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:25,963 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 102, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.68it/s]
2022-03-30 00:07:26,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:27,033 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 102, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 274.53it/s]
2022-03-30 00:07:27,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:28,031 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 102, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.41it/s]
2022-03-30 00:07:29,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:29,091 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 102, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.63it/s]
2022-03-30 00:07:30,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:30,163 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 102, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 295.69it/s]
2022-03-30 00:07:31,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:31,162 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 102, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.02it/s]
2022-03-30 00:07:32,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:32,265 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 102, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.70it/s]
2022-03-30 00:07:33,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:33,354 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 102, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.99it/s]
2022-03-30 00:07:34,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:34,367 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 102, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 274.29it/s]
2022-03-30 00:07:35,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:35,341 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 102, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.78it/s]
2022-03-30 00:07:36,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:36,511 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 102, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 205.50it/s]
2022-03-30 00:07:37,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:37,734 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 102, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.07it/s]
2022-03-30 00:07:38,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:38,785 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 103, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.30it/s]
2022-03-30 00:07:39,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:39,845 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 103, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.18it/s]
2022-03-30 00:07:40,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:40,911 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 103, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.69it/s]
2022-03-30 00:07:41,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:41,923 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 103, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 308.63it/s]
2022-03-30 00:07:42,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:42,871 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 103, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 209.21it/s]
2022-03-30 00:07:44,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:44,069 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 103, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.48it/s]
2022-03-30 00:07:45,545 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:45,584 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 103, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 179.36it/s]
2022-03-30 00:07:46,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:46,901 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 103, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.75it/s]
2022-03-30 00:07:47,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:47,907 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 103, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 297.65it/s]
2022-03-30 00:07:48,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:48,819 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 103, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 205.56it/s]
2022-03-30 00:07:49,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:50,016 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 103, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.57it/s]
2022-03-30 00:07:51,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:51,125 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 103, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 308.06it/s]
2022-03-30 00:07:51,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:52,029 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 103, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.55it/s]
2022-03-30 00:07:53,042 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:53,096 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 103, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.80it/s]
2022-03-30 00:07:54,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:54,223 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 103, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 265.93it/s]
2022-03-30 00:07:55,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:55,227 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 104, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.96it/s]
2022-03-30 00:07:56,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:56,293 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 104, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.83it/s]
2022-03-30 00:07:57,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:57,433 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 104, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 196.69it/s]
2022-03-30 00:07:58,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:58,660 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 104, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 211.52it/s]
2022-03-30 00:07:59,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:07:59,801 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 104, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 337.87it/s]
2022-03-30 00:08:00,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:00,731 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 104, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.93it/s]
2022-03-30 00:08:01,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:01,822 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 104, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.57it/s]
2022-03-30 00:08:02,834 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:02,909 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 104, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 273.73it/s]
2022-03-30 00:08:03,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:03,916 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 104, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 270.66it/s]
2022-03-30 00:08:04,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:04,942 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 104, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 263.51it/s]
2022-03-30 00:08:05,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:05,965 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 104, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.29it/s]
2022-03-30 00:08:06,960 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:07,015 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 104, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 311.44it/s]
2022-03-30 00:08:07,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:07,980 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 104, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 218.13it/s]
2022-03-30 00:08:09,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:09,128 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 104, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.17it/s]
2022-03-30 00:08:10,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:10,212 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 105, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 305.96it/s]
2022-03-30 00:08:11,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:11,153 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 105, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 294.86it/s]
2022-03-30 00:08:12,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:12,136 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 105, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.07it/s]
2022-03-30 00:08:13,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:13,225 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 105, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 210.28it/s]
2022-03-30 00:08:14,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:14,380 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 105, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 281.23it/s]
2022-03-30 00:08:15,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:15,418 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 105, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.86it/s]
2022-03-30 00:08:16,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:16,484 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 105, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 251.87it/s]
2022-03-30 00:08:17,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:17,535 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 105, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.48it/s]
2022-03-30 00:08:18,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:18,626 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 105, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.43it/s]
2022-03-30 00:08:19,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:19,673 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 105, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 266.67it/s]
2022-03-30 00:08:20,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:20,700 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 105, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 220.21it/s]
2022-03-30 00:08:21,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:21,856 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 105, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 279.26it/s]
2022-03-30 00:08:22,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:22,865 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 105, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.92it/s]
2022-03-30 00:08:23,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:23,977 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 106, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 334.69it/s]
2022-03-30 00:08:24,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:24,878 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 106, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.40it/s]
2022-03-30 00:08:25,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:26,021 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 106, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 170.97it/s]
2022-03-30 00:08:27,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:27,436 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 106, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 212.38it/s]
2022-03-30 00:08:28,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:28,599 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 106, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 217.46it/s]
2022-03-30 00:08:29,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:29,767 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 106, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 285.36it/s]
2022-03-30 00:08:30,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:30,775 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 106, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 217.09it/s]
2022-03-30 00:08:31,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:31,925 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 106, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.54it/s]
2022-03-30 00:08:32,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:33,034 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 106, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 284.14it/s]
2022-03-30 00:08:34,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:34,086 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 106, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.44it/s]
2022-03-30 00:08:35,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:35,204 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 106, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.67it/s]
2022-03-30 00:08:36,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:36,207 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 106, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 279.48it/s]
2022-03-30 00:08:37,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:37,254 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 107, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 278.80it/s]
2022-03-30 00:08:38,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:38,285 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 107, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.72it/s]
2022-03-30 00:08:39,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:39,410 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 107, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 305.92it/s]
2022-03-30 00:08:40,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:40,388 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 107, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.96it/s]
2022-03-30 00:08:41,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:41,517 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 107, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.14it/s]
2022-03-30 00:08:42,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:42,675 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 107, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.24it/s]
2022-03-30 00:08:43,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:43,772 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 107, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.80it/s]
2022-03-30 00:08:44,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:44,778 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 107, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 260.09it/s]
2022-03-30 00:08:45,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:45,834 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 107, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.10it/s]
2022-03-30 00:08:46,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:46,920 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 107, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 301.67it/s]
2022-03-30 00:08:47,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:47,817 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 107, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.75it/s]
2022-03-30 00:08:48,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:48,918 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 108, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.50it/s]
2022-03-30 00:08:50,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:50,042 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 108, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 218.46it/s]
2022-03-30 00:08:51,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:51,218 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 108, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.75it/s]
2022-03-30 00:08:52,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:52,285 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 108, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 283.55it/s]
2022-03-30 00:08:53,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:53,316 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 108, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.12it/s]
2022-03-30 00:08:54,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:54,459 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 108, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.77it/s]
2022-03-30 00:08:55,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:55,558 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 108, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.78it/s]
2022-03-30 00:08:56,569 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:56,636 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 108, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.77it/s]
2022-03-30 00:08:57,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:57,679 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 108, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.11it/s]
2022-03-30 00:08:58,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:58,817 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 108, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.79it/s]
2022-03-30 00:08:59,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:08:59,884 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 109, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.57it/s]
2022-03-30 00:09:00,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:00,935 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 109, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.22it/s]
2022-03-30 00:09:02,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:02,060 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 109, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 296.99it/s]
2022-03-30 00:09:03,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:03,108 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 109, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.46it/s]
2022-03-30 00:09:04,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:04,187 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 109, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.02it/s]
2022-03-30 00:09:05,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:05,265 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 109, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.16it/s]
2022-03-30 00:09:06,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:06,364 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 109, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.35it/s]
2022-03-30 00:09:07,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:07,451 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 109, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 283.98it/s]
2022-03-30 00:09:08,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:08,448 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 109, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.07it/s]
2022-03-30 00:09:09,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:09,502 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 110, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.03it/s]
2022-03-30 00:09:10,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:10,653 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 110, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 317.82it/s]
2022-03-30 00:09:11,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:11,606 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 110, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.52it/s]
2022-03-30 00:09:12,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:12,607 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 110, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.81it/s]
2022-03-30 00:09:13,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:13,970 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 110, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.18it/s]
2022-03-30 00:09:15,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:15,077 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 110, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.13it/s]
2022-03-30 00:09:16,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:16,162 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 110, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 271.75it/s]
2022-03-30 00:09:17,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:17,218 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 110, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 213.42it/s]
2022-03-30 00:09:18,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:18,408 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 111, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 207.03it/s]
2022-03-30 00:09:19,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:19,577 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 111, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.48it/s]
2022-03-30 00:09:20,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:20,631 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 111, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 297.70it/s]
2022-03-30 00:09:21,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:21,573 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 111, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 227.58it/s]
2022-03-30 00:09:22,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:22,660 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 111, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.39it/s]
2022-03-30 00:09:23,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:23,732 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 111, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 305.94it/s]
2022-03-30 00:09:24,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:24,724 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 111, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.62it/s]
2022-03-30 00:09:25,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:25,759 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 112, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.62it/s]
2022-03-30 00:09:26,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:26,882 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 112, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.03it/s]
2022-03-30 00:09:27,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:27,869 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 112, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.61it/s]
2022-03-30 00:09:28,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:28,844 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 112, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 227.09it/s]
2022-03-30 00:09:29,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:29,918 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 112, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.55it/s]
2022-03-30 00:09:30,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:30,987 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 112, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 281.05it/s]
2022-03-30 00:09:31,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:32,001 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 113, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 290.29it/s]
2022-03-30 00:09:32,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:33,002 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 113, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 224.23it/s]
2022-03-30 00:09:34,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:34,133 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 113, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 274.62it/s]
2022-03-30 00:09:35,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:35,135 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 113, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.67it/s]
2022-03-30 00:09:36,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:36,202 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 113, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 216.30it/s]
2022-03-30 00:09:37,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:37,357 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 114, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 265.60it/s]
2022-03-30 00:09:38,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:38,389 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 114, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 306.13it/s]
2022-03-30 00:09:39,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:39,372 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 114, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.33it/s]
2022-03-30 00:09:40,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:40,367 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 114, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.24it/s]
2022-03-30 00:09:41,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:41,412 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 115, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.70it/s]
2022-03-30 00:09:42,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:42,507 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 115, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.04it/s]
2022-03-30 00:09:43,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:43,523 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 115, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.84it/s]
2022-03-30 00:09:44,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:44,663 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 116, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 289.12it/s]
2022-03-30 00:09:45,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:45,690 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 116, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 283.46it/s]
2022-03-30 00:09:46,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:46,723 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 51, back st: 117, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.50it/s]
2022-03-30 00:09:47,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:47,782 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 100, back end: 102
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.32it/s]
2022-03-30 00:09:48,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:48,936 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 100, back end: 103
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 280.11it/s]
2022-03-30 00:09:49,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:49,949 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 100, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.63it/s]
2022-03-30 00:09:50,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:51,000 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 100, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 213.64it/s]
2022-03-30 00:09:52,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:52,187 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 100, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 266.45it/s]
2022-03-30 00:09:53,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:53,173 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 100, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 320.70it/s]
2022-03-30 00:09:54,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:54,110 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 100, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.03it/s]
2022-03-30 00:09:55,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:55,165 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 100, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 229.68it/s]
2022-03-30 00:09:56,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:56,302 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 100, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.70it/s]
2022-03-30 00:09:57,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:57,289 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 100, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 321.49it/s]
2022-03-30 00:09:58,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:58,238 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 100, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.54it/s]
2022-03-30 00:09:59,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:09:59,269 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 100, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.56it/s]
2022-03-30 00:10:00,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:00,376 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 100, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 311.79it/s]
2022-03-30 00:10:01,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:01,294 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 100, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.93it/s]
2022-03-30 00:10:02,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:02,434 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 100, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.17it/s]
2022-03-30 00:10:03,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:03,585 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 100, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 261.45it/s]
2022-03-30 00:10:04,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:04,588 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 100, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 340.20it/s]
2022-03-30 00:10:05,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:05,506 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 100, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.65it/s]
2022-03-30 00:10:06,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:06,647 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 101, back end: 103
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 217.75it/s]
2022-03-30 00:10:07,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:07,788 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 101, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 277.54it/s]
2022-03-30 00:10:08,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:08,772 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 101, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 283.66it/s]
2022-03-30 00:10:09,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:09,740 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 101, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.45it/s]
2022-03-30 00:10:10,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:10,867 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 101, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.88it/s]
2022-03-30 00:10:11,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:11,932 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 101, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 265.94it/s]
2022-03-30 00:10:12,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:12,987 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 101, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.41it/s]
2022-03-30 00:10:14,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:14,124 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 101, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 191.55it/s]
2022-03-30 00:10:15,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:15,383 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 101, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.66it/s]
2022-03-30 00:10:16,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:16,497 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 101, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 271.56it/s]
2022-03-30 00:10:17,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:17,565 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 101, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.66it/s]
2022-03-30 00:10:18,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:18,712 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 101, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.73it/s]
2022-03-30 00:10:19,793 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:19,845 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 101, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 270.33it/s]
2022-03-30 00:10:20,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:20,861 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 101, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 288.61it/s]
2022-03-30 00:10:21,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:21,903 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 101, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.20it/s]
2022-03-30 00:10:22,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:23,012 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 101, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 303.19it/s]
2022-03-30 00:10:23,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:23,937 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 101, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.82it/s]
2022-03-30 00:10:25,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:25,089 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 102, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 309.11it/s]
2022-03-30 00:10:26,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:26,097 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 102, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.71it/s]
2022-03-30 00:10:27,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:27,200 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 102, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 271.70it/s]
2022-03-30 00:10:28,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:28,223 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 102, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 281.46it/s]
2022-03-30 00:10:29,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:29,231 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 102, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.52it/s]
2022-03-30 00:10:30,247 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:30,297 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 102, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.25it/s]
2022-03-30 00:10:31,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:31,305 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 102, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.45it/s]
2022-03-30 00:10:32,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:32,401 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 102, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 277.34it/s]
2022-03-30 00:10:33,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:33,455 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 102, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.31it/s]
2022-03-30 00:10:34,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:34,580 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 102, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.29it/s]
2022-03-30 00:10:35,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:35,727 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 102, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.67it/s]
2022-03-30 00:10:36,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:36,724 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 102, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.16it/s]
2022-03-30 00:10:37,739 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:37,793 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 102, back end: 116
100%|█████████████████████████████████████████| 152/152 [00:01<00:00, 98.51it/s]
2022-03-30 00:10:39,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:39,851 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 102, back end: 117
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 150.75it/s]
2022-03-30 00:10:41,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:41,389 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 102, back end: 118
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 108.67it/s]
2022-03-30 00:10:43,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:43,286 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 102, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 287.82it/s]
2022-03-30 00:10:44,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:44,251 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 103, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 251.45it/s]
2022-03-30 00:10:45,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:45,286 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 103, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.12it/s]
2022-03-30 00:10:46,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:46,367 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 103, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.30it/s]
2022-03-30 00:10:47,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:47,397 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 103, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 300.56it/s]
2022-03-30 00:10:48,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:48,372 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 103, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.48it/s]
2022-03-30 00:10:49,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:49,502 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 103, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.11it/s]
2022-03-30 00:10:50,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:50,588 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 103, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.96it/s]
2022-03-30 00:10:51,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:51,587 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 103, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.47it/s]
2022-03-30 00:10:52,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:52,597 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 103, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 203.55it/s]
2022-03-30 00:10:53,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:53,814 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 103, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 257.80it/s]
2022-03-30 00:10:54,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:54,860 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 103, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 277.40it/s]
2022-03-30 00:10:55,822 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:55,867 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 103, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.86it/s]
2022-03-30 00:10:56,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:56,984 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 103, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.59it/s]
2022-03-30 00:10:58,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:58,113 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 103, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 328.95it/s]
2022-03-30 00:10:58,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:10:59,032 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 103, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 308.84it/s]
2022-03-30 00:10:59,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:00,016 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 104, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.52it/s]
2022-03-30 00:11:01,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:01,119 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 104, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 227.04it/s]
2022-03-30 00:11:02,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:02,251 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 104, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 289.63it/s]
2022-03-30 00:11:03,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:03,265 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 104, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.69it/s]
2022-03-30 00:11:04,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:04,336 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 104, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.89it/s]
2022-03-30 00:11:05,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:05,403 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 104, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 257.06it/s]
2022-03-30 00:11:06,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:06,444 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 104, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 279.44it/s]
2022-03-30 00:11:07,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:07,451 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 104, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.40it/s]
2022-03-30 00:11:08,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:08,584 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 104, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 203.63it/s]
2022-03-30 00:11:09,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:09,761 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 104, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 271.60it/s]
2022-03-30 00:11:10,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:10,737 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 104, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 270.22it/s]
2022-03-30 00:11:11,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:11,747 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 104, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 217.86it/s]
2022-03-30 00:11:12,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:12,929 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 104, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.57it/s]
2022-03-30 00:11:14,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:14,087 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 104, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.10it/s]
2022-03-30 00:11:15,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:15,134 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 105, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.41it/s]
2022-03-30 00:11:16,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:16,260 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 105, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.39it/s]
2022-03-30 00:11:17,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:17,359 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 105, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 284.30it/s]
2022-03-30 00:11:18,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:18,383 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 105, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 263.05it/s]
2022-03-30 00:11:19,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:19,446 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 105, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.89it/s]
2022-03-30 00:11:20,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:20,529 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 105, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.03it/s]
2022-03-30 00:11:21,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:21,577 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 105, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 213.91it/s]
2022-03-30 00:11:22,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:22,719 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 105, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 266.09it/s]
2022-03-30 00:11:23,716 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:23,765 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 105, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 308.20it/s]
2022-03-30 00:11:24,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:24,668 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 105, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 208.31it/s]
2022-03-30 00:11:25,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:25,826 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 105, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.99it/s]
2022-03-30 00:11:26,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:26,931 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 105, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.86it/s]
2022-03-30 00:11:27,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:28,011 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 105, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 291.52it/s]
2022-03-30 00:11:28,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:28,960 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 106, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.90it/s]
2022-03-30 00:11:29,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:30,032 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 106, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.77it/s]
2022-03-30 00:11:31,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:31,197 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 106, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 280.40it/s]
2022-03-30 00:11:32,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:32,179 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 106, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.87it/s]
2022-03-30 00:11:33,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:33,174 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 106, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.41it/s]
2022-03-30 00:11:34,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:34,317 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 106, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.34it/s]
2022-03-30 00:11:35,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:35,369 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 106, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 281.73it/s]
2022-03-30 00:11:36,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:36,338 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 106, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.89it/s]
2022-03-30 00:11:37,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:37,520 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 106, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 205.73it/s]
2022-03-30 00:11:38,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:38,694 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 106, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 299.00it/s]
2022-03-30 00:11:39,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:39,626 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 106, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 265.44it/s]
2022-03-30 00:11:40,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:40,633 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 106, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.06it/s]
2022-03-30 00:11:41,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:41,732 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 107, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.91it/s]
2022-03-30 00:11:42,716 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:42,753 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 107, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 260.26it/s]
2022-03-30 00:11:43,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:43,772 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 107, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.68it/s]
2022-03-30 00:11:44,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:44,805 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 107, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.18it/s]
2022-03-30 00:11:45,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:45,940 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 107, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 257.48it/s]
2022-03-30 00:11:46,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:46,964 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 107, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 304.16it/s]
2022-03-30 00:11:47,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:47,891 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 107, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.51it/s]
2022-03-30 00:11:48,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:49,031 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 107, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 251.54it/s]
2022-03-30 00:11:49,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:50,005 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 107, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 273.30it/s]
2022-03-30 00:11:50,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:51,007 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 107, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 200.26it/s]
2022-03-30 00:11:52,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:52,274 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 107, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.63it/s]
2022-03-30 00:11:53,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:53,298 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 108, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 260.31it/s]
2022-03-30 00:11:54,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:54,367 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 108, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 278.20it/s]
2022-03-30 00:11:55,360 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:55,402 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 108, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 288.27it/s]
2022-03-30 00:11:56,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:56,449 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 108, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.52it/s]
2022-03-30 00:11:57,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:57,575 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 108, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.32it/s]
2022-03-30 00:11:58,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:58,660 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 108, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 284.27it/s]
2022-03-30 00:11:59,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:11:59,625 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 108, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.74it/s]
2022-03-30 00:12:00,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:00,696 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 108, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.51it/s]
2022-03-30 00:12:01,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:01,744 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 108, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 286.24it/s]
2022-03-30 00:12:02,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:02,772 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 108, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 288.49it/s]
2022-03-30 00:12:03,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:03,773 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 109, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 215.14it/s]
2022-03-30 00:12:04,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:04,906 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 109, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.71it/s]
2022-03-30 00:12:05,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:05,920 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 109, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.50it/s]
2022-03-30 00:12:07,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:07,279 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 109, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 261.18it/s]
2022-03-30 00:12:08,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:08,327 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 109, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 200.05it/s]
2022-03-30 00:12:09,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:09,568 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 109, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.51it/s]
2022-03-30 00:12:10,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:10,660 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 109, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 273.29it/s]
2022-03-30 00:12:11,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:11,674 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 109, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.45it/s]
2022-03-30 00:12:12,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:12,729 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 109, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 201.46it/s]
2022-03-30 00:12:13,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:13,924 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 110, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 200.28it/s]
2022-03-30 00:12:15,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:15,122 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 110, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.63it/s]
2022-03-30 00:12:16,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:16,158 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 110, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 300.39it/s]
2022-03-30 00:12:17,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:17,149 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 110, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.91it/s]
2022-03-30 00:12:18,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:18,248 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 110, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 200.22it/s]
2022-03-30 00:12:19,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:19,454 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 110, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 266.24it/s]
2022-03-30 00:12:20,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:20,505 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 110, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.73it/s]
2022-03-30 00:12:21,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:21,543 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 110, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 199.76it/s]
2022-03-30 00:12:22,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:22,749 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 111, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 224.16it/s]
2022-03-30 00:12:23,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:23,922 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 111, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 289.59it/s]
2022-03-30 00:12:24,860 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:24,902 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 111, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.47it/s]
2022-03-30 00:12:25,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:25,930 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 111, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.32it/s]
2022-03-30 00:12:27,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:27,057 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 111, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.67it/s]
2022-03-30 00:12:28,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:28,113 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 111, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 334.69it/s]
2022-03-30 00:12:28,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:29,012 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 111, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 227.44it/s]
2022-03-30 00:12:30,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:30,146 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 112, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 220.66it/s]
2022-03-30 00:12:31,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:31,291 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 112, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.02it/s]
2022-03-30 00:12:32,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:32,390 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 112, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 309.81it/s]
2022-03-30 00:12:33,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:33,310 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 112, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.16it/s]
2022-03-30 00:12:34,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:34,410 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 112, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 279.74it/s]
2022-03-30 00:12:35,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:35,354 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 112, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 280.10it/s]
2022-03-30 00:12:36,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:36,350 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 113, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.75it/s]
2022-03-30 00:12:37,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:37,391 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 113, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 214.72it/s]
2022-03-30 00:12:38,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:38,515 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 113, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 278.27it/s]
2022-03-30 00:12:39,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:39,504 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 113, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 305.85it/s]
2022-03-30 00:12:40,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:40,458 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 113, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 271.16it/s]
2022-03-30 00:12:41,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:41,472 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 114, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.37it/s]
2022-03-30 00:12:42,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:42,606 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 114, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 285.53it/s]
2022-03-30 00:12:43,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:43,591 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 114, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 216.73it/s]
2022-03-30 00:12:44,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:44,809 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 114, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 216.49it/s]
2022-03-30 00:12:45,898 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:45,949 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 115, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.32it/s]
2022-03-30 00:12:47,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:47,045 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 115, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 271.31it/s]
2022-03-30 00:12:47,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:48,035 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 115, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.26it/s]
2022-03-30 00:12:49,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:49,083 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 116, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 227.05it/s]
2022-03-30 00:12:50,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:50,190 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 116, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.75it/s]
2022-03-30 00:12:51,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:51,194 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 52, back st: 117, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 311.62it/s]
2022-03-30 00:12:52,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:52,169 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 100, back end: 102
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.45it/s]
2022-03-30 00:12:53,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:53,245 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 100, back end: 103
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.52it/s]
2022-03-30 00:12:54,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:54,270 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 100, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 280.11it/s]
2022-03-30 00:12:55,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:55,287 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 100, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 281.43it/s]
2022-03-30 00:12:56,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:56,305 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 100, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 216.07it/s]
2022-03-30 00:12:57,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:57,454 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 100, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.89it/s]
2022-03-30 00:12:58,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:58,541 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 100, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 283.34it/s]
2022-03-30 00:12:59,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:12:59,566 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 100, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.76it/s]
2022-03-30 00:13:00,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:00,693 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 100, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 266.02it/s]
2022-03-30 00:13:01,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:01,749 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 100, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.71it/s]
2022-03-30 00:13:02,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:02,827 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 100, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 274.40it/s]
2022-03-30 00:13:03,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:03,848 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 100, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.90it/s]
2022-03-30 00:13:04,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:04,945 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 100, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.92it/s]
2022-03-30 00:13:05,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:05,950 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 100, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 277.70it/s]
2022-03-30 00:13:06,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:06,973 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 100, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.88it/s]
2022-03-30 00:13:07,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:08,038 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 100, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.87it/s]
2022-03-30 00:13:09,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:09,132 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 100, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.58it/s]
2022-03-30 00:13:10,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:10,212 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 100, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 300.99it/s]
2022-03-30 00:13:11,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:11,213 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 101, back end: 103
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.26it/s]
2022-03-30 00:13:12,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:12,302 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 101, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 227.36it/s]
2022-03-30 00:13:13,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:13,410 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 101, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.98it/s]
2022-03-30 00:13:14,372 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:14,426 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 101, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.35it/s]
2022-03-30 00:13:15,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:15,517 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 101, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.48it/s]
2022-03-30 00:13:16,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:16,610 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 101, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.75it/s]
2022-03-30 00:13:17,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:17,708 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 101, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.46it/s]
2022-03-30 00:13:18,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:18,745 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 101, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 304.91it/s]
2022-03-30 00:13:19,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:19,705 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 101, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 206.86it/s]
2022-03-30 00:13:20,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:20,914 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 101, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.40it/s]
2022-03-30 00:13:21,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:22,040 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 101, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.22it/s]
2022-03-30 00:13:23,039 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:23,082 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 101, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.91it/s]
2022-03-30 00:13:24,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:24,172 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 101, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.81it/s]
2022-03-30 00:13:25,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:25,292 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 101, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.35it/s]
2022-03-30 00:13:26,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:26,377 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 101, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 227.62it/s]
2022-03-30 00:13:27,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:27,474 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 101, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 281.39it/s]
2022-03-30 00:13:28,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:28,478 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 101, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 199.19it/s]
2022-03-30 00:13:29,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:29,712 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 102, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 193.06it/s]
2022-03-30 00:13:30,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:30,898 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 102, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 209.06it/s]
2022-03-30 00:13:32,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:32,070 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 102, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.95it/s]
2022-03-30 00:13:33,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:33,118 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 102, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 285.48it/s]
2022-03-30 00:13:34,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:34,109 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 102, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 217.64it/s]
2022-03-30 00:13:35,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:35,609 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 102, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 205.28it/s]
2022-03-30 00:13:36,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:36,836 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 102, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.06it/s]
2022-03-30 00:13:37,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:37,862 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 102, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.62it/s]
2022-03-30 00:13:38,884 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:38,937 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 102, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 189.65it/s]
2022-03-30 00:13:40,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:40,178 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 102, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 281.94it/s]
2022-03-30 00:13:41,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:41,129 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 102, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.95it/s]
2022-03-30 00:13:42,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:42,157 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 102, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.75it/s]
2022-03-30 00:13:43,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:43,262 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 102, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.28it/s]
2022-03-30 00:13:44,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:44,401 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 102, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.43it/s]
2022-03-30 00:13:45,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:45,475 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 102, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 213.00it/s]
2022-03-30 00:13:46,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:46,643 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 102, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.57it/s]
2022-03-30 00:13:47,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:47,660 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 103, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 273.68it/s]
2022-03-30 00:13:48,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:48,677 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 103, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 215.28it/s]
2022-03-30 00:13:49,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:49,931 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 103, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 251.42it/s]
2022-03-30 00:13:50,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:50,963 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 103, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 319.04it/s]
2022-03-30 00:13:51,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:51,908 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 103, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.62it/s]
2022-03-30 00:13:52,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:52,937 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 103, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 240.04it/s]
2022-03-30 00:13:53,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:54,035 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 103, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 303.44it/s]
2022-03-30 00:13:54,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:55,049 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 103, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.03it/s]
2022-03-30 00:13:56,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:56,180 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 103, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.53it/s]
2022-03-30 00:13:57,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:57,242 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 103, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.23it/s]
2022-03-30 00:13:58,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:58,219 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 103, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 316.82it/s]
2022-03-30 00:13:59,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:13:59,131 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 103, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 201.13it/s]
2022-03-30 00:14:00,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:00,327 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 103, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.35it/s]
2022-03-30 00:14:01,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:01,433 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 103, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.42it/s]
2022-03-30 00:14:02,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:02,472 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 103, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 289.03it/s]
2022-03-30 00:14:03,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:03,424 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 104, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 214.05it/s]
2022-03-30 00:14:04,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:04,590 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 104, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 285.86it/s]
2022-03-30 00:14:05,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:05,502 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 104, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 287.54it/s]
2022-03-30 00:14:06,486 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:06,540 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 104, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 208.32it/s]
2022-03-30 00:14:07,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:07,724 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 104, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.06it/s]
2022-03-30 00:14:08,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:08,753 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 104, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.50it/s]
2022-03-30 00:14:09,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:09,783 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 104, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.22it/s]
2022-03-30 00:14:10,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:10,771 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 104, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.67it/s]
2022-03-30 00:14:11,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:11,868 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 104, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 286.45it/s]
2022-03-30 00:14:12,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:12,835 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 104, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 293.16it/s]
2022-03-30 00:14:13,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:13,840 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 104, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.14it/s]
2022-03-30 00:14:14,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:14,890 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 104, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 249.08it/s]
2022-03-30 00:14:15,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:15,930 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 104, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.11it/s]
2022-03-30 00:14:16,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:16,905 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 104, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 302.81it/s]
2022-03-30 00:14:17,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:17,858 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 105, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 208.22it/s]
2022-03-30 00:14:19,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:19,078 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 105, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 303.44it/s]
2022-03-30 00:14:19,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:20,005 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 105, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 277.83it/s]
2022-03-30 00:14:20,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:20,974 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 105, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.46it/s]
2022-03-30 00:14:21,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:22,016 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 105, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.96it/s]
2022-03-30 00:14:23,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:23,080 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 105, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 287.88it/s]
2022-03-30 00:14:23,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:24,043 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 105, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 260.42it/s]
2022-03-30 00:14:25,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:25,065 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 105, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 212.80it/s]
2022-03-30 00:14:26,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:26,243 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 105, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.44it/s]
2022-03-30 00:14:27,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:27,236 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 105, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 298.28it/s]
2022-03-30 00:14:28,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:28,214 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 105, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.94it/s]
2022-03-30 00:14:29,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:29,233 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 105, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.39it/s]
2022-03-30 00:14:30,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:30,245 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 105, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 310.87it/s]
2022-03-30 00:14:31,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:31,169 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 106, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 249.43it/s]
2022-03-30 00:14:32,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:32,232 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 106, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.02it/s]
2022-03-30 00:14:33,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:33,296 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 106, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.80it/s]
2022-03-30 00:14:34,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:34,402 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 106, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 285.37it/s]
2022-03-30 00:14:35,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:35,408 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 106, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 240.84it/s]
2022-03-30 00:14:36,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:36,511 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 106, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 198.23it/s]
2022-03-30 00:14:37,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:37,730 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 106, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.38it/s]
2022-03-30 00:14:38,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:38,829 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 106, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.93it/s]
2022-03-30 00:14:39,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:39,829 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 106, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.96it/s]
2022-03-30 00:14:40,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:40,800 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 106, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.71it/s]
2022-03-30 00:14:41,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:41,949 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 106, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.11it/s]
2022-03-30 00:14:42,860 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:42,898 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 106, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 320.98it/s]
2022-03-30 00:14:43,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:43,776 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 107, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.35it/s]
2022-03-30 00:14:44,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:44,853 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 107, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.85it/s]
2022-03-30 00:14:45,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:45,980 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 107, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 279.89it/s]
2022-03-30 00:14:46,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:46,982 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 107, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.28it/s]
2022-03-30 00:14:47,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:48,004 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 107, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.46it/s]
2022-03-30 00:14:49,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:49,176 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 107, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 265.47it/s]
2022-03-30 00:14:50,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:50,225 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 107, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 266.13it/s]
2022-03-30 00:14:51,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:51,281 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 107, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.58it/s]
2022-03-30 00:14:52,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:52,433 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 107, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 211.01it/s]
2022-03-30 00:14:53,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:53,599 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 107, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.14it/s]
2022-03-30 00:14:54,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:54,692 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 107, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 299.47it/s]
2022-03-30 00:14:55,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:55,628 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 108, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.20it/s]
2022-03-30 00:14:56,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:56,752 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 108, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.40it/s]
2022-03-30 00:14:57,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:57,903 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 108, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 310.78it/s]
2022-03-30 00:14:58,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:14:58,866 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 108, back end: 113
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 100.79it/s]
2022-03-30 00:15:00,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:00,880 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 108, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 180.72it/s]
2022-03-30 00:15:02,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:02,237 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 108, back end: 115
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 113.27it/s]
2022-03-30 00:15:04,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:04,104 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 108, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.64it/s]
2022-03-30 00:15:05,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:05,136 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 108, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 292.49it/s]
2022-03-30 00:15:06,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:06,148 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 108, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.06it/s]
2022-03-30 00:15:07,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:07,248 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 108, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.75it/s]
2022-03-30 00:15:08,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:08,285 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 109, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.39it/s]
2022-03-30 00:15:09,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:09,419 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 109, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 279.19it/s]
2022-03-30 00:15:10,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:10,467 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 109, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.91it/s]
2022-03-30 00:15:11,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:11,577 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 109, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 268.31it/s]
2022-03-30 00:15:12,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:12,649 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 109, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.33it/s]
2022-03-30 00:15:13,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:13,653 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 109, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.08it/s]
2022-03-30 00:15:14,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:14,670 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 109, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.47it/s]
2022-03-30 00:15:15,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:15,790 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 109, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.50it/s]
2022-03-30 00:15:16,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:16,855 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 109, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 271.68it/s]
2022-03-30 00:15:17,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:17,903 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 110, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.11it/s]
2022-03-30 00:15:18,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:18,935 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 110, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 278.71it/s]
2022-03-30 00:15:19,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:19,917 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 110, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 311.95it/s]
2022-03-30 00:15:20,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:20,839 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 110, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.40it/s]
2022-03-30 00:15:21,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:21,905 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 110, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 218.00it/s]
2022-03-30 00:15:22,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:23,045 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 110, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.24it/s]
2022-03-30 00:15:24,042 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:24,103 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 110, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 298.83it/s]
2022-03-30 00:15:25,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:25,087 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 110, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.41it/s]
2022-03-30 00:15:26,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:26,202 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 111, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 261.09it/s]
2022-03-30 00:15:27,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:27,188 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 111, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 287.69it/s]
2022-03-30 00:15:28,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:28,159 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 111, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.42it/s]
2022-03-30 00:15:29,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:29,212 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 111, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 215.88it/s]
2022-03-30 00:15:30,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:30,357 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 111, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.19it/s]
2022-03-30 00:15:31,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:31,394 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 111, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.35it/s]
2022-03-30 00:15:32,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:32,467 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 111, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 285.15it/s]
2022-03-30 00:15:33,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:33,379 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 112, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.87it/s]
2022-03-30 00:15:34,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:34,372 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 112, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 265.15it/s]
2022-03-30 00:15:35,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:35,412 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 112, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.93it/s]
2022-03-30 00:15:36,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:36,473 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 112, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.68it/s]
2022-03-30 00:15:37,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:37,483 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 112, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 266.45it/s]
2022-03-30 00:15:38,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:38,436 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 112, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 295.42it/s]
2022-03-30 00:15:39,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:39,434 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 113, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.49it/s]
2022-03-30 00:15:40,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:40,461 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 113, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.70it/s]
2022-03-30 00:15:41,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:41,509 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 113, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.99it/s]
2022-03-30 00:15:42,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:42,656 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 113, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 285.34it/s]
2022-03-30 00:15:43,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:43,638 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 113, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.33it/s]
2022-03-30 00:15:44,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:44,646 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 114, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.06it/s]
2022-03-30 00:15:45,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:45,710 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 114, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.75it/s]
2022-03-30 00:15:46,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:46,750 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 114, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 295.43it/s]
2022-03-30 00:15:47,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:47,764 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 114, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 287.73it/s]
2022-03-30 00:15:48,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:48,765 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 115, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 198.73it/s]
2022-03-30 00:15:49,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:49,959 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 115, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.41it/s]
2022-03-30 00:15:50,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:51,029 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 115, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 298.44it/s]
2022-03-30 00:15:51,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:51,956 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 116, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 207.39it/s]
2022-03-30 00:15:53,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:53,115 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 116, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.09it/s]
2022-03-30 00:15:54,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:54,244 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 53, back st: 117, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 301.03it/s]
2022-03-30 00:15:55,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:55,204 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 100, back end: 102
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 291.72it/s]
2022-03-30 00:15:56,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:56,189 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 100, back end: 103
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 277.13it/s]
2022-03-30 00:15:57,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:57,191 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 100, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.79it/s]
2022-03-30 00:15:58,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:58,240 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 100, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 270.79it/s]
2022-03-30 00:15:59,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:15:59,240 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 100, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.54it/s]
2022-03-30 00:16:00,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:00,327 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 100, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.15it/s]
2022-03-30 00:16:01,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:01,410 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 100, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 319.76it/s]
2022-03-30 00:16:02,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:02,324 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 100, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 290.79it/s]
2022-03-30 00:16:03,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:03,258 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 100, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.91it/s]
2022-03-30 00:16:04,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:04,384 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 100, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.98it/s]
2022-03-30 00:16:05,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:05,364 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 100, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 295.52it/s]
2022-03-30 00:16:06,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:06,327 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 100, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 252.89it/s]
2022-03-30 00:16:07,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:07,354 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 100, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 266.06it/s]
2022-03-30 00:16:08,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:08,324 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 100, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 306.50it/s]
2022-03-30 00:16:09,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:09,279 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 100, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 312.00it/s]
2022-03-30 00:16:10,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:10,203 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 100, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 194.79it/s]
2022-03-30 00:16:11,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:11,414 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 100, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.86it/s]
2022-03-30 00:16:12,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:12,472 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 100, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 291.58it/s]
2022-03-30 00:16:13,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:13,497 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 101, back end: 103
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 263.41it/s]
2022-03-30 00:16:14,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:14,522 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 101, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.07it/s]
2022-03-30 00:16:15,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:15,623 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 101, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.53it/s]
2022-03-30 00:16:16,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:16,664 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 101, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 302.36it/s]
2022-03-30 00:16:17,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:17,606 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 101, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.74it/s]
2022-03-30 00:16:18,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:18,691 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 101, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 251.37it/s]
2022-03-30 00:16:19,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:19,744 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 101, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.74it/s]
2022-03-30 00:16:20,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:20,780 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 101, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 297.10it/s]
2022-03-30 00:16:21,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:21,736 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 101, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.64it/s]
2022-03-30 00:16:22,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:22,775 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 101, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.37it/s]
2022-03-30 00:16:23,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:23,946 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 101, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.41it/s]
2022-03-30 00:16:24,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:25,009 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 101, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 300.52it/s]
2022-03-30 00:16:26,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:26,440 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 101, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.97it/s]
2022-03-30 00:16:27,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:27,506 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 101, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 261.09it/s]
2022-03-30 00:16:28,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:28,569 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 101, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.78it/s]
2022-03-30 00:16:29,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:29,759 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 101, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 266.01it/s]
2022-03-30 00:16:30,717 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:30,776 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 101, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 278.30it/s]
2022-03-30 00:16:31,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:31,764 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 102, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 190.56it/s]
2022-03-30 00:16:32,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:32,995 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 102, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 252.65it/s]
2022-03-30 00:16:33,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:34,011 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 102, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 291.34it/s]
2022-03-30 00:16:34,918 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:34,998 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 102, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.81it/s]
2022-03-30 00:16:35,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:36,030 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 102, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 215.00it/s]
2022-03-30 00:16:37,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:37,185 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 102, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.53it/s]
2022-03-30 00:16:38,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:38,287 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 102, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 286.44it/s]
2022-03-30 00:16:39,198 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:39,252 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 102, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 224.91it/s]
2022-03-30 00:16:40,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:40,373 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 102, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.40it/s]
2022-03-30 00:16:41,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:41,439 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 102, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 298.50it/s]
2022-03-30 00:16:42,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:42,397 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 102, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 284.26it/s]
2022-03-30 00:16:43,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:43,393 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 102, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.09it/s]
2022-03-30 00:16:44,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:44,526 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 102, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.79it/s]
2022-03-30 00:16:45,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:45,598 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 102, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 318.55it/s]
2022-03-30 00:16:46,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:46,511 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 102, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.58it/s]
2022-03-30 00:16:47,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:47,528 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 102, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.01it/s]
2022-03-30 00:16:48,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:48,595 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 103, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 257.22it/s]
2022-03-30 00:16:49,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:49,601 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 103, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 314.54it/s]
2022-03-30 00:16:50,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:50,610 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 103, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 268.15it/s]
2022-03-30 00:16:51,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:51,606 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 103, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.48it/s]
2022-03-30 00:16:52,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:52,651 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 103, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 270.74it/s]
2022-03-30 00:16:53,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:53,668 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 103, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 318.14it/s]
2022-03-30 00:16:54,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:54,513 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 103, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.56it/s]
2022-03-30 00:16:55,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:55,622 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 103, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 227.88it/s]
2022-03-30 00:16:56,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:56,761 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 103, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 334.61it/s]
2022-03-30 00:16:57,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:57,690 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 103, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 270.07it/s]
2022-03-30 00:16:58,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:58,618 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 103, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 229.52it/s]
2022-03-30 00:16:59,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:16:59,716 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 103, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 306.74it/s]
2022-03-30 00:17:00,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:00,713 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 103, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.55it/s]
2022-03-30 00:17:01,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:01,827 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 103, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 199.39it/s]
2022-03-30 00:17:02,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:03,042 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 103, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 285.08it/s]
2022-03-30 00:17:04,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:04,088 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 104, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 251.93it/s]
2022-03-30 00:17:05,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:05,114 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 104, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.00it/s]
2022-03-30 00:17:06,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:06,127 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 104, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 257.41it/s]
2022-03-30 00:17:07,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:07,156 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 104, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.66it/s]
2022-03-30 00:17:08,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:08,156 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 104, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.70it/s]
2022-03-30 00:17:09,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:09,174 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 104, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 190.55it/s]
2022-03-30 00:17:10,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:10,372 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 104, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.76it/s]
2022-03-30 00:17:11,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:11,348 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 104, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 268.79it/s]
2022-03-30 00:17:12,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:12,364 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 104, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 251.66it/s]
2022-03-30 00:17:13,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:13,351 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 104, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.68it/s]
2022-03-30 00:17:14,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:14,440 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 104, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 283.34it/s]
2022-03-30 00:17:15,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:15,421 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 104, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 306.04it/s]
2022-03-30 00:17:16,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:16,333 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 104, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 214.90it/s]
2022-03-30 00:17:17,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:17,500 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 104, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.63it/s]
2022-03-30 00:17:18,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:18,528 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 105, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 297.07it/s]
2022-03-30 00:17:19,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:19,487 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 105, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.66it/s]
2022-03-30 00:17:20,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:20,565 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 105, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.09it/s]
2022-03-30 00:17:21,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:21,708 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 105, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 216.12it/s]
2022-03-30 00:17:22,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:22,843 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 105, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 302.62it/s]
2022-03-30 00:17:23,739 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:23,778 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 105, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.15it/s]
2022-03-30 00:17:24,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:24,804 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 105, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.00it/s]
2022-03-30 00:17:25,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:25,835 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 105, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 288.08it/s]
2022-03-30 00:17:26,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:26,791 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 105, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.34it/s]
2022-03-30 00:17:27,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:27,757 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 105, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.70it/s]
2022-03-30 00:17:28,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:28,924 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 105, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.46it/s]
2022-03-30 00:17:29,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:29,981 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 105, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 298.72it/s]
2022-03-30 00:17:30,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:30,985 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 105, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.91it/s]
2022-03-30 00:17:32,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:32,151 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 106, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.29it/s]
2022-03-30 00:17:33,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:33,260 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 106, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 261.22it/s]
2022-03-30 00:17:34,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:34,244 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 106, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 280.93it/s]
2022-03-30 00:17:35,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:35,216 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 106, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.27it/s]
2022-03-30 00:17:36,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:36,346 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 106, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 298.40it/s]
2022-03-30 00:17:37,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:37,258 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 106, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 300.25it/s]
2022-03-30 00:17:38,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:38,227 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 106, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.73it/s]
2022-03-30 00:17:39,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:39,269 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 106, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 212.64it/s]
2022-03-30 00:17:40,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:40,432 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 106, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.11it/s]
2022-03-30 00:17:41,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:41,455 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 106, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.58it/s]
2022-03-30 00:17:42,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:42,465 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 106, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.39it/s]
2022-03-30 00:17:43,545 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:43,583 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 106, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.43it/s]
2022-03-30 00:17:44,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:44,618 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 107, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 292.86it/s]
2022-03-30 00:17:45,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:45,526 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 107, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.91it/s]
2022-03-30 00:17:46,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:46,601 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 107, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.61it/s]
2022-03-30 00:17:47,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:47,604 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 107, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 278.94it/s]
2022-03-30 00:17:48,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:48,549 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 107, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.36it/s]
2022-03-30 00:17:49,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:49,605 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 107, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 295.62it/s]
2022-03-30 00:17:50,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:50,548 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 107, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.39it/s]
2022-03-30 00:17:51,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:51,859 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 107, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.10it/s]
2022-03-30 00:17:52,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:52,932 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 107, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.64it/s]
2022-03-30 00:17:53,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:53,921 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 107, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.80it/s]
2022-03-30 00:17:55,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:55,072 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 107, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.24it/s]
2022-03-30 00:17:56,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:56,119 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 108, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 274.07it/s]
2022-03-30 00:17:57,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:57,112 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 108, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 293.12it/s]
2022-03-30 00:17:58,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:58,105 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 108, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.39it/s]
2022-03-30 00:17:59,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:17:59,203 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 108, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 303.50it/s]
2022-03-30 00:18:00,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:00,151 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 108, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 317.70it/s]
2022-03-30 00:18:01,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:01,102 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 108, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.55it/s]
2022-03-30 00:18:02,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:02,189 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 108, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 285.85it/s]
2022-03-30 00:18:03,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:03,127 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 108, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 270.48it/s]
2022-03-30 00:18:04,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:04,161 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 108, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.53it/s]
2022-03-30 00:18:05,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:05,231 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 108, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.58it/s]
2022-03-30 00:18:06,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:06,404 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 109, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 211.32it/s]
2022-03-30 00:18:07,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:07,565 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 109, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.63it/s]
2022-03-30 00:18:08,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:08,567 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 109, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.94it/s]
2022-03-30 00:18:09,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:09,688 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 109, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 224.15it/s]
2022-03-30 00:18:10,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:10,879 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 109, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 215.51it/s]
2022-03-30 00:18:11,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:12,036 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 109, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 291.95it/s]
2022-03-30 00:18:12,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:13,054 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 109, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.73it/s]
2022-03-30 00:18:14,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:14,042 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 109, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 286.12it/s]
2022-03-30 00:18:14,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:15,013 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 109, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.47it/s]
2022-03-30 00:18:15,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:16,020 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 110, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.27it/s]
2022-03-30 00:18:17,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:17,074 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 110, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 212.74it/s]
2022-03-30 00:18:18,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:18,219 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 110, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.58it/s]
2022-03-30 00:18:19,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:19,295 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 110, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 261.58it/s]
2022-03-30 00:18:20,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:20,404 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 110, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 192.74it/s]
2022-03-30 00:18:21,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:21,670 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 110, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.10it/s]
2022-03-30 00:18:22,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:22,819 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 110, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.56it/s]
2022-03-30 00:18:23,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:23,882 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 110, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 302.22it/s]
2022-03-30 00:18:24,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:24,878 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 111, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.10it/s]
2022-03-30 00:18:25,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:25,996 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 111, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.03it/s]
2022-03-30 00:18:27,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:27,101 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 111, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.01it/s]
2022-03-30 00:18:28,188 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:28,237 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 111, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.04it/s]
2022-03-30 00:18:29,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:29,237 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 111, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.17it/s]
2022-03-30 00:18:30,188 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:30,252 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 111, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 277.13it/s]
2022-03-30 00:18:31,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:31,267 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 111, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.81it/s]
2022-03-30 00:18:32,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:32,335 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 112, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 271.24it/s]
2022-03-30 00:18:33,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:33,335 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 112, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.44it/s]
2022-03-30 00:18:34,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:34,297 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 112, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.80it/s]
2022-03-30 00:18:35,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:35,422 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 112, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 207.74it/s]
2022-03-30 00:18:36,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:36,603 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 112, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.60it/s]
2022-03-30 00:18:37,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:37,675 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 112, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 287.67it/s]
2022-03-30 00:18:38,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:38,660 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 113, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.19it/s]
2022-03-30 00:18:39,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:39,690 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 113, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 216.89it/s]
2022-03-30 00:18:40,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:40,819 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 113, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 313.70it/s]
2022-03-30 00:18:41,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:41,756 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 113, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 252.67it/s]
2022-03-30 00:18:42,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:42,842 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 113, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.49it/s]
2022-03-30 00:18:43,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:43,935 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 114, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 280.64it/s]
2022-03-30 00:18:44,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:44,911 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 114, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 287.50it/s]
2022-03-30 00:18:45,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:45,848 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 114, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 213.86it/s]
2022-03-30 00:18:46,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:47,045 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 114, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 215.73it/s]
2022-03-30 00:18:48,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:48,180 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 115, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.06it/s]
2022-03-30 00:18:49,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:49,146 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 115, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.03it/s]
2022-03-30 00:18:50,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:50,133 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 115, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.13it/s]
2022-03-30 00:18:51,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:51,245 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 116, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.25it/s]
2022-03-30 00:18:52,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:52,165 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 116, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 290.01it/s]
2022-03-30 00:18:53,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:53,143 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 54, back st: 117, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.99it/s]
2022-03-30 00:18:54,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:54,258 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 100, back end: 102
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 271.99it/s]
2022-03-30 00:18:55,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:55,245 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 100, back end: 103
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.52it/s]
2022-03-30 00:18:56,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:56,336 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 100, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 286.36it/s]
2022-03-30 00:18:57,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:57,366 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 100, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.10it/s]
2022-03-30 00:18:58,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:58,395 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 100, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.53it/s]
2022-03-30 00:18:59,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:18:59,458 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 100, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 312.07it/s]
2022-03-30 00:19:00,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:00,378 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 100, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 266.99it/s]
2022-03-30 00:19:01,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:01,347 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 100, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.69it/s]
2022-03-30 00:19:02,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:02,441 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 100, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.63it/s]
2022-03-30 00:19:03,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:03,431 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 100, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 308.43it/s]
2022-03-30 00:19:04,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:04,367 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 100, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 218.30it/s]
2022-03-30 00:19:05,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:05,524 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 100, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 216.96it/s]
2022-03-30 00:19:06,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:06,639 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 100, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.16it/s]
2022-03-30 00:19:07,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:07,678 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 100, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.63it/s]
2022-03-30 00:19:08,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:08,647 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 100, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.88it/s]
2022-03-30 00:19:09,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:09,703 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 100, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 215.01it/s]
2022-03-30 00:19:10,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:10,842 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 100, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 299.36it/s]
2022-03-30 00:19:11,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:11,840 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 100, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.76it/s]
2022-03-30 00:19:12,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:12,860 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 101, back end: 103
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 210.72it/s]
2022-03-30 00:19:14,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:14,064 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 101, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 229.76it/s]
2022-03-30 00:19:15,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:15,188 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 101, back end: 105
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 125.85it/s]
2022-03-30 00:19:16,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:16,837 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 101, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 153.44it/s]
2022-03-30 00:19:18,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:18,291 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 101, back end: 107
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 121.49it/s]
2022-03-30 00:19:19,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:20,047 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 101, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 212.13it/s]
2022-03-30 00:19:21,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:21,236 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 101, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.83it/s]
2022-03-30 00:19:22,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:22,314 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 101, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 288.82it/s]
2022-03-30 00:19:23,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:23,251 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 101, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 277.24it/s]
2022-03-30 00:19:24,206 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:24,252 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 101, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 227.10it/s]
2022-03-30 00:19:25,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:25,347 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 101, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.33it/s]
2022-03-30 00:19:26,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:26,414 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 101, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 309.05it/s]
2022-03-30 00:19:27,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:27,388 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 101, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 293.16it/s]
2022-03-30 00:19:28,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:28,393 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 101, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.77it/s]
2022-03-30 00:19:29,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:29,471 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 101, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.01it/s]
2022-03-30 00:19:30,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:30,579 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 101, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 273.43it/s]
2022-03-30 00:19:31,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:31,626 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 101, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.07it/s]
2022-03-30 00:19:32,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:32,742 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 102, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.33it/s]
2022-03-30 00:19:33,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:33,821 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 102, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.80it/s]
2022-03-30 00:19:34,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:34,924 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 102, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.80it/s]
2022-03-30 00:19:36,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:36,063 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 102, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.49it/s]
2022-03-30 00:19:37,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:37,117 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 102, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 249.96it/s]
2022-03-30 00:19:38,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:38,133 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 102, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 277.73it/s]
2022-03-30 00:19:39,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:39,164 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 102, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.97it/s]
2022-03-30 00:19:40,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:40,120 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 102, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.96it/s]
2022-03-30 00:19:41,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:41,099 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 102, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.71it/s]
2022-03-30 00:19:42,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:42,199 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 102, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.33it/s]
2022-03-30 00:19:43,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:43,342 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 102, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 204.02it/s]
2022-03-30 00:19:44,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:44,547 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 102, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 205.03it/s]
2022-03-30 00:19:45,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:45,706 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 102, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.98it/s]
2022-03-30 00:19:46,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:46,825 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 102, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 285.46it/s]
2022-03-30 00:19:47,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:47,824 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 102, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 210.60it/s]
2022-03-30 00:19:48,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:48,997 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 102, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 229.48it/s]
2022-03-30 00:19:49,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:50,040 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 103, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 303.49it/s]
2022-03-30 00:19:51,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:51,058 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 103, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 270.47it/s]
2022-03-30 00:19:51,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:52,041 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 103, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.31it/s]
2022-03-30 00:19:53,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:53,172 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 103, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.94it/s]
2022-03-30 00:19:54,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:54,338 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 103, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 274.55it/s]
2022-03-30 00:19:55,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:55,354 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 103, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.90it/s]
2022-03-30 00:19:56,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:56,501 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 103, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 283.98it/s]
2022-03-30 00:19:57,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:57,437 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 103, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 280.23it/s]
2022-03-30 00:19:58,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:58,483 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 103, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 260.46it/s]
2022-03-30 00:19:59,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:19:59,530 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 103, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.73it/s]
2022-03-30 00:20:00,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:00,656 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 103, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.35it/s]
2022-03-30 00:20:01,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:01,747 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 103, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 306.97it/s]
2022-03-30 00:20:02,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:02,698 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 103, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 274.91it/s]
2022-03-30 00:20:03,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:03,679 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 103, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.08it/s]
2022-03-30 00:20:04,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:04,754 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 103, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 224.90it/s]
2022-03-30 00:20:05,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:05,881 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 104, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 310.22it/s]
2022-03-30 00:20:06,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:06,854 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 104, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 252.76it/s]
2022-03-30 00:20:07,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:07,892 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 104, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.07it/s]
2022-03-30 00:20:08,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:08,965 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 104, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 286.31it/s]
2022-03-30 00:20:09,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:09,974 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 104, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 291.65it/s]
2022-03-30 00:20:10,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:11,001 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 104, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 283.30it/s]
2022-03-30 00:20:11,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:11,952 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 104, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 220.26it/s]
2022-03-30 00:20:13,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:13,099 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 104, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 315.34it/s]
2022-03-30 00:20:14,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:14,078 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 104, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 251.94it/s]
2022-03-30 00:20:15,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:15,152 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 104, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.50it/s]
2022-03-30 00:20:16,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:16,164 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 104, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.98it/s]
2022-03-30 00:20:17,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:17,268 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 104, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 296.28it/s]
2022-03-30 00:20:18,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:18,270 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 104, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.25it/s]
2022-03-30 00:20:19,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:19,478 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 104, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 192.73it/s]
2022-03-30 00:20:20,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:20,688 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 105, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 181.76it/s]
2022-03-30 00:20:21,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:21,996 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 105, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 216.67it/s]
2022-03-30 00:20:23,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:23,128 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 105, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 296.59it/s]
2022-03-30 00:20:24,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:24,115 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 105, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 252.18it/s]
2022-03-30 00:20:25,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:25,298 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 105, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 212.49it/s]
2022-03-30 00:20:26,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:26,449 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 105, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.62it/s]
2022-03-30 00:20:27,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:27,495 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 105, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 352.88it/s]
2022-03-30 00:20:28,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:28,421 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 105, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.65it/s]
2022-03-30 00:20:29,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:29,532 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 105, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 201.47it/s]
2022-03-30 00:20:30,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:30,724 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 105, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.39it/s]
2022-03-30 00:20:31,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:31,755 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 105, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.02it/s]
2022-03-30 00:20:32,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:32,857 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 105, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.92it/s]
2022-03-30 00:20:33,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:33,928 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 105, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 207.33it/s]
2022-03-30 00:20:35,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:35,145 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 106, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 314.44it/s]
2022-03-30 00:20:35,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:36,034 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 106, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.43it/s]
2022-03-30 00:20:37,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:37,103 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 106, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.52it/s]
2022-03-30 00:20:38,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:38,220 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 106, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.42it/s]
2022-03-30 00:20:39,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:39,358 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 106, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 298.32it/s]
2022-03-30 00:20:40,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:40,302 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 106, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.06it/s]
2022-03-30 00:20:41,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:41,475 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 106, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.07it/s]
2022-03-30 00:20:42,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:42,617 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 106, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.91it/s]
2022-03-30 00:20:43,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:43,680 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 106, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.77it/s]
2022-03-30 00:20:45,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:45,157 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 106, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 298.32it/s]
2022-03-30 00:20:46,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:46,134 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 106, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.34it/s]
2022-03-30 00:20:47,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:47,198 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 106, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 213.07it/s]
2022-03-30 00:20:48,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:48,358 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 107, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.18it/s]
2022-03-30 00:20:49,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:49,467 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 107, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 285.71it/s]
2022-03-30 00:20:50,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:50,508 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 107, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.46it/s]
2022-03-30 00:20:51,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:51,561 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 107, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 290.63it/s]
2022-03-30 00:20:52,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:52,512 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 107, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 290.68it/s]
2022-03-30 00:20:53,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:53,485 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 107, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 283.91it/s]
2022-03-30 00:20:54,392 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:54,428 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 107, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 210.21it/s]
2022-03-30 00:20:55,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:55,639 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 107, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 277.67it/s]
2022-03-30 00:20:56,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:56,685 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 107, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.67it/s]
2022-03-30 00:20:57,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:57,779 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 107, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.01it/s]
2022-03-30 00:20:58,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:20:58,909 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 107, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 227.64it/s]
2022-03-30 00:20:59,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:00,031 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 108, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.64it/s]
2022-03-30 00:21:00,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:01,015 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 108, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 229.12it/s]
2022-03-30 00:21:02,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:02,125 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 108, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 211.92it/s]
2022-03-30 00:21:03,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:03,278 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 108, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.49it/s]
2022-03-30 00:21:04,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:04,320 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 108, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 317.00it/s]
2022-03-30 00:21:05,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:05,287 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 108, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 260.70it/s]
2022-03-30 00:21:06,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:06,324 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 108, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 251.99it/s]
2022-03-30 00:21:07,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:07,332 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 108, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.58it/s]
2022-03-30 00:21:08,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:08,372 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 108, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.22it/s]
2022-03-30 00:21:09,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:09,463 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 108, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 213.76it/s]
2022-03-30 00:21:10,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:10,595 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 109, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.99it/s]
2022-03-30 00:21:11,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:11,719 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 109, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 311.54it/s]
2022-03-30 00:21:12,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:12,661 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 109, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 278.17it/s]
2022-03-30 00:21:13,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:13,627 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 109, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.58it/s]
2022-03-30 00:21:14,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:14,710 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 109, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 270.10it/s]
2022-03-30 00:21:15,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:15,690 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 109, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 308.86it/s]
2022-03-30 00:21:16,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:16,662 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 109, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.76it/s]
2022-03-30 00:21:17,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:17,793 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 109, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.28it/s]
2022-03-30 00:21:18,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:18,800 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 109, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 278.60it/s]
2022-03-30 00:21:19,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:19,802 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 110, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 310.81it/s]
2022-03-30 00:21:20,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:20,735 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 110, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.59it/s]
2022-03-30 00:21:21,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:21,839 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 110, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.28it/s]
2022-03-30 00:21:22,846 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:22,892 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 110, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 303.57it/s]
2022-03-30 00:21:23,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:23,905 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 110, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.64it/s]
2022-03-30 00:21:24,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:24,975 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 110, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.24it/s]
2022-03-30 00:21:26,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:26,083 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 110, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.44it/s]
2022-03-30 00:21:27,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:27,125 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 110, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 252.96it/s]
2022-03-30 00:21:28,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:28,166 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 111, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.27it/s]
2022-03-30 00:21:29,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:29,243 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 111, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.48it/s]
2022-03-30 00:21:30,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:30,315 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 111, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.32it/s]
2022-03-30 00:21:31,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:31,252 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 111, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.47it/s]
2022-03-30 00:21:32,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:32,298 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 111, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.49it/s]
2022-03-30 00:21:33,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:33,421 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 111, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.87it/s]
2022-03-30 00:21:34,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:34,504 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 111, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 312.08it/s]
2022-03-30 00:21:35,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:35,437 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 112, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 216.32it/s]
2022-03-30 00:21:36,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:36,614 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 112, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.18it/s]
2022-03-30 00:21:37,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:37,697 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 112, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 249.16it/s]
2022-03-30 00:21:38,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:38,727 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 112, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 319.39it/s]
2022-03-30 00:21:39,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:39,680 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 112, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.70it/s]
2022-03-30 00:21:40,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:40,809 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 112, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.70it/s]
2022-03-30 00:21:41,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:41,910 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 113, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 291.96it/s]
2022-03-30 00:21:42,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:42,830 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 113, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 300.31it/s]
2022-03-30 00:21:43,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:43,792 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 113, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.19it/s]
2022-03-30 00:21:44,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:44,860 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 113, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.15it/s]
2022-03-30 00:21:45,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:45,816 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 113, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.11it/s]
2022-03-30 00:21:46,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:46,855 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 114, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.78it/s]
2022-03-30 00:21:47,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:47,889 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 114, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.91it/s]
2022-03-30 00:21:48,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:48,946 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 114, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.26it/s]
2022-03-30 00:21:49,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:49,898 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 114, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 280.52it/s]
2022-03-30 00:21:50,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:50,850 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 115, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.05it/s]
2022-03-30 00:21:51,860 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:51,902 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 115, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 284.80it/s]
2022-03-30 00:21:52,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:52,881 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 115, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 305.37it/s]
2022-03-30 00:21:53,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:53,859 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 116, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.78it/s]
2022-03-30 00:21:54,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:54,887 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 116, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 263.59it/s]
2022-03-30 00:21:55,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:55,901 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 55, back st: 117, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.87it/s]
2022-03-30 00:21:56,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:56,944 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 100, back end: 102
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.93it/s]
2022-03-30 00:21:57,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:57,917 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 100, back end: 103
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.85it/s]
2022-03-30 00:21:58,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:58,988 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 100, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 266.50it/s]
2022-03-30 00:21:59,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:21:59,982 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 100, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.52it/s]
2022-03-30 00:22:00,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:00,981 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 100, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 261.99it/s]
2022-03-30 00:22:01,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:02,011 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 100, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 211.89it/s]
2022-03-30 00:22:03,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:03,187 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 100, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.62it/s]
2022-03-30 00:22:04,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:04,203 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 100, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 311.80it/s]
2022-03-30 00:22:05,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:05,127 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 100, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.27it/s]
2022-03-30 00:22:06,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:06,174 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 100, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.70it/s]
2022-03-30 00:22:07,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:07,286 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 100, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 271.71it/s]
2022-03-30 00:22:08,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:08,271 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 100, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.15it/s]
2022-03-30 00:22:09,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:09,333 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 100, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.45it/s]
2022-03-30 00:22:10,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:10,729 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 100, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.23it/s]
2022-03-30 00:22:11,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:11,764 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 100, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 218.56it/s]
2022-03-30 00:22:12,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:12,900 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 100, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 296.24it/s]
2022-03-30 00:22:13,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:13,832 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 100, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 287.34it/s]
2022-03-30 00:22:14,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:14,767 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 100, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.33it/s]
2022-03-30 00:22:15,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:15,872 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 101, back end: 103
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 281.74it/s]
2022-03-30 00:22:16,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:16,836 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 101, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.25it/s]
2022-03-30 00:22:17,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:17,788 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 101, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.73it/s]
2022-03-30 00:22:18,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:18,904 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 101, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 251.05it/s]
2022-03-30 00:22:19,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:19,927 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 101, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 333.29it/s]
2022-03-30 00:22:20,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:20,799 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 101, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.03it/s]
2022-03-30 00:22:21,898 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:21,955 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 101, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.46it/s]
2022-03-30 00:22:22,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:22,958 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 101, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 290.75it/s]
2022-03-30 00:22:23,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:23,937 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 101, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 291.34it/s]
2022-03-30 00:22:24,834 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:24,870 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 101, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.55it/s]
2022-03-30 00:22:25,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:25,937 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 101, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 263.70it/s]
2022-03-30 00:22:26,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:26,932 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 101, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 304.59it/s]
2022-03-30 00:22:27,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:27,884 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 101, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.85it/s]
2022-03-30 00:22:28,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:28,980 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 101, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.20it/s]
2022-03-30 00:22:29,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:30,006 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 101, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.41it/s]
2022-03-30 00:22:30,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:31,003 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 101, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 220.72it/s]
2022-03-30 00:22:32,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:32,131 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 101, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.89it/s]
2022-03-30 00:22:33,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:33,242 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 102, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 286.34it/s]
2022-03-30 00:22:34,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:34,251 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 102, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.71it/s]
2022-03-30 00:22:35,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:35,400 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 102, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 186.55it/s]
2022-03-30 00:22:36,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:36,638 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 102, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 291.60it/s]
2022-03-30 00:22:37,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:37,593 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 102, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.75it/s]
2022-03-30 00:22:38,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:38,639 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 102, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.07it/s]
2022-03-30 00:22:39,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:39,843 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 102, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.52it/s]
2022-03-30 00:22:40,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:40,964 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 102, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.31it/s]
2022-03-30 00:22:41,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:42,033 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 102, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 280.46it/s]
2022-03-30 00:22:42,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:43,032 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 102, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.88it/s]
2022-03-30 00:22:44,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:44,174 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 102, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 213.40it/s]
2022-03-30 00:22:45,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:45,360 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 102, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 321.59it/s]
2022-03-30 00:22:46,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:46,283 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 102, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.12it/s]
2022-03-30 00:22:47,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:47,298 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 102, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 194.41it/s]
2022-03-30 00:22:48,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:48,488 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 102, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.27it/s]
2022-03-30 00:22:49,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:49,539 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 102, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 318.91it/s]
2022-03-30 00:22:50,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:50,486 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 103, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.03it/s]
2022-03-30 00:22:51,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:51,564 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 103, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.86it/s]
2022-03-30 00:22:52,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:52,617 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 103, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 295.77it/s]
2022-03-30 00:22:53,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:53,623 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 103, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.05it/s]
2022-03-30 00:22:54,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:54,643 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 103, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.50it/s]
2022-03-30 00:22:55,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:55,740 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 103, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.34it/s]
2022-03-30 00:22:56,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:56,823 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 103, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 320.13it/s]
2022-03-30 00:22:57,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:57,704 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 103, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.52it/s]
2022-03-30 00:22:58,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:58,728 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 103, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.91it/s]
2022-03-30 00:22:59,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:22:59,845 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 103, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.83it/s]
2022-03-30 00:23:00,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:00,886 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 103, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 301.25it/s]
2022-03-30 00:23:01,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:01,819 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 103, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.86it/s]
2022-03-30 00:23:02,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:02,890 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 103, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 306.11it/s]
2022-03-30 00:23:03,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:03,869 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 103, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.96it/s]
2022-03-30 00:23:04,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:04,978 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 103, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 208.34it/s]
2022-03-30 00:23:06,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:06,167 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 104, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.80it/s]
2022-03-30 00:23:07,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:07,264 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 104, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 299.51it/s]
2022-03-30 00:23:08,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:08,229 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 104, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 261.07it/s]
2022-03-30 00:23:09,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:09,275 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 104, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.12it/s]
2022-03-30 00:23:10,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:10,368 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 104, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 298.91it/s]
2022-03-30 00:23:11,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:11,310 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 104, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.53it/s]
2022-03-30 00:23:12,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:12,331 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 104, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.54it/s]
2022-03-30 00:23:13,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:13,460 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 104, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.43it/s]
2022-03-30 00:23:14,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:14,574 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 104, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 304.98it/s]
2022-03-30 00:23:15,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:15,544 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 104, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.43it/s]
2022-03-30 00:23:16,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:16,649 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 104, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 214.80it/s]
2022-03-30 00:23:17,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:17,781 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 104, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.25it/s]
2022-03-30 00:23:18,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:18,819 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 104, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.95it/s]
2022-03-30 00:23:19,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:19,854 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 104, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.53it/s]
2022-03-30 00:23:20,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:20,946 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 105, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 214.45it/s]
2022-03-30 00:23:22,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:22,093 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 105, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 298.45it/s]
2022-03-30 00:23:23,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:23,077 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 105, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.66it/s]
2022-03-30 00:23:24,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:24,158 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 105, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 217.98it/s]
2022-03-30 00:23:25,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:25,303 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 105, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 196.20it/s]
2022-03-30 00:23:26,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:26,550 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 105, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.05it/s]
2022-03-30 00:23:27,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:27,609 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 105, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 312.14it/s]
2022-03-30 00:23:28,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:28,568 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 105, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 218.68it/s]
2022-03-30 00:23:29,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:29,680 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 105, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.22it/s]
2022-03-30 00:23:30,726 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:30,786 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 105, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 260.42it/s]
2022-03-30 00:23:31,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:31,829 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 105, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 283.27it/s]
2022-03-30 00:23:32,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:32,803 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 105, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 212.42it/s]
2022-03-30 00:23:34,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:34,065 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 105, back end: 119
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 115.03it/s]
2022-03-30 00:23:35,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:35,781 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 106, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 162.87it/s]
2022-03-30 00:23:37,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:37,181 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 106, back end: 109
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 116.98it/s]
2022-03-30 00:23:38,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:38,915 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 106, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 227.01it/s]
2022-03-30 00:23:39,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:39,990 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 106, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 249.71it/s]
2022-03-30 00:23:40,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:41,034 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 106, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 312.85it/s]
2022-03-30 00:23:41,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:42,017 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 106, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 227.54it/s]
2022-03-30 00:23:43,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:43,167 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 106, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.54it/s]
2022-03-30 00:23:44,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:44,207 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 106, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.03it/s]
2022-03-30 00:23:45,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:45,271 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 106, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 279.21it/s]
2022-03-30 00:23:46,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:46,309 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 106, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 215.84it/s]
2022-03-30 00:23:47,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:47,490 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 106, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 279.35it/s]
2022-03-30 00:23:48,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:48,440 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 106, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 273.63it/s]
2022-03-30 00:23:49,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:49,509 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 107, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 252.14it/s]
2022-03-30 00:23:50,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:50,601 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 107, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.20it/s]
2022-03-30 00:23:51,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:51,648 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 107, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.49it/s]
2022-03-30 00:23:52,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:52,754 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 107, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.81it/s]
2022-03-30 00:23:53,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:53,918 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 107, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 287.52it/s]
2022-03-30 00:23:54,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:54,914 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 107, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 212.10it/s]
2022-03-30 00:23:56,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:56,069 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 107, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 195.73it/s]
2022-03-30 00:23:57,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:57,275 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 107, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 240.53it/s]
2022-03-30 00:23:58,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:58,364 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 107, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 296.69it/s]
2022-03-30 00:23:59,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:23:59,371 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 107, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 214.45it/s]
2022-03-30 00:24:00,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:00,555 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 107, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 227.34it/s]
2022-03-30 00:24:01,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:01,634 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 108, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.87it/s]
2022-03-30 00:24:02,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:02,663 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 108, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 289.18it/s]
2022-03-30 00:24:03,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:03,675 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 108, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.44it/s]
2022-03-30 00:24:04,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:04,770 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 108, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 213.79it/s]
2022-03-30 00:24:05,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:05,881 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 108, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 307.80it/s]
2022-03-30 00:24:06,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:06,834 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 108, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 215.58it/s]
2022-03-30 00:24:07,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:08,006 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 108, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 210.08it/s]
2022-03-30 00:24:09,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:09,221 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 108, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.41it/s]
2022-03-30 00:24:10,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:10,307 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 108, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.22it/s]
2022-03-30 00:24:11,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:11,346 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 108, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.80it/s]
2022-03-30 00:24:12,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:12,432 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 109, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.47it/s]
2022-03-30 00:24:13,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:13,518 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 109, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 229.35it/s]
2022-03-30 00:24:14,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:14,573 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 109, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 227.05it/s]
2022-03-30 00:24:15,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:15,661 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 109, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.98it/s]
2022-03-30 00:24:16,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:16,700 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 109, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 314.39it/s]
2022-03-30 00:24:17,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:17,623 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 109, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.70it/s]
2022-03-30 00:24:18,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:18,767 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 109, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 210.03it/s]
2022-03-30 00:24:19,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:19,915 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 109, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.77it/s]
2022-03-30 00:24:20,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:20,990 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 109, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 305.08it/s]
2022-03-30 00:24:21,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:22,003 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 110, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.69it/s]
2022-03-30 00:24:23,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:23,137 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 110, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.93it/s]
2022-03-30 00:24:24,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:24,233 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 110, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 336.43it/s]
2022-03-30 00:24:25,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:25,157 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 110, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.72it/s]
2022-03-30 00:24:26,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:26,171 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 110, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 186.05it/s]
2022-03-30 00:24:27,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:27,488 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 110, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.19it/s]
2022-03-30 00:24:28,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:28,562 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 110, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 265.98it/s]
2022-03-30 00:24:29,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:29,586 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 110, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.11it/s]
2022-03-30 00:24:30,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:30,567 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 111, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.26it/s]
2022-03-30 00:24:31,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:31,700 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 111, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.28it/s]
2022-03-30 00:24:32,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:32,731 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 111, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 307.66it/s]
2022-03-30 00:24:33,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:33,712 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 111, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 266.21it/s]
2022-03-30 00:24:34,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:34,727 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 111, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.20it/s]
2022-03-30 00:24:35,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:35,834 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 111, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.04it/s]
2022-03-30 00:24:36,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:36,896 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 111, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 321.80it/s]
2022-03-30 00:24:37,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:37,779 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 112, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.24it/s]
2022-03-30 00:24:38,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:38,864 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 112, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 249.55it/s]
2022-03-30 00:24:39,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:39,873 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 112, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 224.28it/s]
2022-03-30 00:24:40,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:41,027 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 112, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.69it/s]
2022-03-30 00:24:42,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:42,069 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 112, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.31it/s]
2022-03-30 00:24:43,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:43,192 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 112, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 240.78it/s]
2022-03-30 00:24:44,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:44,240 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 113, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.30it/s]
2022-03-30 00:24:45,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:45,295 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 113, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.88it/s]
2022-03-30 00:24:46,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:46,358 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 113, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 277.65it/s]
2022-03-30 00:24:47,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:47,374 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 113, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.12it/s]
2022-03-30 00:24:48,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:48,476 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 113, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 293.20it/s]
2022-03-30 00:24:49,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:49,536 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 114, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 257.39it/s]
2022-03-30 00:24:50,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:50,529 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 114, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 215.02it/s]
2022-03-30 00:24:51,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:51,663 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 114, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 281.02it/s]
2022-03-30 00:24:52,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:52,630 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 114, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.77it/s]
2022-03-30 00:24:53,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:53,719 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 115, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.40it/s]
2022-03-30 00:24:54,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:54,766 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 115, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.01it/s]
2022-03-30 00:24:55,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:55,835 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 115, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.75it/s]
2022-03-30 00:24:56,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:56,900 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 116, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 212.96it/s]
2022-03-30 00:24:58,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:58,056 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 116, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 202.09it/s]
2022-03-30 00:24:59,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:24:59,201 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 56, back st: 117, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.26it/s]
2022-03-30 00:25:00,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:00,294 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 100, back end: 102
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 317.61it/s]
2022-03-30 00:25:01,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:01,222 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 100, back end: 103
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.54it/s]
2022-03-30 00:25:02,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:02,304 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 100, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 215.07it/s]
2022-03-30 00:25:03,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:03,813 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 100, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 205.12it/s]
2022-03-30 00:25:04,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:04,988 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 100, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 251.30it/s]
2022-03-30 00:25:05,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:06,036 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 100, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 291.60it/s]
2022-03-30 00:25:06,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:06,985 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 100, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.03it/s]
2022-03-30 00:25:08,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:08,042 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 100, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 257.67it/s]
2022-03-30 00:25:08,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:08,999 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 100, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 299.83it/s]
2022-03-30 00:25:09,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:09,943 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 100, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.74it/s]
2022-03-30 00:25:10,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:10,956 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 100, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 214.38it/s]
2022-03-30 00:25:12,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:12,122 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 100, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 296.00it/s]
2022-03-30 00:25:12,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:13,011 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 100, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 322.38it/s]
2022-03-30 00:25:13,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:13,914 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 100, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 206.73it/s]
2022-03-30 00:25:15,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:15,217 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 100, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 214.60it/s]
2022-03-30 00:25:16,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:16,382 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 100, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 312.29it/s]
2022-03-30 00:25:17,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:17,342 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 100, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.39it/s]
2022-03-30 00:25:18,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:18,323 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 100, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 218.81it/s]
2022-03-30 00:25:19,433 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:19,473 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 101, back end: 103
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 240.05it/s]
2022-03-30 00:25:20,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:20,507 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 101, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 306.94it/s]
2022-03-30 00:25:21,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:21,441 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 101, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.84it/s]
2022-03-30 00:25:22,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:22,472 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 101, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.07it/s]
2022-03-30 00:25:23,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:23,543 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 101, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 283.39it/s]
2022-03-30 00:25:24,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:24,506 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 101, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 296.53it/s]
2022-03-30 00:25:25,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:25,479 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 101, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 270.68it/s]
2022-03-30 00:25:26,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:26,467 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 101, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.66it/s]
2022-03-30 00:25:27,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:27,492 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 101, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 319.49it/s]
2022-03-30 00:25:28,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:28,459 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 101, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.63it/s]
2022-03-30 00:25:29,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:29,558 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 101, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.47it/s]
2022-03-30 00:25:30,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:30,689 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 101, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.66it/s]
2022-03-30 00:25:31,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:31,714 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 101, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 265.12it/s]
2022-03-30 00:25:32,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:32,775 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 101, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.57it/s]
2022-03-30 00:25:33,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:33,842 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 101, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.07it/s]
2022-03-30 00:25:34,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:34,970 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 101, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.81it/s]
2022-03-30 00:25:36,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:36,125 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 101, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 288.71it/s]
2022-03-30 00:25:37,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:37,117 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 102, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.28it/s]
2022-03-30 00:25:38,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:38,148 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 102, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 208.06it/s]
2022-03-30 00:25:39,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:39,265 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 102, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.31it/s]
2022-03-30 00:25:40,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:40,368 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 102, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 283.17it/s]
2022-03-30 00:25:41,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:41,401 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 102, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.89it/s]
2022-03-30 00:25:42,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:42,441 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 102, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 207.61it/s]
2022-03-30 00:25:43,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:43,657 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 102, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 224.94it/s]
2022-03-30 00:25:44,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:44,774 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 102, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 263.24it/s]
2022-03-30 00:25:45,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:45,799 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 102, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 263.71it/s]
2022-03-30 00:25:46,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:46,869 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 102, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 206.48it/s]
2022-03-30 00:25:48,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:48,091 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 102, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 271.16it/s]
2022-03-30 00:25:49,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:49,114 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 102, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 208.78it/s]
2022-03-30 00:25:50,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:50,250 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 102, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 329.88it/s]
2022-03-30 00:25:51,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:51,165 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 102, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.86it/s]
2022-03-30 00:25:52,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:52,253 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 102, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.58it/s]
2022-03-30 00:25:53,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:53,402 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 102, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.99it/s]
2022-03-30 00:25:54,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:54,366 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 103, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 291.96it/s]
2022-03-30 00:25:55,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:55,321 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 103, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.25it/s]
2022-03-30 00:25:56,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:56,525 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 103, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 260.17it/s]
2022-03-30 00:25:57,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:57,559 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 103, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 322.70it/s]
2022-03-30 00:25:58,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:58,493 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 103, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 257.44it/s]
2022-03-30 00:25:59,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:25:59,570 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 103, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 229.06it/s]
2022-03-30 00:26:00,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:00,666 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 103, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.72it/s]
2022-03-30 00:26:01,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:01,721 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 103, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 295.63it/s]
2022-03-30 00:26:02,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:02,705 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 103, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.73it/s]
2022-03-30 00:26:03,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:03,828 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 103, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 227.48it/s]
2022-03-30 00:26:04,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:04,936 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 103, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 274.89it/s]
2022-03-30 00:26:05,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:05,941 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 103, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.32it/s]
2022-03-30 00:26:06,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:07,000 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 103, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.68it/s]
2022-03-30 00:26:08,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:08,119 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 103, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 222.07it/s]
2022-03-30 00:26:09,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:09,214 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 103, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 274.39it/s]
2022-03-30 00:26:10,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:10,232 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 104, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.40it/s]
2022-03-30 00:26:11,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:11,307 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 104, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.69it/s]
2022-03-30 00:26:12,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:12,430 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 104, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.38it/s]
2022-03-30 00:26:13,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:13,471 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 104, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 289.22it/s]
2022-03-30 00:26:14,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:14,463 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 104, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.58it/s]
2022-03-30 00:26:15,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:15,498 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 104, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.75it/s]
2022-03-30 00:26:16,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:16,614 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 104, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.27it/s]
2022-03-30 00:26:17,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:17,737 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 104, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.02it/s]
2022-03-30 00:26:18,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:18,971 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 104, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.99it/s]
2022-03-30 00:26:20,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:20,071 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 104, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 204.57it/s]
2022-03-30 00:26:21,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:21,263 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 104, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 205.64it/s]
2022-03-30 00:26:22,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:22,524 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 104, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.26it/s]
2022-03-30 00:26:23,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:23,659 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 104, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.46it/s]
2022-03-30 00:26:24,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:24,775 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 104, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.53it/s]
2022-03-30 00:26:25,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:25,928 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 105, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.62it/s]
2022-03-30 00:26:26,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:27,012 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 105, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 322.49it/s]
2022-03-30 00:26:27,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:27,952 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 105, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 280.41it/s]
2022-03-30 00:26:28,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:28,905 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 105, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 211.09it/s]
2022-03-30 00:26:30,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:30,086 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 105, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.06it/s]
2022-03-30 00:26:31,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:31,536 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 105, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 271.37it/s]
2022-03-30 00:26:32,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:32,556 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 105, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.93it/s]
2022-03-30 00:26:33,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:33,699 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 105, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 189.44it/s]
2022-03-30 00:26:35,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:35,050 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 105, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.01it/s]
2022-03-30 00:26:36,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:36,153 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 105, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.36it/s]
2022-03-30 00:26:37,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:37,364 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 105, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.50it/s]
2022-03-30 00:26:38,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:38,521 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 105, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.86it/s]
2022-03-30 00:26:39,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:39,653 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 105, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.03it/s]
2022-03-30 00:26:40,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:40,711 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 106, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 300.24it/s]
2022-03-30 00:26:41,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:41,641 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 106, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.53it/s]
2022-03-30 00:26:42,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:42,746 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 106, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 227.54it/s]
2022-03-30 00:26:43,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:43,838 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 106, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.21it/s]
2022-03-30 00:26:44,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:44,887 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 106, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.00it/s]
2022-03-30 00:26:45,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:46,051 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 106, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 224.49it/s]
2022-03-30 00:26:47,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:47,185 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 106, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.74it/s]
2022-03-30 00:26:48,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:48,237 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 106, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.36it/s]
2022-03-30 00:26:49,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:49,368 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 106, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 300.17it/s]
2022-03-30 00:26:50,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:50,321 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 106, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.62it/s]
2022-03-30 00:26:51,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:51,360 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 106, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 214.09it/s]
2022-03-30 00:26:52,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:52,480 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 106, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 300.02it/s]
2022-03-30 00:26:53,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:53,434 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 107, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.22it/s]
2022-03-30 00:26:54,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:54,455 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 107, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 195.48it/s]
2022-03-30 00:26:55,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:55,727 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 107, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 252.34it/s]
2022-03-30 00:26:56,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:56,773 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 107, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.06it/s]
2022-03-30 00:26:57,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:57,874 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 107, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.42it/s]
2022-03-30 00:26:58,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:26:58,944 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 107, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 179.32it/s]
2022-03-30 00:27:00,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:00,254 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 107, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 189.52it/s]
2022-03-30 00:27:01,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:01,581 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 107, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 283.39it/s]
2022-03-30 00:27:02,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:02,636 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 107, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.38it/s]
2022-03-30 00:27:03,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:03,695 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 107, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 179.61it/s]
2022-03-30 00:27:04,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:05,025 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 107, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.95it/s]
2022-03-30 00:27:06,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:06,143 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 108, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 313.19it/s]
2022-03-30 00:27:07,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:07,112 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 108, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 252.16it/s]
2022-03-30 00:27:08,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:08,239 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 108, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 204.05it/s]
2022-03-30 00:27:09,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:09,519 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 108, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.96it/s]
2022-03-30 00:27:10,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:10,708 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 108, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.62it/s]
2022-03-30 00:27:11,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:11,900 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 108, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.42it/s]
2022-03-30 00:27:12,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:13,010 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 108, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.50it/s]
2022-03-30 00:27:13,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:14,053 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 108, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 201.28it/s]
2022-03-30 00:27:15,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:15,281 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 108, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.74it/s]
2022-03-30 00:27:16,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:16,376 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 108, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.09it/s]
2022-03-30 00:27:17,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:17,404 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 109, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 306.04it/s]
2022-03-30 00:27:18,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:18,354 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 109, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 218.71it/s]
2022-03-30 00:27:19,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:19,529 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 109, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 298.75it/s]
2022-03-30 00:27:20,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:20,517 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 109, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.66it/s]
2022-03-30 00:27:21,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:21,629 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 109, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.07it/s]
2022-03-30 00:27:22,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:22,762 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 109, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.54it/s]
2022-03-30 00:27:23,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:23,892 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 109, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.40it/s]
2022-03-30 00:27:24,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:24,954 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 109, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.62it/s]
2022-03-30 00:27:26,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:26,059 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 109, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 212.91it/s]
2022-03-30 00:27:27,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:27,274 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 110, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 320.66it/s]
2022-03-30 00:27:28,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:28,205 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 110, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 224.34it/s]
2022-03-30 00:27:29,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:29,373 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 110, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 303.28it/s]
2022-03-30 00:27:30,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:30,289 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 110, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.43it/s]
2022-03-30 00:27:31,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:31,537 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 110, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 229.02it/s]
2022-03-30 00:27:32,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:32,629 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 110, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 290.75it/s]
2022-03-30 00:27:33,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:33,612 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 110, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 274.81it/s]
2022-03-30 00:27:34,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:34,617 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 110, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 215.52it/s]
2022-03-30 00:27:35,726 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:35,768 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 111, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.49it/s]
2022-03-30 00:27:36,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:36,889 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 111, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 323.05it/s]
2022-03-30 00:27:37,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:37,838 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 111, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.35it/s]
2022-03-30 00:27:38,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:38,936 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 111, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 218.59it/s]
2022-03-30 00:27:40,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:40,095 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 111, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 293.29it/s]
2022-03-30 00:27:40,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:41,044 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 111, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 260.19it/s]
2022-03-30 00:27:42,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:42,077 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 111, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 192.36it/s]
2022-03-30 00:27:43,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:43,388 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 112, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 216.81it/s]
2022-03-30 00:27:44,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:44,526 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 112, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 257.83it/s]
2022-03-30 00:27:45,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:45,553 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 112, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.72it/s]
2022-03-30 00:27:46,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:46,593 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 112, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 220.56it/s]
2022-03-30 00:27:47,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:47,751 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 112, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 215.10it/s]
2022-03-30 00:27:48,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:48,914 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 112, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.60it/s]
2022-03-30 00:27:49,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:49,939 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 113, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.40it/s]
2022-03-30 00:27:50,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:51,001 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 113, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 213.86it/s]
2022-03-30 00:27:52,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:52,182 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 113, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 312.52it/s]
2022-03-30 00:27:53,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:53,091 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 113, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 315.70it/s]
2022-03-30 00:27:54,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:54,088 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 113, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 218.80it/s]
2022-03-30 00:27:55,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:55,230 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 114, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.68it/s]
2022-03-30 00:27:56,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:56,321 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 114, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 252.56it/s]
2022-03-30 00:27:57,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:57,344 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 114, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 265.62it/s]
2022-03-30 00:27:58,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:58,390 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 114, back end: 119
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 145.32it/s]
2022-03-30 00:27:59,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:27:59,957 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 115, back end: 117
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 123.65it/s]
2022-03-30 00:28:01,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:01,648 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 115, back end: 118
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 125.48it/s]
2022-03-30 00:28:03,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:03,355 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 115, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 304.86it/s]
2022-03-30 00:28:04,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:04,234 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 116, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.37it/s]
2022-03-30 00:28:05,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:05,322 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 116, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.78it/s]
2022-03-30 00:28:06,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:06,409 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 57, back st: 117, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.65it/s]
2022-03-30 00:28:07,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:07,513 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 100, back end: 102
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 313.68it/s]
2022-03-30 00:28:08,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:08,422 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 100, back end: 103
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 206.37it/s]
2022-03-30 00:28:09,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:09,665 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 100, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 203.20it/s]
2022-03-30 00:28:10,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:10,881 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 100, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 252.25it/s]
2022-03-30 00:28:11,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:11,917 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 100, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.94it/s]
2022-03-30 00:28:12,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:12,865 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 100, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.62it/s]
2022-03-30 00:28:13,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:14,007 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 100, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 192.28it/s]
2022-03-30 00:28:15,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:15,272 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 100, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 322.37it/s]
2022-03-30 00:28:16,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:16,235 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 100, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.50it/s]
2022-03-30 00:28:17,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:17,384 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 100, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 261.39it/s]
2022-03-30 00:28:18,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:18,390 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 100, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 290.37it/s]
2022-03-30 00:28:19,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:19,347 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 100, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.38it/s]
2022-03-30 00:28:20,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:20,374 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 100, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 198.56it/s]
2022-03-30 00:28:21,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:21,617 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 100, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 216.19it/s]
2022-03-30 00:28:22,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:22,748 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 100, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 294.21it/s]
2022-03-30 00:28:23,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:23,700 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 100, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.39it/s]
2022-03-30 00:28:24,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:24,803 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 100, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.61it/s]
2022-03-30 00:28:25,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:25,842 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 100, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.63it/s]
2022-03-30 00:28:26,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:26,965 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 101, back end: 103
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 295.27it/s]
2022-03-30 00:28:27,864 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:27,931 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 101, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.37it/s]
2022-03-30 00:28:29,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:29,099 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 101, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 296.11it/s]
2022-03-30 00:28:29,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:30,014 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 101, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 273.93it/s]
2022-03-30 00:28:31,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:31,084 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 101, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 240.61it/s]
2022-03-30 00:28:32,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:32,194 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 101, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 202.54it/s]
2022-03-30 00:28:33,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:33,390 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 101, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 249.02it/s]
2022-03-30 00:28:34,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:34,407 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 101, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 301.31it/s]
2022-03-30 00:28:35,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:35,387 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 101, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 214.52it/s]
2022-03-30 00:28:36,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:36,553 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 101, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 188.87it/s]
2022-03-30 00:28:37,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:37,843 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 101, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 286.75it/s]
2022-03-30 00:28:38,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:38,789 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 101, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 317.79it/s]
2022-03-30 00:28:39,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:39,743 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 101, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.42it/s]
2022-03-30 00:28:40,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:40,857 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 101, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.73it/s]
2022-03-30 00:28:41,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:41,917 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 101, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.86it/s]
2022-03-30 00:28:42,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:42,992 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 101, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.04it/s]
2022-03-30 00:28:44,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:44,114 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 101, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 203.72it/s]
2022-03-30 00:28:45,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:45,338 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 102, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.59it/s]
2022-03-30 00:28:46,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:46,338 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 102, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.73it/s]
2022-03-30 00:28:47,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:47,393 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 102, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.33it/s]
2022-03-30 00:28:48,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:48,553 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 102, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 240.71it/s]
2022-03-30 00:28:49,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:49,637 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 102, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 291.48it/s]
2022-03-30 00:28:50,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:50,604 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 102, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.67it/s]
2022-03-30 00:28:51,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:51,751 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 102, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 193.11it/s]
2022-03-30 00:28:52,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:53,017 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 102, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 304.88it/s]
2022-03-30 00:28:53,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:53,937 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 102, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.12it/s]
2022-03-30 00:28:54,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:55,008 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 102, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.74it/s]
2022-03-30 00:28:55,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:56,048 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 102, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 220.73it/s]
2022-03-30 00:28:57,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:57,176 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 102, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 278.97it/s]
2022-03-30 00:28:58,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:58,166 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 102, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.81it/s]
2022-03-30 00:28:59,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:28:59,295 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 102, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.03it/s]
2022-03-30 00:29:00,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:00,371 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 102, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.82it/s]
2022-03-30 00:29:01,372 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:01,436 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 102, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.65it/s]
2022-03-30 00:29:02,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:02,444 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 103, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 261.94it/s]
2022-03-30 00:29:03,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:03,487 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 103, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.90it/s]
2022-03-30 00:29:04,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:04,572 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 103, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 299.55it/s]
2022-03-30 00:29:05,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:05,461 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 103, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 287.76it/s]
2022-03-30 00:29:06,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:06,439 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 103, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.01it/s]
2022-03-30 00:29:07,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:07,472 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 103, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.12it/s]
2022-03-30 00:29:08,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:08,590 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 103, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 270.64it/s]
2022-03-30 00:29:09,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:09,599 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 103, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.95it/s]
2022-03-30 00:29:10,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:10,694 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 103, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 251.78it/s]
2022-03-30 00:29:11,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:11,723 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 103, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.09it/s]
2022-03-30 00:29:12,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:12,727 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 103, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.76it/s]
2022-03-30 00:29:13,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:13,697 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 103, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.70it/s]
2022-03-30 00:29:14,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:14,741 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 103, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 224.64it/s]
2022-03-30 00:29:15,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:15,866 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 103, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 309.53it/s]
2022-03-30 00:29:16,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:16,776 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 103, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 295.47it/s]
2022-03-30 00:29:17,704 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:17,740 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 104, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.21it/s]
2022-03-30 00:29:18,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:18,879 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 104, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.07it/s]
2022-03-30 00:29:19,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:19,905 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 104, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 289.85it/s]
2022-03-30 00:29:20,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:20,855 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 104, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.79it/s]
2022-03-30 00:29:21,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:21,924 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 104, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.45it/s]
2022-03-30 00:29:22,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:22,953 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 104, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 343.87it/s]
2022-03-30 00:29:23,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:23,904 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 104, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.12it/s]
2022-03-30 00:29:24,960 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:25,013 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 104, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.51it/s]
2022-03-30 00:29:26,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:26,077 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 104, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 320.70it/s]
2022-03-30 00:29:27,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:27,450 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 104, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 322.20it/s]
2022-03-30 00:29:28,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:28,376 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 104, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 284.91it/s]
2022-03-30 00:29:29,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:29,331 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 104, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 277.73it/s]
2022-03-30 00:29:30,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:30,303 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 104, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.18it/s]
2022-03-30 00:29:31,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:31,358 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 104, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 292.65it/s]
2022-03-30 00:29:32,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:32,339 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 105, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 240.91it/s]
2022-03-30 00:29:33,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:33,421 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 105, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.61it/s]
2022-03-30 00:29:34,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:34,415 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 105, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 278.37it/s]
2022-03-30 00:29:35,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:35,394 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 105, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 271.65it/s]
2022-03-30 00:29:36,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:36,410 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 105, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 283.52it/s]
2022-03-30 00:29:37,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:37,375 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 105, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.09it/s]
2022-03-30 00:29:38,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:38,441 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 105, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 289.56it/s]
2022-03-30 00:29:39,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:39,393 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 105, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.61it/s]
2022-03-30 00:29:40,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:40,415 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 105, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.06it/s]
2022-03-30 00:29:41,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:41,448 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 105, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 308.74it/s]
2022-03-30 00:29:42,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:42,381 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 105, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 324.73it/s]
2022-03-30 00:29:43,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:43,294 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 105, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 260.46it/s]
2022-03-30 00:29:44,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:44,288 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 105, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 301.09it/s]
2022-03-30 00:29:45,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:45,231 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 106, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.84it/s]
2022-03-30 00:29:46,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:46,329 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 106, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.86it/s]
2022-03-30 00:29:47,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:47,321 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 106, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 305.06it/s]
2022-03-30 00:29:48,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:48,236 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 106, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 237.53it/s]
2022-03-30 00:29:49,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:49,345 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 106, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 256.88it/s]
2022-03-30 00:29:50,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:50,373 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 106, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 294.42it/s]
2022-03-30 00:29:51,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:51,320 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 106, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 268.65it/s]
2022-03-30 00:29:52,304 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:52,355 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 106, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.48it/s]
2022-03-30 00:29:53,372 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:53,423 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 106, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 261.16it/s]
2022-03-30 00:29:54,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:54,408 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 106, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 325.97it/s]
2022-03-30 00:29:55,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:55,332 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 106, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 240.69it/s]
2022-03-30 00:29:56,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:56,419 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 106, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.39it/s]
2022-03-30 00:29:57,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:57,566 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 107, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.51it/s]
2022-03-30 00:29:58,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:58,546 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 107, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 298.82it/s]
2022-03-30 00:29:59,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:29:59,520 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 107, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.62it/s]
2022-03-30 00:30:00,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:00,659 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 107, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.18it/s]
2022-03-30 00:30:01,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:01,820 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 107, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.97it/s]
2022-03-30 00:30:02,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:02,874 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 107, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 296.94it/s]
2022-03-30 00:30:03,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:03,872 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 107, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 302.55it/s]
2022-03-30 00:30:04,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:04,777 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 107, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.93it/s]
2022-03-30 00:30:05,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:05,865 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 107, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 277.99it/s]
2022-03-30 00:30:06,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:06,880 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 107, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.10it/s]
2022-03-30 00:30:07,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:07,917 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 107, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 201.65it/s]
2022-03-30 00:30:09,045 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:09,094 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 108, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.67it/s]
2022-03-30 00:30:10,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:10,205 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 108, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 290.78it/s]
2022-03-30 00:30:11,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:11,153 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 108, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.29it/s]
2022-03-30 00:30:12,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:12,122 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 108, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.15it/s]
2022-03-30 00:30:13,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:13,192 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 108, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.04it/s]
2022-03-30 00:30:14,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:14,149 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 108, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 339.59it/s]
2022-03-30 00:30:15,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:15,080 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 108, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.90it/s]
2022-03-30 00:30:16,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:16,171 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 108, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.80it/s]
2022-03-30 00:30:17,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:17,220 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 108, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.18it/s]
2022-03-30 00:30:18,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:18,257 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 108, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 314.19it/s]
2022-03-30 00:30:19,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:19,187 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 109, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.89it/s]
2022-03-30 00:30:20,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:20,280 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 109, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 240.58it/s]
2022-03-30 00:30:21,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:21,322 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 109, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 295.19it/s]
2022-03-30 00:30:22,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:22,277 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 109, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.70it/s]
2022-03-30 00:30:23,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:23,343 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 109, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.86it/s]
2022-03-30 00:30:24,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:24,439 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 109, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.40it/s]
2022-03-30 00:30:25,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:25,459 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 109, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 291.48it/s]
2022-03-30 00:30:26,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:26,445 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 109, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 238.07it/s]
2022-03-30 00:30:27,535 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:27,587 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 109, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 218.23it/s]
2022-03-30 00:30:28,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:28,751 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 110, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 285.23it/s]
2022-03-30 00:30:29,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:29,700 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 110, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 311.95it/s]
2022-03-30 00:30:30,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:30,689 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 110, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.46it/s]
2022-03-30 00:30:31,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:31,721 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 110, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.34it/s]
2022-03-30 00:30:32,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:32,769 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 110, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.15it/s]
2022-03-30 00:30:33,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:33,871 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 110, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 309.87it/s]
2022-03-30 00:30:34,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:34,875 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 110, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 249.29it/s]
2022-03-30 00:30:35,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:35,932 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 110, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.11it/s]
2022-03-30 00:30:36,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:36,969 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 111, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 249.44it/s]
2022-03-30 00:30:37,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:38,018 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 111, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.28it/s]
2022-03-30 00:30:38,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:39,028 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 111, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 286.48it/s]
2022-03-30 00:30:40,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:40,047 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 111, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.55it/s]
2022-03-30 00:30:41,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:41,089 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 111, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 279.72it/s]
2022-03-30 00:30:42,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:42,075 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 111, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.31it/s]
2022-03-30 00:30:43,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:43,154 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 111, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 209.45it/s]
2022-03-30 00:30:44,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:44,283 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 112, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 278.34it/s]
2022-03-30 00:30:45,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:45,222 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 112, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 260.67it/s]
2022-03-30 00:30:46,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:46,292 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 112, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 266.43it/s]
2022-03-30 00:30:47,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:47,332 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 112, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 206.28it/s]
2022-03-30 00:30:48,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:48,517 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 112, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 186.84it/s]
2022-03-30 00:30:49,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:49,768 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 112, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 273.01it/s]
2022-03-30 00:30:50,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:50,855 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 113, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.87it/s]
2022-03-30 00:30:52,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:52,290 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 113, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 252.19it/s]
2022-03-30 00:30:53,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:53,370 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 113, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 216.26it/s]
2022-03-30 00:30:54,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:54,554 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 113, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 273.82it/s]
2022-03-30 00:30:55,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:55,510 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 113, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 296.88it/s]
2022-03-30 00:30:56,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:56,552 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 114, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.82it/s]
2022-03-30 00:30:57,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:57,560 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 114, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.79it/s]
2022-03-30 00:30:58,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:58,607 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 114, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 312.22it/s]
2022-03-30 00:30:59,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:30:59,482 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 114, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.81it/s]
2022-03-30 00:31:00,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:00,565 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 115, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 260.18it/s]
2022-03-30 00:31:01,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:01,659 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 115, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 309.26it/s]
2022-03-30 00:31:02,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:02,559 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 115, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.39it/s]
2022-03-30 00:31:03,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:03,553 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 116, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.88it/s]
2022-03-30 00:31:04,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:04,680 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 116, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.43it/s]
2022-03-30 00:31:05,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:05,702 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 58, back st: 117, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 280.42it/s]
2022-03-30 00:31:06,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:06,692 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 100, back end: 102
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 251.58it/s]
2022-03-30 00:31:07,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:07,723 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 100, back end: 103
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.30it/s]
2022-03-30 00:31:08,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:08,761 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 100, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 318.42it/s]
2022-03-30 00:31:09,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:09,672 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 100, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.42it/s]
2022-03-30 00:31:10,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:10,683 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 100, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.85it/s]
2022-03-30 00:31:11,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:11,859 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 100, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 249.57it/s]
2022-03-30 00:31:12,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:12,857 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 100, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 305.62it/s]
2022-03-30 00:31:13,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:13,822 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 100, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 217.63it/s]
2022-03-30 00:31:14,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:15,006 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 100, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.02it/s]
2022-03-30 00:31:16,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:16,105 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 100, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 270.13it/s]
2022-03-30 00:31:17,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:17,090 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 100, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 304.95it/s]
2022-03-30 00:31:18,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:18,069 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 100, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 245.67it/s]
2022-03-30 00:31:19,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:19,139 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 100, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 284.59it/s]
2022-03-30 00:31:20,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:20,085 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 100, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.51it/s]
2022-03-30 00:31:21,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:21,069 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 100, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.63it/s]
2022-03-30 00:31:22,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:22,061 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 100, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 249.24it/s]
2022-03-30 00:31:23,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:23,085 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 100, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.74it/s]
2022-03-30 00:31:24,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:24,099 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 100, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.47it/s]
2022-03-30 00:31:25,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:25,146 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 101, back end: 103
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 277.55it/s]
2022-03-30 00:31:26,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:26,164 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 101, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.01it/s]
2022-03-30 00:31:27,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:27,316 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 101, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 212.62it/s]
2022-03-30 00:31:28,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:28,453 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 101, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.17it/s]
2022-03-30 00:31:29,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:29,515 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 101, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 270.96it/s]
2022-03-30 00:31:30,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:30,499 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 101, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 257.17it/s]
2022-03-30 00:31:31,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:31,546 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 101, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.23it/s]
2022-03-30 00:31:32,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:32,624 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 101, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 277.35it/s]
2022-03-30 00:31:33,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:33,651 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 101, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.01it/s]
2022-03-30 00:31:34,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:34,574 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 101, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 206.59it/s]
2022-03-30 00:31:35,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:35,762 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 101, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 229.50it/s]
2022-03-30 00:31:36,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:36,851 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 101, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 304.70it/s]
2022-03-30 00:31:37,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:37,811 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 101, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 308.31it/s]
2022-03-30 00:31:38,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:38,737 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 101, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.82it/s]
2022-03-30 00:31:39,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:39,806 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 101, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 300.27it/s]
2022-03-30 00:31:40,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:40,783 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 101, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.54it/s]
2022-03-30 00:31:41,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:41,807 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 101, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 296.73it/s]
2022-03-30 00:31:42,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:42,782 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 102, back end: 104
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.30it/s]
2022-03-30 00:31:43,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:43,858 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 102, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.28it/s]
2022-03-30 00:31:44,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:44,864 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 102, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 311.96it/s]
2022-03-30 00:31:45,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:45,774 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 102, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.46it/s]
2022-03-30 00:31:46,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:46,788 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 102, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 208.15it/s]
2022-03-30 00:31:47,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:47,962 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 102, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 274.12it/s]
2022-03-30 00:31:48,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:48,919 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 102, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 303.10it/s]
2022-03-30 00:31:49,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:49,884 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 102, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.21it/s]
2022-03-30 00:31:50,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:51,004 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 102, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.09it/s]
2022-03-30 00:31:52,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:52,043 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 102, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.01it/s]
2022-03-30 00:31:52,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:53,026 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 102, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.21it/s]
2022-03-30 00:31:53,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:54,020 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 102, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.83it/s]
2022-03-30 00:31:55,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:55,120 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 102, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.33it/s]
2022-03-30 00:31:56,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:56,173 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 102, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 283.22it/s]
2022-03-30 00:31:57,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:57,226 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 102, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.28it/s]
2022-03-30 00:31:58,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:58,349 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 102, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.77it/s]
2022-03-30 00:31:59,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:31:59,335 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 103, back end: 105
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.32it/s]
2022-03-30 00:32:00,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:00,348 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 103, back end: 106
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 260.11it/s]
2022-03-30 00:32:01,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:01,353 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 103, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 216.09it/s]
2022-03-30 00:32:02,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:02,504 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 103, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.89it/s]
2022-03-30 00:32:03,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:03,494 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 103, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 297.24it/s]
2022-03-30 00:32:04,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:04,567 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 103, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 230.73it/s]
2022-03-30 00:32:05,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:05,681 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 103, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.91it/s]
2022-03-30 00:32:06,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:06,730 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 103, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 250.47it/s]
2022-03-30 00:32:07,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:07,762 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 103, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 287.34it/s]
2022-03-30 00:32:08,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:08,778 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 103, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 260.49it/s]
2022-03-30 00:32:09,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:09,804 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 103, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 279.85it/s]
2022-03-30 00:32:10,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:10,773 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 103, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 272.97it/s]
2022-03-30 00:32:11,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:11,777 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 103, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.97it/s]
2022-03-30 00:32:12,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:12,809 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 103, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 210.10it/s]
2022-03-30 00:32:13,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:13,978 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 103, back end: 119
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 105.79it/s]
2022-03-30 00:32:15,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:15,830 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 104, back end: 106
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 127.02it/s]
2022-03-30 00:32:17,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:17,509 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 104, back end: 107
100%|████████████████████████████████████████| 152/152 [00:01<00:00, 111.96it/s]
2022-03-30 00:32:19,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:19,389 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 104, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.58it/s]
2022-03-30 00:32:20,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:20,398 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 104, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 235.21it/s]
2022-03-30 00:32:21,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:21,490 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 104, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 320.73it/s]
2022-03-30 00:32:22,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:22,370 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 104, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 299.51it/s]
2022-03-30 00:32:23,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:23,337 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 104, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.28it/s]
2022-03-30 00:32:24,389 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:24,429 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 104, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 264.56it/s]
2022-03-30 00:32:25,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:25,419 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 104, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 254.33it/s]
2022-03-30 00:32:26,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:26,489 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 104, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 285.04it/s]
2022-03-30 00:32:27,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:27,461 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 104, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 215.80it/s]
2022-03-30 00:32:28,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:28,619 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 104, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.63it/s]
2022-03-30 00:32:29,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:29,710 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 104, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 302.21it/s]
2022-03-30 00:32:30,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:30,673 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 104, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 257.10it/s]
2022-03-30 00:32:31,704 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:31,754 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 105, back end: 107
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.80it/s]
2022-03-30 00:32:32,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:32,920 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 105, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 228.24it/s]
2022-03-30 00:32:34,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:34,062 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 105, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 307.98it/s]
2022-03-30 00:32:34,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:34,991 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 105, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 269.96it/s]
2022-03-30 00:32:35,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:35,984 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 105, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 268.53it/s]
2022-03-30 00:32:36,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:36,980 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 105, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.02it/s]
2022-03-30 00:32:37,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:38,022 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 105, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.94it/s]
2022-03-30 00:32:38,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:38,935 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 105, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 275.24it/s]
2022-03-30 00:32:39,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:39,982 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 105, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.20it/s]
2022-03-30 00:32:41,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:41,151 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 105, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 236.35it/s]
2022-03-30 00:32:42,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:42,203 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 105, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 276.65it/s]
2022-03-30 00:32:43,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:43,225 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 105, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 282.05it/s]
2022-03-30 00:32:44,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:44,238 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 105, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.96it/s]
2022-03-30 00:32:45,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:45,374 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 106, back end: 108
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 263.59it/s]
2022-03-30 00:32:46,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:46,337 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 106, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 296.32it/s]
2022-03-30 00:32:47,198 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:47,255 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 106, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.26it/s]
2022-03-30 00:32:48,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:48,294 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 106, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 223.17it/s]
2022-03-30 00:32:49,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:49,408 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 106, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 306.32it/s]
2022-03-30 00:32:50,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:50,339 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 106, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 244.93it/s]
2022-03-30 00:32:51,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:51,417 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 106, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 206.07it/s]
2022-03-30 00:32:52,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:52,643 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 106, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.98it/s]
2022-03-30 00:32:53,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:53,663 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 106, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 326.87it/s]
2022-03-30 00:32:54,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:54,553 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 106, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 198.79it/s]
2022-03-30 00:32:55,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:55,808 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 106, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 234.72it/s]
2022-03-30 00:32:56,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:56,944 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 106, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 263.54it/s]
2022-03-30 00:32:57,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:57,925 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 107, back end: 109
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 285.04it/s]
2022-03-30 00:32:58,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:58,861 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 107, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.86it/s]
2022-03-30 00:32:59,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:32:59,946 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 107, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.40it/s]
2022-03-30 00:33:00,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:01,025 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 107, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 280.70it/s]
2022-03-30 00:33:01,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:01,971 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 107, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.63it/s]
2022-03-30 00:33:03,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:03,074 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 107, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 224.87it/s]
2022-03-30 00:33:04,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:04,232 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 107, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 257.33it/s]
2022-03-30 00:33:05,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:05,240 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 107, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 322.54it/s]
2022-03-30 00:33:06,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:06,151 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 107, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 243.74it/s]
2022-03-30 00:33:07,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:07,238 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 107, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.12it/s]
2022-03-30 00:33:08,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:08,247 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 107, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 283.98it/s]
2022-03-30 00:33:09,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:09,196 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 108, back end: 110
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 292.20it/s]
2022-03-30 00:33:10,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:10,120 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 108, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.17it/s]
2022-03-30 00:33:11,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:11,195 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 108, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.36it/s]
2022-03-30 00:33:12,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:12,258 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 108, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 287.50it/s]
2022-03-30 00:33:13,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:13,258 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 108, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.92it/s]
2022-03-30 00:33:14,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:14,320 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 108, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 214.18it/s]
2022-03-30 00:33:15,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:15,442 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 108, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 318.41it/s]
2022-03-30 00:33:16,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:16,369 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 108, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.76it/s]
2022-03-30 00:33:17,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:17,446 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 108, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 233.55it/s]
2022-03-30 00:33:18,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:18,536 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 108, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 284.45it/s]
2022-03-30 00:33:19,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:19,529 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 109, back end: 111
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.60it/s]
2022-03-30 00:33:20,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:20,507 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 109, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 219.06it/s]
2022-03-30 00:33:21,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:21,653 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 109, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 255.91it/s]
2022-03-30 00:33:22,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:22,683 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 109, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 298.82it/s]
2022-03-30 00:33:23,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:23,650 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 109, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 214.13it/s]
2022-03-30 00:33:24,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:24,846 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 109, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 194.68it/s]
2022-03-30 00:33:26,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:26,108 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 109, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.41it/s]
2022-03-30 00:33:27,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:27,151 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 109, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 322.19it/s]
2022-03-30 00:33:28,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:28,122 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 109, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 242.95it/s]
2022-03-30 00:33:29,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:29,171 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 110, back end: 112
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 231.12it/s]
2022-03-30 00:33:30,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:30,316 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 110, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 226.21it/s]
2022-03-30 00:33:31,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:31,460 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 110, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 302.26it/s]
2022-03-30 00:33:32,372 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:32,425 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 110, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 258.01it/s]
2022-03-30 00:33:33,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:33,473 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 110, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 305.76it/s]
2022-03-30 00:33:34,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:34,444 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 110, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 246.89it/s]
2022-03-30 00:33:35,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:35,482 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 110, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.02it/s]
2022-03-30 00:33:36,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:36,516 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 110, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 274.82it/s]
2022-03-30 00:33:37,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:37,550 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 111, back end: 113
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 240.68it/s]
2022-03-30 00:33:38,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:38,625 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 111, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 267.24it/s]
2022-03-30 00:33:39,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:39,632 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 111, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.74it/s]
2022-03-30 00:33:40,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:40,670 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 111, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 278.85it/s]
2022-03-30 00:33:41,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:42,033 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 111, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 291.31it/s]
2022-03-30 00:33:42,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:42,993 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 111, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 251.40it/s]
2022-03-30 00:33:44,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:44,098 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 111, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 221.15it/s]
2022-03-30 00:33:45,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:45,195 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 112, back end: 114
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 297.92it/s]
2022-03-30 00:33:46,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:46,110 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 112, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 262.41it/s]
2022-03-30 00:33:47,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:47,121 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 112, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 248.52it/s]
2022-03-30 00:33:48,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:48,134 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 112, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 259.90it/s]
2022-03-30 00:33:49,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:49,190 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 112, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 285.83it/s]
2022-03-30 00:33:50,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:50,186 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 112, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 207.60it/s]
2022-03-30 00:33:51,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:51,353 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 113, back end: 115
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 225.68it/s]
2022-03-30 00:33:52,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:52,474 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 113, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 307.78it/s]
2022-03-30 00:33:53,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:53,427 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 113, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 271.70it/s]
2022-03-30 00:33:54,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:54,431 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 113, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 195.83it/s]
2022-03-30 00:33:55,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:55,630 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 113, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 232.87it/s]
2022-03-30 00:33:56,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:56,742 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 114, back end: 116
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 240.87it/s]
2022-03-30 00:33:57,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:57,802 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 114, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 241.62it/s]
2022-03-30 00:33:58,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:58,939 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 114, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 298.90it/s]
2022-03-30 00:33:59,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:33:59,884 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 114, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 210.32it/s]
2022-03-30 00:34:00,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:34:01,047 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 115, back end: 117
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 253.22it/s]
2022-03-30 00:34:02,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:34:02,121 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 115, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 247.46it/s]
2022-03-30 00:34:03,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:34:03,229 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 115, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 260.60it/s]
2022-03-30 00:34:04,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:34:04,292 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 116, back end: 118
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 164.80it/s]
2022-03-30 00:34:05,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:34:05,642 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 116, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 239.17it/s]
2022-03-30 00:34:06,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:34:06,748 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
src: 59, back st: 117, back end: 119
100%|████████████████████████████████████████| 152/152 [00:00<00:00, 279.97it/s]
2022-03-30 00:34:07,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
2022-03-30 00:34:07,765 - stpipe - WARNING - /home/kglidic/miniconda3/envs/JWST-1.3.1/lib/python3.9/site-packages/tshirt/pipeline/phot_pipeline.py:1553: UserWarning: Only once source, so defaulting to refCorrect=False
warnings.warn('Only once source, so defaulting to refCorrect=False')
Writing table to /home/kglidic/tshirt_data/tser_data/phot_aperture_optimization/aperture_opt_GJ436_sweep_aperture_sizing_NRCA3_GJ436b_2021_10_04_src_50_60_step_1_back_100_120_step_1.csv Min Stdev results: src back_st back_end stdev theo_err mad_arr ---- ------- -------- ------ -------- ------- 50.0 114.0 117.0 0.0283 0.0213 0.018
analysis.plot_apsizes('/home/kglidic/tshirt_data/tser_data/phot_aperture_optimization/aperture_opt_GJ436_sweep_aperture_sizing_NRCA3_GJ436b_2021_10_04_src_50_60_step_1_back_100_120_step_1.csv')
sweep_fine_results = pd.read_csv('/home/kglidic/tshirt_data/tser_data/phot_aperture_optimization/aperture_opt_GJ436_sweep_aperture_sizing_NRCA3_GJ436b_2021_10_04_src_50_60_step_1_back_100_120_step_1.csv')
MAD_min_idx = abs(sweep_fine_results[['mad_arr']]).idxmin()
print("Min MAD Results " + str(sweep_fine_results[['mad_arr']].idxmin()))
print(sweep_fine_results.iloc[MAD_min_idx])
print("THEO_ERR = "+str((0.0218/100)*10**6))
print("STDEV = "+str((0.0292/100)*10**6))
print("MAD*1.48 = "+str((0.0171/100)*1.48*10**6))
Min MAD Results mad_arr 1530
dtype: int64
src back_st back_end stdev theo_err mad_arr
1530 58.0 114.0 117.0 0.0292 0.0218 0.0171
THEO_ERR = 218.0
STDEV = 292.0
MAD*1.48 = 253.08000000000004
float(sweep_fine_results.iloc[MAD_min_idx]['back_st'].to_string(index=False))
114.0
phot = phot_pipeline.phot(paramFile='/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/ROEBA/DataChallengeSimulation_NRCA3_ROEBA_phot_pipeline.yaml') #create a photometric object
alteredParam = deepcopy(phot.param)
alteredParam['backEnd'] = 117 #Changing the outer radius
alteredParam['apRadius'] = 58 #Changing the source radius
alteredParam['backStart'] = 114 #Changing the inner radius
alteredParam['bkgMethod'] = 'mean' #Due to the odd aperture configuration, we need to do mean background subtraction
alteredParam['srcNameShort'] = 'GJ436_fine_best' #provide a new name for centroid realignment
#Assignimg a object new phot3
phot_fine_best = phot_pipeline.phot(directParam=alteredParam) #create new photometric object
phot_fine_best.showStarChoices(showAps=True,showPlot=True,apColor='red',backColor='pink', figSize=(30,20),xLim=[900,1200]) #Plot the source and background subtraction area
phot_fine_best.get_allimg_cen(recenter=True,useMultiprocessing=True) #recenter the centroids each time.
phot_fine_best.do_phot(useMultiprocessing=True) #extract the photometric data
0%| | 0/2198 [00:00<?, ?it/s]2022-05-31 15:21:04,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
0%| | 1/2198 [00:00<17:59, 2.03it/s]2022-05-31 15:21:04,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▏ | 11/2198 [00:00<02:21, 15.46it/s]2022-05-31 15:21:04,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:04,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▎ | 15/2198 [00:01<02:02, 17.75it/s]2022-05-31 15:21:05,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▍ | 21/2198 [00:01<01:45, 20.61it/s]2022-05-31 15:21:05,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▍ | 24/2198 [00:01<01:39, 21.89it/s]2022-05-31 15:21:05,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▌ | 29/2198 [00:01<01:22, 26.40it/s]2022-05-31 15:21:05,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,535 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,716 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,717 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▌ | 33/2198 [00:01<01:48, 19.89it/s]2022-05-31 15:21:05,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▋ | 36/2198 [00:01<01:40, 21.58it/s]2022-05-31 15:21:05,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:05,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,039 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▊ | 41/2198 [00:02<01:38, 22.00it/s]2022-05-31 15:21:06,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▊ | 44/2198 [00:02<01:33, 22.96it/s]2022-05-31 15:21:06,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▉ | 48/2198 [00:02<01:26, 24.74it/s]2022-05-31 15:21:06,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▉ | 51/2198 [00:02<01:37, 22.02it/s]2022-05-31 15:21:06,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|█ | 54/2198 [00:02<01:35, 22.46it/s]2022-05-31 15:21:06,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█ | 59/2198 [00:02<01:16, 27.78it/s]2022-05-31 15:21:06,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,864 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:06,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█▏ | 63/2198 [00:03<01:42, 20.83it/s]2022-05-31 15:21:07,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█▎ | 69/2198 [00:03<01:25, 24.94it/s]2022-05-31 15:21:07,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,304 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,372 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,389 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█▎ | 72/2198 [00:03<01:44, 20.32it/s]2022-05-31 15:21:07,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█▍ | 76/2198 [00:03<01:32, 23.06it/s]2022-05-31 15:21:07,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▍ | 80/2198 [00:03<01:24, 24.93it/s]2022-05-31 15:21:07,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,864 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▌ | 83/2198 [00:03<01:30, 23.36it/s]2022-05-31 15:21:07,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:07,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▌ | 86/2198 [00:03<01:27, 24.18it/s]2022-05-31 15:21:08,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,086 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▋ | 90/2198 [00:04<01:24, 25.08it/s]2022-05-31 15:21:08,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▋ | 93/2198 [00:04<01:26, 24.35it/s]2022-05-31 15:21:08,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▊ | 96/2198 [00:04<01:32, 22.76it/s]2022-05-31 15:21:08,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|█▊ | 100/2198 [00:04<01:25, 24.64it/s]2022-05-31 15:21:08,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|█▊ | 103/2198 [00:04<01:28, 23.71it/s]2022-05-31 15:21:08,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,898 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|█▉ | 106/2198 [00:04<01:49, 19.11it/s]2022-05-31 15:21:08,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:08,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|██ | 113/2198 [00:05<01:24, 24.65it/s]2022-05-31 15:21:09,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|██ | 116/2198 [00:05<01:40, 20.68it/s]2022-05-31 15:21:09,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▎ | 124/2198 [00:05<01:16, 26.94it/s]2022-05-31 15:21:09,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,739 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▎ | 127/2198 [00:05<01:39, 20.72it/s]2022-05-31 15:21:09,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:09,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▍ | 135/2198 [00:06<01:17, 26.54it/s]2022-05-31 15:21:10,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▌ | 138/2198 [00:06<01:26, 23.77it/s]2022-05-31 15:21:10,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▌ | 141/2198 [00:06<01:33, 22.02it/s]2022-05-31 15:21:10,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,542 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▋ | 146/2198 [00:06<01:24, 24.41it/s]2022-05-31 15:21:10,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,726 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▋ | 149/2198 [00:06<01:33, 22.00it/s]2022-05-31 15:21:10,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▊ | 156/2198 [00:06<01:14, 27.53it/s]2022-05-31 15:21:10,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:10,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,188 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▉ | 159/2198 [00:07<01:41, 20.06it/s]2022-05-31 15:21:11,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███ | 166/2198 [00:07<01:15, 27.01it/s]2022-05-31 15:21:11,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███ | 170/2198 [00:07<01:39, 20.45it/s]2022-05-31 15:21:11,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:11,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███▏ | 177/2198 [00:07<01:33, 21.60it/s]2022-05-31 15:21:11,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███▎ | 180/2198 [00:08<01:29, 22.48it/s]2022-05-31 15:21:12,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,411 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▍ | 187/2198 [00:08<01:32, 21.74it/s]2022-05-31 15:21:12,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▍ | 190/2198 [00:08<01:29, 22.33it/s]2022-05-31 15:21:12,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▌ | 197/2198 [00:08<01:29, 22.41it/s]2022-05-31 15:21:12,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▋ | 200/2198 [00:08<01:26, 23.08it/s]2022-05-31 15:21:12,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:12,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,206 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▊ | 207/2198 [00:09<01:29, 22.14it/s]2022-05-31 15:21:13,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|███▉ | 213/2198 [00:09<01:11, 27.69it/s]2022-05-31 15:21:13,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|███▉ | 217/2198 [00:09<01:26, 22.87it/s]2022-05-31 15:21:13,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,864 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:13,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|████ | 222/2198 [00:09<01:35, 20.68it/s]2022-05-31 15:21:14,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|████▏ | 229/2198 [00:10<01:14, 26.43it/s]2022-05-31 15:21:14,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,188 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▏ | 233/2198 [00:10<01:15, 26.08it/s]2022-05-31 15:21:14,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▎ | 237/2198 [00:10<01:23, 23.53it/s]2022-05-31 15:21:14,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▍ | 242/2198 [00:10<01:16, 25.70it/s]2022-05-31 15:21:14,657 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▍ | 245/2198 [00:10<01:18, 24.95it/s]2022-05-31 15:21:14,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▌ | 248/2198 [00:10<01:18, 24.97it/s]2022-05-31 15:21:14,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:14,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▌ | 252/2198 [00:11<01:17, 25.16it/s]2022-05-31 15:21:15,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▋ | 255/2198 [00:11<01:33, 20.85it/s]2022-05-31 15:21:15,283 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▋ | 261/2198 [00:11<01:13, 26.43it/s]2022-05-31 15:21:15,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▊ | 264/2198 [00:11<01:20, 24.07it/s]2022-05-31 15:21:15,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▊ | 267/2198 [00:11<01:18, 24.50it/s]2022-05-31 15:21:15,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,704 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▉ | 271/2198 [00:11<01:11, 27.08it/s]2022-05-31 15:21:15,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▉ | 274/2198 [00:11<01:19, 24.22it/s]2022-05-31 15:21:15,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:15,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████ | 277/2198 [00:12<01:32, 20.85it/s]2022-05-31 15:21:16,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████▏ | 282/2198 [00:12<01:17, 24.64it/s]2022-05-31 15:21:16,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████▏ | 287/2198 [00:12<01:24, 22.62it/s]2022-05-31 15:21:16,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████▎ | 292/2198 [00:12<01:19, 23.97it/s]2022-05-31 15:21:16,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████▎ | 295/2198 [00:12<01:23, 22.89it/s]2022-05-31 15:21:16,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:16,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▍ | 298/2198 [00:12<01:18, 24.08it/s]2022-05-31 15:21:17,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,042 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▍ | 302/2198 [00:13<01:18, 24.06it/s]2022-05-31 15:21:17,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▌ | 305/2198 [00:13<01:18, 24.15it/s]2022-05-31 15:21:17,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▌ | 308/2198 [00:13<01:19, 23.92it/s]2022-05-31 15:21:17,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▋ | 313/2198 [00:13<01:09, 27.25it/s]2022-05-31 15:21:17,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▊ | 316/2198 [00:13<01:22, 22.83it/s]2022-05-31 15:21:17,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|█████▊ | 319/2198 [00:13<01:20, 23.46it/s]2022-05-31 15:21:17,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:17,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|█████▉ | 323/2198 [00:14<01:15, 24.88it/s]2022-05-31 15:21:18,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|█████▉ | 326/2198 [00:14<01:32, 20.17it/s]2022-05-31 15:21:18,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,411 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|██████ | 333/2198 [00:14<01:11, 26.19it/s]2022-05-31 15:21:18,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|██████ | 336/2198 [00:14<01:16, 24.20it/s]2022-05-31 15:21:18,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,653 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▏ | 342/2198 [00:14<00:59, 31.25it/s]2022-05-31 15:21:18,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,898 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,913 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▎ | 346/2198 [00:14<01:12, 25.67it/s]2022-05-31 15:21:18,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:18,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,039 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▍ | 352/2198 [00:15<00:59, 30.89it/s]2022-05-31 15:21:19,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,224 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▍ | 356/2198 [00:15<01:11, 25.78it/s]2022-05-31 15:21:19,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▌ | 362/2198 [00:15<00:59, 30.97it/s]2022-05-31 15:21:19,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▋ | 366/2198 [00:15<01:11, 25.49it/s]2022-05-31 15:21:19,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▊ | 372/2198 [00:15<00:57, 31.90it/s]2022-05-31 15:21:19,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▊ | 376/2198 [00:15<01:07, 27.06it/s]2022-05-31 15:21:19,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:19,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,039 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▉ | 382/2198 [00:16<00:56, 32.06it/s]2022-05-31 15:21:20,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████ | 386/2198 [00:16<01:06, 27.44it/s]2022-05-31 15:21:20,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████ | 390/2198 [00:16<01:00, 29.90it/s]2022-05-31 15:21:20,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████▏ | 394/2198 [00:16<01:14, 24.28it/s]2022-05-31 15:21:20,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████▎ | 399/2198 [00:16<01:02, 28.89it/s]2022-05-31 15:21:20,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████▎ | 403/2198 [00:16<01:09, 25.95it/s]2022-05-31 15:21:20,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:20,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▍ | 407/2198 [00:17<01:06, 27.00it/s]2022-05-31 15:21:21,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▍ | 412/2198 [00:17<00:58, 30.48it/s]2022-05-31 15:21:21,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▌ | 416/2198 [00:17<00:56, 31.52it/s]2022-05-31 15:21:21,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▋ | 420/2198 [00:17<00:58, 30.29it/s]2022-05-31 15:21:21,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,486 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,563 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▋ | 424/2198 [00:17<01:01, 28.77it/s]2022-05-31 15:21:21,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,739 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▊ | 428/2198 [00:17<01:04, 27.26it/s]2022-05-31 15:21:21,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,860 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|███████▊ | 432/2198 [00:17<01:03, 27.82it/s]2022-05-31 15:21:21,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:21,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|███████▉ | 436/2198 [00:18<01:00, 28.92it/s]2022-05-31 15:21:22,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|███████▉ | 439/2198 [00:18<01:10, 25.02it/s]2022-05-31 15:21:22,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|████████ | 445/2198 [00:18<00:55, 31.86it/s]2022-05-31 15:21:22,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|████████▏ | 449/2198 [00:18<01:22, 21.10it/s]2022-05-31 15:21:22,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▎ | 456/2198 [00:18<01:01, 28.46it/s]2022-05-31 15:21:22,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▎ | 460/2198 [00:18<00:57, 30.27it/s]2022-05-31 15:21:22,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,960 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:22,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▍ | 465/2198 [00:19<00:57, 30.28it/s]2022-05-31 15:21:23,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,106 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▌ | 469/2198 [00:19<01:01, 28.11it/s]2022-05-31 15:21:23,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▋ | 475/2198 [00:19<00:56, 30.43it/s]2022-05-31 15:21:23,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,563 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▋ | 479/2198 [00:19<00:59, 28.66it/s]2022-05-31 15:21:23,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▊ | 483/2198 [00:19<00:55, 30.89it/s]2022-05-31 15:21:23,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,739 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▊ | 487/2198 [00:19<01:07, 25.34it/s]2022-05-31 15:21:23,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:23,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▉ | 494/2198 [00:19<00:49, 34.21it/s]2022-05-31 15:21:24,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████ | 499/2198 [00:20<01:00, 28.19it/s]2022-05-31 15:21:24,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,360 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████▏ | 505/2198 [00:20<00:58, 28.88it/s]2022-05-31 15:21:24,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████▎ | 509/2198 [00:20<01:00, 27.78it/s]2022-05-31 15:21:24,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████▎ | 513/2198 [00:20<01:02, 27.11it/s]2022-05-31 15:21:24,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:24,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▍ | 517/2198 [00:20<01:11, 23.59it/s]2022-05-31 15:21:25,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▌ | 524/2198 [00:21<00:52, 32.12it/s]2022-05-31 15:21:25,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▌ | 528/2198 [00:21<01:06, 25.11it/s]2022-05-31 15:21:25,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▋ | 533/2198 [00:21<00:56, 29.21it/s]2022-05-31 15:21:25,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▊ | 537/2198 [00:21<01:09, 24.03it/s]2022-05-31 15:21:25,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|█████████▉ | 545/2198 [00:21<00:56, 29.42it/s]2022-05-31 15:21:25,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:25,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|█████████▉ | 549/2198 [00:22<00:53, 30.86it/s]2022-05-31 15:21:26,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,042 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|██████████ | 553/2198 [00:22<00:53, 30.61it/s]2022-05-31 15:21:26,188 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|██████████▏ | 557/2198 [00:22<01:00, 26.92it/s]2022-05-31 15:21:26,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,392 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▏ | 562/2198 [00:22<00:55, 29.23it/s]2022-05-31 15:21:26,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,542 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,569 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▎ | 567/2198 [00:22<01:03, 25.77it/s]2022-05-31 15:21:26,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▍ | 573/2198 [00:22<00:55, 29.39it/s]2022-05-31 15:21:26,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:26,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▌ | 577/2198 [00:23<00:59, 27.25it/s]2022-05-31 15:21:27,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▌ | 583/2198 [00:23<00:54, 29.55it/s]2022-05-31 15:21:27,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,263 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▋ | 587/2198 [00:23<01:03, 25.49it/s]2022-05-31 15:21:27,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▊ | 593/2198 [00:23<00:51, 31.16it/s]2022-05-31 15:21:27,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▊ | 597/2198 [00:23<00:57, 27.69it/s]2022-05-31 15:21:27,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,793 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▉ | 603/2198 [00:23<00:54, 29.03it/s]2022-05-31 15:21:27,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:27,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████ | 607/2198 [00:24<00:55, 28.64it/s]2022-05-31 15:21:28,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████▏ | 613/2198 [00:24<00:53, 29.47it/s]2022-05-31 15:21:28,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████▏ | 617/2198 [00:24<00:54, 29.14it/s]2022-05-31 15:21:28,474 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████▎ | 621/2198 [00:24<00:51, 30.92it/s]2022-05-31 15:21:28,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████▎ | 625/2198 [00:24<00:55, 28.15it/s]2022-05-31 15:21:28,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,846 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▍ | 628/2198 [00:24<01:02, 25.07it/s]2022-05-31 15:21:28,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,918 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:28,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▌ | 633/2198 [00:25<01:03, 24.74it/s]2022-05-31 15:21:29,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▌ | 637/2198 [00:25<00:56, 27.65it/s]2022-05-31 15:21:29,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▋ | 640/2198 [00:25<00:56, 27.43it/s]2022-05-31 15:21:29,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▋ | 643/2198 [00:25<01:05, 23.81it/s]2022-05-31 15:21:29,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▊ | 646/2198 [00:25<01:03, 24.25it/s]2022-05-31 15:21:29,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|███████████▊ | 652/2198 [00:25<00:51, 29.73it/s]2022-05-31 15:21:29,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|███████████▉ | 656/2198 [00:25<00:54, 28.14it/s]2022-05-31 15:21:29,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:29,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|███████████▉ | 659/2198 [00:26<01:11, 21.51it/s]2022-05-31 15:21:30,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|████████████ | 666/2198 [00:26<00:51, 29.99it/s]2022-05-31 15:21:30,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|████████████▏ | 670/2198 [00:26<01:09, 22.11it/s]2022-05-31 15:21:30,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▎ | 677/2198 [00:26<01:07, 22.59it/s]2022-05-31 15:21:30,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:30,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▍ | 683/2198 [00:27<01:00, 24.92it/s]2022-05-31 15:21:31,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▌ | 687/2198 [00:27<01:06, 22.67it/s]2022-05-31 15:21:31,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▌ | 690/2198 [00:27<01:06, 22.75it/s]2022-05-31 15:21:31,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▋ | 695/2198 [00:27<00:59, 25.25it/s]2022-05-31 15:21:31,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,704 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,706 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▋ | 698/2198 [00:27<01:01, 24.46it/s]2022-05-31 15:21:31,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▊ | 701/2198 [00:27<01:02, 23.79it/s]2022-05-31 15:21:31,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:31,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▊ | 705/2198 [00:27<00:58, 25.50it/s]2022-05-31 15:21:31,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,050 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▉ | 708/2198 [00:28<01:03, 23.49it/s]2022-05-31 15:21:32,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▉ | 711/2198 [00:28<01:05, 22.79it/s]2022-05-31 15:21:32,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████ | 715/2198 [00:28<00:59, 24.98it/s]2022-05-31 15:21:32,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████ | 718/2198 [00:28<00:58, 25.16it/s]2022-05-31 15:21:32,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████ | 721/2198 [00:28<01:05, 22.46it/s]2022-05-31 15:21:32,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████▏ | 725/2198 [00:28<00:57, 25.45it/s]2022-05-31 15:21:32,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:32,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████▎ | 729/2198 [00:28<00:56, 26.05it/s]2022-05-31 15:21:33,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████▎ | 732/2198 [00:29<00:57, 25.51it/s]2022-05-31 15:21:33,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████▍ | 735/2198 [00:29<01:07, 21.74it/s]2022-05-31 15:21:33,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▍ | 740/2198 [00:29<01:06, 21.93it/s]2022-05-31 15:21:33,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▌ | 744/2198 [00:29<01:02, 23.19it/s]2022-05-31 15:21:33,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▋ | 749/2198 [00:29<00:53, 27.08it/s]2022-05-31 15:21:33,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▋ | 752/2198 [00:29<00:55, 26.20it/s]2022-05-31 15:21:33,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,918 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:33,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,019 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▋ | 755/2198 [00:30<01:05, 21.87it/s]2022-05-31 15:21:34,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|█████████████▊ | 759/2198 [00:30<00:56, 25.60it/s]2022-05-31 15:21:34,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|█████████████▊ | 762/2198 [00:30<00:55, 26.06it/s]2022-05-31 15:21:34,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|█████████████▉ | 765/2198 [00:30<01:10, 20.21it/s]2022-05-31 15:21:34,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|██████████████ | 770/2198 [00:30<01:04, 22.02it/s]2022-05-31 15:21:34,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,860 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|██████████████ | 776/2198 [00:30<00:57, 24.72it/s]2022-05-31 15:21:34,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:34,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|██████████████▏ | 779/2198 [00:31<01:05, 21.61it/s]2022-05-31 15:21:35,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▎ | 785/2198 [00:31<00:55, 25.37it/s]2022-05-31 15:21:35,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▎ | 788/2198 [00:31<01:02, 22.67it/s]2022-05-31 15:21:35,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▍ | 791/2198 [00:31<01:02, 22.58it/s]2022-05-31 15:21:35,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▍ | 795/2198 [00:31<01:09, 20.31it/s]2022-05-31 15:21:35,898 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:35,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▌ | 803/2198 [00:32<00:48, 28.94it/s]2022-05-31 15:21:36,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▋ | 807/2198 [00:32<01:06, 21.00it/s]2022-05-31 15:21:36,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,546 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▊ | 815/2198 [00:32<00:53, 25.63it/s]2022-05-31 15:21:36,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▉ | 818/2198 [00:32<00:55, 24.77it/s]2022-05-31 15:21:36,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▉ | 823/2198 [00:32<00:50, 27.15it/s]2022-05-31 15:21:36,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:36,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████ | 826/2198 [00:33<00:53, 25.79it/s]2022-05-31 15:21:37,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████ | 829/2198 [00:33<01:00, 22.68it/s]2022-05-31 15:21:37,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,224 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,283 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████▏ | 835/2198 [00:33<00:45, 30.01it/s]2022-05-31 15:21:37,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████▎ | 839/2198 [00:33<00:59, 22.79it/s]2022-05-31 15:21:37,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████▎ | 844/2198 [00:33<00:50, 26.65it/s]2022-05-31 15:21:37,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,846 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:37,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▍ | 848/2198 [00:33<01:03, 21.26it/s]2022-05-31 15:21:38,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▌ | 855/2198 [00:34<00:47, 28.34it/s]2022-05-31 15:21:38,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▋ | 859/2198 [00:34<01:00, 22.02it/s]2022-05-31 15:21:38,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▊ | 866/2198 [00:34<00:45, 29.50it/s]2022-05-31 15:21:38,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,726 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|███████████████▊ | 870/2198 [00:34<01:01, 21.55it/s]2022-05-31 15:21:38,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:38,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|███████████████▉ | 877/2198 [00:35<00:53, 24.68it/s]2022-05-31 15:21:39,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,283 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|████████████████ | 881/2198 [00:35<00:55, 23.81it/s]2022-05-31 15:21:39,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|████████████████ | 886/2198 [00:35<00:47, 27.52it/s]2022-05-31 15:21:39,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|████████████████▏ | 890/2198 [00:35<01:04, 20.42it/s]2022-05-31 15:21:39,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,898 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:39,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▎ | 897/2198 [00:36<00:58, 22.14it/s]2022-05-31 15:21:40,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▍ | 902/2198 [00:36<00:56, 22.92it/s]2022-05-31 15:21:40,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▌ | 907/2198 [00:36<01:00, 21.17it/s]2022-05-31 15:21:40,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,717 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▋ | 917/2198 [00:36<00:55, 22.98it/s]2022-05-31 15:21:40,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:40,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▊ | 924/2198 [00:37<00:47, 27.04it/s]2022-05-31 15:21:41,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,311 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▉ | 928/2198 [00:37<00:57, 21.94it/s]2022-05-31 15:21:41,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,490 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,542 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████ | 937/2198 [00:37<00:52, 24.11it/s]2022-05-31 15:21:41,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████ | 941/2198 [00:37<00:48, 25.85it/s]2022-05-31 15:21:41,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,918 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:41,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████▏ | 947/2198 [00:38<00:55, 22.68it/s]2022-05-31 15:21:42,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|█████████████████▍ | 956/2198 [00:38<00:44, 28.08it/s]2022-05-31 15:21:42,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▍ | 960/2198 [00:38<00:47, 25.92it/s]2022-05-31 15:21:42,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▌ | 965/2198 [00:38<00:42, 28.73it/s]2022-05-31 15:21:42,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,913 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▋ | 969/2198 [00:38<00:51, 23.76it/s]2022-05-31 15:21:42,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:42,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▋ | 972/2198 [00:39<00:50, 24.34it/s]2022-05-31 15:21:43,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▊ | 977/2198 [00:39<00:49, 24.52it/s]2022-05-31 15:21:43,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,433 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|█████████████████▊ | 980/2198 [00:39<00:58, 20.74it/s]2022-05-31 15:21:43,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|█████████████████▉ | 984/2198 [00:39<00:51, 23.72it/s]2022-05-31 15:21:43,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|█████████████████▉ | 989/2198 [00:39<00:47, 25.44it/s]2022-05-31 15:21:43,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|██████████████████ | 992/2198 [00:39<00:48, 24.67it/s]2022-05-31 15:21:43,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:43,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|██████████████████ | 995/2198 [00:39<00:49, 24.26it/s]2022-05-31 15:21:44,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|██████████████████▏ | 999/2198 [00:40<00:48, 24.71it/s]2022-05-31 15:21:44,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|█████████████████▊ | 1002/2198 [00:40<00:49, 24.26it/s]2022-05-31 15:21:44,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|█████████████████▊ | 1007/2198 [00:40<00:44, 26.90it/s]2022-05-31 15:21:44,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,474 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,579 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|█████████████████▉ | 1010/2198 [00:40<00:51, 23.01it/s]2022-05-31 15:21:44,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|█████████████████▉ | 1014/2198 [00:40<00:45, 26.03it/s]2022-05-31 15:21:44,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|██████████████████ | 1018/2198 [00:40<00:41, 28.66it/s]2022-05-31 15:21:44,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:44,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|██████████████████▏ | 1022/2198 [00:41<00:47, 24.83it/s]2022-05-31 15:21:45,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,206 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▏ | 1025/2198 [00:41<00:54, 21.63it/s]2022-05-31 15:21:45,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▎ | 1029/2198 [00:41<00:49, 23.51it/s]2022-05-31 15:21:45,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,542 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▎ | 1033/2198 [00:41<00:48, 24.18it/s]2022-05-31 15:21:45,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▍ | 1036/2198 [00:41<00:49, 23.32it/s]2022-05-31 15:21:45,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▍ | 1041/2198 [00:41<00:44, 25.86it/s]2022-05-31 15:21:45,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:45,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▌ | 1044/2198 [00:41<00:43, 26.38it/s]2022-05-31 15:21:46,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▌ | 1047/2198 [00:42<00:49, 23.27it/s]2022-05-31 15:21:46,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,169 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▋ | 1050/2198 [00:42<00:53, 21.32it/s]2022-05-31 15:21:46,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▋ | 1055/2198 [00:42<00:47, 24.01it/s]2022-05-31 15:21:46,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▊ | 1060/2198 [00:42<00:47, 24.13it/s]2022-05-31 15:21:46,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▉ | 1064/2198 [00:42<00:43, 26.02it/s]2022-05-31 15:21:46,884 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,884 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,898 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:46,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|██████████████████▉ | 1067/2198 [00:42<00:43, 25.81it/s]2022-05-31 15:21:46,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|██████████████████▉ | 1070/2198 [00:43<00:50, 22.18it/s]2022-05-31 15:21:47,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,188 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████ | 1076/2198 [00:43<00:51, 21.85it/s]2022-05-31 15:21:47,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████▏ | 1080/2198 [00:43<00:44, 25.06it/s]2022-05-31 15:21:47,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████▏ | 1083/2198 [00:43<00:44, 24.87it/s]2022-05-31 15:21:47,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████▎ | 1086/2198 [00:43<00:50, 21.90it/s]2022-05-31 15:21:47,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,898 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▎ | 1090/2198 [00:43<00:43, 25.33it/s]2022-05-31 15:21:47,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:47,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▍ | 1093/2198 [00:44<00:43, 25.45it/s]2022-05-31 15:21:48,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▍ | 1096/2198 [00:44<00:55, 19.85it/s]2022-05-31 15:21:48,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,474 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▌ | 1102/2198 [00:44<00:50, 21.53it/s]2022-05-31 15:21:48,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▌ | 1106/2198 [00:44<00:54, 20.06it/s]2022-05-31 15:21:48,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▋ | 1113/2198 [00:44<00:38, 27.85it/s]2022-05-31 15:21:48,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:48,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,045 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▊ | 1117/2198 [00:45<00:46, 23.18it/s]2022-05-31 15:21:49,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,198 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▉ | 1122/2198 [00:45<00:41, 25.98it/s]2022-05-31 15:21:49,263 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▉ | 1126/2198 [00:45<00:52, 20.41it/s]2022-05-31 15:21:49,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|████████████████████ | 1131/2198 [00:45<00:43, 24.31it/s]2022-05-31 15:21:49,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▏ | 1136/2198 [00:45<00:45, 23.19it/s]2022-05-31 15:21:49,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:49,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▏ | 1141/2198 [00:46<00:42, 25.09it/s]2022-05-31 15:21:50,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▎ | 1146/2198 [00:46<00:44, 23.90it/s]2022-05-31 15:21:50,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▍ | 1150/2198 [00:46<00:41, 25.41it/s]2022-05-31 15:21:50,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▍ | 1154/2198 [00:46<00:37, 27.92it/s]2022-05-31 15:21:50,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,657 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▌ | 1158/2198 [00:46<00:44, 23.39it/s]2022-05-31 15:21:50,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▋ | 1163/2198 [00:46<00:37, 27.68it/s]2022-05-31 15:21:50,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:50,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▋ | 1167/2198 [00:47<00:43, 23.96it/s]2022-05-31 15:21:51,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▊ | 1171/2198 [00:47<00:40, 25.14it/s]2022-05-31 15:21:51,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▊ | 1175/2198 [00:47<00:36, 28.01it/s]2022-05-31 15:21:51,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,545 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|████████████████████▉ | 1179/2198 [00:47<00:40, 25.19it/s]2022-05-31 15:21:51,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|████████████████████▉ | 1182/2198 [00:47<00:40, 24.97it/s]2022-05-31 15:21:51,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|█████████████████████ | 1185/2198 [00:47<00:39, 25.64it/s]2022-05-31 15:21:51,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|█████████████████████ | 1188/2198 [00:47<00:41, 24.24it/s]2022-05-31 15:21:51,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:51,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|█████████████████████▏ | 1191/2198 [00:48<00:45, 22.07it/s]2022-05-31 15:21:52,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,224 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|█████████████████████▏ | 1194/2198 [00:48<00:42, 23.60it/s]2022-05-31 15:21:52,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▎ | 1199/2198 [00:48<00:40, 24.51it/s]2022-05-31 15:21:52,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▎ | 1202/2198 [00:48<00:40, 24.88it/s]2022-05-31 15:21:52,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▍ | 1205/2198 [00:48<00:42, 23.61it/s]2022-05-31 15:21:52,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▍ | 1209/2198 [00:48<00:42, 23.12it/s]2022-05-31 15:21:52,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:52,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▌ | 1212/2198 [00:48<00:40, 24.29it/s]2022-05-31 15:21:53,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▌ | 1216/2198 [00:49<00:38, 25.70it/s]2022-05-31 15:21:53,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▋ | 1219/2198 [00:49<00:45, 21.75it/s]2022-05-31 15:21:53,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▋ | 1223/2198 [00:49<00:44, 22.07it/s]2022-05-31 15:21:53,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▊ | 1229/2198 [00:49<00:38, 25.44it/s]2022-05-31 15:21:53,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▊ | 1232/2198 [00:49<00:39, 24.54it/s]2022-05-31 15:21:53,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▉ | 1235/2198 [00:49<00:39, 24.22it/s]2022-05-31 15:21:53,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:53,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,050 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▉ | 1239/2198 [00:50<00:39, 24.10it/s]2022-05-31 15:21:54,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████ | 1243/2198 [00:50<00:39, 24.45it/s]2022-05-31 15:21:54,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████ | 1246/2198 [00:50<00:38, 25.05it/s]2022-05-31 15:21:54,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▏ | 1249/2198 [00:50<00:36, 26.10it/s]2022-05-31 15:21:54,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▏ | 1252/2198 [00:50<00:37, 25.46it/s]2022-05-31 15:21:54,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▎ | 1255/2198 [00:50<00:39, 23.83it/s]2022-05-31 15:21:54,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▎ | 1259/2198 [00:50<00:35, 26.24it/s]2022-05-31 15:21:54,884 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:54,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▍ | 1262/2198 [00:51<00:38, 24.36it/s]2022-05-31 15:21:55,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▍ | 1267/2198 [00:51<00:38, 24.28it/s]2022-05-31 15:21:55,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▌ | 1270/2198 [00:51<00:48, 19.29it/s]2022-05-31 15:21:55,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▋ | 1277/2198 [00:51<00:37, 24.78it/s]2022-05-31 15:21:55,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▋ | 1280/2198 [00:51<00:41, 22.07it/s]2022-05-31 15:21:55,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:55,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|██████████████████████▊ | 1286/2198 [00:51<00:31, 28.56it/s]2022-05-31 15:21:56,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,061 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,263 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|██████████████████████▉ | 1290/2198 [00:52<00:42, 21.41it/s]2022-05-31 15:21:56,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,311 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,474 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|███████████████████████ | 1297/2198 [00:52<00:38, 23.41it/s]2022-05-31 15:21:56,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|███████████████████████ | 1300/2198 [00:52<00:38, 23.18it/s]2022-05-31 15:21:56,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|███████████████████████▏ | 1307/2198 [00:52<00:36, 24.60it/s]2022-05-31 15:21:56,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:56,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▏ | 1310/2198 [00:53<00:38, 23.03it/s]2022-05-31 15:21:57,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▎ | 1317/2198 [00:53<00:34, 25.54it/s]2022-05-31 15:21:57,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▍ | 1320/2198 [00:53<00:36, 23.93it/s]2022-05-31 15:21:57,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▌ | 1326/2198 [00:53<00:29, 29.78it/s]2022-05-31 15:21:57,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▌ | 1330/2198 [00:53<00:34, 25.32it/s]2022-05-31 15:21:57,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▋ | 1333/2198 [00:53<00:33, 26.07it/s]2022-05-31 15:21:57,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:57,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▋ | 1336/2198 [00:54<00:34, 24.81it/s]2022-05-31 15:21:58,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,086 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▊ | 1339/2198 [00:54<00:39, 21.69it/s]2022-05-31 15:21:58,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▊ | 1345/2198 [00:54<00:30, 28.05it/s]2022-05-31 15:21:58,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▉ | 1349/2198 [00:54<00:41, 20.24it/s]2022-05-31 15:21:58,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,884 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████ | 1356/2198 [00:54<00:33, 25.11it/s]2022-05-31 15:21:58,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:58,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████ | 1359/2198 [00:55<00:38, 21.77it/s]2022-05-31 15:21:59,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████▏ | 1366/2198 [00:55<00:30, 27.05it/s]2022-05-31 15:21:59,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████▎ | 1369/2198 [00:55<00:37, 22.28it/s]2022-05-31 15:21:59,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▍ | 1375/2198 [00:55<00:29, 28.20it/s]2022-05-31 15:21:59,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,726 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▍ | 1379/2198 [00:55<00:38, 21.31it/s]2022-05-31 15:21:59,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:21:59,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▌ | 1387/2198 [00:56<00:30, 26.46it/s]2022-05-31 15:22:00,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▋ | 1391/2198 [00:56<00:31, 25.35it/s]2022-05-31 15:22:00,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|████████████████████████▊ | 1397/2198 [00:56<00:31, 25.36it/s]2022-05-31 15:22:00,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,569 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,716 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|████████████████████████▊ | 1400/2198 [00:56<00:34, 23.14it/s]2022-05-31 15:22:00,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,918 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:00,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|████████████████████████▉ | 1407/2198 [00:56<00:33, 23.86it/s]2022-05-31 15:22:01,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|█████████████████████████ | 1412/2198 [00:57<00:30, 25.55it/s]2022-05-31 15:22:01,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|█████████████████████████▏ | 1417/2198 [00:57<00:37, 21.08it/s]2022-05-31 15:22:01,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▎ | 1424/2198 [00:57<00:28, 27.26it/s]2022-05-31 15:22:01,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▎ | 1428/2198 [00:57<00:33, 22.71it/s]2022-05-31 15:22:01,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:01,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▍ | 1434/2198 [00:58<00:28, 26.86it/s]2022-05-31 15:22:02,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▌ | 1438/2198 [00:58<00:38, 19.77it/s]2022-05-31 15:22:02,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,484 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▌ | 1444/2198 [00:58<00:29, 25.44it/s]2022-05-31 15:22:02,545 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,717 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▋ | 1448/2198 [00:58<00:39, 18.78it/s]2022-05-31 15:22:02,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:02,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▊ | 1455/2198 [00:59<00:31, 23.82it/s]2022-05-31 15:22:03,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,206 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,372 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▉ | 1459/2198 [00:59<00:37, 19.70it/s]2022-05-31 15:22:03,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|█████████████████████████▉ | 1465/2198 [00:59<00:30, 23.91it/s]2022-05-31 15:22:03,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,657 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████ | 1469/2198 [00:59<00:40, 18.19it/s]2022-05-31 15:22:03,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:03,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████▏ | 1474/2198 [01:00<00:33, 21.66it/s]2022-05-31 15:22:04,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████▏ | 1477/2198 [01:00<00:36, 20.02it/s]2022-05-31 15:22:04,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,311 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████▎ | 1482/2198 [01:00<00:30, 23.44it/s]2022-05-31 15:22:04,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▎ | 1485/2198 [01:00<00:31, 22.35it/s]2022-05-31 15:22:04,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▍ | 1488/2198 [01:00<00:33, 20.90it/s]2022-05-31 15:22:04,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▍ | 1491/2198 [01:00<00:31, 22.21it/s]2022-05-31 15:22:04,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:04,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▌ | 1495/2198 [01:01<00:33, 20.83it/s]2022-05-31 15:22:05,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▌ | 1498/2198 [01:01<00:36, 19.05it/s]2022-05-31 15:22:05,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▋ | 1501/2198 [01:01<00:33, 20.62it/s]2022-05-31 15:22:05,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▋ | 1505/2198 [01:01<00:31, 21.84it/s]2022-05-31 15:22:05,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▊ | 1508/2198 [01:01<00:33, 20.35it/s]2022-05-31 15:22:05,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,726 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▊ | 1511/2198 [01:01<00:33, 20.54it/s]2022-05-31 15:22:05,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▉ | 1515/2198 [01:01<00:29, 23.32it/s]2022-05-31 15:22:05,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:05,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,061 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▉ | 1518/2198 [01:02<00:32, 21.14it/s]2022-05-31 15:22:06,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▉ | 1521/2198 [01:02<00:32, 20.85it/s]2022-05-31 15:22:06,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|███████████████████████████ | 1525/2198 [01:02<00:29, 22.92it/s]2022-05-31 15:22:06,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████ | 1528/2198 [01:02<00:36, 18.47it/s]2022-05-31 15:22:06,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▏ | 1531/2198 [01:02<00:38, 17.35it/s]2022-05-31 15:22:06,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:06,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▏ | 1535/2198 [01:02<00:31, 20.90it/s]2022-05-31 15:22:07,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▎ | 1538/2198 [01:03<00:34, 18.89it/s]2022-05-31 15:22:07,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▎ | 1541/2198 [01:03<00:35, 18.69it/s]2022-05-31 15:22:07,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▍ | 1545/2198 [01:03<00:31, 20.56it/s]2022-05-31 15:22:07,546 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▍ | 1548/2198 [01:03<00:33, 19.60it/s]2022-05-31 15:22:07,693 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▌ | 1551/2198 [01:03<00:30, 21.44it/s]2022-05-31 15:22:07,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:07,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▌ | 1555/2198 [01:03<00:28, 22.42it/s]2022-05-31 15:22:07,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▋ | 1558/2198 [01:04<00:32, 19.95it/s]2022-05-31 15:22:08,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▋ | 1561/2198 [01:04<00:29, 21.51it/s]2022-05-31 15:22:08,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▊ | 1564/2198 [01:04<00:28, 22.53it/s]2022-05-31 15:22:08,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▊ | 1567/2198 [01:04<00:30, 20.69it/s]2022-05-31 15:22:08,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▊ | 1570/2198 [01:04<00:35, 17.63it/s]2022-05-31 15:22:08,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|███████████████████████████▉ | 1574/2198 [01:04<00:30, 20.24it/s]2022-05-31 15:22:08,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:08,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|███████████████████████████▉ | 1578/2198 [01:05<00:26, 23.17it/s]2022-05-31 15:22:09,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|████████████████████████████ | 1581/2198 [01:05<00:35, 17.33it/s]2022-05-31 15:22:09,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|████████████████████████████▏ | 1588/2198 [01:05<00:25, 24.04it/s]2022-05-31 15:22:09,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|████████████████████████████▏ | 1591/2198 [01:05<00:28, 21.46it/s]2022-05-31 15:22:09,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▎ | 1595/2198 [01:05<00:26, 22.41it/s]2022-05-31 15:22:09,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:09,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▎ | 1598/2198 [01:05<00:26, 22.68it/s]2022-05-31 15:22:10,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▍ | 1601/2198 [01:06<00:27, 21.52it/s]2022-05-31 15:22:10,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▍ | 1604/2198 [01:06<00:32, 18.10it/s]2022-05-31 15:22:10,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,433 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,535 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▌ | 1609/2198 [01:06<00:27, 21.58it/s]2022-05-31 15:22:10,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▌ | 1613/2198 [01:06<00:25, 22.56it/s]2022-05-31 15:22:10,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▋ | 1616/2198 [01:06<00:24, 23.97it/s]2022-05-31 15:22:10,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:10,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▋ | 1619/2198 [01:06<00:27, 20.79it/s]2022-05-31 15:22:11,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▊ | 1622/2198 [01:07<00:28, 19.93it/s]2022-05-31 15:22:11,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,247 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▊ | 1626/2198 [01:07<00:26, 21.54it/s]2022-05-31 15:22:11,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▉ | 1629/2198 [01:07<00:25, 22.33it/s]2022-05-31 15:22:11,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,569 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▉ | 1632/2198 [01:07<00:33, 16.78it/s]2022-05-31 15:22:11,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|█████████████████████████████ | 1637/2198 [01:07<00:25, 22.38it/s]2022-05-31 15:22:11,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████ | 1640/2198 [01:07<00:24, 23.24it/s]2022-05-31 15:22:11,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:11,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,198 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,263 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▏ | 1643/2198 [01:08<00:32, 17.20it/s]2022-05-31 15:22:12,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▎ | 1649/2198 [01:08<00:22, 24.54it/s]2022-05-31 15:22:12,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▎ | 1653/2198 [01:08<00:28, 19.15it/s]2022-05-31 15:22:12,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,739 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▍ | 1658/2198 [01:08<00:24, 22.39it/s]2022-05-31 15:22:12,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▍ | 1661/2198 [01:08<00:23, 22.59it/s]2022-05-31 15:22:12,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:12,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,003 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▌ | 1664/2198 [01:09<00:32, 16.46it/s]2022-05-31 15:22:13,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▋ | 1671/2198 [01:09<00:21, 24.74it/s]2022-05-31 15:22:13,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,653 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▋ | 1675/2198 [01:09<00:26, 19.93it/s]2022-05-31 15:22:13,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,793 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▊ | 1679/2198 [01:09<00:23, 22.09it/s]2022-05-31 15:22:13,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:13,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,019 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|█████████████████████████████▊ | 1682/2198 [01:10<00:29, 17.36it/s]2022-05-31 15:22:14,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|█████████████████████████████▉ | 1687/2198 [01:10<00:23, 22.18it/s]2022-05-31 15:22:14,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|█████████████████████████████▉ | 1690/2198 [01:10<00:21, 23.29it/s]2022-05-31 15:22:14,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,579 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|██████████████████████████████ | 1693/2198 [01:10<00:27, 18.42it/s]2022-05-31 15:22:14,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|██████████████████████████████ | 1696/2198 [01:10<00:27, 18.51it/s]2022-05-31 15:22:14,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|██████████████████████████████▏ | 1700/2198 [01:10<00:22, 22.54it/s]2022-05-31 15:22:14,947 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:14,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|██████████████████████████████▏ | 1703/2198 [01:11<00:24, 20.49it/s]2022-05-31 15:22:15,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,169 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▎ | 1707/2198 [01:11<00:21, 22.41it/s]2022-05-31 15:22:15,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▎ | 1710/2198 [01:11<00:23, 21.18it/s]2022-05-31 15:22:15,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,490 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▍ | 1713/2198 [01:11<00:23, 20.47it/s]2022-05-31 15:22:15,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▍ | 1717/2198 [01:11<00:21, 22.89it/s]2022-05-31 15:22:15,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▌ | 1720/2198 [01:11<00:22, 21.44it/s]2022-05-31 15:22:15,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:15,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▌ | 1723/2198 [01:12<00:24, 19.35it/s]2022-05-31 15:22:16,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,042 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▋ | 1727/2198 [01:12<00:20, 23.07it/s]2022-05-31 15:22:16,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,368 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,372 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▋ | 1730/2198 [01:12<00:24, 19.11it/s]2022-05-31 15:22:16,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▋ | 1733/2198 [01:12<00:24, 19.18it/s]2022-05-31 15:22:16,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▊ | 1738/2198 [01:12<00:21, 21.75it/s]2022-05-31 15:22:16,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,846 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▉ | 1741/2198 [01:12<00:20, 22.03it/s]2022-05-31 15:22:16,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:16,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▉ | 1744/2198 [01:13<00:21, 21.19it/s]2022-05-31 15:22:17,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▉ | 1747/2198 [01:13<00:21, 21.08it/s]2022-05-31 15:22:17,169 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████ | 1750/2198 [01:13<00:22, 19.85it/s]2022-05-31 15:22:17,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████ | 1753/2198 [01:13<00:22, 20.07it/s]2022-05-31 15:22:17,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,546 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████▏ | 1757/2198 [01:13<00:20, 21.68it/s]2022-05-31 15:22:17,657 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,704 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,757 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████▏ | 1760/2198 [01:13<00:20, 21.35it/s]2022-05-31 15:22:17,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████▎ | 1763/2198 [01:13<00:20, 21.71it/s]2022-05-31 15:22:17,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:17,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████▎ | 1767/2198 [01:14<00:19, 21.98it/s]2022-05-31 15:22:18,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▍ | 1770/2198 [01:14<00:22, 18.77it/s]2022-05-31 15:22:18,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▌ | 1776/2198 [01:14<00:19, 21.77it/s]2022-05-31 15:22:18,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▌ | 1779/2198 [01:14<00:19, 21.41it/s]2022-05-31 15:22:18,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▌ | 1782/2198 [01:14<00:18, 22.11it/s]2022-05-31 15:22:18,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:18,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▋ | 1786/2198 [01:14<00:19, 21.52it/s]2022-05-31 15:22:19,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▋ | 1789/2198 [01:15<00:20, 20.33it/s]2022-05-31 15:22:19,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|███████████████████████████████▊ | 1794/2198 [01:15<00:16, 24.86it/s]2022-05-31 15:22:19,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|███████████████████████████████▉ | 1797/2198 [01:15<00:17, 22.93it/s]2022-05-31 15:22:19,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|███████████████████████████████▉ | 1800/2198 [01:15<00:20, 19.32it/s]2022-05-31 15:22:19,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|████████████████████████████████ | 1805/2198 [01:15<00:17, 22.67it/s]2022-05-31 15:22:19,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:19,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|████████████████████████████████ | 1808/2198 [01:16<00:21, 18.55it/s]2022-05-31 15:22:20,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|████████████████████████████████▏ | 1811/2198 [01:16<00:18, 20.57it/s]2022-05-31 15:22:20,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▏ | 1815/2198 [01:16<00:17, 22.25it/s]2022-05-31 15:22:20,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,372 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▎ | 1818/2198 [01:16<00:19, 19.46it/s]2022-05-31 15:22:20,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▎ | 1822/2198 [01:16<00:16, 22.94it/s]2022-05-31 15:22:20,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▍ | 1825/2198 [01:16<00:19, 19.44it/s]2022-05-31 15:22:20,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:20,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▍ | 1828/2198 [01:16<00:17, 20.80it/s]2022-05-31 15:22:21,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▍ | 1831/2198 [01:17<00:17, 21.24it/s]2022-05-31 15:22:21,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▌ | 1834/2198 [01:17<00:15, 23.13it/s]2022-05-31 15:22:21,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▌ | 1837/2198 [01:17<00:15, 23.81it/s]2022-05-31 15:22:21,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▋ | 1840/2198 [01:17<00:17, 19.95it/s]2022-05-31 15:22:21,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▋ | 1844/2198 [01:17<00:16, 21.60it/s]2022-05-31 15:22:21,716 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▊ | 1848/2198 [01:17<00:17, 20.15it/s]2022-05-31 15:22:21,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:21,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▊ | 1851/2198 [01:18<00:15, 21.90it/s]2022-05-31 15:22:22,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▉ | 1854/2198 [01:18<00:15, 22.29it/s]2022-05-31 15:22:22,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|████████████████████████████████▉ | 1858/2198 [01:18<00:16, 20.05it/s]2022-05-31 15:22:22,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████ | 1862/2198 [01:18<00:14, 23.80it/s]2022-05-31 15:22:22,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████ | 1865/2198 [01:18<00:14, 23.00it/s]2022-05-31 15:22:22,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████▏ | 1868/2198 [01:18<00:17, 18.49it/s]2022-05-31 15:22:22,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:22,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████▎ | 1874/2198 [01:19<00:14, 22.15it/s]2022-05-31 15:22:23,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,150 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████▎ | 1878/2198 [01:19<00:16, 19.67it/s]2022-05-31 15:22:23,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▍ | 1884/2198 [01:19<00:13, 22.59it/s]2022-05-31 15:22:23,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▍ | 1888/2198 [01:19<00:15, 20.23it/s]2022-05-31 15:22:23,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,898 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:23,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▌ | 1891/2198 [01:20<00:16, 19.12it/s]2022-05-31 15:22:24,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▌ | 1895/2198 [01:20<00:13, 22.64it/s]2022-05-31 15:22:24,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,311 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▋ | 1898/2198 [01:20<00:15, 19.38it/s]2022-05-31 15:22:24,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,389 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|█████████████████████████████████▊ | 1903/2198 [01:20<00:11, 24.60it/s]2022-05-31 15:22:24,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,542 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|█████████████████████████████████▊ | 1906/2198 [01:20<00:11, 25.31it/s]2022-05-31 15:22:24,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|█████████████████████████████████▊ | 1909/2198 [01:20<00:14, 19.46it/s]2022-05-31 15:22:24,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|█████████████████████████████████▉ | 1912/2198 [01:20<00:13, 21.09it/s]2022-05-31 15:22:24,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:24,991 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|█████████████████████████████████▉ | 1915/2198 [01:21<00:13, 20.46it/s]2022-05-31 15:22:25,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|██████████████████████████████████ | 1918/2198 [01:21<00:14, 19.41it/s]2022-05-31 15:22:25,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,368 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|██████████████████████████████████ | 1922/2198 [01:21<00:12, 22.57it/s]2022-05-31 15:22:25,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,490 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▏ | 1926/2198 [01:21<00:11, 23.73it/s]2022-05-31 15:22:25,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▏ | 1929/2198 [01:21<00:14, 17.95it/s]2022-05-31 15:22:25,846 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▎ | 1933/2198 [01:21<00:12, 21.04it/s]2022-05-31 15:22:25,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:25,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▍ | 1938/2198 [01:22<00:12, 20.26it/s]2022-05-31 15:22:26,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▍ | 1942/2198 [01:22<00:10, 23.58it/s]2022-05-31 15:22:26,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,392 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▌ | 1945/2198 [01:22<00:11, 22.17it/s]2022-05-31 15:22:26,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,662 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▌ | 1948/2198 [01:22<00:13, 18.75it/s]2022-05-31 15:22:26,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▋ | 1953/2198 [01:22<00:10, 22.71it/s]2022-05-31 15:22:26,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:26,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,039 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▋ | 1958/2198 [01:23<00:12, 18.89it/s]2022-05-31 15:22:27,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▊ | 1962/2198 [01:23<00:10, 21.53it/s]2022-05-31 15:22:27,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,311 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,579 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|██████████████████████████████████▉ | 1968/2198 [01:23<00:11, 20.86it/s]2022-05-31 15:22:27,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|██████████████████████████████████▉ | 1971/2198 [01:23<00:10, 20.72it/s]2022-05-31 15:22:27,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,834 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████ | 1977/2198 [01:23<00:08, 27.10it/s]2022-05-31 15:22:27,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:27,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████▏ | 1981/2198 [01:24<00:10, 19.81it/s]2022-05-31 15:22:28,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████▏ | 1985/2198 [01:24<00:10, 21.27it/s]2022-05-31 15:22:28,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████▎ | 1988/2198 [01:24<00:10, 20.44it/s]2022-05-31 15:22:28,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▎ | 1991/2198 [01:24<00:09, 20.83it/s]2022-05-31 15:22:28,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▍ | 1995/2198 [01:24<00:09, 21.14it/s]2022-05-31 15:22:28,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▍ | 1998/2198 [01:24<00:09, 22.04it/s]2022-05-31 15:22:28,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:28,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▌ | 2001/2198 [01:25<00:09, 21.53it/s]2022-05-31 15:22:29,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▌ | 2005/2198 [01:25<00:08, 22.64it/s]2022-05-31 15:22:29,325 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▋ | 2008/2198 [01:25<00:09, 20.46it/s]2022-05-31 15:22:29,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▋ | 2011/2198 [01:25<00:08, 21.39it/s]2022-05-31 15:22:29,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,664 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▊ | 2015/2198 [01:25<00:08, 22.38it/s]2022-05-31 15:22:29,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▊ | 2018/2198 [01:25<00:08, 20.23it/s]2022-05-31 15:22:29,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:29,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▊ | 2021/2198 [01:26<00:08, 20.57it/s]2022-05-31 15:22:30,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,203 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▉ | 2025/2198 [01:26<00:07, 22.28it/s]2022-05-31 15:22:30,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▉ | 2028/2198 [01:26<00:09, 17.90it/s]2022-05-31 15:22:30,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|████████████████████████████████████ | 2031/2198 [01:26<00:09, 17.94it/s]2022-05-31 15:22:30,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▏ | 2036/2198 [01:26<00:08, 19.41it/s]2022-05-31 15:22:30,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:30,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▏ | 2038/2198 [01:27<00:09, 17.54it/s]2022-05-31 15:22:31,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▏ | 2043/2198 [01:27<00:07, 21.00it/s]2022-05-31 15:22:31,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,263 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▎ | 2046/2198 [01:27<00:08, 18.60it/s]2022-05-31 15:22:31,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▎ | 2049/2198 [01:27<00:07, 18.93it/s]2022-05-31 15:22:31,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▍ | 2055/2198 [01:27<00:05, 26.28it/s]2022-05-31 15:22:31,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:31,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▌ | 2058/2198 [01:27<00:06, 20.32it/s]2022-05-31 15:22:32,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▌ | 2061/2198 [01:28<00:07, 18.48it/s]2022-05-31 15:22:32,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,169 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▋ | 2066/2198 [01:28<00:07, 17.99it/s]2022-05-31 15:22:32,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▊ | 2073/2198 [01:28<00:05, 24.92it/s]2022-05-31 15:22:32,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▊ | 2076/2198 [01:28<00:06, 19.32it/s]2022-05-31 15:22:32,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,898 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:32,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|████████████████████████████████████▉ | 2080/2198 [01:28<00:05, 22.58it/s]2022-05-31 15:22:32,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,045 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|████████████████████████████████████▉ | 2084/2198 [01:29<00:04, 25.80it/s]2022-05-31 15:22:33,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|█████████████████████████████████████ | 2088/2198 [01:29<00:05, 18.55it/s]2022-05-31 15:22:33,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|█████████████████████████████████████ | 2092/2198 [01:29<00:05, 20.91it/s]2022-05-31 15:22:33,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|█████████████████████████████████████▏ | 2096/2198 [01:29<00:05, 19.33it/s]2022-05-31 15:22:33,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,918 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▎ | 2100/2198 [01:29<00:04, 21.76it/s]2022-05-31 15:22:33,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:33,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▎ | 2103/2198 [01:30<00:04, 22.64it/s]2022-05-31 15:22:34,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▎ | 2106/2198 [01:30<00:04, 19.11it/s]2022-05-31 15:22:34,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▍ | 2110/2198 [01:30<00:04, 21.81it/s]2022-05-31 15:22:34,411 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▍ | 2113/2198 [01:30<00:04, 20.96it/s]2022-05-31 15:22:34,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▌ | 2116/2198 [01:30<00:04, 19.33it/s]2022-05-31 15:22:34,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,846 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▌ | 2119/2198 [01:30<00:03, 21.23it/s]2022-05-31 15:22:34,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:34,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▋ | 2122/2198 [01:31<00:03, 19.48it/s]2022-05-31 15:22:35,050 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▋ | 2126/2198 [01:31<00:04, 17.85it/s]2022-05-31 15:22:35,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▊ | 2132/2198 [01:31<00:03, 21.61it/s]2022-05-31 15:22:35,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▉ | 2135/2198 [01:31<00:03, 20.45it/s]2022-05-31 15:22:35,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▉ | 2141/2198 [01:31<00:02, 26.32it/s]2022-05-31 15:22:35,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:35,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,045 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████ | 2144/2198 [01:32<00:02, 20.55it/s]2022-05-31 15:22:36,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,150 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████ | 2147/2198 [01:32<00:02, 22.10it/s]2022-05-31 15:22:36,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▏| 2150/2198 [01:32<00:02, 22.67it/s]2022-05-31 15:22:36,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,455 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▏| 2153/2198 [01:32<00:02, 19.53it/s]2022-05-31 15:22:36,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▎| 2156/2198 [01:32<00:02, 17.69it/s]2022-05-31 15:22:36,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,918 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▎| 2162/2198 [01:32<00:01, 20.84it/s]2022-05-31 15:22:36,947 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:36,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▍| 2165/2198 [01:33<00:01, 18.91it/s]2022-05-31 15:22:37,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▍| 2169/2198 [01:33<00:01, 21.63it/s]2022-05-31 15:22:37,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▌| 2172/2198 [01:33<00:01, 21.42it/s]2022-05-31 15:22:37,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,607 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▌| 2175/2198 [01:33<00:01, 18.95it/s]2022-05-31 15:22:37,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▋| 2179/2198 [01:33<00:00, 22.88it/s]2022-05-31 15:22:37,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▋| 2182/2198 [01:33<00:00, 21.14it/s]2022-05-31 15:22:37,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:37,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:38,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:38,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:38,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▊| 2185/2198 [01:34<00:00, 19.28it/s]2022-05-31 15:22:38,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:38,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:38,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:38,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:38,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:38,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:38,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
100%|██████████████████████████████████████▊| 2188/2198 [01:34<00:00, 19.50it/s]2022-05-31 15:22:38,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:38,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:38,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:38,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:38,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:38,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
100%|██████████████████████████████████████▉| 2192/2198 [01:34<00:00, 21.35it/s]2022-05-31 15:22:38,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:38,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:38,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:38,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
100%|██████████████████████████████████████▉| 2195/2198 [01:34<00:00, 22.09it/s]2022-05-31 15:22:38,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:38,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-05-31 15:22:38,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
100%|███████████████████████████████████████| 2198/2198 [01:34<00:00, 23.23it/s]
2022-05-31 15:22:38,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
100%|██████████████████████████████████████| 2198/2198 [00:14<00:00, 150.94it/s]
#Tshirt: net aperture
Flux_best, Flux_error_best = phot_fine_best.get_tSeries() #The flux data and flux data errors
normalized_flux_tshirt_best = Flux_best['Flux 0']/Flux_best['Flux 0'][0] #normalized net aperture sum
std_tshirt_best = np.std(normalized_flux_tshirt_best[0:20]) #calculated standard deviation
relative_error_tshirt_best = (Flux_error_best['Error 0']/Flux_best['Flux 0'])
#MAD:
deviation = normalized_flux_tshirt_best[0:seg01_len] - np.median(normalized_flux_tshirt_best[0:seg01_len])
mad = np.median(np.abs(deviation))*1.48
print(style.BOLD+"Tshirt Calculated Net Aperture Sum MAD (ppm):"+style.END + " " +str(mad*10**6))
print(style.BOLD+"Tshirt Calculated Net Aperture Sum std (ppm):"+style.END + " " +str(std_tshirt_best*10**6))
print(style.BOLD+"Median Relative Errors Net Aperture Sum (ppm):"+style.END + " " +str(np.median(relative_error_tshirt_best)*10**6))
plt.errorbar(Flux_best['Time (JD)'],normalized_flux_tshirt_best,yerr=relative_error_tshirt_best,fmt='b.',markersize=4,elinewidth=1,ecolor='silver')
Tshirt Calculated Net Aperture Sum MAD (ppm): 253.10185463943924 Tshirt Calculated Net Aperture Sum std (ppm): 415.782544558631 Median Relative Errors Net Aperture Sum (ppm): 218.20324332645527
<ErrorbarContainer object of 3 artists>
phot_noroeba = phot_pipeline.phot(paramFile='/fenrirdata1/kg_data/pipeline_output/DataChallengeSimulation/DataChallengeSimulation_NRCA3_phot_pipeline.yaml') #create a photometric object
alteredParam = deepcopy(phot_noroeba.param)
alteredParam['srcGeometry']='Circular'
alteredParam['bkgGeometry'] = 'CircularAnnulus' #Changing the outer radius
alteredParam['backEnd'] = 117 #Changing the outer radius
alteredParam['apRadius'] = 58 #Changing the source radius
alteredParam['backStart'] = 114 #Changing the inner radius
alteredParam['bkgMethod'] ='mean'
alteredParam['doCentering'] = True
alteredParam['srcNameShort'] = 'GJ436_fine_best_noroeba' #provide a new name for centroid realignment
#Assignimg a object new phot2
phot_fine_best_noroeba = phot_pipeline.phot(directParam=alteredParam) #create new photometric object
#Assignimg a object phot
phot_fine_best_noroeba.showStarChoices(showAps=True,showPlot=True,apColor='red',backColor='pink', figSize=(10,20),xLim=[900,1200]) #Plot the source and background subtraction area
phot_fine_best_noroeba.get_allimg_cen(recenter=True,useMultiprocessing=True) #recenter the centroids each time.
phot_fine_best_noroeba.do_phot(useMultiprocessing=True) #extract the photometric data
0%| | 0/2350 [00:00<?, ?it/s]2022-06-01 11:11:57,569 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
0%| | 1/2350 [00:00<18:09, 2.16it/s]2022-06-01 11:11:57,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,879 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
0%|▏ | 10/2350 [00:00<01:42, 22.75it/s]2022-06-01 11:11:57,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:57,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,050 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▎ | 16/2350 [00:00<01:47, 21.64it/s]2022-06-01 11:11:58,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,304 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,309 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▎ | 21/2350 [00:01<01:58, 19.71it/s]2022-06-01 11:11:58,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▌ | 30/2350 [00:01<01:14, 30.94it/s]2022-06-01 11:11:58,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
1%|▌ | 35/2350 [00:01<01:27, 26.49it/s]2022-06-01 11:11:58,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:58,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▋ | 39/2350 [00:01<01:23, 27.71it/s]2022-06-01 11:11:59,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,042 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,188 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,198 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,198 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▊ | 43/2350 [00:01<01:37, 23.78it/s]2022-06-01 11:11:59,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,422 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▉ | 51/2350 [00:02<01:30, 25.46it/s]2022-06-01 11:11:59,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2%|▉ | 54/2350 [00:02<01:28, 26.06it/s]2022-06-01 11:11:59,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█ | 60/2350 [00:02<01:11, 31.91it/s]2022-06-01 11:11:59,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█ | 64/2350 [00:02<01:26, 26.43it/s]2022-06-01 11:11:59,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:11:59,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█▏ | 70/2350 [00:02<01:11, 32.02it/s]2022-06-01 11:12:00,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█▎ | 74/2350 [00:02<01:22, 27.56it/s]2022-06-01 11:12:00,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
3%|█▍ | 80/2350 [00:03<01:15, 30.21it/s]2022-06-01 11:12:00,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▍ | 84/2350 [00:03<01:20, 28.05it/s]2022-06-01 11:12:00,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,740 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▌ | 90/2350 [00:03<01:13, 30.68it/s]2022-06-01 11:12:00,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▋ | 94/2350 [00:03<01:18, 28.62it/s]2022-06-01 11:12:00,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:00,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,019 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▋ | 100/2350 [00:03<01:13, 30.80it/s]2022-06-01 11:12:01,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,150 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
4%|█▊ | 104/2350 [00:03<01:17, 29.03it/s]2022-06-01 11:12:01,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|█▊ | 110/2350 [00:04<01:12, 30.93it/s]2022-06-01 11:12:01,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,498 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|█▉ | 114/2350 [00:04<01:16, 29.28it/s]2022-06-01 11:12:01,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|█▉ | 117/2350 [00:04<01:27, 25.58it/s]2022-06-01 11:12:01,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|██ | 123/2350 [00:04<01:15, 29.68it/s]2022-06-01 11:12:01,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,913 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:01,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
5%|██▏ | 127/2350 [00:04<01:22, 26.94it/s]2022-06-01 11:12:02,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▏ | 132/2350 [00:04<01:16, 29.11it/s]2022-06-01 11:12:02,224 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▎ | 137/2350 [00:05<01:15, 29.14it/s]2022-06-01 11:12:02,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▍ | 140/2350 [00:05<01:21, 27.09it/s]2022-06-01 11:12:02,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,564 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,739 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,739 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▌ | 147/2350 [00:05<01:15, 29.26it/s]2022-06-01 11:12:02,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
6%|██▌ | 150/2350 [00:05<01:17, 28.57it/s]2022-06-01 11:12:02,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:02,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,039 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,061 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,073 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▋ | 157/2350 [00:05<01:16, 28.67it/s]2022-06-01 11:12:03,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▋ | 160/2350 [00:05<01:16, 28.56it/s]2022-06-01 11:12:03,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,224 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,389 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▊ | 167/2350 [00:06<01:14, 29.30it/s]2022-06-01 11:12:03,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,542 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
7%|██▉ | 170/2350 [00:06<01:17, 28.24it/s]2022-06-01 11:12:03,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,563 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,717 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███ | 177/2350 [00:06<01:12, 29.99it/s]2022-06-01 11:12:03,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,823 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███ | 180/2350 [00:06<01:17, 27.96it/s]2022-06-01 11:12:03,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:03,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███▏ | 185/2350 [00:06<01:08, 31.84it/s]2022-06-01 11:12:04,086 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███▏ | 189/2350 [00:06<01:24, 25.54it/s]2022-06-01 11:12:04,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
8%|███▎ | 196/2350 [00:07<01:11, 30.16it/s]2022-06-01 11:12:04,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▍ | 200/2350 [00:07<01:19, 27.15it/s]2022-06-01 11:12:04,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▌ | 206/2350 [00:07<01:14, 28.88it/s]2022-06-01 11:12:04,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▌ | 209/2350 [00:07<01:17, 27.55it/s]2022-06-01 11:12:04,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:04,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▋ | 216/2350 [00:07<01:10, 30.43it/s]2022-06-01 11:12:05,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
9%|███▋ | 220/2350 [00:07<01:10, 30.03it/s]2022-06-01 11:12:05,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|███▊ | 226/2350 [00:08<01:10, 30.18it/s]2022-06-01 11:12:05,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,474 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|███▉ | 230/2350 [00:08<01:09, 30.40it/s]2022-06-01 11:12:05,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|████ | 236/2350 [00:08<01:09, 30.58it/s]2022-06-01 11:12:05,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:05,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|████ | 240/2350 [00:08<01:19, 26.54it/s]2022-06-01 11:12:06,045 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,081 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
10%|████▏ | 246/2350 [00:08<01:05, 32.27it/s]2022-06-01 11:12:06,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▎ | 250/2350 [00:08<01:09, 30.22it/s]2022-06-01 11:12:06,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▎ | 254/2350 [00:09<01:07, 31.20it/s]2022-06-01 11:12:06,411 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▍ | 258/2350 [00:09<01:16, 27.32it/s]2022-06-01 11:12:06,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,653 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▍ | 264/2350 [00:09<01:03, 32.96it/s]2022-06-01 11:12:06,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
11%|████▌ | 268/2350 [00:09<01:16, 27.13it/s]2022-06-01 11:12:06,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:06,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▋ | 275/2350 [00:09<01:02, 33.10it/s]2022-06-01 11:12:07,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▋ | 279/2350 [00:09<01:15, 27.42it/s]2022-06-01 11:12:07,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▊ | 285/2350 [00:10<01:02, 33.25it/s]2022-06-01 11:12:07,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,563 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,579 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
12%|████▉ | 289/2350 [00:10<01:17, 26.61it/s]2022-06-01 11:12:07,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,793 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,846 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████ | 297/2350 [00:10<01:11, 28.61it/s]2022-06-01 11:12:07,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:07,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████▏ | 302/2350 [00:10<01:06, 30.92it/s]2022-06-01 11:12:08,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,042 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,169 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████▏ | 307/2350 [00:10<01:11, 28.71it/s]2022-06-01 11:12:08,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,224 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████▎ | 312/2350 [00:11<01:05, 31.30it/s]2022-06-01 11:12:08,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
13%|█████▍ | 317/2350 [00:11<01:11, 28.26it/s]2022-06-01 11:12:08,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▍ | 322/2350 [00:11<01:04, 31.67it/s]2022-06-01 11:12:08,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,693 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,884 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▌ | 327/2350 [00:11<01:11, 28.24it/s]2022-06-01 11:12:08,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:08,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▋ | 332/2350 [00:11<01:03, 32.01it/s]2022-06-01 11:12:08,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
14%|█████▋ | 337/2350 [00:11<01:11, 28.28it/s]2022-06-01 11:12:09,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|█████▊ | 342/2350 [00:12<01:02, 32.30it/s]2022-06-01 11:12:09,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,488 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|█████▉ | 347/2350 [00:12<01:10, 28.24it/s]2022-06-01 11:12:09,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,625 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,649 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|█████▉ | 352/2350 [00:12<01:01, 32.41it/s]2022-06-01 11:12:09,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|██████ | 357/2350 [00:12<01:10, 28.14it/s]2022-06-01 11:12:09,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:09,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
15%|██████▏ | 363/2350 [00:12<00:59, 33.32it/s]2022-06-01 11:12:10,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▏ | 367/2350 [00:12<01:11, 27.71it/s]2022-06-01 11:12:10,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▎ | 371/2350 [00:13<01:07, 29.41it/s]2022-06-01 11:12:10,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,389 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,474 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▍ | 377/2350 [00:13<01:09, 28.50it/s]2022-06-01 11:12:10,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▌ | 382/2350 [00:13<01:04, 30.44it/s]2022-06-01 11:12:10,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
16%|██████▌ | 387/2350 [00:13<01:09, 28.31it/s]2022-06-01 11:12:10,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:10,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▋ | 391/2350 [00:13<01:04, 30.19it/s]2022-06-01 11:12:11,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▊ | 397/2350 [00:13<01:14, 26.38it/s]2022-06-01 11:12:11,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▊ | 403/2350 [00:14<01:08, 28.62it/s]2022-06-01 11:12:11,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
17%|██████▉ | 407/2350 [00:14<01:12, 26.64it/s]2022-06-01 11:12:11,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████ | 413/2350 [00:14<01:01, 31.43it/s]2022-06-01 11:12:11,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,864 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████ | 417/2350 [00:14<01:10, 27.33it/s]2022-06-01 11:12:11,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:11,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,042 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████▏ | 423/2350 [00:14<01:00, 31.74it/s]2022-06-01 11:12:12,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,155 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████▎ | 427/2350 [00:14<01:11, 27.07it/s]2022-06-01 11:12:12,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
18%|███████▎ | 433/2350 [00:15<01:00, 31.87it/s]2022-06-01 11:12:12,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,486 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,490 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▍ | 437/2350 [00:15<01:09, 27.46it/s]2022-06-01 11:12:12,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▌ | 443/2350 [00:15<00:59, 31.80it/s]2022-06-01 11:12:12,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▌ | 447/2350 [00:15<01:06, 28.40it/s]2022-06-01 11:12:12,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:12,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,020 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,061 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▋ | 453/2350 [00:15<01:00, 31.44it/s]2022-06-01 11:12:13,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
19%|███████▊ | 457/2350 [00:15<01:05, 28.71it/s]2022-06-01 11:12:13,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,360 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|███████▊ | 461/2350 [00:16<01:01, 30.51it/s]2022-06-01 11:12:13,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|███████▉ | 465/2350 [00:16<01:00, 31.02it/s]2022-06-01 11:12:13,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|███████▉ | 469/2350 [00:16<01:03, 29.55it/s]2022-06-01 11:12:13,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|████████ | 473/2350 [00:16<01:01, 30.28it/s]2022-06-01 11:12:13,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,919 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|████████ | 477/2350 [00:16<01:02, 29.81it/s]2022-06-01 11:12:13,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:13,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
20%|████████▏ | 481/2350 [00:16<01:04, 29.11it/s]2022-06-01 11:12:14,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,188 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▎ | 485/2350 [00:16<01:03, 29.53it/s]2022-06-01 11:12:14,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▎ | 488/2350 [00:17<01:08, 27.29it/s]2022-06-01 11:12:14,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▎ | 491/2350 [00:17<01:08, 27.15it/s]2022-06-01 11:12:14,503 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,535 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▍ | 495/2350 [00:17<01:01, 30.01it/s]2022-06-01 11:12:14,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▍ | 499/2350 [00:17<01:02, 29.76it/s]2022-06-01 11:12:14,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
21%|████████▌ | 504/2350 [00:17<00:58, 31.81it/s]2022-06-01 11:12:14,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:14,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,019 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▋ | 508/2350 [00:17<01:06, 27.91it/s]2022-06-01 11:12:15,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▋ | 512/2350 [00:17<01:01, 29.75it/s]2022-06-01 11:12:15,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▊ | 516/2350 [00:17<01:01, 30.02it/s]2022-06-01 11:12:15,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,360 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▊ | 520/2350 [00:18<01:03, 28.84it/s]2022-06-01 11:12:15,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
22%|████████▉ | 525/2350 [00:18<01:03, 28.76it/s]2022-06-01 11:12:15,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████ | 529/2350 [00:18<01:01, 29.68it/s]2022-06-01 11:12:15,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████ | 533/2350 [00:18<00:57, 31.42it/s]2022-06-01 11:12:15,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████▏ | 537/2350 [00:18<00:55, 32.61it/s]2022-06-01 11:12:15,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:15,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,012 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████▏ | 541/2350 [00:18<01:02, 29.10it/s]2022-06-01 11:12:16,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████▎ | 545/2350 [00:18<01:03, 28.33it/s]2022-06-01 11:12:16,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
23%|█████████▎ | 549/2350 [00:19<01:01, 29.51it/s]2022-06-01 11:12:16,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▍ | 553/2350 [00:19<00:56, 31.59it/s]2022-06-01 11:12:16,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▍ | 557/2350 [00:19<00:55, 32.34it/s]2022-06-01 11:12:16,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,663 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▌ | 561/2350 [00:19<01:01, 29.12it/s]2022-06-01 11:12:16,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,871 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▌ | 565/2350 [00:19<01:02, 28.41it/s]2022-06-01 11:12:16,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:16,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▋ | 568/2350 [00:19<01:01, 28.75it/s]2022-06-01 11:12:17,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
24%|█████████▊ | 573/2350 [00:19<00:55, 31.83it/s]2022-06-01 11:12:17,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|█████████▊ | 577/2350 [00:19<00:54, 32.34it/s]2022-06-01 11:12:17,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,304 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,332 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|█████████▉ | 581/2350 [00:20<01:00, 29.40it/s]2022-06-01 11:12:17,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|█████████▉ | 585/2350 [00:20<01:01, 28.49it/s]2022-06-01 11:12:17,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|██████████ | 589/2350 [00:20<00:58, 29.85it/s]2022-06-01 11:12:17,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,793 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,822 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|██████████ | 593/2350 [00:20<00:55, 31.48it/s]2022-06-01 11:12:17,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
25%|██████████▏ | 597/2350 [00:20<00:57, 30.71it/s]2022-06-01 11:12:17,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:17,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▏ | 601/2350 [00:20<00:55, 31.60it/s]2022-06-01 11:12:18,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▎ | 605/2350 [00:20<01:01, 28.34it/s]2022-06-01 11:12:18,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▍ | 610/2350 [00:21<00:56, 31.02it/s]2022-06-01 11:12:18,392 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,486 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▍ | 614/2350 [00:21<00:53, 32.39it/s]2022-06-01 11:12:18,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▌ | 618/2350 [00:21<00:56, 30.46it/s]2022-06-01 11:12:18,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,767 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
26%|██████████▌ | 622/2350 [00:21<00:58, 29.77it/s]2022-06-01 11:12:18,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,816 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,825 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,921 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▋ | 626/2350 [00:21<00:58, 29.29it/s]2022-06-01 11:12:18,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:18,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▋ | 630/2350 [00:21<00:54, 31.81it/s]2022-06-01 11:12:19,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,157 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▊ | 634/2350 [00:21<00:54, 31.64it/s]2022-06-01 11:12:19,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▊ | 638/2350 [00:22<00:58, 29.07it/s]2022-06-01 11:12:19,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▉ | 642/2350 [00:22<00:57, 29.81it/s]2022-06-01 11:12:19,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,480 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
27%|██████████▉ | 646/2350 [00:22<00:57, 29.74it/s]2022-06-01 11:12:19,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████ | 651/2350 [00:22<00:49, 34.19it/s]2022-06-01 11:12:19,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████▏ | 655/2350 [00:22<01:01, 27.44it/s]2022-06-01 11:12:19,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:19,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████▏ | 660/2350 [00:22<00:52, 32.19it/s]2022-06-01 11:12:20,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████▎ | 664/2350 [00:22<00:57, 29.47it/s]2022-06-01 11:12:20,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
28%|███████████▎ | 668/2350 [00:23<00:57, 29.07it/s]2022-06-01 11:12:20,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,418 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▍ | 672/2350 [00:23<00:58, 28.78it/s]2022-06-01 11:12:20,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,474 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,490 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,579 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▌ | 676/2350 [00:23<00:55, 29.94it/s]2022-06-01 11:12:20,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▌ | 682/2350 [00:23<00:56, 29.54it/s]2022-06-01 11:12:20,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▋ | 686/2350 [00:23<00:54, 30.36it/s]2022-06-01 11:12:20,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:20,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,006 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
29%|███████████▊ | 692/2350 [00:23<00:54, 30.51it/s]2022-06-01 11:12:21,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,206 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|███████████▊ | 696/2350 [00:23<00:55, 30.04it/s]2022-06-01 11:12:21,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|███████████▉ | 702/2350 [00:24<00:53, 30.58it/s]2022-06-01 11:12:21,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|████████████ | 706/2350 [00:24<00:54, 29.96it/s]2022-06-01 11:12:21,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,657 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|████████████ | 712/2350 [00:24<00:53, 30.42it/s]2022-06-01 11:12:21,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
30%|████████████▏ | 716/2350 [00:24<00:54, 29.96it/s]2022-06-01 11:12:21,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:21,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▎ | 722/2350 [00:24<00:53, 30.39it/s]2022-06-01 11:12:22,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▎ | 726/2350 [00:24<00:54, 29.94it/s]2022-06-01 11:12:22,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▍ | 732/2350 [00:25<00:53, 30.34it/s]2022-06-01 11:12:22,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,474 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
31%|████████████▌ | 736/2350 [00:25<00:53, 29.93it/s]2022-06-01 11:12:22,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,657 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,670 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▋ | 742/2350 [00:25<00:53, 30.32it/s]2022-06-01 11:12:22,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▋ | 746/2350 [00:25<00:53, 29.93it/s]2022-06-01 11:12:22,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:22,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▊ | 752/2350 [00:25<00:52, 30.35it/s]2022-06-01 11:12:23,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▊ | 756/2350 [00:25<00:53, 30.05it/s]2022-06-01 11:12:23,263 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,322 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
32%|████████████▉ | 760/2350 [00:26<00:49, 32.15it/s]2022-06-01 11:12:23,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,401 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████ | 764/2350 [00:26<00:53, 29.49it/s]2022-06-01 11:12:23,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,563 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████ | 768/2350 [00:26<00:54, 29.10it/s]2022-06-01 11:12:23,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████▏ | 772/2350 [00:26<00:51, 30.44it/s]2022-06-01 11:12:23,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████▏ | 776/2350 [00:26<00:52, 29.94it/s]2022-06-01 11:12:23,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:23,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████▎ | 780/2350 [00:26<00:48, 32.22it/s]2022-06-01 11:12:23,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,061 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
33%|█████████████▎ | 784/2350 [00:26<00:54, 28.50it/s]2022-06-01 11:12:24,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▍ | 788/2350 [00:26<00:52, 29.53it/s]2022-06-01 11:12:24,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▍ | 792/2350 [00:27<00:50, 30.85it/s]2022-06-01 11:12:24,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▌ | 796/2350 [00:27<00:52, 29.87it/s]2022-06-01 11:12:24,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,653 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▋ | 801/2350 [00:27<00:47, 32.42it/s]2022-06-01 11:12:24,690 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,704 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,822 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▋ | 805/2350 [00:27<00:53, 28.61it/s]2022-06-01 11:12:24,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,913 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
34%|█████████████▊ | 809/2350 [00:27<00:50, 30.51it/s]2022-06-01 11:12:24,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:24,987 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,136 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|█████████████▊ | 813/2350 [00:27<00:54, 28.03it/s]2022-06-01 11:12:25,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,198 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|█████████████▉ | 817/2350 [00:27<00:50, 30.24it/s]2022-06-01 11:12:25,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,372 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,389 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|█████████████▉ | 822/2350 [00:28<00:48, 31.31it/s]2022-06-01 11:12:25,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,535 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|██████████████ | 826/2350 [00:28<00:50, 30.09it/s]2022-06-01 11:12:25,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
35%|██████████████▏ | 831/2350 [00:28<00:46, 32.93it/s]2022-06-01 11:12:25,706 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▏ | 835/2350 [00:28<00:54, 28.01it/s]2022-06-01 11:12:25,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,909 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:25,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▎ | 841/2350 [00:28<00:46, 32.53it/s]2022-06-01 11:12:26,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▍ | 845/2350 [00:28<00:55, 27.35it/s]2022-06-01 11:12:26,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,315 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,340 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▍ | 851/2350 [00:29<00:46, 32.54it/s]2022-06-01 11:12:26,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,395 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
36%|██████████████▌ | 855/2350 [00:29<00:54, 27.44it/s]2022-06-01 11:12:26,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▋ | 861/2350 [00:29<00:45, 32.73it/s]2022-06-01 11:12:26,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▋ | 865/2350 [00:29<00:54, 27.13it/s]2022-06-01 11:12:26,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,935 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:26,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▊ | 871/2350 [00:29<00:45, 32.62it/s]2022-06-01 11:12:27,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,240 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▉ | 875/2350 [00:29<00:55, 26.71it/s]2022-06-01 11:12:27,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,281 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
37%|██████████████▉ | 881/2350 [00:30<00:44, 32.85it/s]2022-06-01 11:12:27,392 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,412 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,416 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████ | 885/2350 [00:30<00:54, 27.00it/s]2022-06-01 11:12:27,579 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████▏ | 891/2350 [00:30<00:44, 33.06it/s]2022-06-01 11:12:27,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████▏ | 895/2350 [00:30<00:53, 27.08it/s]2022-06-01 11:12:27,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:27,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
38%|███████████████▎ | 901/2350 [00:30<00:43, 33.28it/s]2022-06-01 11:12:28,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,061 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,086 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,150 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,223 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▍ | 906/2350 [00:30<00:51, 28.31it/s]2022-06-01 11:12:28,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▌ | 912/2350 [00:31<00:44, 32.25it/s]2022-06-01 11:12:28,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,579 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▌ | 916/2350 [00:31<00:50, 28.22it/s]2022-06-01 11:12:28,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▋ | 922/2350 [00:31<00:44, 32.29it/s]2022-06-01 11:12:28,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,762 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,884 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,928 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
39%|███████████████▊ | 926/2350 [00:31<00:51, 27.45it/s]2022-06-01 11:12:28,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:28,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,013 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|███████████████▊ | 932/2350 [00:31<00:43, 32.46it/s]2022-06-01 11:12:29,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,086 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|███████████████▉ | 936/2350 [00:31<00:51, 27.57it/s]2022-06-01 11:12:29,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,319 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|████████████████ | 942/2350 [00:32<00:43, 32.58it/s]2022-06-01 11:12:29,392 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
40%|████████████████ | 946/2350 [00:32<00:52, 26.91it/s]2022-06-01 11:12:29,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▏ | 952/2350 [00:32<00:42, 32.93it/s]2022-06-01 11:12:29,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,884 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▎ | 956/2350 [00:32<00:51, 26.90it/s]2022-06-01 11:12:29,960 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:29,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,039 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▎ | 962/2350 [00:32<00:42, 33.03it/s]2022-06-01 11:12:30,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,289 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▍ | 966/2350 [00:32<00:52, 26.36it/s]2022-06-01 11:12:30,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
41%|████████████████▌ | 972/2350 [00:33<00:43, 31.33it/s]2022-06-01 11:12:30,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▌ | 976/2350 [00:33<00:50, 27.07it/s]2022-06-01 11:12:30,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▋ | 982/2350 [00:33<00:43, 31.71it/s]2022-06-01 11:12:30,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▊ | 986/2350 [00:33<00:49, 27.63it/s]2022-06-01 11:12:30,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:30,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,019 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,086 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▉ | 992/2350 [00:33<00:42, 32.02it/s]2022-06-01 11:12:31,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
42%|████████████████▉ | 996/2350 [00:33<00:48, 27.99it/s]2022-06-01 11:12:31,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|████████████████▋ | 1002/2350 [00:34<00:42, 31.85it/s]2022-06-01 11:12:31,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,474 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,544 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|████████████████▋ | 1006/2350 [00:34<00:47, 28.19it/s]2022-06-01 11:12:31,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|████████████████▊ | 1012/2350 [00:34<00:42, 31.74it/s]2022-06-01 11:12:31,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|████████████████▊ | 1016/2350 [00:34<00:48, 27.70it/s]2022-06-01 11:12:31,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:31,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,009 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
43%|████████████████▉ | 1022/2350 [00:34<00:41, 32.02it/s]2022-06-01 11:12:32,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████ | 1026/2350 [00:34<00:47, 27.84it/s]2022-06-01 11:12:32,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▏ | 1032/2350 [00:35<00:41, 32.10it/s]2022-06-01 11:12:32,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,512 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,561 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▏ | 1036/2350 [00:35<00:48, 27.36it/s]2022-06-01 11:12:32,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,763 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
44%|█████████████████▎ | 1042/2350 [00:35<00:40, 32.05it/s]2022-06-01 11:12:32,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,902 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|█████████████████▎ | 1046/2350 [00:35<00:47, 27.21it/s]2022-06-01 11:12:32,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:32,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,080 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|█████████████████▍ | 1052/2350 [00:35<00:40, 32.07it/s]2022-06-01 11:12:33,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,326 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|█████████████████▌ | 1056/2350 [00:36<00:48, 26.56it/s]2022-06-01 11:12:33,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|█████████████████▌ | 1062/2350 [00:36<00:40, 31.87it/s]2022-06-01 11:12:33,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,576 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,658 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
45%|█████████████████▋ | 1066/2350 [00:36<00:46, 27.32it/s]2022-06-01 11:12:33,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|█████████████████▊ | 1072/2350 [00:36<00:39, 32.22it/s]2022-06-01 11:12:33,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,863 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,918 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:33,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|█████████████████▊ | 1076/2350 [00:36<00:46, 27.66it/s]2022-06-01 11:12:34,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|█████████████████▉ | 1082/2350 [00:36<00:39, 32.48it/s]2022-06-01 11:12:34,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,156 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|██████████████████ | 1086/2350 [00:37<00:45, 27.91it/s]2022-06-01 11:12:34,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,411 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
46%|██████████████████ | 1091/2350 [00:37<00:39, 32.24it/s]2022-06-01 11:12:34,423 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,485 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▏ | 1095/2350 [00:37<00:42, 29.65it/s]2022-06-01 11:12:34,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,661 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▎ | 1100/2350 [00:37<00:37, 33.17it/s]2022-06-01 11:12:34,741 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,774 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,785 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,834 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,865 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▎ | 1104/2350 [00:37<00:44, 27.91it/s]2022-06-01 11:12:34,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:34,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▍ | 1109/2350 [00:37<00:38, 32.52it/s]2022-06-01 11:12:35,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,085 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,086 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
47%|██████████████████▍ | 1113/2350 [00:37<00:37, 33.07it/s]2022-06-01 11:12:35,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,158 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▌ | 1117/2350 [00:38<00:44, 27.95it/s]2022-06-01 11:12:35,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,414 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▌ | 1121/2350 [00:38<00:40, 30.48it/s]2022-06-01 11:12:35,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,486 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▋ | 1125/2350 [00:38<00:42, 28.73it/s]2022-06-01 11:12:35,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,645 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,650 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,669 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,693 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▊ | 1130/2350 [00:38<00:37, 32.50it/s]2022-06-01 11:12:35,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,819 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,864 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▊ | 1134/2350 [00:38<00:43, 27.82it/s]2022-06-01 11:12:35,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,960 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:35,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
48%|██████████████████▉ | 1139/2350 [00:38<00:37, 32.18it/s]2022-06-01 11:12:36,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|██████████████████▉ | 1143/2350 [00:38<00:37, 31.77it/s]2022-06-01 11:12:36,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,198 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,260 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████ | 1147/2350 [00:38<00:42, 28.62it/s]2022-06-01 11:12:36,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,407 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████ | 1151/2350 [00:39<00:40, 29.82it/s]2022-06-01 11:12:36,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,469 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,493 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████▏ | 1155/2350 [00:39<00:41, 29.09it/s]2022-06-01 11:12:36,594 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,706 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
49%|███████████████████▎ | 1160/2350 [00:39<00:38, 31.15it/s]2022-06-01 11:12:36,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,771 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,798 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▎ | 1164/2350 [00:39<00:41, 28.42it/s]2022-06-01 11:12:36,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,941 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:36,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▍ | 1169/2350 [00:39<00:37, 31.31it/s]2022-06-01 11:12:37,043 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,049 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,153 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▍ | 1173/2350 [00:39<00:39, 29.99it/s]2022-06-01 11:12:37,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▌ | 1177/2350 [00:39<00:39, 29.69it/s]2022-06-01 11:12:37,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▌ | 1181/2350 [00:40<00:40, 28.82it/s]2022-06-01 11:12:37,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
50%|███████████████████▋ | 1184/2350 [00:40<00:41, 28.43it/s]2022-06-01 11:12:37,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,563 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▋ | 1189/2350 [00:40<00:37, 31.08it/s]2022-06-01 11:12:37,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,846 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▊ | 1193/2350 [00:40<00:39, 28.97it/s]2022-06-01 11:12:37,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:37,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▊ | 1197/2350 [00:40<00:36, 31.22it/s]2022-06-01 11:12:37,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▉ | 1201/2350 [00:40<00:38, 29.77it/s]2022-06-01 11:12:38,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|███████████████████▉ | 1205/2350 [00:40<00:37, 30.27it/s]2022-06-01 11:12:38,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
51%|████████████████████ | 1209/2350 [00:41<00:37, 30.83it/s]2022-06-01 11:12:38,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▏ | 1213/2350 [00:41<00:39, 28.55it/s]2022-06-01 11:12:38,560 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▏ | 1218/2350 [00:41<00:35, 31.67it/s]2022-06-01 11:12:38,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▎ | 1222/2350 [00:41<00:37, 30.47it/s]2022-06-01 11:12:38,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,905 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,940 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▎ | 1226/2350 [00:41<00:39, 28.31it/s]2022-06-01 11:12:38,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:38,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,061 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▍ | 1229/2350 [00:41<00:40, 27.67it/s]2022-06-01 11:12:39,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
52%|████████████████████▍ | 1233/2350 [00:41<00:37, 30.17it/s]2022-06-01 11:12:39,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,250 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,272 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,284 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▌ | 1237/2350 [00:41<00:36, 30.59it/s]2022-06-01 11:12:39,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▌ | 1241/2350 [00:42<00:34, 32.41it/s]2022-06-01 11:12:39,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,455 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,474 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,487 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▋ | 1245/2350 [00:42<00:40, 27.00it/s]2022-06-01 11:12:39,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▋ | 1249/2350 [00:42<00:38, 28.78it/s]2022-06-01 11:12:39,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
53%|████████████████████▊ | 1254/2350 [00:42<00:34, 32.20it/s]2022-06-01 11:12:39,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:39,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|████████████████████▉ | 1258/2350 [00:42<00:33, 32.41it/s]2022-06-01 11:12:39,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|████████████████████▉ | 1262/2350 [00:42<00:35, 30.44it/s]2022-06-01 11:12:40,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|█████████████████████ | 1266/2350 [00:42<00:37, 28.78it/s]2022-06-01 11:12:40,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,311 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|█████████████████████ | 1269/2350 [00:43<00:38, 27.87it/s]2022-06-01 11:12:40,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|█████████████████████▏ | 1274/2350 [00:43<00:33, 32.30it/s]2022-06-01 11:12:40,570 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
54%|█████████████████████▏ | 1278/2350 [00:43<00:33, 32.36it/s]2022-06-01 11:12:40,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,748 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▎ | 1282/2350 [00:43<00:34, 30.56it/s]2022-06-01 11:12:40,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,793 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,898 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▎ | 1286/2350 [00:43<00:37, 28.53it/s]2022-06-01 11:12:40,949 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,952 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,962 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:40,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▍ | 1289/2350 [00:43<00:37, 28.16it/s]2022-06-01 11:12:41,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,110 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,121 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▍ | 1294/2350 [00:43<00:33, 31.13it/s]2022-06-01 11:12:41,219 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▌ | 1298/2350 [00:43<00:32, 32.67it/s]2022-06-01 11:12:41,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,397 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,419 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
55%|█████████████████████▌ | 1302/2350 [00:44<00:34, 30.81it/s]2022-06-01 11:12:41,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,452 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,603 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▋ | 1306/2350 [00:44<00:36, 28.65it/s]2022-06-01 11:12:41,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,617 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,622 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,716 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▋ | 1310/2350 [00:44<00:34, 30.35it/s]2022-06-01 11:12:41,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▊ | 1314/2350 [00:44<00:34, 29.70it/s]2022-06-01 11:12:41,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,906 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:41,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▉ | 1319/2350 [00:44<00:34, 30.31it/s]2022-06-01 11:12:42,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,115 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
56%|█████████████████████▉ | 1324/2350 [00:44<00:34, 29.64it/s]2022-06-01 11:12:42,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████ | 1329/2350 [00:45<00:33, 30.57it/s]2022-06-01 11:12:42,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,435 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,449 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████ | 1333/2350 [00:45<00:31, 31.81it/s]2022-06-01 11:12:42,514 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▏ | 1337/2350 [00:45<00:33, 30.61it/s]2022-06-01 11:12:42,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▎ | 1341/2350 [00:45<00:33, 30.44it/s]2022-06-01 11:12:42,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,852 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▎ | 1345/2350 [00:45<00:37, 27.10it/s]2022-06-01 11:12:42,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:42,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
57%|██████████████████████▍ | 1350/2350 [00:45<00:32, 30.61it/s]2022-06-01 11:12:43,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,113 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,123 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▍ | 1354/2350 [00:45<00:32, 30.48it/s]2022-06-01 11:12:43,214 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,273 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,282 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▌ | 1358/2350 [00:45<00:31, 31.82it/s]2022-06-01 11:12:43,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,405 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▌ | 1362/2350 [00:46<00:30, 32.53it/s]2022-06-01 11:12:43,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,545 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,565 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,587 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▋ | 1366/2350 [00:46<00:35, 27.80it/s]2022-06-01 11:12:43,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,705 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▋ | 1370/2350 [00:46<00:32, 30.17it/s]2022-06-01 11:12:43,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,790 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
58%|██████████████████████▊ | 1374/2350 [00:46<00:32, 29.79it/s]2022-06-01 11:12:43,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,895 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:43,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|██████████████████████▊ | 1378/2350 [00:46<00:30, 31.65it/s]2022-06-01 11:12:43,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|██████████████████████▉ | 1382/2350 [00:46<00:29, 32.57it/s]2022-06-01 11:12:44,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,109 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,224 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,254 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|███████████████████████ | 1386/2350 [00:46<00:34, 27.77it/s]2022-06-01 11:12:44,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|███████████████████████ | 1390/2350 [00:47<00:31, 30.02it/s]2022-06-01 11:12:44,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,417 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,505 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|███████████████████████▏ | 1394/2350 [00:47<00:32, 29.42it/s]2022-06-01 11:12:44,538 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
59%|███████████████████████▏ | 1398/2350 [00:47<00:29, 31.88it/s]2022-06-01 11:12:44,613 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▎ | 1402/2350 [00:47<00:30, 31.17it/s]2022-06-01 11:12:44,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,772 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,846 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▎ | 1406/2350 [00:47<00:33, 28.03it/s]2022-06-01 11:12:44,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,945 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:44,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,017 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,047 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▍ | 1410/2350 [00:47<00:32, 29.14it/s]2022-06-01 11:12:45,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,076 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,166 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▍ | 1414/2350 [00:47<00:31, 29.46it/s]2022-06-01 11:12:45,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,246 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,266 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
60%|███████████████████████▌ | 1419/2350 [00:48<00:30, 30.80it/s]2022-06-01 11:12:45,357 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▌ | 1423/2350 [00:48<00:29, 31.89it/s]2022-06-01 11:12:45,443 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,451 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,569 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,611 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▋ | 1427/2350 [00:48<00:32, 28.79it/s]2022-06-01 11:12:45,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,665 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,711 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,715 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▋ | 1431/2350 [00:48<00:29, 31.07it/s]2022-06-01 11:12:45,739 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,783 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,793 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,840 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▊ | 1435/2350 [00:48<00:33, 27.68it/s]2022-06-01 11:12:45,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,948 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,953 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:45,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▉ | 1439/2350 [00:48<00:30, 30.18it/s]2022-06-01 11:12:46,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,045 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,117 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
61%|███████████████████████▉ | 1443/2350 [00:48<00:28, 31.58it/s]2022-06-01 11:12:46,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,230 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,257 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,287 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████ | 1447/2350 [00:48<00:32, 28.16it/s]2022-06-01 11:12:46,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████ | 1452/2350 [00:49<00:28, 31.06it/s]2022-06-01 11:12:46,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,528 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,620 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████▏ | 1456/2350 [00:49<00:33, 26.38it/s]2022-06-01 11:12:46,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,723 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████▎ | 1462/2350 [00:49<00:27, 31.98it/s]2022-06-01 11:12:46,780 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,864 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,864 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,877 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,960 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:46,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
62%|████████████████████████▎ | 1466/2350 [00:49<00:32, 27.11it/s]2022-06-01 11:12:46,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,054 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▍ | 1472/2350 [00:49<00:27, 32.29it/s]2022-06-01 11:12:47,120 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,133 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,143 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,210 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▍ | 1476/2350 [00:49<00:31, 27.63it/s]2022-06-01 11:12:47,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,303 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▌ | 1482/2350 [00:50<00:26, 32.83it/s]2022-06-01 11:12:47,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,486 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,536 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,542 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,579 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,633 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▋ | 1486/2350 [00:50<00:31, 27.38it/s]2022-06-01 11:12:47,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,704 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
63%|████████████████████████▊ | 1492/2350 [00:50<00:25, 33.72it/s]2022-06-01 11:12:47,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,803 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,810 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,872 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,900 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,958 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|████████████████████████▊ | 1496/2350 [00:50<00:31, 27.36it/s]2022-06-01 11:12:47,971 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,992 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:47,998 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|████████████████████████▉ | 1503/2350 [00:50<00:25, 32.63it/s]2022-06-01 11:12:48,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,162 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,293 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|█████████████████████████ | 1507/2350 [00:50<00:29, 28.65it/s]2022-06-01 11:12:48,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,370 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
64%|█████████████████████████ | 1513/2350 [00:51<00:25, 33.13it/s]2022-06-01 11:12:48,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,541 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,635 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▏ | 1517/2350 [00:51<00:29, 28.04it/s]2022-06-01 11:12:48,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,700 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,745 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▎ | 1523/2350 [00:51<00:24, 34.08it/s]2022-06-01 11:12:48,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,814 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,869 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,875 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,916 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▎ | 1527/2350 [00:51<00:28, 28.52it/s]2022-06-01 11:12:48,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:48,990 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,001 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▍ | 1533/2350 [00:51<00:24, 33.39it/s]2022-06-01 11:12:49,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,164 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,173 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,249 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
65%|█████████████████████████▌ | 1537/2350 [00:51<00:29, 27.92it/s]2022-06-01 11:12:49,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,311 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▌ | 1543/2350 [00:52<00:24, 33.11it/s]2022-06-01 11:12:49,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,473 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,506 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,515 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,579 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▋ | 1547/2350 [00:52<00:29, 27.29it/s]2022-06-01 11:12:49,636 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,739 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▊ | 1553/2350 [00:52<00:23, 33.36it/s]2022-06-01 11:12:49,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,796 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,846 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:49,966 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
66%|█████████████████████████▊ | 1557/2350 [00:52<00:28, 27.37it/s]2022-06-01 11:12:49,972 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|█████████████████████████▉ | 1563/2350 [00:52<00:23, 33.38it/s]2022-06-01 11:12:50,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,145 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,182 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,193 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,297 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,307 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████ | 1568/2350 [00:52<00:27, 28.49it/s]2022-06-01 11:12:50,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,350 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,374 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,455 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████ | 1574/2350 [00:53<00:24, 31.46it/s]2022-06-01 11:12:50,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,550 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,571 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,626 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,628 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████▏ | 1578/2350 [00:53<00:27, 28.22it/s]2022-06-01 11:12:50,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,716 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,789 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
67%|██████████████████████████▎ | 1584/2350 [00:53<00:24, 31.52it/s]2022-06-01 11:12:50,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,836 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,960 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:50,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▎ | 1588/2350 [00:53<00:26, 28.34it/s]2022-06-01 11:12:51,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,019 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,050 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▍ | 1594/2350 [00:53<00:23, 31.67it/s]2022-06-01 11:12:51,129 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,283 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,324 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▌ | 1598/2350 [00:54<00:27, 27.64it/s]2022-06-01 11:12:51,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,388 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,464 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▌ | 1604/2350 [00:54<00:23, 31.69it/s]2022-06-01 11:12:51,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,507 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,549 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,551 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,616 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,627 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,667 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
68%|██████████████████████████▋ | 1608/2350 [00:54<00:26, 27.55it/s]2022-06-01 11:12:51,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▊ | 1614/2350 [00:54<00:22, 32.10it/s]2022-06-01 11:12:51,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,878 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,960 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,965 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:51,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▊ | 1618/2350 [00:54<00:26, 27.75it/s]2022-06-01 11:12:52,002 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,042 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|██████████████████████████▉ | 1624/2350 [00:54<00:22, 32.38it/s]2022-06-01 11:12:52,130 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,174 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,180 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,188 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,225 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
69%|███████████████████████████ | 1628/2350 [00:55<00:26, 27.05it/s]2022-06-01 11:12:52,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,377 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,448 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,463 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████ | 1634/2350 [00:55<00:22, 32.39it/s]2022-06-01 11:12:52,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,486 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,581 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,610 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,659 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▏ | 1638/2350 [00:55<00:26, 27.10it/s]2022-06-01 11:12:52,718 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,809 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,827 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,829 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▎ | 1644/2350 [00:55<00:22, 30.78it/s]2022-06-01 11:12:52,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,967 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:52,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,038 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▎ | 1648/2350 [00:55<00:26, 26.75it/s]2022-06-01 11:12:53,061 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,163 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
70%|███████████████████████████▍ | 1654/2350 [00:55<00:22, 31.61it/s]2022-06-01 11:12:53,167 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,253 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,380 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▌ | 1658/2350 [00:56<00:25, 26.84it/s]2022-06-01 11:12:53,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▌ | 1664/2350 [00:56<00:21, 31.94it/s]2022-06-01 11:12:53,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,573 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,588 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,592 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,608 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,647 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,688 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▋ | 1668/2350 [00:56<00:25, 26.89it/s]2022-06-01 11:12:53,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,821 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▊ | 1674/2350 [00:56<00:20, 32.63it/s]2022-06-01 11:12:53,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,858 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,903 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,956 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:53,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,019 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,019 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
71%|███████████████████████████▊ | 1678/2350 [00:56<00:24, 27.22it/s]2022-06-01 11:12:54,061 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,086 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,116 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,154 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,160 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|███████████████████████████▉ | 1684/2350 [00:56<00:20, 33.10it/s]2022-06-01 11:12:54,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,188 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,321 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,348 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|████████████████████████████ | 1688/2350 [00:57<00:24, 27.40it/s]2022-06-01 11:12:54,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,447 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|████████████████████████████ | 1694/2350 [00:57<00:19, 33.73it/s]2022-06-01 11:12:54,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,531 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,577 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,639 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,739 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
72%|████████████████████████████▏ | 1699/2350 [00:57<00:24, 27.02it/s]2022-06-01 11:12:54,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,797 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,818 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,893 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,951 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:54,997 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▎ | 1706/2350 [00:57<00:23, 27.76it/s]2022-06-01 11:12:55,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,044 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,055 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,111 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▍ | 1712/2350 [00:57<00:19, 32.48it/s]2022-06-01 11:12:55,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,288 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,335 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▍ | 1716/2350 [00:58<00:23, 27.47it/s]2022-06-01 11:12:55,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,375 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,387 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▌ | 1722/2350 [00:58<00:18, 33.06it/s]2022-06-01 11:12:55,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,500 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,542 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,621 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,676 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,680 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,685 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
73%|████████████████████████████▋ | 1726/2350 [00:58<00:23, 26.54it/s]2022-06-01 11:12:55,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,779 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▊ | 1733/2350 [00:58<00:17, 34.42it/s]2022-06-01 11:12:55,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,913 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,913 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:55,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,064 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▊ | 1738/2350 [00:58<00:23, 26.42it/s]2022-06-01 11:12:56,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,118 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,127 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|████████████████████████████▉ | 1745/2350 [00:58<00:18, 32.96it/s]2022-06-01 11:12:56,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,238 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,292 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,300 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,403 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,446 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,458 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,462 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
74%|█████████████████████████████ | 1750/2350 [00:59<00:21, 27.76it/s]2022-06-01 11:12:56,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▏ | 1756/2350 [00:59<00:19, 31.12it/s]2022-06-01 11:12:56,618 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,623 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,630 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,746 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,778 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,782 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,787 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▏ | 1760/2350 [00:59<00:20, 28.58it/s]2022-06-01 11:12:56,795 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,932 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▎ | 1766/2350 [00:59<00:18, 31.88it/s]2022-06-01 11:12:56,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:56,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,048 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,091 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
75%|█████████████████████████████▎ | 1770/2350 [00:59<00:20, 27.98it/s]2022-06-01 11:12:57,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,191 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,215 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,245 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▍ | 1776/2350 [00:59<00:17, 33.15it/s]2022-06-01 11:12:57,268 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,276 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,298 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,362 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,384 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,450 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▌ | 1780/2350 [01:00<00:20, 27.34it/s]2022-06-01 11:12:57,478 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,553 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,569 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,615 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,743 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▋ | 1787/2350 [01:00<00:21, 25.89it/s]2022-06-01 11:12:57,776 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,781 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▊ | 1793/2350 [01:00<00:17, 31.51it/s]2022-06-01 11:12:57,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,937 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,946 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,975 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:57,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,024 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,037 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,052 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
76%|█████████████████████████████▊ | 1797/2350 [01:00<00:20, 26.49it/s]2022-06-01 11:12:58,106 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,119 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|█████████████████████████████▉ | 1803/2350 [01:00<00:16, 32.43it/s]2022-06-01 11:12:58,211 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,228 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,291 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,304 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,316 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,353 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,368 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,432 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,440 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|██████████████████████████████ | 1808/2350 [01:01<00:19, 27.96it/s]2022-06-01 11:12:58,454 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,476 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,513 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|██████████████████████████████ | 1814/2350 [01:01<00:15, 33.83it/s]2022-06-01 11:12:58,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,634 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,699 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,708 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
77%|██████████████████████████████▏ | 1819/2350 [01:01<00:18, 28.47it/s]2022-06-01 11:12:58,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,808 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,841 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▎ | 1825/2350 [01:01<00:15, 34.21it/s]2022-06-01 11:12:58,899 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,944 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,964 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:58,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,011 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,060 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,106 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▎ | 1830/2350 [01:01<00:17, 29.27it/s]2022-06-01 11:12:59,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,196 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,221 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▍ | 1836/2350 [01:01<00:14, 34.75it/s]2022-06-01 11:12:59,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,278 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,295 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,299 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,460 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
78%|██████████████████████████████▌ | 1841/2350 [01:02<00:17, 29.13it/s]2022-06-01 11:12:59,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,563 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,600 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,629 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,631 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,674 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,675 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,733 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,760 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▋ | 1847/2350 [01:02<00:19, 25.84it/s]2022-06-01 11:12:59,791 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,804 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,837 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,846 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▊ | 1855/2350 [01:02<00:14, 33.55it/s]2022-06-01 11:12:59,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,968 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:12:59,977 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,010 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,016 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,124 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▊ | 1860/2350 [01:02<00:17, 28.43it/s]2022-06-01 11:13:00,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,176 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,294 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,352 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,430 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
79%|██████████████████████████████▉ | 1867/2350 [01:03<00:18, 26.74it/s]2022-06-01 11:13:00,455 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,465 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,497 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,501 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,509 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,511 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,547 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████ | 1875/2350 [01:03<00:13, 34.12it/s]2022-06-01 11:13:00,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,624 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,643 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,717 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,754 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,786 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,788 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████▏ | 1880/2350 [01:03<00:16, 28.74it/s]2022-06-01 11:13:00,833 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,844 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,845 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,849 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,882 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████▎ | 1886/2350 [01:03<00:14, 32.94it/s]2022-06-01 11:13:00,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,969 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:00,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,005 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,033 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,056 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,125 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,131 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,141 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,165 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
80%|███████████████████████████████▍ | 1891/2350 [01:03<00:16, 28.65it/s]2022-06-01 11:13:01,184 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,217 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▍ | 1896/2350 [01:03<00:14, 32.14it/s]2022-06-01 11:13:01,296 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,304 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,360 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,457 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,468 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,483 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▌ | 1900/2350 [01:04<00:16, 27.51it/s]2022-06-01 11:13:01,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,614 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▋ | 1906/2350 [01:04<00:13, 31.75it/s]2022-06-01 11:13:01,632 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,681 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,719 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,802 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,806 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,811 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,842 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
81%|███████████████████████████████▋ | 1910/2350 [01:04<00:17, 25.16it/s]2022-06-01 11:13:01,891 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,892 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,907 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:01,984 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,042 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,046 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,063 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,134 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|███████████████████████████████▊ | 1917/2350 [01:04<00:16, 25.89it/s]2022-06-01 11:13:02,137 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,140 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,139 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,170 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,209 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,323 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|███████████████████████████████▉ | 1926/2350 [01:05<00:13, 31.79it/s]2022-06-01 11:13:02,328 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,383 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,413 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|████████████████████████████████ | 1930/2350 [01:05<00:13, 30.16it/s]2022-06-01 11:13:02,508 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,546 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,593 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|████████████████████████████████ | 1934/2350 [01:05<00:13, 31.33it/s]2022-06-01 11:13:02,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,652 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,693 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,720 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,812 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
82%|████████████████████████████████▏ | 1938/2350 [01:05<00:15, 26.63it/s]2022-06-01 11:13:02,839 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,881 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,897 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▎ | 1944/2350 [01:05<00:12, 31.87it/s]2022-06-01 11:13:02,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:02,986 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,007 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,025 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,031 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,051 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,094 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,106 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,148 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▎ | 1948/2350 [01:05<00:14, 26.98it/s]2022-06-01 11:13:03,177 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,186 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,213 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,255 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▍ | 1954/2350 [01:05<00:12, 32.89it/s]2022-06-01 11:13:03,274 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,312 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,341 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,364 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,366 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,382 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,424 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,471 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,477 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
83%|████████████████████████████████▍ | 1958/2350 [01:06<00:14, 27.33it/s]2022-06-01 11:13:03,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,525 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,530 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,543 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,559 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▌ | 1964/2350 [01:06<00:11, 33.20it/s]2022-06-01 11:13:03,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,646 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,694 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,712 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,731 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,753 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▋ | 1968/2350 [01:06<00:13, 27.48it/s]2022-06-01 11:13:03,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,868 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,873 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,898 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,911 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▊ | 1974/2350 [01:06<00:11, 33.51it/s]2022-06-01 11:13:03,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,963 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:03,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,039 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,045 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,114 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,122 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
84%|████████████████████████████████▊ | 1979/2350 [01:06<00:13, 27.00it/s]2022-06-01 11:13:04,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,205 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,235 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,275 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,283 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,346 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|████████████████████████████████▉ | 1986/2350 [01:07<00:11, 31.26it/s]2022-06-01 11:13:04,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,378 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,409 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████ | 1990/2350 [01:07<00:12, 28.76it/s]2022-06-01 11:13:04,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,546 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,602 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████▏ | 1996/2350 [01:07<00:11, 31.40it/s]2022-06-01 11:13:04,686 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,721 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,777 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,847 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,851 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████▏ | 2000/2350 [01:07<00:12, 28.54it/s]2022-06-01 11:13:04,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,904 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,943 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:04,950 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
85%|█████████████████████████████████▎ | 2006/2350 [01:07<00:11, 31.26it/s]2022-06-01 11:13:05,019 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,101 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,105 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,112 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,179 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▎ | 2010/2350 [01:07<00:11, 28.84it/s]2022-06-01 11:13:05,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,277 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,351 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▍ | 2016/2350 [01:08<00:10, 31.15it/s]2022-06-01 11:13:05,356 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,434 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,442 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,510 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▌ | 2020/2350 [01:08<00:11, 29.11it/s]2022-06-01 11:13:05,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,554 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,604 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▌ | 2025/2350 [01:08<00:09, 33.11it/s]2022-06-01 11:13:05,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,683 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,794 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
86%|█████████████████████████████████▋ | 2029/2350 [01:08<00:11, 27.36it/s]2022-06-01 11:13:05,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,854 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,887 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,930 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,936 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,942 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:05,961 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|█████████████████████████████████▊ | 2035/2350 [01:08<00:09, 32.43it/s]2022-06-01 11:13:06,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,015 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,066 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,093 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,099 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|█████████████████████████████████▊ | 2039/2350 [01:08<00:11, 27.69it/s]2022-06-01 11:13:06,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,259 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,261 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,267 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|█████████████████████████████████▉ | 2045/2350 [01:08<00:09, 32.07it/s]2022-06-01 11:13:06,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,343 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,347 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,391 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,398 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,429 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|██████████████████████████████████ | 2049/2350 [01:09<00:10, 27.93it/s]2022-06-01 11:13:06,502 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,558 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,596 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
87%|██████████████████████████████████ | 2055/2350 [01:09<00:09, 31.65it/s]2022-06-01 11:13:06,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,679 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,722 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,726 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,749 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,756 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,815 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,828 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▏ | 2059/2350 [01:09<00:10, 28.31it/s]2022-06-01 11:13:06,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,883 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,917 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,918 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,924 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:06,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▎ | 2065/2350 [01:09<00:09, 31.59it/s]2022-06-01 11:13:06,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,062 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,069 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,077 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,089 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,161 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▎ | 2069/2350 [01:09<00:09, 28.35it/s]2022-06-01 11:13:07,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,226 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,251 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,313 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▍ | 2075/2350 [01:09<00:08, 31.44it/s]2022-06-01 11:13:07,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,344 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,349 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,399 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,402 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,408 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
88%|██████████████████████████████████▌ | 2079/2350 [01:10<00:09, 28.39it/s]2022-06-01 11:13:07,504 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,519 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,556 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,578 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,582 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,589 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,655 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▌ | 2085/2350 [01:10<00:08, 31.05it/s]2022-06-01 11:13:07,666 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,672 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,736 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,738 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,752 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,759 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,826 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▋ | 2089/2350 [01:10<00:09, 28.69it/s]2022-06-01 11:13:07,830 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,889 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,898 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,898 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,908 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,913 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:07,996 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▊ | 2095/2350 [01:10<00:08, 30.69it/s]2022-06-01 11:13:07,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,000 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,058 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,071 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,159 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
89%|██████████████████████████████████▊ | 2099/2350 [01:10<00:08, 28.87it/s]2022-06-01 11:13:08,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,178 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,231 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,242 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,333 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,337 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,338 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|██████████████████████████████████▉ | 2105/2350 [01:11<00:08, 30.33it/s]2022-06-01 11:13:08,389 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,390 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,411 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,486 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████ | 2109/2350 [01:11<00:08, 29.43it/s]2022-06-01 11:13:08,490 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,517 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,518 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,562 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,566 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,569 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,591 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████ | 2114/2350 [01:11<00:07, 33.08it/s]2022-06-01 11:13:08,654 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,668 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,677 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,682 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,724 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,728 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,742 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,751 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████▏ | 2118/2350 [01:11<00:07, 30.80it/s]2022-06-01 11:13:08,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,831 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,848 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,890 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,896 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████▏ | 2122/2350 [01:11<00:07, 29.82it/s]2022-06-01 11:13:08,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,920 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,923 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,985 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:08,999 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,008 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
90%|███████████████████████████████████▎ | 2126/2350 [01:11<00:07, 30.26it/s]2022-06-01 11:13:09,057 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,078 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,079 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,149 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,168 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▎ | 2130/2350 [01:11<00:07, 29.45it/s]2022-06-01 11:13:09,172 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,192 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,220 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,237 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,241 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,264 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,336 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,345 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▍ | 2135/2350 [01:12<00:07, 29.04it/s]2022-06-01 11:13:09,358 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,386 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,420 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,425 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,428 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,474 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▍ | 2139/2350 [01:12<00:07, 29.54it/s]2022-06-01 11:13:09,495 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,516 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,535 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,557 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,580 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,584 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▌ | 2142/2350 [01:12<00:07, 28.93it/s]2022-06-01 11:13:09,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,660 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▌ | 2145/2350 [01:12<00:07, 28.92it/s]2022-06-01 11:13:09,707 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,725 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,739 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,792 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
91%|███████████████████████████████████▋ | 2149/2350 [01:12<00:06, 31.42it/s]2022-06-01 11:13:09,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,886 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,910 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,912 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,954 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,955 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:09,957 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▋ | 2153/2350 [01:12<00:06, 28.82it/s]2022-06-01 11:13:09,973 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,022 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,053 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,070 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▊ | 2157/2350 [01:12<00:06, 30.63it/s]2022-06-01 11:13:10,075 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,095 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,107 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,126 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,194 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,227 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,234 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▊ | 2161/2350 [01:12<00:06, 28.35it/s]2022-06-01 11:13:10,239 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,256 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,269 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,280 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,285 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,354 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|███████████████████████████████████▉ | 2165/2350 [01:13<00:06, 29.75it/s]2022-06-01 11:13:10,394 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,396 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,400 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,404 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,421 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,437 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,441 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,453 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,552 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
92%|████████████████████████████████████ | 2171/2350 [01:13<00:05, 29.93it/s]2022-06-01 11:13:10,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,569 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,574 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,583 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,590 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,595 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,599 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,612 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,684 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████ | 2175/2350 [01:13<00:05, 30.01it/s]2022-06-01 11:13:10,714 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,730 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,732 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,734 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,735 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,755 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,765 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,773 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,860 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,880 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▏ | 2181/2350 [01:13<00:05, 30.27it/s]2022-06-01 11:13:10,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,926 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,927 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,933 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:10,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▎ | 2185/2350 [01:13<00:05, 29.40it/s]2022-06-01 11:13:11,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,072 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,082 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,083 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,084 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,087 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,096 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,097 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,102 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▎ | 2191/2350 [01:13<00:05, 31.77it/s]2022-06-01 11:13:11,207 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,218 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,265 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,271 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,286 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,301 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,306 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,310 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,363 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,373 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
93%|████████████████████████████████████▍ | 2195/2350 [01:14<00:05, 28.40it/s]2022-06-01 11:13:11,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,427 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,436 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,438 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,445 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,459 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,461 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,472 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▌ | 2201/2350 [01:14<00:04, 31.79it/s]2022-06-01 11:13:11,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,548 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,597 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,598 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,605 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,606 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,642 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,691 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,706 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,713 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▌ | 2205/2350 [01:14<00:05, 28.06it/s]2022-06-01 11:13:11,758 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,766 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,768 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,775 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,800 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,853 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▋ | 2211/2350 [01:14<00:04, 31.89it/s]2022-06-01 11:13:11,867 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,885 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,922 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,929 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,938 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,974 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,979 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:11,983 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,034 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,041 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▊ | 2215/2350 [01:14<00:04, 28.34it/s]2022-06-01 11:13:12,074 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,086 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,090 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,108 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,142 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
94%|████████████████████████████████████▊ | 2219/2350 [01:14<00:04, 30.68it/s]2022-06-01 11:13:12,195 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,208 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,236 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,243 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,244 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|████████████████████████████████████▉ | 2223/2350 [01:14<00:03, 32.66it/s]2022-06-01 11:13:12,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,371 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,393 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,415 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,439 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|████████████████████████████████████▉ | 2227/2350 [01:15<00:04, 27.95it/s]2022-06-01 11:13:12,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,526 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,533 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,555 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,567 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,568 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|█████████████████████████████████████ | 2233/2350 [01:15<00:03, 32.90it/s]2022-06-01 11:13:12,609 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,638 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,653 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,696 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,704 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,709 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,737 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,744 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,769 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|█████████████████████████████████████ | 2237/2350 [01:15<00:04, 28.06it/s]2022-06-01 11:13:12,799 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,805 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,817 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,857 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,864 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,870 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,876 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,894 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
95%|█████████████████████████████████████▏ | 2243/2350 [01:15<00:03, 33.04it/s]2022-06-01 11:13:12,901 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,939 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,970 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:12,989 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,028 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,030 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,032 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,036 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,059 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,100 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▎ | 2247/2350 [01:15<00:03, 27.99it/s]2022-06-01 11:13:13,132 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,138 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,189 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,197 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,201 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,202 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,216 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▍ | 2253/2350 [01:15<00:02, 33.37it/s]2022-06-01 11:13:13,222 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,270 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,305 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,308 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,320 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,355 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,367 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,379 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,385 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,431 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▍ | 2257/2350 [01:16<00:03, 27.86it/s]2022-06-01 11:13:13,467 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,470 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,481 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,520 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,522 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,527 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,532 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,534 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▌ | 2263/2350 [01:16<00:02, 34.05it/s]2022-06-01 11:13:13,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,601 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,640 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,641 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,678 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,689 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,692 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,697 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,703 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,761 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
96%|█████████████████████████████████████▌ | 2267/2350 [01:16<00:03, 27.64it/s]2022-06-01 11:13:13,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,801 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,843 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,850 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,856 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,859 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▋ | 2272/2350 [01:16<00:02, 32.05it/s]2022-06-01 11:13:13,934 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,978 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,981 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,988 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:13,995 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,014 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▊ | 2276/2350 [01:16<00:02, 30.30it/s]2022-06-01 11:13:14,027 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,035 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,068 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,103 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,144 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,146 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,152 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▊ | 2280/2350 [01:16<00:02, 29.92it/s]2022-06-01 11:13:14,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,181 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,190 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,199 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,232 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,279 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,318 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,327 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,329 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,330 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▉ | 2285/2350 [01:17<00:02, 29.37it/s]2022-06-01 11:13:14,331 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,365 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,372 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,406 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,410 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,444 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,482 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,491 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,492 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,494 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
97%|█████████████████████████████████████▉ | 2289/2350 [01:17<00:02, 27.74it/s]2022-06-01 11:13:14,496 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,529 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,537 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,572 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,575 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,619 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,644 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████ | 2295/2350 [01:17<00:01, 31.29it/s]2022-06-01 11:13:14,648 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,656 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,673 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,702 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,710 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,747 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,750 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,784 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,813 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,824 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,832 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▏| 2299/2350 [01:17<00:01, 27.86it/s]2022-06-01 11:13:14,838 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,866 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,874 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,914 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,915 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,959 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,976 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▎| 2305/2350 [01:17<00:01, 31.60it/s]2022-06-01 11:13:14,993 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:14,994 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,018 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,021 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,040 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,050 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,088 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,092 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,128 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,150 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,169 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,171 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,183 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,185 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
98%|██████████████████████████████████████▎| 2309/2350 [01:17<00:01, 27.22it/s]2022-06-01 11:13:15,204 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,212 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,248 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,252 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,302 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,314 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▍| 2315/2350 [01:18<00:01, 31.75it/s]2022-06-01 11:13:15,339 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,359 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,361 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,376 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,381 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,426 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,466 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,489 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,499 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,521 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,524 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▍| 2319/2350 [01:18<00:01, 27.18it/s]2022-06-01 11:13:15,539 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,540 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,585 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,586 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,637 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,651 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▌| 2325/2350 [01:18<00:00, 31.97it/s]2022-06-01 11:13:15,671 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,687 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,695 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,701 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,727 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,729 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,764 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,770 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,807 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,820 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,835 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,855 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▋| 2329/2350 [01:18<00:00, 27.61it/s]2022-06-01 11:13:15,861 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,862 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,888 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,925 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,931 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,980 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:15,982 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
99%|██████████████████████████████████████▊| 2335/2350 [01:18<00:00, 32.33it/s]2022-06-01 11:13:16,004 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,023 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,026 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,029 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,065 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,067 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,098 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,104 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,135 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,147 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,151 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,175 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,187 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,200 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
100%|██████████████████████████████████████▊| 2339/2350 [01:18<00:00, 27.13it/s]2022-06-01 11:13:16,229 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,233 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,258 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,262 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,290 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,311 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,317 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,334 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,342 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
100%|██████████████████████████████████████▉| 2346/2350 [01:19<00:00, 32.82it/s]2022-06-01 11:13:16,369 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,456 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,475 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,479 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
2022-06-01 11:13:16,523 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/modeling/fitting.py:1166: AstropyUserWarning: The fit may be unsuccessful; check fit_info['message'] for more information.
warnings.warn("The fit may be unsuccessful; check "
100%|███████████████████████████████████████| 2350/2350 [01:19<00:00, 29.67it/s]
2022-06-01 11:13:16,698 - stpipe - WARNING - /home/kglidic/.local/lib/python3.9/site-packages/astropy/io/fits/card.py:998: VerifyWarning: Card is too long, comment will be truncated.
warnings.warn('Card is too long, comment will be truncated.',
100%|██████████████████████████████████████| 2350/2350 [00:14<00:00, 162.05it/s]
fig, ax = plt.subplots(1, 2,figsize=(15,5))
#Tshirt: net aperture
Flux_best, Flux_error_best = phot_fine_best.get_tSeries() #The flux data and flux data errors
normalized_flux_tshirt_best = Flux_best['Flux 0']/Flux_best['Flux 0'][0] #normalized net aperture sum
std_tshirt_best = np.std(normalized_flux_tshirt_best[0:20]) #calculated standard deviation
relative_error_tshirt_best = (Flux_error_best['Error 0']/Flux_best['Flux 0'])
#MAD:
deviation = normalized_flux_tshirt_best[0:seg01_len] - np.median(normalized_flux_tshirt_best[0:seg01_len])
mad = np.median(np.abs(deviation))*1.48
print(style.BOLD+"Tshirt Calculated Net Aperture Sum MAD (ppm):"+style.END + " " +str(mad*10**6))
print(style.BOLD+"Tshirt Calculated Net Aperture Sum std (ppm):"+style.END + " " +str(std_tshirt_best*10**6))
print(style.BOLD+"Median Relative Errors Net Aperture Sum (ppm):"+style.END + " " +str(np.median(relative_error_tshirt_best)*10**6))
ax[1].errorbar(Flux_best['Time (JD)'],normalized_flux_tshirt_best,yerr=relative_error_tshirt_best,fmt='.', color ='lightseagreen', markersize=4,elinewidth=1,ecolor='silver', label='ROEBA')
#Tshirt: net aperture
Flux_best_n, Flux_error_best_n = phot_fine_best_noroeba.get_tSeries() #The flux data and flux data errors
normalized_flux_tshirt_best_n = Flux_best_n['Flux 0']/Flux_best_n['Flux 0'][0] #normalized net aperture sum
std_tshirt_best_n = np.std(normalized_flux_tshirt_best_n[0:20]) #calculated standard deviation
relative_error_tshirt_best_n = (Flux_error_best_n['Error 0']/Flux_best_n['Flux 0'])
#MAD:
deviation_n = normalized_flux_tshirt_best_n[0:seg01_len] - np.median(normalized_flux_tshirt_best_n[0:seg01_len])
mad_n = np.median(np.abs(deviation_n))*1.48
print(style.BOLD+"Tshirt Calculated Net Aperture Sum MAD (ppm):"+style.END + " " +str(mad_n*10**6))
print(style.BOLD+"Tshirt Calculated Net Aperture Sum std (ppm):"+style.END + " " +str(std_tshirt_best_n*10**6))
print(style.BOLD+"Median Relative Errors Net Aperture Sum (ppm):"+style.END + " " +str(np.median(relative_error_tshirt_best_n)*10**6))
ax[0].errorbar(Flux_best_n['Time (JD)'],normalized_flux_tshirt_best_n,yerr=relative_error_tshirt_best_n,fmt='.', color ='teal',markersize=4,elinewidth=1,ecolor='silver', label='No ROEBA')
ax[0].legend()
ax[1].legend()
fig.text(0.5, 0.01, 'Time (JD)',ha='center')
fig.text(0.04, 0.5, 'Normalized Flux', va='center', rotation='vertical')
fig.suptitle("GJ436b WLP4: No ROEBA vs. ROEBA Correction")
fig.savefig("/home/kglidic/Software/Data_Challenge_Simulation_Pipeline_test/GJ436b_compare")
Tshirt Calculated Net Aperture Sum MAD (ppm): 253.10185463943924 Tshirt Calculated Net Aperture Sum std (ppm): 415.782544558631 Median Relative Errors Net Aperture Sum (ppm): 218.20324332645527 Tshirt Calculated Net Aperture Sum MAD (ppm): 4401.289650765853 Tshirt Calculated Net Aperture Sum std (ppm): 4059.399529216512 Median Relative Errors Net Aperture Sum (ppm): 218.6797496332697
Checking between two filters from ExoCTK
For planet GJ436b Filter NIRCam F212N the ExoCKT returns limb darkening parameters and corresponding errors:
For planet GJ436b Filter NIRCam WLP4.CLEAR.WLP4 the ExoCKT returns limb darkening parameters and corresponding errors:
The radius values pulled from literature (Turner et al. 2016) are:
Check the difference between the limb darkening coefficients: simularion (do not have one in this case) vs. F212N vs. WLP4.CLEAR.WLP4
4-parameter Intensity Equation: I(μ)/I(μ=1)= 1-c1(1-m^0.5)−c2(1−μ)−c3(1−μ^1.5)−c4(1−μ^2)
mu = np.linspace(0,1, num=50)
#Intensity_simulation_values = []
Intensity_ExoCKT_WLP4_values = []
Intensity_ExoCKT_F212N_values = []
for i in mu:
#Intensity_simulation = 1-0.624*(1-i**0.5)+0.198*(1-i)-0.059*(1-i**1.5)+0.011*(1-i**2)
#Intensity_simulation_values.append(Intensity_simulation)
Intensity_ExoCKT_WLP4 = 1-0.780*(1-(i**0.5))+0.587*(1-i)-0.248*(1-(i**1.5))+0.027*(1-(i**2))
Intensity_ExoCKT_WLP4_values.append(Intensity_ExoCKT_WLP4)
Intensity_ExoCKT_F212N = 1-0.782*(1-(i**0.5))+0.593*(1-i)-0.256*(1-(i**1.5))+0.03*(1-(i**2))
Intensity_ExoCKT_F212N_values.append(Intensity_ExoCKT_F212N)
#plt.plot(mu,Intensity_simulation_values, '.', label ="Simulation Values", color="orange")
plt.plot(mu,Intensity_ExoCKT_WLP4_values,'.', label ="ExoCKT NIRCam WLP4.CLEAr.WLP4 Values", color="red")
plt.plot(mu,Intensity_ExoCKT_F212N_values, '*', label ="ExoCKT NIRCam F212N Values", color="green", alpha=0.3)
plt.legend()
plt.xlabel ("mu")
plt.ylabel("Intensity")
Text(0, 0.5, 'Intensity')
def transit_model(x, rp, A, t0, per, u1):#, u2, u3, u4):
'''
Models transit light curve using Python package `batman` based on initial parameters stored in params_transit.
Parameters
----------
x: array
Time in Julian days
rp: int
Planet-to-star radius ratio
A: int
Baseline Normalization Factor
t0: int
Time of inferior conjunction
per: int
Orbital Period
u1,u2,u3,u4: ints
Limb darkening coefficients
'''
params_transit = batman.TransitParams() #Object to store transit parameters
params_transit.t0 = t0 #time of inferior conjunction
params_transit.per = per #2.64389803 (Lanotte et al. 2014) #orbital period
params_transit.a = 14.54 #(Lanotte et al. 2014) #semi-major axis (in units of stellar radii)
params_transit.inc = 86.858 #(Lanotte et al. 2014) #orbital inclination (in degrees)
params_transit.ecc = 0 #eccentricity
params_transit.w = 90 #longitude of periastron (in degrees)
params_transit.limb_dark = "nonlinear" #limb darkening model
params_transit.u = [u1,-0.587,0.248, -0.027] #limb darkening coefficients [u1, u2, u3, u4]
params_transit.rp = rp #Planet-to-star radius ratio - Will depend on function input
#Modifying the time: Julian Date(x) - Initial Julian Date(x0)
x0 = np.min(x)
m = batman.TransitModel(params_transit, x-x0) #Initializes model
flux = m.light_curve(params_transit)*A #Calculate the light curve
return flux
def lc_fitting(model, x, flux, sigma, rp, A, t0, per, u1, e1):# u2, u3, u4, e1, e2, e3, e4):
'''
Fits the light curve with scipy.curve_fit() and filters out outlier data
Parameters
----------
model:function
Transit model function (batman)
x: array
Time in Julian days
flux: array
Array of fluxes from fine_sweep results
sigma: array
Array of flux errors from fine_sweep results
rp: int
Planet-to-star radius ratio
A: int
Baseline Normalization Factor
t0: int
Time of inferior conjunction
per: int
Orbital Period
u1,u2,u3,u4: ints
Limb darkening coefficients
e1, e2, e3, e4: ints
Limb darkening coefficients uncertainty
'''
quickfit = model(x, rp, A, t0, per, u1)#, u2, u3, u4) #Quickfit to the data based on initial guess values.
good_flux_points = [] #array for "good flux points"
good_sigma_points = [] #array for the corresponding "good sigma points"
good_time_points = []
for i, j, k, l in zip(flux, quickfit, sigma, x):
residual = i - j #Calculate the residuals from the fine sweep results and initial light curve fit.
if (np.abs(residual) < 10*k)==True: #Define the "good point"; will exclude outliers
good_flux_points.append(i) #append the good flux values
good_sigma_points.append(k) #append the good sigma values
good_time_points.append(l) #append the good time values
else:
None
#Optimize the fit, only include the "good points"
p0 = [rp, A, t0, per, u1]#, u2, u3, u4] #Initial Guess values
#bounds =([0,0,0,0,u1-2*e1,u2-2*e2,u3-2*e3,u4-2*e4],[np.inf,np.inf,np.inf,np.inf,u1+2*e1,u2+2*e2,u3+2*e3,u4+2*e4]) #set upper and lower limits for all parameters.
bounds =([0,0,0,0,u1-2*e1],[np.inf,np.inf,np.inf,np.inf,u1+2*e1]) #set upper and lower limits for all parameters.
popt, pcov = curve_fit(model,good_time_points,good_flux_points,sigma=good_sigma_points,p0=p0, bounds=bounds)
curvefit_uncertainty = np.sqrt(np.diag(pcov))
print("Optimized Planet-to-star radius ratio (rp/r*) = " + str(popt[0]) + ' +/- ' + str(curvefit_uncertainty[0]))
print("Optimized Baseline Normalization Factor = " + str(popt[1])+ ' +/- ' + str(curvefit_uncertainty[1]))
print("Optimized Time of Inferior Conjunction = " + str(popt[2])+ ' +/- ' + str(curvefit_uncertainty[2]))
print("Optimized Orbital Period = " + str(popt[3])+ ' +/- ' + str(curvefit_uncertainty[3]))
print("Optimized u1 = " + str(popt[4])+ ' +/- ' + str(curvefit_uncertainty[4]))
#print("Optimized u2 = " + str(popt[5])+ ' +/- ' + str(curvefit_uncertainty[5]))
#print("Optimized u3 = " + str(popt[6])+ ' +/- ' + str(curvefit_uncertainty[6]))
#print("Optimized u4 = " + str(popt[7])+ ' +/- ' + str(curvefit_uncertainty[7]))
#plot the modeled light curves
fig, (ax1, ax2) = plt.subplots(1, 2, figsize=(20,10))
#plot the good points model
modeled_flux=model(good_time_points,*popt)
ax2.plot(good_time_points,modeled_flux, markersize=5,color='red', label = 'Light Curve Model - Outliers Removed')
#plot the quickfit model as a check:
ax1.plot(x, quickfit, '--',label ='Quickfit Initial Check', color='green')
#plot original data
ax1.plot(x,flux,'.',alpha=0.1, label='Real Light Curve', color='blue')
ax2.plot(x,flux,'.',alpha=0.1, label='Real Light Curve', color='blue')
ax1.set_title("GJ436b Light Curve Model - Initial Check")
ax2.set_title("GJ436b Light Curve Model")
ax1.set_xlabel("Time (JD)")
ax2.set_xlabel("Time (JD)")
ax1.set_ylabel("Normalized Flux")
ax2.set_ylabel("Normalized Flux")
ax1.legend(loc="lower left")
ax2.legend(loc="lower left")
return popt, curvefit_uncertainty
#lc_fitting(transit_model,Flux_best['Time (JD)'],normalized_flux_tshirt_best, relative_error_tshirt_best, 0.08,1,0.035,2.6,0.78,-0.587,0.248,-0.027, 0.05, 0.117, 0.118, 0.043)
lc_fitting(transit_model,Flux_best['Time (JD)'],normalized_flux_tshirt_best, relative_error_tshirt_best, 0.083,1,0.036,2.64,0.780,0.05)
Optimized Planet-to-star radius ratio (rp/r*) = 0.08283333200747252 +/- 0.00011242255572610182 Optimized Baseline Normalization Factor = 1.0001055333468185 +/- 8.523927005315644e-06 Optimized Time of Inferior Conjunction = 0.03624478174613713 +/- 1.5692429233951894e-05 Optimized Orbital Period = 2.614528886822096 +/- 0.004003048492381126 Optimized u1 = 0.8799999999999994 +/- 0.01933646418091632
(array([0.08283333, 1.00010553, 0.03624478, 2.61452889, 0.88 ]),
array([1.12422556e-04, 8.52392701e-06, 1.56924292e-05, 4.00304849e-03,
1.93364642e-02]))
bounds =([0,0,0,0,-5,-5,-5,-5],[np.inf,np.inf,np.inf,np.inf,5,5,5,5]) #set upper and lower limits for all parameters.
p0=[0.08,1,0.042,2,0.5,0.5,0.5,0.5]
popt, pcov = curve_fit(transit_model,Flux_best['Time (JD)'],normalized_flux_tshirt_best,sigma=relative_error_tshirt_best,p0=p0, bounds=bounds)
err=np.sqrt(np.diag(pcov))
print("Optimized Planet-to-star radius ratio = " + str(popt[0]) + ' +/- ' + str(err[0]))
print("Optimized Baseline Normalization Factor = " + str(popt[1])+ ' +/- ' + str(err[1]))
print("Optimized Time of Inferior Conjunction = " + str(popt[2])+ ' +/- ' + str(err[2]))
print("Optimized Orbital Period = " + str(popt[3])+ ' +/- ' + str(err[3]))
print("Optimized u1 = " + str(popt[4])+ ' +/- ' + str(err[4]))
print("Optimized u2 = " + str(popt[5])+ ' +/- ' + str(err[5]))
print("Optimized u3 = " + str(popt[6])+ ' +/- ' + str(err[6]))
print("Optimized u4 = " + str(popt[7])+ ' +/- ' + str(err[7]))
Optimized Planet-to-star radius ratio = 0.0827162046692918 Optimized Baseline Normalization Factor = 1.0001075888414994 Optimized Time of Inferior Conjunction = 0.03624530359512562 Optimized Orbital Period = 2.6311755876285554 Optimized u1 = 0.1632913616824844 Optimized u2 = 1.468142800442218 Optimized u3 = -1.7054799371878444 Optimized u3 = 0.5599162958939375
#plot the modeled light curves
modeled_flux=transit_model(Flux_best['Time (JD)'], *popt)
t = Flux_best['Time (JD)']
plt.plot(t,modeled_flux, color='red')
plt.plot(t,normalized_flux_tshirt_best,'.',alpha=0.1)
plt.title("GJ436 Light Curve Model")
plt.xlabel("Time (JD)")
plt.ylabel("Normalized Flux")
Text(0, 0.5, 'Normalized Flux')
fig, axs = plt.subplots(len(all_rateints_files), 1, figsize=(20,15))
for file, i in zip(all_rateints_files, range(len(all_rateints_files))):
HDUList_plot = fits.open(file)
HDUList_plot.info
image2D = HDUList_plot[1].data[0]
axs[i].imshow(image2D, vmin=0, vmax=3000)
plt.suptitle("2D Countrate Products (" + str(len(all_rateints_files)) + " Exposures)", size=16, y=0.9)
Text(0.5, 0.9, '2D Countrate Products (15 Exposures)')